/*
This design is user-friendly and produced with new generation web technologies.
*/


body {
    background-color: #e0e6e0!important;
}


.TopMenu a {
  color:#fff;
}

.Products {
    margin-top:2%;
    color:#222;
    
}

.logo a:hover {text-decoration: underline; color:#fff;}
.alert { position: relative;  padding: 10px 10px 0px 10px; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; margin-top: 1rem; }
.alert-success {color: #155724; background-color: #d4edda; border-color: #c3e6cb;}
.alert-success p{text-align:center}
.Telefon {height:30px; background:#fff; }
.Telefon a {font-size:18px;color:green; text-decoration: none;}
.Telefon a:hover {color:#222;}
.Telefon span {color:#222;}
.Telefon .icon {width:34px;}
.TopMenu .vr {
  color:#fff;
}

.TopMenu li {
  padding:0px 10px 0px 10px;
}

.TopMenu li:hover {
  background:#222;
  border-radius: 5px;
}

.product-card{
    background: #fff;
    padding: 30px;
    text-transform: uppercase;
  }
  .product-card .ProductTitle{
    color: green;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .product-card .freeshipping{
    background-color: rgb(109, 163, 109);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    padding-top: 25px;
    text-align: center;
    font-size:16px;
    color:#fff;
    margin-top:5px;
	opacity: 0.8;
    margin-left: 40px;
  }
  .product-card .gift{
    background-color: rgb(159, 66, 66);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    padding-top: 25px;
    text-align: center;
    font-size:16px;
    color:#fff;
    margin-top:70px;
    opacity: 0.8;
    margin-left: 40px;
  }

.Products .col-sm {width: 49%!important; }

  .product-card .Productİmage {
    width:200px;
	    margin-left: -40px;
  }
  .product-card p{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: rgb(131, 131, 131);
  }

  .product-card .card-text {
    font-weight: 500;
    color: rgb(131, 131, 131);
    text-transform: none;
    font-size:12px;
  }

  #blogentry {
    width: 26rem; margin-bottom:25px;
  }
  

  .product-info{
    display: flex;
    align-items: center;
  }
  .product-price{
    font-size: 23px;
    font-weight: 500;
    text-decoration: underline;
  }
.yenibutton {margin-top:10px;}
  .product-button{
 margin-left: auto;
    color: green;
    text-decoration: none;
    border: 2px solid;
    padding: 10px 16px;
    border-radius: 20px;
    transition: .4s linear;
  }
  
  .product-button:hover{
    transform: scale(1.06);
  }


.Content {
  color:#222;
  margin-top:2%;
}

.Content ul {
  padding-left: 31px;
  color:green;
  font-weight:500;
}

.Content a {color:green; text-decoration: underline; font-weight: 500;}
.Content a:hover {color:rgb(128, 0, 23)}


.Content .container {
  background-color: #fff;
  padding: 25px
}

.Content p{
  font-size:16px;
}
.Content h1 {
  font-size:28px;
  color:green;
}
.Content h2 {
  font-size:24px;
}


.Blog {
  border-top:5px dotted green;
  color:#222;
  margin-top:2%;
  padding: 10px;

}

.Blog .col {
  margin-bottom:2%;
}

.Blog span {
  font-size:24px;
  color:#222;
}

.Blog p {
  font-size:14px;
}

.Blog h3 {
  font-size:28px;
}


  @media only screen and (max-width: 600px) {
   .product-card {
    margin-bottom:5%;
   }

  .product-card .gift .freeshipping{
    margin-left:200px;
    margin-top:35px;
  }

  #blogentry {
    width: 33.33rem;
  }

}