
/*-----------------------------------------
 [MASTER RESPONSIVE STYLE SHEET]
-----------------------------------------------*/


  /*-------------------------------------------------------*/
/* When the browser is above 1200px wide, below css will be applied.
/*-------------------------------------------------------*/


@media screen and (min-width: 1680px) {



}
/*-------------------------------------------------------*/
/* When the browser is between 0px and 1200px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (max-width: 1200px) {} @media screen and (min-width: 1200px) {} @media screen and (max-width: 1200px) and (min-width: 992px) {}
/*-------------------------------------------------------*/
/* When the browser is between 992px and 1319px wide,below css will be applied.
/*-------------------------------------------------------*/

@media screen and (min-width: 1300px) and (max-width: 1600px) {

  

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  

}

@media screen and (min-width: 768px) and (max-width: 1299px) {


}


/*-------------------------------------------------------*/
/* When the browser is between 0px and 1120px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 1120px) {

}

/*-------------------------------------------------------*/
/* When the browser is between 0px and 992px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 992px) {
}


/*-------------------------------------------------------*/
/* When the browser is between 0px and 767px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  }


/*-------------------------------------------------------*/
/* When the browser is above 768px wide, below css will be applied.
/*-------------------------------------------------------*/
@media screen and (min-width: 768px) {
.noDesktop
{
    display: none !important;
}
}


/*-------------------------------------------------------*/
/* When the browser is between 0px and 767px wide,below css will be applied.
/*-------------------------------------------------------*/
@media screen and (max-width: 767px) {
.noMobile
{
    display: none !important;
}

.navbar-light .navbar-toggler
{
  margin: 5px;
}

.makeus-different-sec {
  padding: 30px 0;
}

.title-head-sec h3 {
  text-align: center;
  font-size: 25px;
}

.title-head-sec p {
  font-size: 14px;
  padding: 0 8%;
}

.makeus-different-sec .main-features-box .organic
{
  margin-right: 0;
}

.makeus-different-sec .main-features-box .features-box {
  padding: 30px 15px 30px;
  margin-bottom: 25px;
}

.makeus-different-sec .main-features-box .features-box .image-box-content p {
  font-size: 13px;
  line-height: 26px;
}

.makeus-different-sec .main-features-box .features-box .button-wrapper {
  padding-top: 20px;
}

.makeus-different-sec .main-features-box .features-box .button-wrapper a {
  font-size: 12px;
  line-height: 1.1em;
  padding: 13px 30px;
}

.margBtm {
  margin-bottom: 13px;
}

.mobPadding0
{
  padding: 0;
}

.product-dec-contents
{
  padding-top: 25px;
}

.product-descition-sec .content-descition p {
  color: #666666;
  line-height: 26px;
  font-size: 13px;
}

.rowInverse
{
  flex-direction: column-reverse;
}

.favourite-recipe-sec
{
  padding: 0px 0;
}

.favourite-recipe-sec .columns-4 li.product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 100%;
  max-width: 100%;
}

.favourite-recipe-sec .fav-innerwrap {
  padding-top: 15px;
}

.favourite-recipe-sec .product-caption {
  padding: 15px 10px;
}

/* .favourite-recipe-sec .product-caption .price
{
  display: none;
} */

.favourite-recipe-sec .product-caption .order-button a {
  margin-top: 5px;
  border-radius: 4px;
  padding: 0.8em 1.8em;
  font-weight: 700;
  font-size: 13px;
}

.amazing-story-wrapper .story-contents-desc {
  padding-top: 20px;
}

.amazing-story-wrapper .story-contents-desc p {
  line-height: 27px;
  font-size: 14px;
  text-align: left;
  padding: 0 5%;
}

.main-footer
{
  padding-top: 0px !important;
}

.footer .copyright {
  padding: 15px 0 5px 0;
}

.footer .btn.btn-link {
  display: inline-block;
  font-size: 13px;
  width: 49%;
}

.navbar .navbar-nav .nav-link
{
  padding: 10px 0;;
}

.justifyContentEnd
{
  /* justify-content: end; */
}

.padMobNew
{
  padding-right: 0.5rem !important;
}

.mobileLogo
{
  display: inline-block;
}

.logo-width {
  width: 117px;
  margin-right: 0px !important;
  margin-left: 10px;
}

.navbar .navbar-brand {
  margin-right: 0;
}

.order-img
{
  width: 58px;
    vertical-align: middle;
    margin-top: 10px;
}

.ordermobLink
{
  padding: 0px !important;
}

.about-main-contents {
  padding: 50px 0px 30px 0px;
}

}