h1,
.header-style {
    font-family: "Cookie", cursive;
}
p {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* line-height: 32px; */
    color: #1b1b1b;
}

.p-text {
    line-height: 32px;
}

.ip-material {
    border: 1px solid grey;
    border-radius: 0%;
    background-color: transparent;
    width: 95%;
    padding: 10px;
    border-radius: 6px;
}
input:focus {
    border: transparent;
}
.btn-float:hover {
    background-color: transparent !important;
}
.news-letter .col-sm-6:first-child,
.news-letter .col-sm-6:last-child {
    padding-left: 50px;
}
.news-letter .col-sm-6:last-child {
    padding-right: 50px;
}
.news-letter .bg-newsletter {
    border-radius: 75px;
}
.back-to-top {
    text-decoration: none;
    white-space: nowrap;
}
.footer-links {
    font-weight: bold;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.cart-button {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    padding: 6px 9px;
    color: white;
}
.cart-button:hover {
    background-color: #ffa355;
    color: white;
}
/* .product-card:hover .cart-button{
    background-color: #edbe60;
    color: white;
    border: 1px solid white;
} */
.card_image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.navbar-brand img {
    width: auto;
    height: 82px;
}
#happy_baker_header .navbar {
    background-color: white !important;
    box-shadow: 1px 1px 3px 1px #ddd;
}
section.main-slider {
    margin-top: 82px;
}
#happy_baker_header .nav-item {
    padding-right: 20px;
    font-size: 18px;
}

.joenjack {
    float: right;
}

.btn-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
}

.btn-grow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: all;
}

nav.stroke ul li a {
    position: relative;
}
nav.stroke ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #edbe60;
    height: 1px;
    transition: all 0.3s;
}
nav.stroke ul li a:hover:after {
    width: 100%;
}

.product-card:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 1px 2px 6px 0px rgb(211 209 209);
}

.product-card {
    transition: all 0.4s;
    height: 320px;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.product-details {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px 15px;
    background-color: rgb(68 68 68 / 55%);
}
.product-details p {
    margin-bottom: 0px;
}
.responsive-button {
    width: 50%;
}
.header-style {
    font-size: calc(1.375rem + 1.5vw);
}
.header-style {
    display: block;
    margin: 0.67em 0;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .header-style {
        font-size: 3.5rem;
    }
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #ffa355;
    border-color: #ffa355;
}
.form-control:focus {
    border: 1px solid grey;
    box-shadow: none;
}
