body {
    margin: 0 auto;
    background: #ffffff;
    overflow-x: hidden;
    font-family: "Varela Round", sans-serif;
}

.no-padding {
    padding: 0px !important;
}

.header {
    background-color: #0b7b7a;
    border-bottom: solid 5px rgb(156, 20, 10);
}
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header-text {
    margin-left: 50px;
    font-family: "Righteous", cursive;
    color: #d6410b;
}

.front-main-menu {
    border-bottom: solid 2px slateblue;
}
.navbar-nav li a {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff !important;
    padding-left: 30px !important;
}
.search-area {
    background-color: darkslategrey;
}
.search-items {
    background-color: khaki;
    background-color: #c2c285;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ddd963'/%3E%3Cstop offset='1' stop-color='%23c2c285'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23ff1f0a' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ff1f0a' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}
.product-box {
    border: rgb(197, 129, 197) solid 2px;
    border-radius: 10px;
}
.product-box h4 {
    font-family: "Pattaya", sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}
.product-box hr {
    color: brown;
}
.footer {
    background-color: black;
}
.footer p {
    color: blanchedalmond;
}

.header-nav-bar {
    padding: 0 0;
    width: 100%;
    left: 0;
    justify-content: space-between;
}

.scrollable {
    overflow-y: auto;
    max-height: 500px;
}
