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


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


.TopMenu a {
  color:#fff;
}

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

.bg-success {background-color: #3298DC!important;}

.logo a:hover {text-decoration: underline; color:#fff;}

.Telefon {height:30px; background:#fff; }
.Telefon a {font-size:18px;color:#3298DC; 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: #3298DC;
    font-size: 20px;
    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;
    margin-left: 155px;
  }
  .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:110px;
    margin-left: 155px;
  }

  .product-card .Productİmage {
    width:200px;
  }
  .product-card p{
    font-size: 17px;
    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;
  }
  .product-button{
    margin-left: auto;
    color: #3298DC;
    text-decoration: none;
    border: 2px solid;
    padding: 8px 24px;
    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:#3298DC;
  font-weight:500;
}

.Content a {color:#3298DC; 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:#3298DC;
}
.Content h2 {
  font-size:24px;
}


.Blog {
  border-top:5px dotted #3298DC;
  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;
  }

}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}