/*============================================================================================*/
/* FAQ PAGE */
/*============================================================================================*/
a.box_topic {
  text-align: center;
  background: #fff;
  padding: 30px 15px 15px 15px;
  height: 165px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #444;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  a.box_topic {
    padding: 20px 20px 0 20px;
  }
}
a.box_topic:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
a.box_topic i {
  display: inline-block;
  font-size: 40px;
  color: #C3996D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #0044c2;
  background-color: rgba(0, 77, 218, 0.05);
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}
a.box_topic h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
a.box_topic.version_2 {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: left;
}

a.box_topic_2 {
  padding: 30px 30px 5px 110px;
  position: relative;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #444;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-height: 165px;
  border: 1px solid #ededed;
}
@media (max-width: 991px) {
  a.box_topic_2 {
    min-height: inherit;
  }
}
a.box_topic_2:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 77, 218, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
a.box_topic_2 i {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 52px;
  font-size: 3.25rem;
  color: #C3996D;
  margin-bottom: 10px;
}
a.box_topic_2 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #C3996D;
}
a.box_topic_2 p {
  font-size: 16px;
  font-size: 1rem;
}

.list_articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_articles ul li {
  float: left;
  width: 45%;
  margin-right: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.list_articles ul li a {
  color: #444;
  display: block;
}
.list_articles ul li a:hover {
  color: #C3996D;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.list_articles ul li i {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  .list_articles ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* SİPARİŞLER VE DETAY SAYFASI */
.ozeldivim {
  font-size: 16px;
  color: #fff;
  background-color: #a97d4d;
  padding: 10px;
  font-weight: 600;
}

.ozelalan th:nth-child(1) {
  background-color: #eee;
  width: 15%;
  text-align: center!important;
}
.ozelalan th:nth-child(3) {
  width: 15%;
  text-align: center!important;
  background-color: #eee;
}

.ozelalan td:nth-child(2) {
  width: 40%;
  text-align: center!important;
}
.ozelalan td:nth-child(4) {
  width: 50%;
  text-align: center!important;
}
/* S力PAR力SLER VE DETAY SAYFASI */


.tdozelkodlama td{
  vertical-align: middle;
  text-align: center;
}


@media (max-width: 760px) {
  .kaybolmobil{
    display: none;
  }
  .mobildekucultfont{
    font-size: 12px;
    font-weight: 800;
  }
  }
