@import url("animate.css");
@import url("fakeLoader.min.css");

/* NORMALIZE */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }






.uygulama {
  margin-bottom: 30px; }
  .uygulama img {
    width: 100%; }
  .uygulama a {
    color: #000000; }
    .uygulama a:hover {
      color: #eb2b41; }
  .uygulama-name {
    height: 40px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px; }



.product-box {
  text-align: center;
  margin-bottom: 30px; }
  .product-box a {
    min-height: 100px;
    padding-top: 15px;
    display: block;
    color: #000000;
	 font-weight: bold;
    border-bottom: 2px solid #ddd; }
    .product-box a:hover {
      border-color: #ea1e38;
      color: #ea1e38; }
  .product-box img {
    max-width: 90%;
    margin-bottom: 15px; }

.product-name {
  font-size: 13px;
  line-height: 1.67;
  text-align: center;
  min-height: 40px; }

.product-images {
  margin-bottom: 50px;
  text-align: center; }
  .product-images img {
    max-width: 80%; }

.product-info {
  margin-top: 20px; }


.products {
  position: relative;
  margin-top: 50px; }
  .products-title {
    color: 1D1B13;
    margin-bottom: 20px;
    text-align: center;
    font-size: 23px; }
  .products img {
    margin: 0 auto;
    max-width: 99%; }
  .products .owl-nav {
    font-size: 48px; }
  .products .owl-prev {
    position: absolute;
    left: -30px;
    top: calc(50% - 50px); }
  .products .owl-next {
    position: absolute;
    right: -30px;
    top: calc(50% - 50px); }







.products1 {
  margin-top: 30px;
  background: #3C464F;
  height: 230px; }
  .products-bar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-bar-box {
  width: 25%; }
  .product-bar-box:hover {
    background: #495560; }
  .product-bar-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    height: 230px;
    text-align: center; }
  .product-bar-box img {
    margin-bottom: 25px;
    width: 60%; }	


