
.mainHead {
    height: 150px;
    background: #FF8000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: white;
	font-weight: 1800;
	
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color:red;
}

.navMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	list-style-type:none;
	color:black;	
	font-size:22px;
	padding-top:20px;
	font-weight:600;	
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	list-style-type:none;
	color:black;	
	font-size:20px;
	padding-top:20px; 
	padding:20px;	

	
}


a:link{
  text-decoration: none!important;
  color:Red;
}
a:link {color:red;}      /* unvisited link */
a:visited {color:red;}  /* visited link */
a:hover {color:blue;}  /* mouse over link */
a:active {color:red;}  /* selected link */



input[type="number"]
{
 
    border: none;
	width: 98%;;
	background-color:white;
	color:black;
	text-align:left;
	font-size:16px;
	font-weight:500;
	height:30px;
}

.subtotaltxtbox{
	background: transparent;
    border: none;
	text-align:center;
	color:#FFFFFF;
	width: 99%;;
}

.othertext{

font-size:18px;

}

.pricetxtbox{
	background: transparent;
    border: none;
	width: 70%;
	color:black;
	font-weight: 600;
	
}
.txtaddress{
	width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}




html,
body,
img,
figure {
  max-width: 100%;
}
html,
body {
  overflow-x: hidden;
  color: #000;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.ct-u-paddingTop10 {
  padding-top: 10px !important;
}
.ct-footer {
  background-color: #111;
  padding-top: 70px;
  margin-top: 20px;
  position: relative;
}
.ct-footer-pre {
  width: 100%;
  padding-bottom: 55px;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer-pre span {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebebeb;
  font-size: 30px;
}
.ct-footer-pre .form-group {
  position: relative;
  margin: 0;
}
.ct-footer-pre .form-group:before,
.ct-footer-pre .form-group:after {
  content: '';
  display: table;
}
.ct-footer-pre .form-group:after {
  clear: both;
}
.ct-footer-pre .form-group input {
  border: 1px solid #00bff3;
  background-color: #333;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  margin: 0 5px;
  border-radius: 0 !important;
}
.ct-footer-pre .form-group button {
  height: 50px;
  position: relative;
  width: 80px;
  padding: 0
}
.ct-footer-list {
  padding: 50px 0;
  list-style: none;
  padding-left: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer-list > li .ct-footer-list-header {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #00bff3;
  font-size: 30px;
}
.ct-footer-list > li ul {
  list-style: none;
  padding-left: 0;
}
.ct-footer-list > li ul li a {
  color: #fff;
}
.ct-footer-list > li ul li a:hover,
.ct-footer-post a:hover {
  text-decoration: underline;
}
.ct-footer-post {
  background: #000;
  padding: 30px 0;
}
.ct-footer-post .inner-left,
.ct-footer-post .inner-right {
  padding: 20px 0;
}
.ct-footer-post ul {
  list-style: none;
  padding-left: 0;
  margin: 0 -20px;
}
.ct-footer-post ul li {
  display: inline-block;
  margin: 0 20px;
}
.ct-footer-post a {
  color: #fff;
}
.ct-footer-post p {
  color: #fff;
}
.ct-footer-meta {
  padding-top: 30px;
}
.ct-footer-meta .ct-socials {
  padding: 20px 0;
}
.ct-footer-meta .ct-socials li {
  padding: 0 3px;
}
.ct-footer--with-button {
  padding-top: 150px;
}
address {
  color: #fff;
  display: inline-block;
}
address span {
  font-weight: 600;
}
address a {
  color: #fff;
}
address a:hover {
  text-decoration: underline;
}
.btn {
  font-family: 'Open Sans Condensed', sans-serif;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  color: #111;
  font-size: 26px;
  padding: 12px 30px;
}
.btn.btn-motive {
  background-color: #00bff3;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-motive:hover,
.btn.btn-motive:hover:active {
  background-color: #00bff3;
}
.btn.btn-violet {
  color: #fff;
  background-color: #4f4f99;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-violet:hover {
  background-color: #37376b;
}
.btn.btn-violet:hover:active {
  background-color: #2f2f5b
}
.btn.btn-green {
  color: #fff;
  background-color: #43670f;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-green:hover {
  background-color: #36520c;
}
.btn.btn-green:hover:active {
  background-color: #314a0b;
}
.btn.btn-red {
  color: #fff;
  background-color: #da2229;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-red:hover {
  background-color: #ae1b21;
}
.btn.btn-red:hover:active {
  background-color: #9d181e
}
.btn.btn-white {
  background-color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.btn.btn-white:hover {
  background-color: #d9d9d9;
}
.btn.btn-white:hover:active {
  background-color: #c9c9c9
}
.btn.btn-large {
  padding: 20px 50px;
  font-size: 30px;
  white-space: normal;
}
.ct-mediaSection {
  background-attachment: fixed;
}
.ct-section_header--type1 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
  font-size: 115px;
  text-transform: uppercase;
}
.ct-section_header--type2 small {
  font-family: 'coquette', fantasy;
  font-size: 58px;
  line-height: .7;
  display: block;
  font-weight: 700;
  position: relative;
  left: -12px;
}
.ct-section_header--type2 span {
  font-family: 'Bebas Neue';
  font-size: 115px;
  line-height: .8;
}
.ct-section_header--type2 img {
  display: inline-block;
  float: left;
  position: relative;
  top: 15px;
  padding-right: 3px;
}
.ct-section_header--type3 {
  text-align: center;
}
.ct-section_header--type3 small {
  font-family: 'coquette', fantasy;
  font-size: 50px;
  padding: 15px 0;
  font-weight: 700;
  color: #fff;
  background-image: url("/core/fileparse.php/16/urlt/../images/ribbon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block
}
.ct-section_header--type3 span {
  font-family: 'Bebas Neue';
  font-size: 150px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .85
}
.ct-section_header--type4 {
  text-align: center;
}
.ct-section_header--type4:before,
.ct-section_header--type4:after {
  content: '';
  display: table
}
.ct-section_header--type4:after {
  clear: both
}
.ct-section_header--type4 small {
  font-family: 'coquette', fantasy;
  font-size: 50px;
  color: inherit;
  font-weight: 700;
  display: block
}
.ct-section_header--type4 span {
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  display: block;
  line-height: .7
}
.ct-section_header + p {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-align: center;
}
.ct-section_header--type4 + p {
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

/* Media Queries */

@media (min-width:1200px) {
  .ct-footer-pre {
    display: table;
  }
  .ct-footer-pre > .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .ct-footer-list > li {
    width: 20%;
    display: table-cell;
    vertical-align: top;
  }
  .ct-footer-list > li:last-child {
    width: 7%;
  }
}

@media (max-width:1199px) {
  .ct-footer-pre .form-group {
      padding-top: 15px
  }
}
@media (max-width: 1199px) {
  .ct-footer-list > li {
    display: inline-block;
    float: left;
  }
}
@media (min-width:992px) {
  .ct-footer-post .inner-left {
    float: left;
  }
  .ct-footer-post .inner-right {
    float: right;
  }
}
@media (max-width:991px) {
  .ct-footer-post {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ct-footer-list > li {
    width: 33.3333%;
  }
}
@media (min-width:768px) {
  .ct-footer-post p {
    display: inline-block;
  }
  .ct-footer-post p + p {
    padding-left: 50px;
  }
}
@media (max-width:767px) {
  address {
    padding-top: 30px;
  }
}
@media (min-width: 480px) and (max-width:767px) {
  .ct-footer-list > li {
    width: 50%;
  }
}
@media (min-width:480px) {
  .ct-footer-pre .form-group button {
    top: -1px;
  }
  .ct-footer-pre .form-group input {
    width: 331px;
  }
}
@media (max-width:479px) {
  .ct-footer-pre .form-group input {
    float: left;
    width: 70%;
    margin: 0;
  }
  .ct-footer-pre .form-group button {
    float: left;
    width: 30%;
  }
  .ct-footer-list > li {
    width: 100%;
    text-align: center;
  }
  .ct-footer-list {
    padding: 20px 0;
  }
  .btn.btn-large {
    padding: 20px 10px;
    line-height: .9;
    font-size: 26px;
    letter-spacing: -.2px;
  }
  .ct-section_header--type1 {
    font-size: 60px;
    line-height: .8;
  }
  .ct-section_header + p {
    font-size: 22px;
  }
  .ct-section_header--type3 small {
    font-size: 25px;
  }
  .ct-section_header--type4 small {
      font-size: 40px;
  }
  .ct-section_header--type3 span {
    font-size: 90px;
  }
  .ct-section_header--type4 span {
      font-size: 80px;
  }
  .ct-section_header--type4 + p {
    font-size: 28px;
  }
}

.netres {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #FA1818;
    width: 100%;
    height: 35px;
    z-index: 999;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textarea{  width:100%;}.textwrapper{  border:0px solid #999999;  margin:5px 0;  padding:3px;}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.divbank {
  background-color: red;
  width: 300px;
  border: 5px solid green;
  padding: 20px;
  margin: 20px;
  color :white; 
  font-size :20px;
  text-align : justify;
}

/*-----start-responsive-design------*/

@media (max-width:1680px){
	.snipcart-details {
		width: 76%;
	}
	.more {
		margin-left: 63em;
	}
}
@media (max-width:1600px){
	.snipcart-details {
		width: 77%;
	}
	.more {
		margin-left: 59em;
	}
}
@media (max-width:1440px){
	.w3l_header_right {
		padding-left: 4em;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		width: 45%;
	}
	.w3l_banner_nav_right_banner1, .w3l_banner_nav_right_banner, .w3l_banner_nav_right_banner2 {
		padding: 10em 7em 0 0;
	}
	.snipcart-details {
		width: 93%;
	}
	.view h4 {
		margin: 4.5em 0 0;
	}
	.w3agile_event_grid_right {
		padding-left: 2em;
	}
	.w3agile_event_grid_right h4 {
		font-size: em;
	}
	.w3agile_event_grid_left {
		height: 108px;
	}
	.events_bottom_left2 h4 {
		line-height: 1.8em;
	}
	.agileinfo_mail_grid_left {
		padding: 0;
	}
	.agileinfo_mail_grid_left ul li span {
		font-size: 0.8em;
	}
}
@media (max-width:1366px){
	.w3l_search {
		margin: .1em 0 0em 6em;
	}
	.w3l_banner_nav_right_banner1, .w3l_banner_nav_right_banner, .w3l_banner_nav_right_banner2 {
		padding: 7em 13em 0 0;
		min-height: 375px;
	}
	.more {
		margin-left: 51em;
	}
	.view p {
		padding: 10px 35px 0px;
	}
	.view h4 {
		margin: 4em 0 0;
	}
	.agile_top_brand_left_grid1 {
		padding: .5em;
	}
	.w3l_banner_nav_right_banner5 {
		background-position:-115px 0px;
	}
	.snipcart-details {
		width: 89%;
	}
	.w3l_banner_nav_right_banner9 {
		background-position:-50px 0px;
	}
	.w3agile_event_grid_right {
		padding-right: 0;
	}
	.agileinfo_mail_grid_left ul li i {
		font-size: 1.5em;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 6em;
	}
}
@media (max-width: 1280px){
	.more {
		margin-left: 47em;
	}
	.product_list_header {
		margin-left: 3em;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 5em;
	}
	.wthree_banner_btm_pos h3 {
		font-size: 1.3em;
	}
	.wthree_banner_btm_pos1 h3 {
		font-size: 1.6em;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		margin-left: 8em;
	}
	.view p {
		padding: 10px 25px 0px;
	}
	.view h4 {
		margin: 3.6em 0 0;
	}
	.w3ls_w3l_banner_left {
		padding-left: 0;
	}
	.w3l_banner_nav_right_banner7 {
		background-position:-130px 0px;
	}
	.w3l_banner_nav_right_banner9 {
		background-position: -125px 0px;
	}
	.agileinfo_single_right {
		padding-left: 3em;
	}
	.agileinfo_single_right_details {
		width: 33% !important;
	}
	.snipcart-details {
		width: 88%;
	}
	.typo, .privacy, .faq, .services, .events, .mail, .agileinfo_single, .w3_login {
		padding: 5em 3em;
	}
	.events_bottom_left1_grid {
		width: 110px;
		height: 110px;
	}
	.events_bottom_left1_grid h4 {
		padding: .5em 0;
	}
	.events_bottom_left2 h4 {
		margin: 1em 0 1em;
	}
	.wthree_banner_bottom_left_grid_pos {
		top: 8%;
	}
}
@media (max-width: 1080px){
	.w3l_offers a {
		font-size: 1.1em;
		padding:.6em 1em;
	}
	.w3l_search {
		margin: .1em 0 0em 3em;
		width: 30%;
	}
	.w3l_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 6px 5px #FA1818;
	}
	.w3l_search input[type="submit"]:hover {
		background: url(../images/img-sp.png) no-repeat 6px 5px #84C639;
	}
	.product_list_header {
		margin-left: 2em;
	}
	#PPMiniCart {
		left: 42% !important;
	}
	.snipcart-details input.button {
		font-size: 13px;
	}
	.w3l_banner_nav_right_banner3_btml h4 {
		font-size: 1.3em;
	}
	.w3ls_logo_products_left h1 a {
		font-size: 1.3em;
		background: url(../images/img-sp.png) no-repeat 43px -3px;
		height: 88px;
	}
	.w3ls_logo_products_left1 ul.phone_email li:last-child {
		margin-right: 0;
	}
	.w3ls_logo_products_left {
		margin-right: 5em;
	}
	.w3ls_logo_products_left1 ul.special_items li i {
		padding: 0 1em;
	}
	.w3ls_logo_products_left1:nth-child(3) {
		margin-left: 4em;
	}
	.more {
		margin-left: 42em;
		width: 25%;
	}
	.w3l_banner_nav_right_banner1, .w3l_banner_nav_right_banner, .w3l_banner_nav_right_banner2 {
		padding: 7em 4em 0 0;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 4em;
	}
	.top_brand_left {
		padding-left: 0;
	}
	.top-brands h3, .fresh-vegetables h3, .mail h3, .testimonials h3, .w3_login h3, .w3ls_w3l_banner_nav_right_grid h3, h3.title, .faq h3, .services h3, .about h3, .team h3, .events h3 {
		font-size: 2.3em;
	}
	.banner_bottom, .top-brands, .fresh-vegetables, .w3l_banner_nav_right_banner3_btm, .testimonials, .team, .newsletter-top-serv-btm, .w3ls_w3l_banner_nav_right_grid_sub {
		padding: 4em 0 !important;
	}
	.agile_footer_grids_w3_footer {
		width: 35%;
	}
	.w3_footer_grid {
		padding-left: 0;
	}
	.wthree_banner_bottom_left_grid_pos h4 {
		font-size: 1.3em;
	}
	#Awesome h4 {
		padding: 1.9em 0 0;
	}
	.wthree_banner_btm_pos1 {
		top: 40%;
	}
	.w3l_fresh_vegetables_grid1_bottom_pos h5 {
		font-size: 1.1em;
		width: 85px;
		height: 85px;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		font-size: 1.7em;
		width: 55%;
	}
	.w3l_banner_nav_right_banner3, .w3l_banner_nav_right_banner4, .w3l_banner_nav_right_banner5, .w3l_banner_nav_right_banner6, .w3l_banner_nav_right_banner7, .w3l_banner_nav_right_banner8, .w3l_banner_nav_right_banner9, .w3l_banner_nav_right_banner10 {
		min-height: 225px;
		padding-top: 5.5em;
	}
	.view p {
		padding: 10px 10px 0px;
	}
	.view h4 {
		margin: 1.8em 0 0;
	}
	.agile_top_brand_left_grid1 p {
		font-size:13px;
	}
	.snipcart-details {
		width: 80%;
	}
	.w3agile_newsletter_right {
		width: 60%;
	}
	.w3l_banner_nav_right_banner5 {
		background-position: -45px 0px;
	}
	.w3l_banner_nav_right_banner7 {
		background-position: -45px 0px;
	}
	.w3l_banner_nav_right_banner9 {
		background-position: -45px 0px;
	}
	.w3l_banner_nav_right_banner9 h4 {
		font-size: 1.6em;
	}
	.w3l_banner_nav_right_banner_pet {
		padding: 3em 0 0 3em !important;
	}
	.typo, .privacy, .faq, .services, .events, .mail, .agileinfo_single, .w3_login {
		padding: 4em 3em;
	}
	.w3agile_event_grid_right h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.w3agile_event_grid_left {
		height: 171px;
	}
	.w3agile_event_grid_left i {
		padding-top: 2em;
	}
	.events_bottom_left1_grid h4 {
		font-size: 1.5em;
	}
	.events_bottom_left1_grid {
		width: 85px;
		height: 90px;
	}
	.events_bottom_left2 h4 {
		font-size: 1em;
	}
	.agileinfo_mail_grid_left ul li:first-child {
		padding-right: 1em;
	}
	.agileinfo_mail_grid_left ul li:last-child {
		padding-left: 1em;
	}
	.agileinfo_mail_grid_right textarea {
		width: 93.5% !important;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 44.6%;
	}
	.map iframe {
		min-height: 300px;
	}
	.privacy1-grid ul li i {
		top: 0;
	}
	.privacy1-grid ul li:nth-child(2) {
		width: 85%;
	}
	.wthree_banner_bottom_left_grid_pos h4 span {
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 1024px){
	.w3l_header_right {
		padding-left: 2em;
	}
	.more {
		margin-left: 40em;
	}
	.navbar-nav > li > a {
		padding: 10px 0px 10px 25px;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		margin-left: 7em;
	}
	.w3l_banner_nav_right_banner3_btml h4 {
		font-size: 1.3em;
	}
	.top-brands h3, .fresh-vegetables h3, .mail h3, .testimonials h3, .w3_login h3, .w3ls_w3l_banner_nav_right_grid h3, h3.title, .faq h3, .services h3, .about h3, .team h3, .events h3 {
		font-size: 2em;
	}
	.w3ls_w3l_banner_nav_right_grid1 h6 {
		font-size: 1.3em;
	}
	.w3l_banner_nav_right_banner3_btml h4 {
		font-size: 1.1em;
	}
	.view p {
		font-size: 13px;
	}
	.view h4 {
		margin: 1.5em 0 0;
	}
	.w3ls_service_grid_left h4 {
		font-size: 1.2em;
	}
	.w3ls_service_grids1_right {
		padding-right: 0;
	}
	.snipcart-details {
		width: 90%;
	}
}
@media (max-width: 991px){
	.w3l_search {
		margin: .1em 0 0em 2em;
	}
	.w3ls_logo_products_left h1 a {
		font-size: 1.2em;
		background: url(../images/img-sp.png) no-repeat 38px -9px;
		height: 83px;
	}
	.w3ls_logo_products_left1 ul.phone_email li {
		margin-right: 1em;
	}
	.w3ls_logo_products_left1 ul.special_items li i {
		padding: 0 .7em;
	}
	.container {
		width: 815px;
	}
	.w3ls_logo_products_left1:nth-child(3) {
		margin-left: 1em;
	}
	.w3ls_logo_products_left {
		margin-right: 1em;
	}
	.w3ls_logo_products_left1 ul.phone_email li i {
		padding-right: .5em;
	}
	.w3l_banner_nav_right_banner {
		background-position:-70px 0px;
	}
	.more {
		margin-left: 39em;
	}
	.wthree_banner_bottom_left_grid_sub,.wthree_banner_bottom_left_grid_sub1 {
		float: none;
		width: 100%;
	}
	.wthree_banner_bottom_left {
		padding: 0 1em;
		float: left;
		width: 33.33%;
	}
	.top_brand_left {
		padding: 0 1em;
		float: left;
		width: 50%;
	}
	.hover14.column {
		width: 75%;
		margin: 0 auto;
	}
	.snipcart-details {
		width: 70%;
	}
	.agile_top_brand_left_grid1 p {
		font-size: 14px;
	}
	.agile_top_brand_left_grid1 {
		padding: 1em;
	}
	.top_brand_left:nth-child(2) {
		margin: 0 0 3em;
	}
	.w3l_fresh_vegetables_grids {
		padding: 0;
		background: #fff;
	}
	.w3l_fresh_vegetables_grid {
		padding: 1em;
		width: 50%;
		margin: 0 auto;
		border: 10px solid #f5f5f5;
	}
	.w3l_fresh_vegetables_grid:nth-child(2) {
		margin: 2em auto;
	}
	.w3l_fresh_vegetables_grid_right {
		margin: 2em 0 0;
	}
	.w3l_fresh_vegetables_grid1_bottom img, .w3l_fresh_vegetables_grid1 img {
		margin: 0 auto;
	}
	.w3agile_newsletter_left {
		width: 32%;
		text-align: left;
	}
	.w3agile_newsletter_right {
		width: 63%;
	}
	.w3agile_newsletter_right input[type="submit"] {
		width: 27.7%;
	}
	.w3agile_newsletter_right input[type="email"] {
		width: 72%;
	}
	.w3_footer_grid {
		padding-left: 1em;
		float: left;
		width: 50%;
	}
	.w3_footer_grid:nth-child(2) {
		margin-bottom: 7em;
	}
	.agile_footer_grids_w3_footer {
		margin: 0 !important;
	}
	.agile_footer_grids {
		padding: 2em 0 0;
	}
	.w3l_banner_nav_right_banner3_btml {
		padding-left: 1em;
		width: 55%;
		margin: 0 auto;
	}
	.view p {
		font-size: 14px;
		padding: 10px 35px 0px;
	}
	.view h4 {
		margin: 5em 0 0;
	}
	.w3ls_w3l_banner_left {
		padding-left: 1em;
		float: left;
		width: 50%;
	}
	.w3ls_w3l_banner_left:nth-child(3) {
		margin-bottom: 3em;
	}
	.w3ls_w3l_banner_left:nth-child(2) {
		margin-bottom: 3em;
	}
	.w3ls_w3l_banner_left_asd {
		margin-bottom: 0 !important;
	}
	.w3ls_w3l_banner_nav_right_grid_head_grid {
		padding-left: 1em;
		width: 55%;
		margin: 0 auto;
	}
	.w3ls_w3l_banner_nav_right_grid_head_grid:nth-child(2){
		margin:2em auto;
	}
	.w3ls_service_grid_right {
		margin: 2em 0 0;
	}
	.w3ls_service_grid_right_1 {
		padding-right: 1em;
		padding-left: 0;
		float: left;
		width: 33.33%;
	}
	.w3ls_service_grids1_right {
		padding-right: 1em;
		margin: 2em 0 0;
	}
	.about_counter_left {
		float: left;
		width: 25%;
	}
	.about_counter_left i {
		width: 75px;
		height: 75px;
		padding-top: 1em;
	}
	.about_counter_left p {
		font-size: 2em;
	}
	.about_counter_left h3 {
		font-size: 1.2em;
	}
	.services-bottom {
		min-height: 260px;
	}
	.wthree_news_top_serv_btm_grid {
		float: left;
		width: 33.33%;
	}
	.wthree_news_top_serv_btm_grid h3 {
		font-size: 1.1em;
	}
	.agileinfo_single_left {
		width: 50%;
		margin: 0 auto 2em;
	}
	.agileinfo_single h5 {
		font-size: 1.5em;
	}
	p.animi {
		margin: 3em 0 0;
	}
	.agile_about_grids {
		margin: 2em 0 0;
	}
	.agile_about_grid_left {
		margin: 2em 0 0;
	}
	.agileits_team_grid {
		float: left;
		width: 50%;
	}
	.agileits_team_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3_testimonials_grid {
		padding: 0 1em;
		float: left;
		width: 50%;
	}
	.w3agile_event_grid_right {
		float: right;
		width: 80%;
	}
	.w3agile_event_grid_left {
		height: 117px;
		float: left;
		width: 20%;
	}
	.w3agile_event_grid_left i {
		padding-top: 1em;
	}
	.w3agile_event_grid:nth-child(2) {
		margin: 3em 0 0;
	}
	.events_bottom_left1 {
		float: left;
		width: 30%;
	}
	.events_bottom_left2 {
		float: right;
		width: 70%;
	}
	.events_bottom_left1_grid {
		width: 125px;
		height: 115px;
	}
	.events_bottom_left1_grid h4 {
		padding: 1em 0;
	}
	.events_bottom_left:nth-child(2) {
		margin: 2em 0 0;
	}
	.agileinfo_mail_grid_left {
		width: 50%;
		margin: 0 auto 2em;
	}
	.agileinfo_mail_grid_left ul li:first-child {
		padding-right: 2em;
	}
	.agileinfo_mail_grid_left ul li:last-child {
		padding-left: 2em;
	}
	.agileinfo_mail_grid_right input[type="email"] {
		margin: 1em 0;
	}
	.agileinfo_mail_grid_right textarea {
		width: 95.5% !important;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 46.3%;
	}
	.w3l_panel_group_faq {
		margin: 1em 0 0;
	}
	.snipcart-details input.button {
		font-size: 14px;
	}
	.checkout-left-basket {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}
	.address_form_agile {
		float: right;
		width: 100%;
	}
	.checkout-right h4, .address_form_agile h4 {
      font-size: 1.2em;
	}
}
@media (max-width:800px){
	.w3l_offers a {
		padding: .6em 2em;
	}
	.w3l_search {
		width: 42%;
	}
	.w3l_offers a {
		padding: .6em 1em;
		font-size: .9em;
	}
	.w3l_search {
		width: 25%;
		margin: .1em 0 0em 1em;
	}
	.w3l_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 0px 5px #FA1818;
		width: 18%;
	}
	.w3l_search input[type="submit"]:hover {
		background: url(../images/img-sp.png) no-repeat 0px 5px #84C639;
	}
	.w3l_search input[type="text"] {
		width: 82%;
	}
	.product_list_header {
		margin-left: 1.5em;
	}
	.w3l_header_right {
		padding-left:2em;
	}
	.w3l_offers a {
		padding: .75em 1em;
		font-size: 1em;
	}
	.w3l_header_right1 h2 a {
		font-size: .6em;
		padding:.75em 1em;
	}
	.w3ls_logo_products_left h1 a {
		font-size: 1em;
		background: url(../images/img-sp.png) no-repeat 28px -17px;
		height: 74px;
	}
	.w3ls_logo_products_left1 {
		margin-top: 1.6em;
	}
	.navbar-nav > li > a {
		padding: 10px 0px 10px 15px;
	}
	.w3ls_vegetables_menu {
		left: 10%;
		min-width: 135px;
	}
	.w3l_banner_nav_right_banner1, .w3l_banner_nav_right_banner, .w3l_banner_nav_right_banner2 {
		min-height: 315px;
		padding: 5em 4em 0 0;
	}
	.more {
		margin-left: 30.5em;
	}
	.more a {
		padding: 7px 30px;
	}
	.w3l_banner_nav_right_banner2 {
		background-position:-60px 0px;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 2em;
	}
	.wthree_banner_btm_pos h3 {
		font-size: 1.1em;
	}
	.w3agile_newsletter_left {
		width: 100%;
		text-align: center;
		float: none;
		margin-bottom: 2em;
	}
	.w3agile_newsletter_right {
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.container {
		width: 765px;
	}
	.modal-dialog {
		width: 710px;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		font-size: 1.4em;
		width: 65%;
		margin-left: 5em;
	}
	.w3l_banner_nav_right_banner3_btml {
		width: 68%;
	}
	.hover14.column {
		width: 100%;
	}
	.w3ls_w3l_banner_nav_right_grid_head_grid {
		width: 70%;
	}
	.w3l_banner_nav_right_banner7 {
		background-position: -140px 0px;
	}
	.typo, .privacy, .faq, .services, .events, .mail, .agileinfo_single, .w3_login {
		padding: 3em 2em;
	}
	.w3l_banner_nav_right_banner_pet a, .w3ls_service_grids1_right a {
		padding: 10px 40px;
		font-size: 14px;
	}
	.banner_bottom, .top-brands, .fresh-vegetables, .w3l_banner_nav_right_banner3_btm, .testimonials, .team, .newsletter-top-serv-btm, .w3ls_w3l_banner_nav_right_grid_sub {
		padding: 3em 0 !important;
	}
	.agileinfo_single_left {
		width: 75%;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 46%;
	}
}
@media (max-width: 768px){
	.product_list_header {
		margin-left: 1em;
	}
	.w3l_header_right {
		padding-left: 1.5em;
	}
	#PPMiniCart {
		left: 39% !important;
	}
	.container {
		width: 750px;
	}
	.w3ls_logo_products_left1:nth-child(3) {
		margin-left: 1em;
		float: none;
		width: 100%;
		margin: 6em 0 1em;
		text-align: center;
	}
	.w3ls_logo_products_left {
		margin-right: 0;
	}
	.w3ls_logo_products_left1 {
		float: right;
	}
	.w3ls_logo_products_left h1 a {
		font-size: 1.2em;
		background: url(../images/img-sp.png) no-repeat 38px -8px;
		height: 85px;
	}
	ul.dropdown-menu.drp-mnu {
		top: 130%;
	}
	.more {
		margin-left: 26.5em;
		width: 30%;
	}
	.wthree_banner_bottom_left {
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	.wthree_banner_bottom_left:nth-child(2) {
		margin: 2em auto;
	}
	.wthree_banner_btm_pos h3 {
		font-size: 1.3em;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 8em;
	}
	.wthree_banner_btm_pos1 {
		top: 55%;
	}
	.w3l_fresh_vegetables_grid {
		width: 56%;
	}
	.w3ls_vegetables_menu {
		left: 5%;
	}
	.view h4 {
		margin: 4.5em 0 0;
	}
	.w3ls_logo_products_left1 ul.special_items li i {
		padding: 0 1.5em;
	}
	.wthree_news_top_serv_btm_grid_icon i {
		font-size: 2em;
	}
	.wthree_news_top_serv_btm_grid {
		padding-left: 0;
	}
	.events_bottom_left1_grid {
		width: 120px;
	}
	.agileinfo_mail_grid_left {
		width: 75%;
	}
	.agileinfo_mail_grid_right textarea {
		width: 94% !important;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 45%;
	}
}
@media (max-width: 767px){
	.w3l_banner_nav_left {
		float: none;
		width: 100%;
		background: #f5f5f5;
		text-align: center;
	}
	.navbar-toggle {
		float: none;
		margin: .55em 0 0;
		border: 1px solid #212121;
	}
	.navbar-toggle .icon-bar {
		border: 1px solid #212121;
	}
	.w3l_banner_nav_right {
		float: none;
		width: 100%;
	}
	.navbar-nav {
		border-top: none;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #fff;
		text-align: center;
	}
	.w3ls_vegetables_menu {
		left: auto;
		float: none;
		min-width: 100%;
		text-align: center;
	}
	.w3l_banner_nav_right_banner2 {
		background-position: 0px 0px;
	}
	.more {
		margin-left: 34.5em;
	}
}
@media (max-width: 736px){
	.w3l_search {
		width: 50%;
		margin: .1em 0 1em 10em;
	}
	.w3l_header_right {
		padding-left: 6.5em;
	}
	.w3l_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 10px 5px #FA1818;
	}
	.w3l_search input[type="submit"]:hover {
		background: url(../images/img-sp.png) no-repeat 10px 5px #84C639;
	}
	.logo_products {
		padding: 8em 0 1em;
	}
	.container {
		width: 710px;
	}
	.modal-dialog {
		width: 650px;
		margin: 130px auto 30px;
	}
	.more {
		margin-left: 33.5em;
	}
	.w3agile_newsletter_right {
		width: 80%;
	}
	#PPMiniCart {
		top: 140px !important;
	}
	#PPMiniCart form {
		max-height: 185px !important;
	}
}
@media (max-width: 667px){
	.w3l_search {
		width: 55%;
		margin: .1em 0 1em 5.8em;
	}
	.container {
		width: auto;
	}
	.more {
		margin-left: 29.5em;
	}
	.footer {
		padding: 3em 0;
	}
	.wthree_footer_copy {
		margin: 3em 0 0;
		padding: 2.5em 0 0;
	}
	#PPMiniCart {
		left: 36% !important;
	}
	#PPMiniCart form {
		max-height: 165px !important;
	}
}
@media (max-width: 640px){
	#PPMiniCart form {
		max-height: 400px !important;
	}
	.fixed {
		position: relative;
	}
	.w3l_search {
		margin: .1em 0 1em 5em;
	}
	.w3l_header_right {
		padding-left: 4.5em;
	}
	.logo_products {
		padding: 2em 0 1em;
	}
	ul.dropdown-menu.drp-mnu {
		top: 100%;
	}
	.more {
		margin-left: 28em;
	}
	.wthree_banner_bottom_left {
		width: 75%;
	}
	.modal-dialog {
		width: 600px;
	}
	.w3l_fresh_vegetables_grid {
		width: 70%;
	}
	.w3agile_newsletter_right {
		width: 90%;
	}
	.w3l_banner_nav_right_banner3, .w3l_banner_nav_right_banner4, .w3l_banner_nav_right_banner5, .w3l_banner_nav_right_banner6, .w3l_banner_nav_right_banner7, .w3l_banner_nav_right_banner8, .w3l_banner_nav_right_banner9, .w3l_banner_nav_right_banner10 {
		min-height: 190px;
		padding-top: 4.5em;
	}
	.w3ls_w3l_banner_nav_right_grid {
		padding: 0 1em 3em;
	}
	.w3ls_w3l_banner_nav_right_grid_sub {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.w3l_banner_nav_right_banner7 {
		background-position: -105px 0px;
	}
	.w3l_banner_nav_right_banner_pet {
		padding: 2em 0 0 2em !important;
	}
	.w3l_banner_nav_right_banner9 {
		background-position: -95px 0px;
	}
	.w3ls_service_grid_left {
		padding: 0;
	}
	.about_counter_left h3 {
		font-size: 1em;
	}
	.about_counter_left p {
		font-size: 1.8em;
	}
	.wthree_news_top_serv_btm_grid {
		padding-left: 1em;
		float: none;
		width: 100%;
	}
	.wthree_news_top_serv_btm_grid:nth-child(2) {
		margin: 2em 0;
	}
	.wthree_news_top_serv_btm_grid h3 {
		margin: 1em 0 1em;
	}
	.map iframe {
		min-height: 250px;
	}
	.agileinfo_mail_grid_left {
		width: 100%;
	}
	.agileinfo_mail_grid_right,.wthree_contact_left_grid {
		padding: 0;
	}
	.agileinfo_mail_grid_right textarea {
		width: 100% !important;
		margin: 1em 0em;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 46.7%;
	}
	.value-minus, .value-plus {
		height: 17px;
		width: 17px;
	}
	.value {
		width: 17px;
		height: 17px;
		line-height: 0px;
	}
	.timetable_sub th, .timetable_sub td {
		padding: 7px 0px;
	}
	.timetable_sub th, .timetable_sub td {
		width: 50px;
		    font-size: 12px;
	}
	button.submit.check_out {
		display: block;
		position: relative;
		padding: 11px 14px;
		letter-spacing: 1px;
		font-size: 0.9em;
	}
}
@media (max-width: 600px){
	.w3l_search {
		margin: .1em 0 1em 3.9em;
	}
	.w3ls_logo_products_left1 ul.special_items li i {
		padding: 0 1em;
	}
	.modal-dialog {
		width: 535px;
	}
	.more {
		margin-left: 26em;
	}
	.wthree_banner_bottom_left {
		width: 82%;
	}
	.top_brand_left:nth-child(2) {
		margin: 0 0 2em;
	}
	#PPMiniCart form {
		width: 506px !important;
	}
	#PPMiniCart {
		left: 41% !important;
	}
	#PPMiniCart ul {
		width: 464px !important;
	}
	#PPMiniCart form {
		max-height: 210px !important;
	}
}
@media (max-width: 568px){
	.w3l_search {
		margin: .1em 0 1em 2.9em;
	}
	.more {
		margin-left: 24.5em;
	}
	.snipcart-details {
		width: 80%;
	}
	.agileinfo_marquee h4 {
		font-size: 1.1em;
	}
	.w3agile_newsletter_left h3 {
		margin: 0;
	}
	.newsletter {
		padding: 2em 0;
	}
	.w3agile_newsletter_right {
		width: 100%;
	}
	#PPMiniCart form {
		max-height: 100px !important;
	}
	.checkout-right h4, .address_form_agile h4 {
		font-size: 1em;
		line-height: 1.7em;
	}
	.checkout-left-basket h4 {
		padding: 0.9em;
		font-size: 1em;
	}
}
@media (max-width: 480px){
	#PPMiniCart form {
		max-height: 350px !important;
	}
	.w3l_search {
		margin: .1em 0 0.5em 1.7em;
		width: 51%;
	}
	.w3l_search input[type="text"] {
		font-size: 13px;
	}
	.w3l_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 0px 3px #FA1818;
		padding: 8px 0 9.9px;
	}
	.w3l_search input[type="submit"]:hover {
		background: url(../images/img-sp.png) no-repeat 0px 3px #84C639;
	}
	.w3l_offers a {
		padding: .62em 1em;
	}
	.w3l_header_right1 h2 a {
		font-size: 14px;
	}
	.profile_details_drop a {
		padding-top: .5em;
	}
	.product_list_header span {
		top: .5em;
	}
	.modal-dialog {
		width: 468px;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 4px !important;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
	}
	.w3ls_logo_products_left h1 a {
		font-size: 1em;
		background: url(../images/img-sp.png) no-repeat 28px -18px;
		height: 75px;
	}
	.w3ls_logo_products_left1 ul.special_items li i {
		padding: 0 0.5em;
	}
	.w3ls_logo_products_left1:nth-child(3) {
		margin: 5.5em 0 1em;
	}
	.w3l_banner_nav_right_banner h3, .w3l_banner_nav_right_banner1 h3, .w3l_banner_nav_right_banner2 h3 {
		font-size: 1.5em;
	}
	.w3l_banner_nav_right_banner1, .w3l_banner_nav_right_banner, .w3l_banner_nav_right_banner2 {
		min-height: 240px;
		padding: 2.5em 3em 0 0;
		margin-bottom: 3em;
	}
	.more {
		margin-left: 18em;
		width: 40%;
	}
	.banner_bottom, .top-brands, .fresh-vegetables, .w3l_banner_nav_right_banner3_btm, .testimonials, .team, .newsletter-top-serv-btm, .w3ls_w3l_banner_nav_right_grid_sub {
		padding: 2em 0 !important;
	}
	.wthree_banner_bottom_left {
		width: 90%;
	}
	.top-brands h3, .fresh-vegetables h3, .mail h3, .testimonials h3, .w3_login h3, .w3ls_w3l_banner_nav_right_grid h3, h3.title, .faq h3, .services h3, .about h3, .team h3, .events h3 {
		font-size: 1.8em;
	}
	.top_brand_left,.w3ls_w3l_banner_left {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.top_brand_left:nth-child(2) {
		margin: 2em auto;
	}
	.top_brand_left:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3l_fresh_vegetables_grid {
		width: 90%;
	}
	.agileinfo_breaking_news span {
		background: url(../images/img-sp.png) no-repeat 1px -103px;
		height: 65px;
	}
	.agileinfo_marquee {
		width: 85%;
	}
	.agileinfo_marquee h4 {
		font-size: 1em;
	}
	.w3agile_newsletter_right input[type="submit"] {
		width: 31.7%;
	}
	.w3agile_newsletter_right input[type="email"] {
		width: 68%;
	}
	.footer {
		padding: 2em 0;
	}
	.w3_footer_grid {
		float: none;
		width: 100%;
	}
	.w3_footer_grid h3 {
		font-size: 1.1em;
		margin-bottom: 1em;
	}
	.w3_footer_grid:nth-child(2) {
		margin: 3em 0;
	}
	.w3_footer_grid:nth-child(4) {
		margin: 3em 0 0;
	}
	.agile_footer_grids_w3_footer:nth-child(1) {
		margin-bottom: 2em !important;
	}
	.wthree_footer_copy {
		margin: 2em 0 0;
		padding: 1.5em 0 0;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		font-size: 1.2em;
		width: 75%;
		margin-left: 3em;
	}
	.w3l_banner_nav_right_banner3 span, .w3l_banner_nav_right_banner4 span, .w3l_banner_nav_right_banner5 span, .w3l_banner_nav_right_banner6 span, .w3l_banner_nav_right_banner7 span, .w3l_banner_nav_right_banner8 span, .w3l_banner_nav_right_banner9 span, .w3l_banner_nav_right_banner10 span {
		top: -85%;
	}
	.w3l_banner_nav_right_banner3_btml {
		width: 90%;
	}
	.w3ls_w3l_banner_left:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3ls_w3l_banner_left:nth-child(3){
		margin:0 auto;
	}
	.w3ls_w3l_banner_left:nth-child(4){
		margin:2em auto;
	}
	.w3ls_w3l_banner_nav_right_grid_sub {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.w3ls_w3l_banner_nav_right_grid1 {
		margin: 2em 0 0;
	}
	.w3ls_w3l_banner_left_asdfdfd {
		margin-bottom: 2em;
	}
	.w3ls_w3l_banner_nav_right_grid1_veg {
		margin: 0 !important;
	}
	.w3ls_w3l_banner_nav_right_grid_veg {
		padding: 0 1em !important;
	}
	.w3ls_w3l_banner_nav_right_grid_head h6 {
		font-size: 1.3em;
	}
	.w3ls_w3l_banner_nav_right_grid_head_grid {
		width: 100%;
	}
	.w3ls_w3l_banner_nav_right_grid_head_grids {
		margin: 2em 0 0;
	}
	.w3ls_w3l_banner_nav_right_grid {
		padding: 0 1em 2em;
	}
	.typo, .privacy, .faq, .services, .events, .mail, .agileinfo_single, .w3_login {
		padding: 2em 1em;
	}
	.w3l_fruit {
		margin-bottom: 1.5em !important;
	}
	.agileinfo_single h5 {
		font-size: 1.3em;
	}
	.agileinfo_single_right {
		padding-left: 1em;
	}
	.about_counter_left {
		width: 50%;
	}
	.about_counter_left:nth-child(2) {
		margin-bottom: 2em;
	}
	.w3ls_service_grids1_right ul {
		padding-bottom: 1em;
	}
	.w3ls_service_grids1_right a {
		margin-bottom: 1em;
		display: block;
		width: 40%;
		text-align: center;
	}
	.w3ls_w3l_banner_nav_right_grid_popular {
		padding: 2em 0 !important;
	}
	.privacy1 h3 {
		font-size: 1.3em;
	}
	.privacy1-grid ul {
		padding: 0 1em 1em;
	}
	.privacy1-grid ul li {
		display: block;
		text-align: center;
	}
	.privacy1-grid ul li:nth-child(1) {
		margin-right: 0;
	}
	.privacy1-grid ul li:nth-child(2) {
		width: 100%;
	}
	.privacy2-grid1 h4 {
		font-size: 1.2em;
	}
	.privacy2-grid1 {
		padding: 0 1em;
	}
	.privacy2-grid1 h5 {
		font-size: 1.1em;
	}
	.w3_testimonials_grid {
		float: none;
		width: 100%;
	}
	.privacy1-grid, .privacy2-grid {
		margin: 2em 0 0;
	}
	.panel-title > a {
		line-height: 1.8em;
	}
	.panel-heading {
		padding: 20px 15px;
	}
	.w3agile_event_grid_right h4 {
		font-size: 1em;
	}
	.w3agile_event_grid_left {
		height: 115px;
	}
	.events-bottom {
		padding: 3em 0 0;
	}
	.events_bottom_left {
		padding: 0;
	}
	.events_bottom_left1_grid {
		width: 98px;
	}
	.agileinfo_mail_grid_left ul li {
		font-size: .9em;
	}
	.form-module .toggle .tooltip {
		display: none;
	}
	.w3_login {
		padding-bottom: 0;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 49.5%;
		margin: 0;
	}
	.product_list_header input.button {
		margin: 0;
		padding: .3em 2.5em .3em 1em;
		background: url(../images/cart.png) no-repeat 116px 5px;
	}
	#PPMiniCart form {
		width: 400px !important;
	}
	#PPMiniCart ul {
		width: 358px !important;
	}
	#PPMiniCart {
		left: 51% !important;
	}
}
@media (max-width: 414px){
	.w3l_offers a {
		padding: .62em .5em;
	}
	.w3l_search {
		margin: .1em 0 0.5em 0.7em;
	}
	.w3l_search input[type="submit"] {
		width: 18%;
	}
	.w3l_search input[type="text"] {
		width: 82%;
	}
	.w3ls_logo_products_left1 {
		float: none;
		text-align: center;
		margin-top: 1em;
	}
	.w3ls_logo_products_left {
		float: none;
		text-align: center;
		width: 31%;
		margin: 0 auto;
	}
	.w3ls_logo_products_left1:nth-child(3) {
		margin: 0.5em 0 1em;
	}
	
	.more a {
		font-size: 13px;
	}
	.more {
		margin-left: 15em;
	}
	.w3l_banner_nav_right_banner2 {
		background-position: -145px 0px;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 7em;
	}
	.wthree_banner_btm_pos1 h3 {
		font-size: 1.4em;
	}
	.agile_top_brands_grids {
		margin: 2em 0 0;
	}
	.top_brand_left, .w3ls_w3l_banner_left {
		width: 80%;
	}
	.modal-dialog {
		width: 390px;
	}
	.w3agile_newsletter_right input[type="submit"] {
		width: 37.7%;
	}
	.w3agile_newsletter_right input[type="email"] {
		width: 62%;
	}
	.w3l_banner_nav_right_banner3, .w3l_banner_nav_right_banner4, .w3l_banner_nav_right_banner5, .w3l_banner_nav_right_banner6, .w3l_banner_nav_right_banner7, .w3l_banner_nav_right_banner8, .w3l_banner_nav_right_banner9, .w3l_banner_nav_right_banner10 {
		min-height: 155px;
		padding-top: 3.7em;
	}
	.view p {
		font-size: 13px;
	}
	.view h4 {
		margin: 4em 0 0;
	}
	.w3ls_w3l_banner_nav_right_grid1 h6 {
		font-size: 1.3em;
		text-align: center;
	}
	.w3l_banner_nav_right_banner9 h4 {
		font-size: 1.2em;
	}
	.w3l_banner_nav_right_banner_pet p {
		margin: 0 0 1em;
	}
	.w3l_banner_nav_right_banner_pet a, .w3ls_service_grids1_right a {
		padding: 10px 30px;
	}
	.w3ls_service_grids1_right ul li {
		line-height: 1.8em;
	}
	.w3ls_service_grids1_right a {
		width: 45%;
	}
	.agileinfo_single h5 {
		font-size: 1.2em;
	}
	.agileinfo_single_right_details {
		width: 45% !important;
	}
	.privacy2-grid1 {
		padding: 0;
	}
	.privacy2-grid1 h5 {
		font-size: 1em;
	}
	.agileits_team_grid {
		float: none;
		width: 100%;
	}
	.agileits_team_grid:nth-child(2) {
		margin: 2em 0;
	}
	.agileits_team_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3agile_event_grid {
		padding: 0;
	}
	.w3agile_event_grid_right {
		padding-left: 1em;
	}
	.w3agile_event_grid_right h4 {
		font-size: .9em;
	}
	.w3agile_event_grid_left {
		height: 140px;
	}
	.w3agile_event_grid_left i {
		padding-top: 1.5em;
	}
	.events_bottom_left1 {
		padding-left: 0;
	}
	.events_bottom_left1_grid {
		width: 95px;
	}
	.form-module .form {
		padding: 20px;
	}
	.w3_login_module {
		min-height: 433px;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 100%;
		margin: 0;
	}
	.agileinfo_mail_grid_right input[type="submit"]{
		margin-bottom:1em;
	}
	#PPMiniCart form {
		width: 360px !important;
	}
	#PPMiniCart ul {
		width: 318px !important;
	}
	#PPMiniCart {
		left: 55% !important;
	}
}
@media (max-width: 384px){
	.w3l_search input[type="submit"]:hover {
		background: url(../images/img-sp.png) no-repeat 17px 3px #84C639;
	}
	.w3l_offers {
		float: none;
		text-align: center;
	}
	.w3l_search {
		margin: .1em 0;
		float: none;
		width: 100%;
	}
	.w3l_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 17px 3px #FA1818;
		padding: 8px 0 8.9px;
	}
	.more {
		margin-left: 13em;
		width: 42%;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 6em;
	}
	.top_brand_left, .w3ls_w3l_banner_left {
		width: 90%;
	}
	.agileinfo_breaking_news {
		width: 20%;
	}
	.agileinfo_marquee {
		width: 75%;
	}
	.view h4 {
		margin: 2.5em 0 0;
	}
	.modal-dialog {
		width: 290px;
	}	
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 3px !important;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
	}
	input.my-product-quantity {
		width: 40px !important;
	}
	table.table {
		width: 100%;
	}
	.product_list_header {
		margin-left: .3em;
	}
	.w3l_header_right {
		padding-left: 3.5em;
	}
	#PPMiniCart form {
		width: 300px !important;
		padding: 10px 10px 40px !important;
	}
	#PPMiniCart ul {
		width: 278px !important;
	}
	#PPMiniCart .minicart-remove {
		width: 11px !important;
		height: 11px !important;
		line-height: 0;
		margin: 3px 0 0 !important;
	}
	#PPMiniCart {
		left: 64% !important;
	}
	#PPMiniCart .minicart-item a {
		font-size: 13px;
	}
	#PPMiniCart .minicart-attributes li {
		font-size: 12px;
	}
	span.minicart-price {
		font-size: 12px;
	}
	#PPMiniCart .minicart-quantity {
		font-size: 11px;
	}
}
@media (max-width: 375px){
	.wthree_banner_btm_pos h3 span {
		padding-left: 5em;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		width: 86%;
		margin-left: 1em;
	}
	.view p {
		padding: 10px 10px 0px;
	}
	.top-brands h3, .fresh-vegetables h3, .mail h3, .testimonials h3, .w3_login h3, .w3ls_w3l_banner_nav_right_grid h3, h3.title, .faq h3, .services h3, .about h3, .team h3, .events h3 {
		font-size: 1.6em;
	}
	.w3ls_service_grids {
		margin: 3em 0 0;
	}
	.w3ls_service_grid_right_1 {
		padding-left: 1em;
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.w3ls_service_grids1_right {
		padding: 0;
	}
	.agileinfo_single h5 {
		font-size: 1em;
	}
	.agileinfo_single_left {
		width: 90%;
	}
	.agileinfo_single_right {
		padding: 0;
	}
	p.animi,.w3_testimonials_grids {
		margin: 2em 0 0;
	}
	.events_bottom_left1_grid {
		width: 85px;
	}
	.form-module .cta {
		padding: 10px 0px;
	}
	.form-module .cta a {
		font-size: 14px;
	}
	.map iframe {
		min-height: 200px;
	}
	.w3ls_logo_products_left {
		width: 36%;
		margin-left:18px;
	}
}
@media (max-width: 320px){
	.agileits_social_icons li a i {
		padding: .9em 0 0;
	}
	ul li, ol li {
		font-size: 13px;
	}
	.w3ls_logo_products_left {
		width: 42%;
	}
	.w3l_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 11px 3px #FA1818;
	}
	.w3l_search input[type="submit"]:hover {
		background: url(../images/img-sp.png) no-repeat 11px 3px #84C639;
	}
	.w3l_banner_nav_right_banner1, .w3l_banner_nav_right_banner, .w3l_banner_nav_right_banner2 {
		min-height: 190px;
		padding: 2em 3em 0 0;
	}
	.more {
		margin-left: 10em;
		width: 50%;
	}
	.wthree_banner_bottom_left {
		width: 100%;
	}
	.wthree_banner_bottom_left_grid_pos h4 {
		font-size: 1.1em;
	}
	.wthree_banner_bottom_left_grid_pos h4 span {
		width: 50px;
		height: 50px;
		padding-top: .9em;
	}
	.wthree_banner_btm_pos h3 span {
		padding-left: 6em;
	}
	.wthree_banner_btm_pos h3 {
		font-size: 1.1em;
	}
	.top_brand_left, .w3ls_w3l_banner_left {
		width: 100%;
	}
	.agile_top_brand_left_grid1 p,.agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea,.w3agile_event_grid_right p,.agileits_team_grid p,p.animi,.w3_testimonials_grid p,.wthree_news_top_serv_btm_grid p,.privacy1-grid ul li span,.w3ls_service_grid_left p, .privacy2-grid1 p,.w3l_fresh_vegetables_grid ul li a,.wthree_footer_copy p,.w3l_banner_nav_right_banner_pet p {
		font-size: 13px;
	}
	.privacy1-grid ul li span {
		margin: 1em 0 0;
	}
	.w3agile_event_grid_left {
		height: 156px;
		padding-left: 0;
		text-align: center;
	}
	.w3agile_event_grid_right h4 {
		font-size: .94em;
	}
	.wthree_news_top_serv_btm_grid h3 {
		margin: 1em 0 .5em;
	}
	.w3ls_service_grid_right {
		margin: 1em 0 0;
		padding: 0;
	}
	.w3ls_service_grids1_right a {
		width: 55%;
	}
	.privacy2-grid1 h4 {
		font-size: 1em;
	}
	.privacy2-grid1 h5 {
		line-height: 1.5em;
	}
	.privacy2-grid1-sub {
		margin: 1.5em 0 0;
	}
	.agileinfo_single_right_snipcart {
		margin: 0 0 1em;
	}
	.agileinfo_single_right_details {
		width: 55% !important;
	}
	.w3agile_newsletter_left {
		margin-bottom: 1.5em;
	}
	.w3agile_description p {
		font-size: 13px;
		width: 100%;
	}
	.w3agile_description {
		margin: 2em 0 1em;
	}
	.privacy1-grid ul li {
		font-size: 1.1em;
	}
	.w3l_banner_nav_right_banner_pet a, .w3ls_service_grids1_right a {
		padding: 7px 30px;
		font-size: 13px;
	}
	.w3l_fresh_vegetables_grid {
		width: 100%;
	}
	.w3l_fresh_vegetables_grid2 {
		padding: 1em 0 0;
	}
	.w3l_fresh_vegetables_grids {
		margin: 2em 0 0;
	}
	.w3l_fresh_vegetables_grid1_bottom_pos h5 {
		font-size: 1em;
		width: 80px;
		height: 80px;
		padding: 1.2em 0 0;
	}
	.w3agile_newsletter_right input[type="email"] {
		width: 100%;
		float: none;
		margin-bottom: 1em;
		font-size: 13px;
	}
	.w3agile_newsletter_right input[type="submit"] {
		width: 55%;
		font-size: 13px;
		padding: 9px 0;
	}
	.w3l_banner_nav_right_banner3 h3, .w3l_banner_nav_right_banner4 h3, .w3l_banner_nav_right_banner5 h3, .w3l_banner_nav_right_banner6 h3, .w3l_banner_nav_right_banner7 h3, .w3l_banner_nav_right_banner8 h3, .w3l_banner_nav_right_banner9 h3, .w3l_banner_nav_right_banner10 h3 {
		font-size: 1.1em;
	}
	.w3l_banner_nav_right_banner3 span, .w3l_banner_nav_right_banner4 span, .w3l_banner_nav_right_banner5 span, .w3l_banner_nav_right_banner6 span, .w3l_banner_nav_right_banner7 span, .w3l_banner_nav_right_banner8 span, .w3l_banner_nav_right_banner9 span, .w3l_banner_nav_right_banner10 span {
		top: -125%;
	}
	.w3l_banner_nav_right_banner3, .w3l_banner_nav_right_banner4, .w3l_banner_nav_right_banner5, .w3l_banner_nav_right_banner6, .w3l_banner_nav_right_banner7, .w3l_banner_nav_right_banner8, .w3l_banner_nav_right_banner9, .w3l_banner_nav_right_banner10 {
		min-height: 125px;
		padding-top: 2.7em;
	}
	.w3l_banner_nav_right_banner3_btml {
		width: 100%;
	}
	.w3l_banner_nav_right_banner3_btml ol {
		margin-bottom: 30px;
	}
	.w3ls_w3l_banner_nav_right_grid_head h6 {
		font-size: 1.2em;
	}
	.w3ls_w3l_banner_nav_right_grid_head_grid,.agile_about_grid_right,.agile_about_grid_left{
		padding: 0;
	}
	.agile_about_grid_left ol {
		padding-left: 15px;
	}
	.top-brands h3, .fresh-vegetables h3, .mail h3, .testimonials h3, .w3_login h3, .w3ls_w3l_banner_nav_right_grid h3, h3.title, .faq h3, .services h3, .about h3, .team h3, .events h3 {
		font-size: 1.49em;
	}
	.agileits_team_grids {
		margin: 2em 0 0;
	}
	.agileits_team_grid h4 {
		font-size: 1em;
	}
	.agile_about_grids {
		margin: 1em 0 0;
	}
	.panel-body {
		padding: 1em;
		font-size: 13px;
	}
	.privacy1 h3 {
		font-size: 1.1em;
	}
	.products-breadcrumb ul li span {
		padding: 0 1em;
	}
	.w3l_banner_nav_right_banner2 {
		background-position: -125px 0px;
	}
	.w3l_banner_nav_right_banner_pet {
		padding: 1em 0 0 1em !important;
	}
	.w3l_banner_nav_right_banner9 h4 {
		font-size: 1.1em;
	}
	.w3ls_service_grid_left h4 {
		font-size: 1em;
	}
	.w3ls_service_grids {
		margin: 2em 0 0;
	}
	.about_counter_left i {
		width: 55px;
		height: 55px;
		padding-top: 1em;
		font-size: 1.1em;
	}
	.about_counter_left p {
		font-size: 1.5em;
	}
	.about_counter_left h3 {
		font-size: 14px;
	}
	.services-bottom {
		padding: 2em 0;
	}
	.wthree_news_top_serv_btm_grid,.w3_testimonials_grid {
		padding: 0;
	}
	.wthree_news_top_serv_btm_grid_icon i {
		font-size: 1.5em;
	}
	.w3_testimonials_grid p i {
		padding: 0 2em 0.5em 0;
	}
	.w3_testimonials_grid h4 {
		font-size: .9em;
		margin: 1em 0 0;
	}
	.w3agile_event_grid_left i {
		padding-top: 2.5em;
		font-size: 1.5em;
	}
	.events_bottom_left1 {
		padding-right: .5em;
	}
	.events_bottom_left1_grid {
		width: 73px;
		height: 86px;
	}
	.events_bottom_left1_grid h4 {
		padding: .5em 0;
	}
	.events_bottom_left1_grid p {
		font-size: 12px;
	}
	.events_bottom_left2 h4 {
		font-size: .9em;
		margin: .5em 0;
	}
	.events_bottom_left2 p {
		font-size: 13px;
		margin: 1em 0 0;
	}
	ul.dropdown-menu.drp-mnu {
		min-width: 90px;
		padding: 1em 0;
	}
	.w3l_header_right {
		padding-left:1.5em;
	}
	#PPMiniCart form {
		width: 285px !important;
	}
	#PPMiniCart ul {
		width: 263px !important;
	}
	#PPMiniCart {
		left: 69% !important;
	}
	#PPMiniCart .minicart-subtotal {
		padding-left: 5px !important;
		font-size: 13px !important;
	}
	.snipcart-details input.button {
		font-size: 13px;
	}
	.w3ls_w3l_banner_nav_right_grid1 h6 {
		font-size: 1.1em;
	}
	.form-module input[type="text"], .form-module input[type="password"], .form-module input[type="email"] {
		margin: 0 0 10px;
		padding: 10px;
		font-size: 13px;
	}
	.w3_login_module {
		min-height: 375px;
	}
	.form-module {
		margin: 2em auto 0;
	}
	.product_list_header input.button {
		padding: .3em 2.5em .3em 0.8em;
		background: url(../images/cart.png) no-repeat 105px 5px;
		font-size: 13px;
	}
	
	
}
  .cart-product-description{font-size:13px !important;margin-top:0px;font-weight:700;color:#fff;text-transform:capitalize;}
  .cart-product-edit{color:red;}
@media all and (max-width: 420px) and (min-width: 300px) {
 .checkout-progress-sidebar{
     position:none !important;
     
 }
  .res{display:none;}
  .netres{position:fixed;bottom:0;top:0;left:0;right:0;background:#FA1818;width:100%;height:35px;z-index:999;  }
 }  
 
@media all and (max-width: 1380px) and (min-width: 998px) {
 .checkout-progress-sidebar{
     position:fixed !important;
     margin-top:-18px;
 }
 .max-de{ display:none;}
 .netres{display:none;}
 }  
 @media all and (max-width: 480px) and (min-width: 300px) {
 .checkout-progress-sidebar{
     position:inherit !important;
     margin-top:-18px;
 }
 
 
 
 