﻿body {
  font-family: Arial;
  font-size: 17px;
  margin:0px;
  padding-top:70px;
  padding-bottom:200px;
}

* {
  box-sizing: border-box;
}

.multiline{
    resize:none; 
    margin-bottom: 15px;
    Height:150px;
    Width:100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.ililce{
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 50px;
}

h4#urunbaslik{
    margin-bottom:0px;
}
p#uruntanimi{
    color: #616a7d;
    font-size:12px;
    margin-top:0px;
    margin-bottom: 30px;
}

.validate{
   color:red;
   font-size:12px;
}

label#sozlesme{
    color:red;
}

#baslik{
    display:flex;
    display: -ms-flexbox; /* IE10 */
    width:100%;
    color:#ffffff;
    padding-top:5px;
   padding-left: 60px;
   box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
    -moz-box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
   -webkit-box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
   background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1;
}

#baslik-logo{
    flex: 25%;
    -ms-flex: 25%;
    padding-left: 50px;
    margin: auto;
}

#baslik-menu{
    flex: 75%;
    -ms-flex: 75%;
    margin: auto;
}
#baslik-menu .row{
    display: block;
    margin-right: 12%;
    text-align: end;
}

#baslik-menu .row .fm .cm{
    display: inline-block;    
}

#baslik-menu .row .fm .cm a{
    color: #616a7d;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
}



#anakutu{
    width:80%;
    margin:auto;
}

#urunresmi{
    width:100%;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
    height: 50px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}

span.price {
  float: right;
  color: grey;
}

.footer {

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  text-align: center;
  height: 50px;
  display: flex;
  display: -ms-flexbox;
    box-shadow: 2px 2px 2px 4px rgb(50 50 93 / 25%);
    -moz-box-shadow: 2px 2px 2px 4px rgb(50 50 93 / 25%);
   -webkit-box-shadow: 2px 2px 2px 4px rgb(50 50 93 / 25%);
}

#footer-logo{
    flex: 25%;
    -ms-flex: 25%;
    padding-left: 50px;
    margin: auto;
}

#footer-menu{
    flex: 75%;
    -ms-flex: 75%;
    margin: auto;
}
#footer-menu .row{
    display: block;
    margin-right: 5px;
    text-align: end;
}

#footer-menu .row .fm .cm{
    display: inline-block;
    border-right: 1px solid #616a7d;
}

#footer-menu .row .fm .cm a{
    color: #616a7d;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
}
#footer-menu .row .fm #soncm {
    border-right: 0px;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  /*.row {
    flex-direction: column-reverse;
  }*/
  .col-25 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1500px) {
  #anakutu{
    width:60%;
}
}