
p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify !important;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
}




.circle-img-wrap {
    background-color: #ffffff;
    
}
.sorting-nav {
    display: block;
    width: 85%;
    justify-content: space-between;
    margin: auto;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
}


div#nav-wrapper {
    height: 88px;
}
section#categories-nav {
    width: 100%;
    display: block;
    margin: auto;
    background: white;
    font-weight: bold;
    font-size: 14px;
    margin-top: -52px;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
    padding-top: 8px;
}
section.header {
    /*height : 1.5em;*/
}
.view-all-btn, .read-more-btn {
    text-align: center;
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0px 0 0px 0;
}
.sort-by {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}

input[type="email"], select {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
div#search-bar {
    
    background-color: #fdf1f1;
    padding: 20px 0;
	margin-top: 60px;
    position: sticky;
    top: 93px;
    z-index: 999;
}
.search-bar-container {
    background-color: white;
    padding: 0 10px 0 0;
    /* border-radius: 10px; */
    box-shadow: 0px 0 6px -3px black;
}
*{
    font-family: Montserrat,sans-serif;
}

ul li {
    list-style: none;
     color: #000;
}
.cakes
{
	background-color: #f8f7f7;
}
.grey-bg {
    background-color: #fdf1f1;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
	font-size: 1.2rem;
	 font-family: Montserrat,sans-serif;
}

.dropdown{
    width: 100% !important;
}

.search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.search-form input:focus,
.search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.search-form button i {
    color: red;
}

.dropdown-content{width: 100% !important; border: 1px solid lightgray;}
.popular-search {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 5px 20px;
    background-color: #aba8a8bf;
    opacity: 0.4;
}

section.header-section{padding-bottom: 10px;}
.header-section.sticky { z-index: 102 !important;};