﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
.container {
  width: 100%!important;
}

/**
* header
*/
.header {
  border: 0;
  height: auto;
  padding-top:0px;
  margin-bottom: 20px;
z-index: inherit!important;
}
.header-account-menu {
    text-align: right;
margin-top: 10px;
    /*position: absolute;
    bottom: -24px;
    right: 23px;
    top:10px;*/
}
.header-account-menu a {
  display: inline-block;
  color: #7d8c94;
  font-size: 14px;
  font-weight: 700;
}

.search-container {
  float: right;
}
.header-slider {
  margin-top: 40px;
}
.search-container {
margin-top: 70px;
}
.header-search {
width: 390px;
margin-left: auto;
margin-right: auto;
}

 .search-container input[type="text"] {
  width: 350px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666; 
  /** color: #FFFFFF;**/
  font-size: 15px;
  line-height: 35px;
  border: solid 3px #dd4121;
 /** border: 0;**/
  background-color: #eee;
  /** background: #dd4121;**/
  -webkit-border-radius: 5px;
  border-radius: 10px;
  outline: none;
}


.search-container button[type="submit"] {
  height: 35px;
  color: #999;
  font-size: 16px;
  line-height: 35px;
  border: 0;
  color: #999;
  outline: none;
  background-color: transparent;
}


.header .logo {
  display: block;
  height: auto;
  margin-top: 25px;
}
.header-menu.fixed {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 10px;
  background: #fff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #fff , rgba(255,255,255,0.1)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #fff , rgba(255,255,255,0.1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header-menu.fixed .header-langs {
margin-top: 10px;
}
.header-menu .menu {
  min-height: 40px;
  background: #d9230a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.header-menu .menu > ul > li {
  float: left;
}
.header-menu .menu > ul > li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 52px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 45px;
  border-left: solid 1px rgba(255,255,255,0.2);
}
.header-menu .menu > ul > li .dropdown {
  position: absolute;
  display: none;
}
.header-menu .menu > ul > li:first-child a {
  border-left: 0;
}
.header-langs {
  display: inline-block
}
.header-currency {
  display: inline-block;
  margin-top: 4px;
}
.header-currency > ul > li {
  position: relative;
  width: 100px;
  padding-bottom: 5px;
}
.header-currency > ul > li > a {
  position: relative;
  bottom: -2px;
  display: block;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  background-color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.header-currency > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 16;
  overflow: hidden;
  background-color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.header-currency > ul > li ul a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.header-currency > ul > li ul a:hover {
  color: #000;
  background-color: #fff;
}
.header-currency > ul > li:hover ul{
  display: block;
}
.header-menu .basket {
  position: relative;
  display: inline-block;
  height: 35px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 7px;
  line-height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #d9230a;
  font-weight: 700;
  background-color: #fff;
}
.header-menu .basket .count {
  display: inline-block;
}
.header-menu .basket .count::before {
  content: '(';
}
.header-menu .basket .count::after {
  content: ')';
}
.homepage-slider {
  margin-top: 20px;
}
.homepage-slider .information {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 420px;
  margin: 30px;
  padding: 30px;
  background: rgba(255,255,255,0.9);
}
.homepage-slider a .information-title {
  color: #666;
  font-size: 30px;
  font-weight: 700;
}
.homepage-slider a .information-desc {
  display: none;
}
.header-menu {
  position: relative;
}
.header-langs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 5px;
  margin-right: 230px;
  background-color: #fff;
}
.header-langs li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.header-langs a {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: solid 2px transparent;
}
.header-langs a.active {
  border-bottom-color: #d9230a;
}
.header-langs img {
  margin-bottom: -1px;
  width: 32px;
  vertical-align: middle;
  margin-top: -4px;
}


