body {
/*    font-family: 'Prata', serif;*/
}
h1,h2 {
/*    font-family: 'Playfair Display', serif;*/
/*    font-family: 'Prata', serif;    */

}
.btn-success {
    background: black !important;
    border: 0px;
    border-radius: 0px;
}
.text-success {
    color: black !important;
}
.bg-success {
    background: black !important;
    opacity: 0.98;
}

#best {
    position: relative;
}

#best:before {
    content: "Best Value";
    position: absolute;
    background: #4e80ab;
    color: #fff;
    padding: 5px;
    left: -60px;
    z-index: 1;
    transform: rotate(-90deg);
    top: 25px;
}
#buyBtn {
    position: relative;
    top: 30%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
}

.stick a {
    color: inherit !important;
    text-decoration: none;
}
.sticky {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
    border-top: 0;
    background: #fff;
    margin-top: 0px !important;
}
.no-gift {
    display: none !important;
}


.card-img {
    width: 80%;
}
.card-body {
    padding: 10px;
}
.card-title {
    margin-bottom: 1.75rem;
    margin-top: 10px;
}

.intro {
    background:black;
}
.mob-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center !important;
    overflow:hidden;
    /* background:url('./img/subs-header.jpg');  */
    position: absolute;
    width: 100%;
    height: 350px;
}

.free {
  float:left;
  padding:15px;
  font-family: 'Francois One', sans-serif;
}

.delivery {
  padding:20px;
  font-size:30px;
  margin-left: -20px;
}

.media-body-delivery {
  padding: 20px;
  margin-left: -20px;
  font-family: 'Francois One', sans-serif;
}

.pub {
  font-size:1.4em;
}

@media screen and (max-width:768px) {
  .media-body-delivery {
    margin-left:0px;
  }
.pub {
  margin-left:80px;
 }
}

@media (min-width: 576px) {

    .intro {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position:center !important;
        overflow:hidden;
        /* background:url('./img/subs-header.jpg');  */
        padding-top:20px;
    }
    .card-img {
        width: 100%;
    }
}
