/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   

      MOBILE CSS


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1.urunler-h1 { display: inline; font-size: 100%; text-align: left; line-height: 0; text-align: center; font-weight: normal; }

a { color: black; }

/* -----------------------------------------------------------------
      TITLE
----------------------------------------------------------------- */

.urunler-titles {
  width: 100%;
  height: 2em;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 140%;
  text-align: left;
  color: #021C39;
  margin-top: 1em;
  margin-bottom: 1em;
}

.urunler-titles-line {
  width: 100%;
  height: 0.3em;
  background: #EDEDED url('../images/bg-titles.png') no-repeat left;
}

.titles-marka {
  width: 100%;
  height: 2em;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 180%;
  text-align: center;
  color: #021C39;
  margin-top: 2em;
  margin-bottom: 1em;
}

.titles-marka-alt {
  width: 100%;
  height: 2em;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 120%;
  text-align: left;
  color: #021C39;
  margin-top: 2em;
  margin-bottom: 1em;
}

.titles-line-alt {
  width: 100%;
  height: 0.3em;
  background: #EDEDED url('../images/bg-titles.png') no-repeat left;
}

/* -----------------------------------------------------------------
      ÜRÜN FOTOĞRAFLARI
----------------------------------------------------------------- */

.urunler-foto-main {
  width: 100%;
  height: 16em;
  position: relative;
  border: solid 0.1em #ECECEC;
}
.urunler-foto-main img { 
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.urunler-foto-diger {
  width: 100%
  height: auto;
  margin-top: 1em;
  text-align: center;
}

.thumbnail {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: solid 0.1em #ECECEC;
  padding: 0.5em;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  outline: none;
  display: block;
}

/* -----------------------------------------------------------------
      ANASAYFA MARKALARIMIZ
----------------------------------------------------------------- */

.urunlerimiz-markalar { width: 50%; height: 14em; float: left; position: relative; transition: all .2s ease-in-out; cursor: pointer; }
.urunlerimiz-markalar:hover { transform: scale(1.1); }
.urunlerimiz-markalar img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 120px;}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.urunlerimiz-markalar-title1 {
  width: 100%;
  position: absolute;
  bottom: 1.2em;
  text-align: center;
  font-family: Gilroy-Bold, sans-serif;
}

.urunlerimiz-markalar-title2 {
  width: 100%;
  position: absolute;
  bottom: -0.9em;
  text-align: center;
  font-size: 70%;
}

/* -----------------------------------------------------------------
      MARKA ÜRÜNLER
----------------------------------------------------------------- */

.marka-urunler { width: 50%; height: 12em; float: left; position: relative; transition: all .2s ease-in-out; cursor: pointer; }
.marka-urunler:hover { transform: scale(1.1); }
.marka-urunler img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 120px;}

.marka-urunler-title1 {
  width: 100%;
  position: absolute;
  bottom: 1.2em;
  text-align: center;
  font-family: Gilroy-Bold, sans-serif;
  font-size: 90%;
}

/* -----------------------------------------------------------------
      BREADCRUMB
----------------------------------------------------------------- */

#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-top: 0;
}
#breadcrumb li {
  float: left;
  font-size: 75%;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 15px 10px; /* 20px 10px; */
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}

/* -----------------------------------------------------------------
      TEKLİF İSTE
----------------------------------------------------------------- */

.teklifal-wrap { width: 100%; height: auto; margin-top: 1em; }
.teklifal-wrap img { max-height: 3em; margin-bottom: -1em; margin-right: 1em; }
.teklifal-name { width: 100%; height: 2em; line-height: 2em; margin-right: 0; margin-bottom: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer;  }
.teklifal-eposta { width: 100%; height: 2em; margin-right: 0; line-height: 2em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-telefon { width: 100%; height: 2em; line-height: 2em; margin-right: 0; margin-top: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-mesaj { width: 100%; height: 5em; line-height: 1em; margin-right: 0; margin-top: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-captcha { width: 50%; height: 2em; line-height: 2em; margin-right: 0; margin-top: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-buton { width: 100%; height: 3em; font-family: Gilroy-Light, sans-serif; font-size: 1em; color: white; background-color: #3498dc; border: none; margin-top: 1em; cursor: pointer; }
.teklifal-buton:hover { background-color: #2a80b9; }
.err { color: red;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   

      DESKTOP CSS - MIN-WIDTH: 800PX;


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media screen and (min-width: 800px) {

/* -----------------------------------------------------------------
      ÜRÜN FOTOĞRAFLARI
----------------------------------------------------------------- */

.thumbnail {
  width: 90px;
  height: 90px;
}

.divTable{
  margin-left: 0;
  width: 100%;
}

/* -----------------------------------------------------------------
      ANASAYFA MARKALARIMIZ
----------------------------------------------------------------- */

.urunlerimiz-markalar { width: 25%; }
.urunlerimiz-markalar img { max-width: 120px; }

.urunlerimiz-markalar-title2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 90%;
}

/* -----------------------------------------------------------------
      MARKA ÜRÜNLER
----------------------------------------------------------------- */

.marka-urunler { width: 20%; }
.marka-urunler img { max-width: 120px; }

/* -----------------------------------------------------------------
      TEKLİF İSTE
----------------------------------------------------------------- */

.teklifal-wrap { width: 100%; height: auto; margin-top: 2em; }
.teklifal-wrap img {  max-height: 3em; margin-bottom: -1em; margin-right: 1em; }
.teklifal-name { width: 922px; height: 2em; line-height: 2em; margin-right: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer;  }
.teklifal-eposta { width: 450px; height: 2em; margin-right: 1em; line-height: 2em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-telefon { width: 450px; height: 2em; line-height: 2em; margin-right: 1em; margin-top: 0; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-mesaj { width: 922px; height: 5em; line-height: 1em; margin-right: 1em; margin-top: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-captcha { width: 155px; height: 2em; line-height: 2em; margin-right: 1em; margin-top: 1em; padding: 1em; padding-left: 1em; font-family: Gilroy-Light, sans-serif; font-size: 1.1em; border: 0.1em solid #D1D1D1; cursor: pointer; }
.teklifal-buton { width: 922px; height: 3.5em; font-family: Gilroy-Light, sans-serif; font-size: 1em; color: white; background-color: #3498dc; border: none; margin-top: 1em; cursor: pointer; }
.teklifal-buton:hover { background-color: #2a80b9; }

} /* END OF THE CSS */
