* {
  margin: 0;
}



a.asign, a.asign:hover{
	color:#86BE3F !important;
	text-decoration:none;
	
}
a.proceed:hover{
text-decoration:none;	
	
}

body {

  /*font-family: 'Alice', sans-serif !important;*/


  /*font-family: 'Raleway', sans-serif !important;*/
  /*font-size: 16px!important;*/

  /*font-family: 'Expletus Sans', cursive !important;*/

  font-family: 'Philosopher', sans-serif !important;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Expletus Sans', cursive !important;
}
@media only screen and (min-width: 320px) and (max-width: 750px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .mainPad {
    padding: 0em 2em;
  }
  .logo img {
    width: 180px;
  }
  .product-img {
    width: 90px;
    height: 90px;
    border-radius: 10px!important;
  }
.product-img img { border-radius: 10px!important; }

  .fruits, .veg {
    width: 100%;
    height: 130px;
  }
  .fruits .content, .veg .content {
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .fruits .featureTagTT, .veg .featureTagTT {
    font-size: 0.5em;
  }
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1em 2em;
  }
  .featureTagTT {
    font-size: 0.5em;
  }
  .tt {
    font-size: 0.6em;
    line-height: 5px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 1150px) {
  .mobile {
    display: none;
  }
  .pc {
    display: block;
  }
  .mainPad {
    padding: 0em 2em;
  }
  .logo img {
    width: 250px;
  }
  .product-img {
    width: 120px;
    height: 120px;
  }
  .fruits, .veg {
    width: 50%;
    height: 220px;
  }
  .fruits .content, .veg .content {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0em 2em;
  }
  #nav {
    font-size: 0.585em;
  }
  .featureTagTT {
    font-size: 0.7em;
  }
  .tt {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 1150px) {
  .mobile {
    display: none;
  }
  .pc {
    display: block;
  }
  .mainPad {
    padding: 0em 6em;
  }
  .logo img {
    width: 300px;
  }
  .product-img {
    width: 150px;
    height: 150px;
  }
  .fruits, .veg {
    width: 50%;
    height: 300px;
  }
  .fruits .content, .veg .content {
    top: 95%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1em 8em;
  }
  #nav {
    font-size: 0.9em;
  }
  .featureTagTT {
    font-size: 1em;
  }
  .tt {
    font-size: 2em;
  }
}

.top-container {
  font-weight: bold;
  background: #86BE3F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

input.search {
  margin: 1px 20px;
  outline-style: none;
  border: none;
  padding: 2px 20px;
  width: 80%;
}

.searchSection {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid grey;
  border-radius: 50px;
}

.searchSection select {
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 2px 20px;
  width: 40%;
}

.searchSection option {
  background: #252362;
  color: #fff;
}

.topPad05 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padL10 {
  margin-left: 10px;
}

.ico {
  margin: 0px 2px 2px 2px;
}

a {
  text-decoration: none;
}

.toplink a {
  color: grey;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.toplink a:hover {
  color: #86BE3F;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.toplink {
  color: grey;
  margin: 5px 30px;
}

.toplinkPhone {
  font-size: 0.8em;
  margin: 10px 0px 0px 0px;
  color: grey;
}

.toplinkPhone a {
  color: grey;
}

.item {
  padding: 12px;
  margin: 10px 0px ;
}

.box_view {
  -webkit-box-shadow: 3px 3px 10px 2px rgb(194 224 154);
  box-shadow: 3px 3px 10px 2px rgb(194 224 154);
  z-index: 50;
  border-radius: 10px;
  padding: 12px;
}
.item1 {
    -webkit-box-shadow: 3px 3px 10px 2px rgb(194 224 154);
    box-shadow: 3px 3px 10px 2px rgb(194 224 154);
    padding: 10px;
    margin: 15px 20px;
    z-index: 50;
    border-radius: 10px;
}

.item2 {
  -webkit-box-shadow: 3px 3px 10px 2px rgb(194 224 154);
  box-shadow: 3px 3px 10px 2px rgb(194 224 154);
  padding: 10px;
  margin: 10px 6px;
  z-index: 50;
  border-radius: 10px;
}

.product-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: -1;
  border-radius: 20px;
}

.product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.5px solid grey;
  border-radius: 25px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
		      height: 30px;
  font-size: 13px;
  margin: 3px 0px;
}

