body p, li, a{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.06rem;
}
.no-slider .product-box{
	margin: 30px 15px !important;
	box-shadow: 0 0 10px #ccc;

}
.product-box .product-detail{
	text-align: center;
}
.about-page p{
	text-align: justify;
}
.about-page h2{
	font-family: "Philosopher", sans-serif;
	margin: 25px 0;
}
.title1 .title-inner1{
	font-family: "Philosopher", sans-serif;
}
.main-menu{
	margin: 0px !important;
}
.main-nav-center{
	background: antiquewhite;
}
.card{
	box-shadow: 0 0 10px #ccc;
	padding: 20px;
}
.main-menu{
	margin: 10px;
}
.full-banner.p-left .banner-contain{
	float: unset;
	background-color: #fff0f054;
}
@media (max-width: 577px) {
  .brand-logo img {
    height: 80px !important;
  }
  .toggle-nav{
  	padding-top: 18px;
  }
  .main-menu{
  	margin: 10px !important;
  }
  footer{
  	margin-bottom: 0px !important;
  }
  .sub-footer p{
  	padding: 10px 0;
  }
  .sub-footer .payment-card-bottom{
  	padding: 0px;
  }
  .no-slider .product-box{
  	margin: 10px !important;
  }
  .toggle-nav i{
  	color: #733d14;
  }
}