/**
* banners
*/
.banner a {
  position: relative;
  display: block;
  height: 450px;
  margin-top: 30px;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner a::before {
  content: '';
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d9230a;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.banner a div {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  padding: 20px 20px 40px;
  font-weight: 700;
  -webkit-text-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.banner a:hover::before {
  opacity: .4;
}


/**
* showcase
*/
.showcase {

}
.showcase .showcase-carousel {
  background-color: transparent;
}
.showcase h3.title {
  position: relative;
  color: #d9230a;
  border: 0;
  text-align: center;
  -webkit-box-shadow: 0 20px 46px -20px rgba(0,0,0,.2);
  box-shadow: 0 20px 46px -20px rgba(0,0,0,.2);
}
.showcase h3.title::before {
  display: none;
}
.showcase .showcase-carousel {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.showcase .owl-nav div:hover {
  background: #d9230a;
  border-color: #d9230a;
}
.showcase .showcase-item h2 {
  text-align: left;
  white-space: normal;
  overflow: visible;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 0;
}
.showcase .showcase-item .product-code {
  text-align: left;
}
.showcase-action-bar {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  min-height: 120px;
  padding-bottom: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.showcase-action-bar h2 {
  height: 32px;
  overflow: hidden!important;
}


/**
* footer
*/
.footer {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: transparent;
  border-top: solid 5px #d9230a;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
}
.footer-box {
  height: 125px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 125px;
}
.footer-box.green {
  background-color: #d7dd3a;
}
.footer-box.blue {
  background-color: #1eafec;
}
.footer-box.darkblue {
  background-color: #001961;
}
.about-text {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
  padding-right: 150px;
  color: #aaa;
  font-size: 16px;
  line-height: 20px;
}
.about-text p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer h4, .footer strong {
  color: #d9230a;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer ul li a {
  color: #777;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
#frmEBulten input[type="email"] {
  background-color: #eee;
  float: left;
}
#frmEBulten button {
  float: left;
}


/**
* detail
*/
.page-breadcrumb {
  background: transparent;
}
.page-breadcrumb .container, .page-breadcrumb .col-md-6 {
  height: 35px;
}
.product-detail {
  position: relative;
}
.product-detail > .container {
  position: relative;
}
.product-detail .product-information {
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}
.product-detail .product-information .product-tabs .navigation {
  height: auto;
  border: 0;
  text-align: center;
  background: transparent;
  border-bottom: solid 1px #ddd;
}
.product-detail .product-information .product-tabs .navigation li {
  margin-left: 15px;
  margin-right: 15px;
}
.product-detail .product-information .product-tabs .navigation li a {
  border-top: 0;
  margin-top: 0;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: -3px;
  border-bottom: solid 3px transparent;
}
.product-detail .product-information .product-tabs .navigation li a:hover, .product-detail .product-information .product-tabs .navigation li a.selected {
  color: #d9230a;
  border-bottom: solid 3px #d9230a;
}
.product-detail .product-information .product-tabs .content {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.product-detail .product-image .thumbnail-images .owl-item > div {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  border: solid 1px #ddd;
}
.product-detail .product-information .product-code {
  font-size: 14px;
  margin-top: 10px;
}
.product-detail .product-information .product-code span {
  color: #d9230a;
}
.product-detail .product-information .product-buttons a {
  display: block;
  margin-bottom: 10px;
  float: none;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.product-detail .product-information .product-buttons a i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 1px;
}
.visit-count {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  background-color: #d9230a;
}
.product-detail .product-information .add-basket {
  min-height: 30px;
}
.product-detail .product-information .add-basket .total-price span {
  position: relative;
}
.product-detail .product-information .add-basket .unit {
  position: absolute;
  left: 0;
  top: -17px;
}
.product-detail .product-information .add-basket .total-price {
  float: left;
  margin-left: 5px;
  color: #888;
  font-weight: 700;
}
.product-detail .product-information .add-basket .total-price span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: solid 2px #eee;
  text-align: center;
  margin-left: 10px;
}
.product-detail .product-information .add-basket .total-price span::before {
  content: '=';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  margin-left: -16px;
  margin-top: 10px;
}
.product-detail .product-information .add-basket {
  margin: 0;
  clear: both;
  margin-bottom: 10px;
}
.modal-open .modal {
  z-index: 9999;
}

#galleryModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#galleryModal .close {
  position: relative;
  z-index: 30;
  font-size: 40px;
}
#galleryModal .modal-dialog {
  margin: 0;
  width: 100%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
#galleryModal .modal-content {
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#galleryModal .thumbnail-images {
  display: none;
}
#galleryModal .view-area {
  width: 100%;
}
#galleryModal .modal-header {
  border: 0;
}
#galleryModal .modal-title {
  display: none;
}


/**
* catalog
*/
.catalog-page .catalog-filter .filter h4 {
  border: 0;
  color: #d9230a;
}
.catalog-page .catalog-filter .filter .content {
  padding: 0;
  background: transparent;
}
.catalog-page .catalog-filter .filter.category li a, .catalog-page .catalog-filter .filter.list-view li a {
  font-weight: 400;
}
.catalog-page .showcase {
  margin-bottom: 30px;
}
.product-detail .product-image {
  padding: 0;
}




