@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap');
body{
  /*font-family: 'Montserrat', sans-serif ! important;*/
  font-family: 'Titillium Web', sans-serif ! !important;
}

p
{
	font-size: 15px !important;
}
.widget p
{
    margin-top:0px;
}

.bg-transperent
{
	background-color: transparent;
}
.logo__wrapper-img img
{
	height: 50px;
	
}
.pt80
{
	padding-top: 80px;
}
.cust-prod-bg img
{
	object-fit: contain;
	margin-top: -40px;
}
.cust-banner-bg
{
	/*background-image: url(../img/banner.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.figure-feature
{
	padding: 10px;
    outline: none;
}
.figure-feature__heading
{
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 1.3;
	    text-transform: uppercase;
}
.cust-hover:hover
{
	box-shadow: 0px 10px 17px -9px rgba(0,0,0,0.29);
}
.footer
{
	background-color: #fff;
}
/*.cust-ingrediant li
{
	margin-top: 0 !important;
	margin-bottom: 0px  !important;
	font-size: 15px;
	font-weight: 400;
}*/

.cust-ingrediant li {
    margin-top: 0 !important;
    /* margin-bottom: 0px !important; */
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 22px;
}
.cust-ingrediant li span
{
	float: right;
}

.filter__item
{
	font-size: 14px;
}
.cust-hover
{
	background-color: #fff;
	height: 440px;
	padding: 15px;
}
.cust-hover [data-arts-parallax] img
{
	object-fit: contain;
	/*height: auto;*/
}
[data-arts-parallax]>div
{
	height: 330px;
	padding-bottom: unset !important;
	transform: unset;
}
.sub-heading
{
	font-size: 16px;
    color: #767676;
}
.whatsapp {
    position: absolute;
   right: 7%;
    top: 35%;
    z-index: 999;
    height: 45px;
}
.whatsapp img {
    height: 45px;
}

.indicated-in-list li:before
{
	background-color: #000;
	display: none !important;
	width: 5px !important;
	height: 5px !important;
	border-radius: 40% !important;
	display: inline-tableinline-block;
    width: 10px;
    height: 1px;
    /* vertical-align: -webkit-baseline-middle; */
    margin-right: 1em;
    margin-top: 12px;
    margin-bottom: 3px;
    
}
.indicated-in-list li p
{
	/*margin: 0;
    float: left;*/
}
.indicated-in-list 
{
	/*list-style-type: disc !important;

	display: list-item !important;*/
	padding-left: 20px !important;
}
.indicated-in-list li
{
	list-style-type: disc !important;

	display: list-item !important;
	font-size: 15px;
	margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.sidebar_no-margin-last-widget h3
{
	margin-top: 0px;
}
.cust-ingrediant li strong
{
	font-weight: 600 !important;
}


 .price-block {
    width: max-content;
    margin-left: 25%;
    text-align: center;
}
        .price-what
        {
background-color: #29a71a;
    border: none;
    border-radius: 10px;
    margin: 10px 0 0;
    color: #fff;
  /*  font-size: 12px;
    padding: 0px 7px 0 2px; */   
     font-size: 16px;
    padding: 8px 12px;
      }
      .add-to-cart
      {border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0px 0 10px;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    padding: 3px 5px;

      }
      .free-home-delivery
      {
        background-color: #c92216;
    border: none;
    border-radius: 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
    padding: 3px 7px;
      }
      .price-block h4
      {
        margin: 0;
      }
      button:focus
      {
        outline: none !important;
      }