.name {
font-weight: bold;
    color: #262262;
  font-family: 'Expletus Sans', cursive !important;
}

.productSize {
  font-size: 12px;
  color: #86BE3F;
  margin: 6px 0px;
  font-weight: bold;
  /*height:24px;*/
}

.price-row {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0px;
}

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sale-price {
  color: #86BE3F;
  font-weight: bold;
}

.mrp {
  text-decoration: line-through;
  color: grey;
  font-weight: bold;
}

.basket-btn button {
background: #8dc63f;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 9px;
    border-radius: 5px;
    min-height: 22px;
    font-weight: bold;
}

.country {
  font-size: 12px;
}

.country img {
  width: 15px;
  margin-top: -3px;
  margin-right: 2px;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E0E0E0;
  height: 22px;
}

.up, .down {
  display: block;
  color: #838383;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 10px;
}

.up:hover, .down:hover {
  color: #010200;
}

input.countInput {
  width: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: white;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  outline: none;
}

.headerTitles {
  font-size: 16px;
  font-weight: bolder;
  color: #4D4D4D;
}

.headline h3 {
  color: #4D4D4D;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #D2D2D2;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.headline h3 span {
  font-size: 16px;
  background: #fff;
  padding: 0 10px;
}

.featureTag {
  background-color: #272262;
  padding: 5px 13px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.bottomFeatured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fruits, .veg {
  background-size: 100%  100%;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}

.fruits .content, .veg .content {
  position: absolute;
  text-shadow: 2px 3px 15px #000000;
  font-weight: bolder;
  color: #fff;
}

.fruits .content .featureTagTT, .veg .content .featureTagTT {
  background-color: #272262;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

.blackBG {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blackBG:hover {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fruits {
  background-image: url(../assets/images/apple.jpg);
}

.veg {
  background-image: url(../assets/images/tomato.jpg);
}

.footer {
  background-color: #1A1A1A;
  color: #fff;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer ul {
  list-style: none;
  padding-left: 0px;
  font-size: 13px;
  font-weight: 100;
  line-height: 26px;
}

.footer h4 {
  margin: 20px 0px 10px 0px;
}

.newsLetterSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter {
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.newsletter input {
  width: 100%;
  border: none;
  padding: 10px 0 10px 15px;
  text-transform: uppercase;
  outline: none;
}

.newsletter input:focus {
  border: none;
}

.newsletter button {
  position: absolute;
  z-index: 999;
  right: 0px;
  height: 40px;
  top: 0px;
  border: none;
  background-color: #86BE3F;
  color: white;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  cursor: pointer;
}

.newsletter button:hover {
  width: 140px;
}

.copyRight {
  background-color: #262161;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.phoneSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phoneSearch button {
  background: none;
  border: none;
  outline: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  background-color: #252362;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #86BE3F;
  padding-left: 52px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#nav {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #86BE3F;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav li {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding: 1em 2em;
  list-style: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}

#nav li:hover {
  background-color: #f6f6ff;
}

.mobileTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobileTop .rightDiv {
  text-align: right;
}

.footer > div {
  margin: 0px 10px;
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
  .basket-btn {
    font-size: 0.1em;
  }
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .mainPad {
    padding: 0em 1em;
  }
  .logo img {
    width: 180px;
  }
  .top-container {
    font-size: 0.6em;
  }
  .fruits, .veg {
    width: 100%;
    height: 130px;
  }
  .fruits .content, .veg .content {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .fruits .featureTagTT, .veg .featureTagTT {
    font-size: 0.1em;
  }
  .fruits .basket-btn, .veg .basket-btn {
    font-size: 0.1em;
  }
  .toplinkPhone {
    font-size: 0.5em;
  }
  .top-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=style.css.map */