body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Poppins Family */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts Bricolage Grotesque Family */

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-Bold.eot');
    src: url('../fonts/BricolageGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BricolageGrotesque-Bold.woff2') format('woff2'),
         url('../fonts/BricolageGrotesque-Bold.woff') format('woff'),
         url('../fonts/BricolageGrotesque-Bold.ttf') format('truetype'),
         url('../fonts/BricolageGrotesque-Bold.svg#BricolageGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    background-color: #fff
}
.darkHeader {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3)
}
.header-top{
    background-color: #f5f5f5;
    padding: 10px 0;
/*  overflow: hidden;
    height: 42.5px; */
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* .darkHeader .header-top {
    height: 0;
    padding: 0
} */
.header-top-txt{
    text-align: center;
    font-size: 15px;
    color: #252525;
    font-weight: 500;
    text-transform: uppercase;
}
.header-top-txt a{
    display: inline-block;
    text-decoration: underline;
    color: #252525;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-txt a:hover{
    color: #26842e;
}
.header-bottom{
    background-color: #fff;
    padding: 8px 0 15px;
}
.darkHeader .header-bottom{
    padding: 6px 0;
}
.header-logo img {
    width: 126px;
    height: auto;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.darkHeader .header-logo img {
    width: 110px;
}
.header-info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0 25px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .header-info{
    padding: 10px 0;
}
.header-call{
	margin-right: 40px;
}
.header-call img{
    margin-right: 8px;
}
.header-call span{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #a0a0a0;
    font-weight: 500;
    text-transform: capitalize;
	text-align: left;
}
.header-call span a{
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call span a:hover{
    color: #d12d26;
}
.header-search-bar{
    padding: 0 50px;
}
.header-search-bar .aws-container .aws-search-form .aws-form-btn {
    border: 1px solid transparent !important;
	border-radius: 0 6px 6px 0!important;
	color: #fff !important;
    background-color: #d12d26 !important;
}
.header-search-bar .aws-container .aws-search-field{
	background-color: #e9f2ea !important;
	border: none !important;
	border-radius: 6px 0 0 6px !important;
	padding-left: 20px !important;
}
.header-search-bar .aws-container .aws-search-field::placeholder{
	color: #000 !important;
}
.header-search-bar .aws-container .aws-search-form .aws-search-btn svg{
	color: #fff !important;
}
.header-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #26842e21;
    padding: 10px;
    margin-right: 6px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.header-social a:last-child{
    margin-right: 0;
}
.header-social a:hover{
    transform: rotateY(360deg);
}
.header-menu{
    border-radius: 8px;
    background-color: #26842e;
    padding-right: 8px;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.header-menu ul li a {
    position: relative;
    padding: 18px 50px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #111111;
	background-color: #f0c816;
	border-radius: 8px;
}
.header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
}
/* .header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 12px 15px;
    border-radius: 6px;
    background-color: #f0c816;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a:hover {
    background-color: #000;
    color: #fff;
} */

/* -------------------Start------------------- */

.header-menu .wbw-cat-wrap {
  position: relative;
  display: inline-block;
}
.header-menu .wbw-cat-wrap img{
	margin-left: 5px;
}
.header-menu .wbw-cat-btn {
	position: relative;
	display: inline-block;
	padding: 12px 15px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	background: #f0c816;
	border-radius: 6px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-menu .wbw-cat-btn:hover {
    background-color: #000;
    color: #fff;
}
.header-menu .wbw-cat-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 12px 15px;
    border-radius: 8px;
    background-color: #f0c816;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu .wbw-cat-btn a:hover {
    background-color: #000;
    color: #fff;
}
.header-menu .wbw-cat-dropdown {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  min-width: 300px;
	  background: #fff;
	/*border: 1px solid #eee; */
	  display: none;
	  z-index: 999;
	  padding: 10px;
	  text-align: left;
	  border-radius: 6px;
	  height: 400px;
	  overflow-y: scroll;
	  scrollbar-width: thin;
	  scrollbar-color: #26842e #26842e2b;
}
.header-menu .wbw-cat-wrap:hover .wbw-cat-dropdown {
      display: block;
}
.header-menu .cat-item > a {
	  font-weight: normal;
	  display: block;
	  padding: 6px 0;
	  color: #000;
	  text-decoration: none;
	  -moz-transition: all 0.5s ease 0s;
	  -webkit-transition: all 0.5s ease 0s;
	  transition: all 0.5s ease 0s;
}
.header-menu .sub-cat a {
	  display: block;
	  padding: 4px 0 4px 15px;
	  font-size: 14px;
	  color: #555;
	  text-decoration: none;
	  -moz-transition: all 0.5s ease 0s;
	  -webkit-transition: all 0.5s ease 0s;
	  transition: all 0.5s ease 0s;
}
.header-menu .sub-cat a:hover, .cat-item > a:hover {
     color: #d33;
}
/* -------------------End-------------------------- */

.banner-sec {
    position: relative;
    margin-top: 165px;
}
.banner-sec img{
    border-radius: 20px;
}
.banner-sec .ms-view{
	border-radius: 20px;
}
.ms-bullets-count .ms-bullet{
	width: 15px !important;
	height: 15px !important;
	background-color: #26842e !important;
	background-image: none !important;
	border-radius: 50% !important;
}
.ms-bullets-count .ms-bullet-selected{
	background-color: #f0c816 !important;
}
.alreef-sec{
	padding: 80px 0 0;
}
.specialised-sec{
	padding: 80px 0 80px;
	border-radius: 20px;
 /* background-color: #26842e21;
	margin: 80px 0;*/
}
.specialised-part{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	padding: 20px 15px;
	min-height: 100%;
	border-radius: 10px;
}
.specialised-icon{
	 display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #26842e21;
    padding: 10px;
    margin-right: 6px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	margin-bottom: 20px;
}
.specialised-icon img{
	max-width: 60px;
}
.specialised-part-title{
	font-size: 22px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.specialised-part-txt {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
.categories-sec{
    border-radius: 20px;
    background-color: #26842e;
    padding: 40px 20px;
/*  margin: 0 0 80px; */
}
.categories-tab{
	border-radius: 20px;
    background-color: #ffffff;
	display: inline-block;
	padding: 13px 18px;
	min-height: 100%;
}
.categories-tab-head{
	font-size: 18px;
    text-transform: uppercase;
    color: #f0c816;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 8px;
    background-color: #26842e;
    padding: 10px 10px;
    margin-bottom: 20px;
	text-align: center;
}
.categories-list ul {
   padding: 0;
   margin: 0;
}
.categories-list ul li {
/*  background: url("../images/list-img.png");
    background-position: top 4px left;
    background-repeat: no-repeat;
    background-size: 18px;*/
    list-style: none;
    padding-bottom: 15px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.categories-list ul li:last-child{
	padding-bottom: 0;
}
.categories-list ul li span{
 	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 35px;
	height: 35px;
	border-radius: 17px;
	background-color: #26842e21;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}
.categories-list ul li a{
	display: inline-block;
	color: #080808;
    font-size: 16px;
    font-weight: 500;
	text-transform: capitalize;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.categories-list ul li a:hover{
	color: #f0c816;
}
.categories-products-part{
	position: relative;
	border-radius: 20px;
    background-color: #f0e8d5;
	min-height: 100%;
	overflow: hidden;
}
.categories-products-part-wrap{
	position: relative;
	z-index: 1;
}
.categories-products-content{
	padding: 20px 15px 0 15px;
}
.categories-products-part::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    height: 450px;
	background-color: #fff;
	clip-path: circle(50% at 63% 100%);
}
.categories-products-bg1{
	background-color: #f3e8e8 !important;
}
.categories-products-bg2{
	background-color: #e7eaf3 !important;
}
.categories-products-part-title{
	font-size: 22px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.categories-products-part-btn{
	display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
	margin-bottom: 15px;
    background-color: #d12d26;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.categories-products-part-btn:hover{
	background-color: #f0c816;
	color: #000;
}
.vegetables-sec{
    padding: 80px 0 0;
}
.vegetables-left-part{
    position: relative;
    border-radius: 10px;
    padding: 30px 20px 300px 20px;
    overflow: hidden;
    background: url("../images/vegetables-img.png") #26842e no-repeat bottom -25px center;
    background-size: auto;
	min-height: 100%;
}
.vegetables-left-part::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/vegetables-pattan-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
}
.vegetables-wrap{
    position: relative;
    z-index: 1;
}
.vegetables-head{
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    text-align: center;
    line-height: 1.1;
    margin-bottom: 15px;
}
.vegetables-loc{
	font-size: 20px;
    line-height: 1.2;
    color: #f0c816;
    font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.tab-btn{
	text-align: center;
}
.tab-btn a{
	margin-top: 20px;
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    background-color: #d12d26;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-btn .tab-call{
	background-color: #414141;
	margin-left: 10px;
}
.tab-btn a:hover{
	color: #000;
    background-color: #f0c816;
}
.vegetables-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #d12d26;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.vegetables-btn{
    text-align: center;
}
.vegetables-btn a img{
    margin-left: 5px;
    transition: all 0.5s ease;
}
.vegetables-btn a:hover img{
    transform: translateX(5px);
}
.vegetables-btn a:hover{
	color: #000;
    background-color: #f0c816;
}
.products-sec{
    padding: 60px 0;
    background-color: #26842e21;
}
.products-head{
	text-align: center;
    font-size: 35px;
    color: #2c2c2c;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.products-part{
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 50px 10px 20px;
}
.products-part img{
    width: auto !important;
}
.products-txt{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #8c8b8b;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0;
}
.products-title{
    font-size: 18px;
    line-height: 1.2;
    color: #0d0d0d;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.products-price{
    font-size: 20px;
    line-height: 1.2;
    color: #d12d26;
    font-weight: 600;
    margin-bottom: 10px;
}
.shop-btn{
    margin-top: 13px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #d12d26;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #26842e;
    padding: 8px 8px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.shop-btn:hover{
    border: 1px solid #f0c816;
    background-color: #f0c816;
    color: #000;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -60px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: url("../images/owl-arrow-img.png") #fff no-repeat center;
    background-size: auto;
    margin-right: 10px;
    border-radius: 50%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../images/owl-arrow-img.png") #fff no-repeat center;
    background-size: auto;
    transform: scaleX(-1);
    border-radius: 50%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #f0c816;
}
.cart-search{
    position: absolute;
    top: 10px;
    left: 10px;
}
.cart-search .cart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    filter: drop-shadow(0.629px 0.777px 1.5px rgba(65,65,65,0.35));
    background-color: #ffffff;
}
.products-search{
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    filter: drop-shadow(0.629px 0.777px 1.5px rgba(65,65,65,0.35));
    background-color: #d12d26;
}
.products-search img{
    filter: brightness(0) invert(1);
}
.shop-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.shop-img img{
    border-radius: 10px;
	width: 100%;
}
.shop-head{
    font-size: 35px;
    color: #212121;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.shop-head strong{
    color: #d12d26;
}
.shop-list ul{
    padding: 0;
    margin: 0;
}
.shop-list ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 20px;
}
.shop-list ul li:last-child{
    padding-bottom: 0;
}
.shop-grey-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e9f2ea;
}
.shop-grey-head{
    font-size: 35px;
    color: #212121;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.shop-grey-head strong{
    color: #d12d26;
}
.shop-grey-txt{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 30px;
}
.shop-grey-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    background-color: #d12d26;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.shop-grey-btn a:first-child{
    margin-right: 8px;
    background-color: #414141;
}
.shop-grey-btn a:hover{
    background-color: #f0c816;
    color: #000;
}
.shop-grey-right img{
    border-radius: 10px;
    border-right: 6px solid #d12d26;
    border-bottom: 6px solid #d12d26;
	width: 100%;
}
.supermarket-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.supermarket-part{
    border-radius: 10px;
    filter: drop-shadow(2.517px 3.109px 5px rgba(43,43,43,0.19));
    background-color: #ffffff;
    padding: 20px 15px;
    min-height: 100%;
}
.market-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 8px;
    border: 2px solid #26842e;
    margin-bottom: 20px;
}
.market-part-head{
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.market-part-txt{
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}
.supermarket-right{
    position: relative;
}
.supermarket-right-head{
    font-size: 35px;
    color: #212121;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.supermarket-right-head strong{
    color: #d12d26;
}
.supermarket-right-txt{
    font-size: 16px;
    color: #252525;
    font-weight: normal;
    margin-bottom: 30px;
}
.supermarket-right-img img{
    border-radius: 10px;
}
.market-right-btn{
	min-width: 240px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #d12d26;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.market-right-btn:hover{
    background-color: #f0c816;
}
.market-right-btn img{
    filter: brightness(0) invert(1);
    margin-left: 5px;
    transition: all 0.5s ease;
}
.market-right-btn:hover img{
    transform: translateX(5px);
}
.testimonial-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/map-img.png") #e9f2ea no-repeat top center;
    background-size: cover;
}
.testimonial-head{
    font-size: 35px;
    color: #252525;
    font-weight: bold;
    font-family: "Bricolage Grotesque";
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.testimonial-head strong{
    color: #d12d26;
}
.sp-testimonial-free{
	border-radius: 10px !important;
	padding: 25px 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: bottom 20px right 30px !important;
	min-height: 415px !important;
	filter: drop-shadow(2.517px 3.109px 5px rgba(43,43,43,0.19));
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #000 !important;
	font-weight: normal !important;
	text-align: left !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #d12d26 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.sp-testimonial-free-section .sp-testimonial-client-image{
	text-align: left !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
}
.questions-sec{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../images/vegetables-img02.png") #26842e no-repeat left bottom;
    background-size: 20%;
}
.questions-sec::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/question-pattan-bg-img.png") no-repeat left center;
    background-size: cover;
    mix-blend-mode: multiply;
}
.questions-sec .container{
    position: relative;
    z-index: 1;
}
.questions-left{
    padding-left: 90px;
}
.questions-head{
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: "Bricolage Grotesque";
}
.questions-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #d12d26;
    padding: 14px 25px;
    border-radius: 6px;
    background-color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.questions-btn a:first-child{
    color: #fff;
    background-color: #d12d26;
    margin-right: 10px;
	margin-bottom: 5px;
}
.questions-btn a img{
    margin-left: 5px;
    transition: all 0.5s ease;
}
.questions-btn a:hover img{
    transform: translateX(5px);
}
.questions-btn a:hover{
    background-color: #f0c816;
    color: #000;
}
footer{
    padding-top: 60px;
    background-color: #f3f4f6;
}
.footer-title{
    font-size: 20px;
    color: #d12b25;
    font-weight: 800;
    font-family: "Bricolage Grotesque";
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 6px;
}
.footer-list-last {
    display: flex;
    gap: 72px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li img{
    margin-right: 8px;
    object-fit: contain;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a strong{
	font-weight: 500;
}
.footer-list ul li a:hover{
    color: #f0c816;
    padding-left: 3px;
}
.footer-txt{
    margin: 20px 0 0;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: normal;
}
.footer-deals{
    font-size: 18px;
    color: #d22c26;
    font-weight: 800;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
	margin-top: 20px;
}
.footer-copyright{
    margin-top: 40px;
    background-color: #26842e;
    padding: 10px 0;
}
.footer-copyright-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    gap: 10px
}
.footer-bottom-left{
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}
.footer-bottom-left a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-bottom-left a:hover{
    color: #edc90a;
}
.terms-txt{
	display: inline-block;
	font-size: 15px;
    color: #fff;
    font-weight: normal;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.terms-txt:hover{
	color: #edc90a;
}
.footer-bottom-right{
	margin-top: 30px;
    font-size: 18px;
    color: #000000;
    font-weight: 800;
    font-family: "Bricolage Grotesque";
    line-height: 1.2;
    text-transform: capitalize;
}
.footer-bottom-right a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #26842e21;
    padding: 7px;
    margin-right: 5px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    vertical-align: middle;
}
.footer-bottom-right a:first-child{
    margin-left: 12px;
}
.footer-bottom-right a:last-child{
    margin-right: 0;
}
.footer-bottom-right a:hover{
    transform: rotateY(360deg);
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
   background-color: #d12d26;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
/*  background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important; 
	border-radius: 20px;*/
	background: #f5f5f5 !important;
    padding: 130px 0 !important;
    margin: 165px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #000 !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
	font-family: "Bricolage Grotesque" !important;
}
.breadcrumb-container, .woocommerce-breadcrumb{
    width: 100%;
    color: #26842e !important;
    position: relative;
    font-size: 15px !important;
}
.breadcrumb-container a, .woocommerce-breadcrumb a{
    color: #26842e !important;
}
.tab-content {
    margin: 20px 0 0;
	text-align: center;
/* 	border: 1px solid #bbbbbb; */
	border-radius: 10px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #26842e;
	border: 1px solid transparent;
	background: #26842e21;
    padding: 8px 7px;
    margin: 0 3px 10px;
    border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-tabs .nav-link.active {
    border: 1px solid #26842e;
	padding: 8px 7px;
	color: #d12d26;
	position: relative;
}
.nav-tabs .nav-link:hover{
	background-color: transparent;
	border: 1px solid #26842e;
	color: #d12d26;
}
.categories-part{
	text-align: center !important;
	position: relative;
	text-align: center;
	padding: 12px 10px 15px;
	border-radius: 6px;
	border-width: 1px;
    border-color: rgba(191, 191, 191, 0.29);
    border-style: solid;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	min-height: 100%;
}
.categories-part img{
	border-radius: 4px;
}
.ctg-vege-img{
	max-width: 150px; 
}
.categories-part .cart-search {
	left: auto;
    right: 10px;
}
.wpfFilterWrapper{
	margin-top: 0 !important;
}
.wpfFilterTitle {
	text-transform: uppercase !important;
    background: #f0c816 !important;
    padding: 9px 12px 0 6px !important;
    margin-bottom: 20px !important;
	color: #000 !important;
	border-radius: 6px !important;
}
button.wpfFilterButton.wpfButton {
    background: #d12d26 !important;
    padding: 10px !important;
    min-height: auto;
    font-size: 13px;
    border-radius: 6px;
}
.wpfTitleToggle {
    padding-top: 8px !important;
}
.archive-title, .page-title {
    font-size: 22px !important;
	text-transform: uppercase !important;
	color: #000 !important;
}
.woocommerce .woocommerce-ordering select {
    padding: 7px !important;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    font-size: 14px !important;
}
.woocommerce .woocommerce-ordering select:focus{
	outline: 0 !important;
}
.woocommerce-loop-product__title {
    font-weight: 500;
    color: #000;
	font-size: 18px !important;
    text-transform: capitalize;
    line-height: 1.2;
	margin-top: 15px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
 }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
 }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px !important;
    background: #ddd;
 }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #222 !important;
    color: #fff !important;
 }
.woocommerce p.stars a{
	color: #f0c816;
}
.woocommerce-Price-amount.amount {
    font-size: 20px;
    line-height: 1.2;
    color: #d12d26;
    font-weight: 600;
}
.woocommerce ul.products li.product .price{
	margin-bottom: 0;
	margin-top: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-width: 1px;
    border-color: rgba(191, 191, 191, 0.29);
    border-style: solid;
    border-radius: 8px;
	background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 12px 10px 15px !important;
	text-align: center !important;
	min-height: 100%;
}
.woocommerce ul.products li.product a img{
	border-radius: 6px !important;
}
.woocommerce ul.products li.product img{
	border-radius: 6px !important;
}
.wpfFilterVerScroll {
    scrollbar-color: #26842e #26842e2b;
    scrollbar-width: thin;
}
.wpfFilterVerScroll li label{
	color: #000;
	font-weight: 600;
}
.wpfCheckboxHier li>ul li label{
	color: #2b2b2b;
	font-weight: normal;
}
.wpfFilterVerScroll li{
	margin-top: 8px;
	margin-bottom: 8px;
}
.enquiry-now-btn{
    display: inline-block !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    padding: 15px 20px !important;
    border-radius: 6px !important;
	margin-bottom: 20px !important;
    background-color: #f0c816 !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.enquiry-now-btn:hover{
    background-color: #d12d26 !important;
    color: #fff !important;
}
.posted_in a{
	color: #26842e;
}
.view-product-button{
    display: inline-block !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #d12d26 !important;
    padding: 12px 15px !important;
    border-radius: 6px !important;
    background-color: transparent !important; 
	border: 1px solid #26842e !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.view-product-button:hover{
    background-color: #f0c816 !important;
    color: #000 !important;
}

.contact_page_heading {
    color: #212121;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    font-family: "Bricolage Grotesque";
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #f0c816;
}
.contact_page_heading strong {
    color: #d12d26;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #d12d26;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #f0c816 !important;
    color: #000 !important;
    padding: 12px 25px !important;
    font-weight: 500 !important;
	border-radius: 6px;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
	color: #fff !important;
    background-color: #d12d26 !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #26842e !important;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #212121;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
	font-family: "Bricolage Grotesque";
}
.inner_titl strong {
    color: #d12d26;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #f0c816;
}
.inner_txt {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #f178b5;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #000;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #d12d26;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #000;
    background: #f0c816;
    text-align: center;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	color: #fff;
    background-color: #d12d26;
}
.error_page {
    padding: 40px 0 80px;
}


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-info, #primary-navigation{
		display: none;
	}
	.header-menu{
		border-radius: 0;
		background: transparent;
		padding: 0;
		display: block;
	}
	.header-bottom{
		padding: 6px 0;
	}
	.header-logo img {
        width: 80px;
		height: auto;
	}
	.banner-sec {
		margin-top: 102px;
	}
	.darkHeader .header-logo img {
        width: 80px;
	}
	.wbw-cat-wrap{
        display: inline-block !important;
        position: fixed !important;
        top: 32px !important;
        right: 80px !important;
    }
	.wbw-cat-wrap a{
		font-size: 13px !important;
		font-weight: 500 !important;
		padding: 10px !important;
	}
    .rmp-menu-title-image {
        width: 50%;
        height: 100%;
    }
	.alreef-sec, .vegetables-sec, .shop-grey-sec, .supermarket-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.specialised-sec, .shop-sec{
		padding: 0 0 40px;
	}
	footer{
		padding-top: 40px;
	}
	.shop-grey-head, .vegetables-head, .shop-head, .supermarket-right-head, .testimonial-head, .questions-head{
		font-size: 26px;
	}
	.specialised-part-title, .vegetables-loc{
		font-size: 18px;
	}
	.shop-grey-btn a, .market-right-btn{
		font-size: 15px;
		padding: 12px 20px;
	}
	.shop-grey-btn a:first-child, .questions-btn a:first-child{
		 margin-right: 5px;
	}
	.questions-sec{
		background-image: none;
	}
	.questions-left{
		padding-left: 0;
	}
	.page .entry-header, .blog_page_header {
        padding: 100px 0 !important;
        margin: 102px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.categories-tab{
		width: 100%;
	}
	.market-right-btn {
		min-width: 218px;
	}
	.categories-sec{
		padding-right: 0;
		padding-left: 0;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.wbw-cat-wrap {
        right: 65px !important;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.footer-copyright-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-bottom-left{
		text-align: center;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .wbw-cat-wrap {
        right: 65px !important;
    }
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.footer-copyright-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-bottom-left{
		text-align: center;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.footer-copyright-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-bottom-left{
		text-align: center;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li a{
		padding: 18px 40px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-menu ul li a{
		padding: 18px 40px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li a{
		padding: 18px 40px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-menu ul li a{
		padding: 18px 40px;
	}
}

@media screen and (min-width: 1424px) {
	.categories-sec .container-fluid, .vegetables-sec .container-fluid, .shop-sec .container-fluid, .shop-grey-sec .container-fluid{
		padding: 0 3%;
	}
	.questions-sec{
		padding: 50px 0;
	}
}

@media screen and (min-width: 1624px) {
	.categories-sec .container-fluid, .vegetables-sec .container-fluid, .shop-sec .container-fluid, .shop-grey-sec .container-fluid{
		padding: 0 9%;
	}
	.questions-sec{
		padding: 60px 0;
	}
}

@media screen and (min-width: 1920px) {
	.categories-sec .container-fluid, .vegetables-sec .container-fluid, .shop-sec .container-fluid, .shop-grey-sec .container-fluid{
		padding: 0 17%;
	}
	.questions-sec{
		padding: 80px 0;
	}
}

@media screen and (min-width: 2048px) {
	.categories-sec .container-fluid, .vegetables-sec .container-fluid, .shop-sec .container-fluid, .shop-grey-sec .container-fluid{
		padding: 0 17%;
	}
	.questions-sec{
		padding: 85px 0;
	}
}

@media screen and (min-width: 2550px) {
	.categories-sec .container-fluid, .vegetables-sec .container-fluid, .shop-sec .container-fluid, .shop-grey-sec .container-fluid{
		padding: 0 24%;
	}
	.questions-sec{
		padding: 115px 0;
	}
}
