/*------------------------------BUNGEE STYLING CSS-----------------------------*/

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active
{
    color: #8A3900;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:hover
{
    color: #8A3900;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 550;
    outline: none;
    font-size: 16px;
}

.center-navbar
{
    justify-content: center;
}

.makeus-different-sec
{
    background-color: #ffffff;
    padding: 100px 0;
}

.title-head-sec h3
{
    text-align: center;
    font-size: 40px;
}

.title-head-sec p
{
    text-align: center;
    color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.cursive-fontstyle
{
  font-family: 'Yellowtail', cursive;font-family: 'Yellowtail', cursive;
  font-weight: 400;
}

.makeus-different-sec .main-features-box
{
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 50px;
}

.makeus-different-sec .main-features-box .features-box
{
    padding: 50px 27px 75px;
    border-radius: 50px 50px 50px 50px;
}

.makeus-different-sec .main-features-box .organic
{
    background-color: #fcf6d1;
    margin-right: 20px;
}
.makeus-different-sec .main-features-box .natural
{
    background-color: #D7FCD1;
    margin-right: 10px;
    margin-left: 10px;
}
.makeus-different-sec .main-features-box .healthy
{
    background-color: #F9DBD2;
    margin-left: 20px;
}

.makeus-different-sec .main-features-box .features-box .img-box
{
    text-align: center;
    /* margin-bottom: 20px; */
    display: table;
    margin: 0 auto 20px auto;
}

.makeus-different-sec .main-features-box .features-box .img-box img
{
    /* width: 30%; */
}

.makeus-different-sec .main-features-box .features-box .image-box-content
{
    text-align: center;
}



.makeus-different-sec .main-features-box .features-box .image-box-content h3
{
font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}

.makeus-different-sec .main-features-box .features-box .image-box-content p
{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.makeus-different-sec .main-features-box .features-box .button-wrapper
{
    text-align: center;
    padding-top: 40px;
}

.makeus-different-sec .main-features-box .features-box .button-wrapper a
{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 45px;
    color: #000000;
    text-align: center;
}

.makeus-different-sec .main-features-box .features-box .button-wrapper a:hover
{
    background-color: #6FA720;
    color: #ffffff;
}

/***************STYLING PRODUCT DESCRIPTION SECTION******************/

.padRight0
{
    padding-right: 0;
}

.product-descition-sec
{
    background-color: #ffffff; 
    margin-bottom: 40px;
}

.product-descition-sec .container-fluid
{
  padding-left: 0;
}

.vert-hor-center
{
   justify-content: center;
    align-items: center;
    display: flex;
}

.product-descition-sec .content-descition
{
   margin-top: 25px;
   padding-left: 10%;
   padding-right: 10%;
}

.product-descition-sec .content-descition p
{
    color: #666666;
    line-height: 28px;
}

/*----------------------------FAVOURITE RECIPE SECTION------------------------------------*/

.favourite-recipe-sec
{
    background-color: #ffffff;
    padding: 50px 0;
    width: 100%;
    /* overflow: hidden; */
}

.favourite-recipe-sec ul.products
{
/* margin-left: -15px;
    margin-right: -15px; */
    margin-left: -15px;
    margin-right: 17px;
    margin-bottom: 0;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.favourite-recipe-sec .fav-innerwrap
{
  padding-top: 40px;
}

.favourite-recipe-sec .columns-4 li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.favourite-recipe-sec ul.products li.product
{
padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    text-align: center;
}

.favourite-recipe-sec ul.products li.product .product-block
{
position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 100%;
}

.favourite-recipe-sec .product-transition {
    position: relative;
    overflow: hidden;
}

.favourite-recipe-sec ul.products li.product img
{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.favourite-recipe-sec .product-caption
{
    padding: 25px 10px;
    display: inline-block;
    width: 100%;
}

.favourite-recipe-sec .product-caption .product-title
{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
}

.favourite-recipe-sec .product-caption .price
{
    font-size: 20px;
    font-weight: 700 !important;
    color: #6FA720;
}

.favourite-recipe-sec .product-caption .order-button a
{
    margin-top: 15px;
    border-radius: 4px;
    padding: 1em 2.5em;
    background-color: #6FA720;
    color: #ffffff;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}

.favourite-recipe-sec .product-caption .order-button a:hover
{
    background-color: #64971D;
}



/*--------------------------------STORY CONTENT DESCRIPTION--------------------------------*/

.amazing-story-wrapper .story-contents-desc
{
    color: #666666;
    padding-top: 20px;
}
.amazing-story-wrapper .story-contents-desc p
{
    line-height: 28px;
    text-align: center;
}

.amazing-story-wrapper .story-contents-desc p i
{
    font-style: italic;
    font-weight: 600 !important;
}


/*-----------------------------STYLING MAIN FOOTER-----------------------------------*/

.main-footer
{
    background-color: #faf6f0;
}

.main-footer .address-name
{
    text-align: center;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 25px;
    margin-top: 10px;
}

.footer .btn.btn-square
{
    color: #ffffff;
    border: 1px solid #4D3631;
    background-color: #4D3631;
}

.footer .btn.btn-square:hover {
    border: 1px solid #6FA720;
    background-color: #6FA720;
}

.main-footer .telnew
{
    color: #000000;
    font-weight: 600;
}

.footer .copyright a
{
    color: #000000;
    font-weight: bold;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "-";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.btn-green {
    color: #fff;
    background-color: #6FA720;
    border-color: #6FA720;
}

.btn-brown {
    color: #fff;
    background-color: #4D3631;
    border-color: #4D3631;
}

.margBtm
{
    margin-bottom: 42px;
}

.logo-width
{
    width: 205px;
}

.contactform-sec h4
{
    font-size: 16px;
    line-height: 24px;
    color: #4D3631;
}

.colorGreen
{
    color: #6FA720;
}

.about-img-box
{
    padding-top: 30px;
}

.about-main-contents
{
    padding: 70px 40px 30px 40px;
}

.our-mission-text
{
    font-style: italic;
    color: #161616;
    line-height: 30px;
    padding-top: 42px;
}