.header-menu .container .menu > ul > li .dropdown {
  z-index: 99;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 200px;
  margin-left: 0;
  background: #b11d09;
}
.header-menu .container .menu > ul > li .dropdown > ul {
  position: relative;
  padding: 10px 0;
  background: #b11d09;
  min-height: 230px;
}
.header-menu .container .menu > ul > li .dropdown > ul li {
  display: block;
}
.header-menu .container .menu > ul > li .dropdown > ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  background: #b11d09;
  min-height: 230px;
}
.header-menu .container .menu > ul > li .dropdown > ul li:hover ul {
  display: block;
}
.header-menu .container .menu > ul > li .dropdown > ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  min-width: 100px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.header-menu .container .menu > ul > li .dropdown > ul li a:hover {
  background: #981807;
}
.header-menu .container .menu > ul > li .dropdown > ul li ul li {
  float: none;
  display: block;
  margin-right: 0;
}
.header-menu .container .menu > ul > li .dropdown > ul li ul li a {
  min-width: 250px;
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
  height: 30px;
  line-height: 30px;
  border-color: transparent!important;
}
.header-menu .container .menu > ul > li .dropdown > ul .banner-area {
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
}
.header-menu .container .menu > ul > li:hover .dropdown {
  display: block;
}
.catalog-page .catalog-order,
.catalog-page .catalog-filter.top-filter {
margin-top: 0!important;
padding: 10px!important;
}
.catalog-page .showcase {
  padding: 20px 0;
}


.product-detail .product-information .price div.new-price {
  color: #d9230a;
}
.product-detail .product-information .price div.new-price i {
  font-size: 30px;
  color: #000;
}

.product-detail .product-information .price div.new-price > div {
  display: inline-block!important;
}
.product-detail .product-information .option-select {
  max-width: 50%;
}


.showcase-action-bar .thumbs {
  position: static!important;
  float: right;
}
.showcase .showcase-item .price {
  text-align: right;
}
.showcase-action-bar .thumbs li {
  float: left;
}
.showcase-action-bar .thumbs li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  background: #fff;
  border: solid 1px #ccc;
}
.showcase-action-bar .thumbs li span:hover {
  background: #2F2F2F;
  border-color: #000000;
}
.product-detail .product-information .add-basket .unit {
  font-weight: 700;
  font-size: 16px;
  color: #d9230a;
}
.product-detail .product-information .add-basket input {
  border: solid 3px #000;
  font-weight: 700;
  font-size: 15px;
}
.showcase .showcase-item .image img {
    display: inline-block !important;
    margin: auto;
    height: auto;
    border: 0;
    transition: transform 0.8s;
    vertical-align: middle;
}
.showcase .four-view .showcase-item .image img {
  width: 100%;
  height: auto;
}
.owl-carousel .owl-item .showcase-item .image img {
 
    max-width: none;
    /*height: 100%;
    max-height: none;*/

 /*  kaldırdım resim boyutu için jraa min-height: 250px;
  max-height: 250px;*/
}
.product-detail .product-information .add-basket a {
  margin-right: 15px;
}
.product-detail .product-information .product-buttons a {
  display: inline-block;
}
.header-menu .basket {
  float: right;
  min-width: 95px;
  max-width: 100px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-image .thumbnail-images .images div {
    display: inline-block;
    width: 20%;
    margin: 10px;
    height: 395px;
    position: relative;
}
.product-detail .product-image .thumbnail-images .images div img {
    display: inline-block !important;
    margin: auto;
    height: auto;
    border: 0;
    transition: transform 0.8s;
    vertical-align: middle;
}
.social-login {
  text-align: center;
}
.social-login .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #d9230a;
}
.user-content .social-login button {
    /* display: inline-block; */
    /* width: 350px; */
    height: 50px;
    text-align: center;
    /* line-height: 43px; */
    font-size: 20px;
    margin: 0 5px;
    /* -webkit-border-radius: 100%; */
    -moz-border-radius: 100%;
    /* border-radius: 100%; */
}

.vitrin-n
{
	width: 23%;
    float: left;
}
.dil-degistir
{
	cursor: pointer;
}
.uyeolmakicintikla {
border: 1px solid #d9230a;
padding: 1px;
background-color:#d9230a; 
color: white;
text-decoration: none;
}
.uyeolmakicintikla:visited {
color: yellow;
}
.uyeolmakicintikla:link {
color: white;
}
.uyeolmakicintikla:hover {
color: white;
}

