ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  padding-top: 177px;
  background-color: #fff;
}
.container {
  width: 1320px;
  max-width: 1320px;
}
body.innerpgbody {
  /* padding-top: 80px; */
}
.innerb {
  width: 100%;
  display: grid;
  padding: 30px 50px;
  grid-template-columns: 65fr 35fr;
  /* align-items: end; */
}
.innerb_cont {
  background-color: #f2ffde;
  padding: 50px;
}
.innerb_cont h2 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  color: #285900;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.innerb_cont p {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  color: #000;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 26px;
}
.innerb img {
  width: 100%;
  display: block;
  height: 100%;
  align-self: center;
  object-fit: cover;
  object-position: center;
}
header.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.top_header {
  width: 100%;
  background-color: #fff;
  /* border-bottom: 1px solid #f5f5f5; */
}
.btm_header {
  padding: 10px 0;
  width: 100%;
  background-color: #f9f9f9;
  clear: both;
  display: table;
  clear: both;
  border-top: 1px solid #ededed;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f9fe+0,d6f0fd+100;White+3D+%232 */
  background: rgb(242, 249, 254); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(242, 249, 254, 1) 0%,
    rgba(214, 240, 253, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(242, 249, 254, 1) 0%,
    rgba(214, 240, 253, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(242, 249, 254, 1) 0%,
    rgba(214, 240, 253, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */

  position: relative;
}
.btm_header ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.btm_header ul > li {
  display: inline-block;
  position: relative;
}
.btm_header ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 0 15px;
  transition: all 0.3s;
}
.btm_header ul li a img {
  display: table;
  margin: auto;
  width: 75px;
  transition: all 1s;
  border-radius: 75px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
}
.header.fixed1 .btm_header ul li a img {
  width: 50px;
}
.btm_header ul li a:hover img {
  transform: rotate(360deg);
}
.btm_header ul li a span {
  display: block;
  text-align: center;
  color: #74c200;
  /* text-transform: uppercase; */
}
/* .menutopbx > ul > li > a.active, .menutopbx > ul > li:hover > a{
  background-color: #238724;} */
/* .btm_header ul li.firstli a{
  width: 300px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.btm_header ul li.firstli a span{
  padding: 0 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  float: right;
  font-size: 21px;
  font-weight: 400;
}
.btm_header ul li.bgcolor a{background-color: #c90101; color: #fff;}

.btm_header ul li.bgcolor a:hover{background-color: #0055b8; color: #fff;} */
.btm_header ul > li:hover > a {
}
.btm_header ul > li:hover .dropdownm1 {
  display: block;
}
.dropdownm1 {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #fff;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.dropdownm1::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 5%;
  content: "";
}
.dropdownm1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.dropdownm1 ul li {
  display: inline-block;
  width: 250px;
  padding: 15px;
  line-height: normal;
}
.dropdownm1 ul li a {
  text-decoration: none;
  text-decoration: none;
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 7px 20px;
  transition: all 0.3s;
  border-bottom: 1px solid #f4f4f4;
}
.dropdownm1 ul li a:last-child {
  border-bottom: 0;
}
.dropdownm1 ul li a:hover {
  color: #74c200 !important;
}
.dropdownm1 .link {
  line-height: normal;
  padding: 0px 30px 20px;
  text-align: right;
}
.dropdownm1 .link a {
  text-decoration: none;
  letter-spacing: 3px;
  color: #238724 !important;
  font-size: 14px !important;
}
.topbx {
  width: 100%;
  clear: both;
  color: #fff;
  padding-top: 5px;
  font-size: 14px;
}
.logo {
  float: left;
  display: inline-block;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); */
}
.logo a img {
  /* width: 180px; */
  margin-top: 0;
  margin-right: 0px;
  height: 80px;
}
.cart1 {
  position: relative;
}
.search {
  position: relative;
  width: 550px;
  float: left;
  margin-right: 30px;
  top: 5px;
}
.form-group {
  margin-bottom: 0px;
}
.search input.form-control {
  border: 1px solid #c2c2c2;
  background-color: #fff;
  padding-left: 30px;
  border-radius: 30px;
  font-size: 14px;
  color: #000;
  height: 38px;
  padding-right: 50px;
  font-weight: 400;
  box-shadow: 0;
}
.form-control:focus {
}
.form-sub {
  background-color: transparent;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 17px 17px;
  z-index: 9999;
  width: 50px;
  height: 38px;
  background-color: #3e7512;
  transition: all 0.3s;
  border: 2px solid #3e7512;
  border-left: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.form-sub:hover {
  /* background-color: #e16154; */
}
.search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4d4d4d;
}
.search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #4d4d4d;
}
.search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #4d4d4d;
}
.search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #4d4d4d;
}

.callus {
  float: right;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 27px;
  text-transform: uppercase;
}
.callus span {
  text-decoration: underline;
  margin-left: 5px;
}

/* .login{display: inline-block;position: relative; padding: 0px 12px 0; 
float: right;} */
.login a {
  text-decoration: none;
  color: #52658b;
  font-size: 12px; /* display: block;  */
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.login a i {
  margin-right: 5px;
}
.cart {
  display: inline-block;
  position: relative;
  float: right;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color: #059089;
  margin-left: 20px;
}
.cart a {
  text-decoration: none;
  color: #fff;
  display: flex;
  transition: all 0.3s;
}
.cart_img {
  position: relative;
  float: left;
  margin-right: 10px;
  transition: all 0.3s;
  color: #0a472e;
  text-align: center;
}
/* .cart:hover a .cart_img{background-color: #a8b324; color: #fff; transition: all 0.3s;} */
.cart_price {
  font-weight: 500;
  font-size: 14px;
}
.cart_price span.qty {
  border-radius: 26px;
  color: #52658b;
  font-size: 14px;
  font-weight: 600;
  /* left: 20px; */
  line-height: 26px;
  display: inline-block;
  text-align: center;
  height: 26px;
  width: 26px;
  margin-left: 5px;
  background-color: #fff;
}
.cart a i {
  margin-right: 0px;
  font-size: 16px;
}
.wishlist1 a .cart_img {
  background-color: #f4f4f4;
}
.login1 a .cart_img {
  background-color: #e8f8f7;
  margin-right: 10px;
}

.wishlist1 {
  float: right;
  margin-top: 10px;
}
.login1 {
  float: right;
  margin-top: 10px;
  position: relative;
}

.whatsapp a .cart_img {
  background-color: #339933;
  color: #fff;
}
.whatsapp a .cart_img i {
  font-size: 21px;
  position: relative;
  top: 2px;
}

.subscribe_top {
  float: left;
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  width: 80%;
}
.subscribe_top h4 {
  margin: 0px;
  color: #484848;
  font-size: 16px;
  margin-top: 7px;
}
.subscribe_top p {
  margin-top: 3px;
  color: #484848;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.top-login {
  float: right;
  padding-left: 20px;
  margin-right: 30px;
}

.top-login ul {
  position: relative;
  color: #b7b7b7;
  padding: 5px 20px 10px 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  text-align: left;
  list-style: none;
  margin: 0;
}

.top-login ul:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/home1.png) no-repeat;
  background-position: 9px -138px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dddddd;
  top: 9px;
  left: -20px;
}

.top-login ul li:first-child {
  font-size: 12px;
}

.top-login ul li {
  line-height: 20px;
}

.top-login ul li a {
  font-size: 12px;
  color: #74c200;
  font-weight: 600;
  transition: all 0.3s;
}

.top-login ul li a:hover {
  color: #238724;
  /*=====SEARCH ======*/
}

/*----------menu-----------*/

.menu {
  background-color: #225d00;
  clear: both;
  display: table;
  clear: both;
  width: 100%;
  padding: 0 75px;
}

.menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  /* padding-top: 5px; */

  height: 45px;
  line-height: 45px;
  /* padding-bottom: 20px; */
  /* padding: 0 15px; */
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 17px;
  /* display: block; */
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  /* padding: 10px 0px; */
  /* letter-spacing: 1px; */

  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
}
.menu > ul > li > a img {
  height: 21px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
/* 
.menu > ul > li > a:after {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 0px;
  margin: auto;
  height: 2px;
  background: #1690cf;
  bottom: 3px;
  content: "";
  transition: all 0.5s;
}
.menu > ul > li:hover > a:after,
.menu > ul > li > a.active::after {
  transition: all 0.5s;
  width: 100%;
  background: #1690cf;
} */
.menu > ul > li > a img {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  /* color: #41beff; */
  color: #74c200;
}

.menu > ul > li.contactli {
  height: 80px;
  line-height: 80px;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #414141;
  color: #fff;
  transition: all 0.5s;
  padding: 0 30px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

.menu > ul > li > a i {
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.site-header__link-icon {
  fill: #fff;
  width: 15px;
  display: block;
  float: left;
  margin-right: 6px;
}

.site-header__link-icon svg {
  width: 15px;
  position: relative;
  top: -2px;
}

.menu > ul > li > a.color1 {
  color: #71a642;
}

.menu > ul > li > a.color2 {
  color: #d3148c;
}

.menu > ul > li > a.color3 {
  color: #1eb1e4;
}

.menu > ul > li > a.color1:after,
.menu > ul > li > a.color2:after,
.menu > ul > li > a.color3:after,
.menu > ul > li.contactli > a:after {
  display: none !important;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 250px;
  /*max-width: 1000px;*/
  background-color: #74c200;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu2 {
  min-width: 500px;
}
.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -20px;
}
ul.submenu1 li {
  display: block;
  width: 100%;
  line-height: normal;
  padding: 0 5px;
}
ul.submenu2 li {
  display: inline-block;
  width: 50%;
  float: left;
  line-height: normal;
  padding: 0 5px;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  /* line-height: 24px; */
  padding: 10px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #b05d09;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  background-color: #b05d09;
}

ul.submenu1 li:last-child a {
}
/*--------menu_end---------*/

.shopping_cart {
  float: right;
  /* position: relative;
  top: -3px; */
  display: flex;
  gap: 40px;
}

.shopping_cart .btn-shopping-cart .top_cart {
  position: relative;
  /* border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 20px 10px 0; */
  /* height: 50px; */
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

.items_cart {
  height: 18px;
  line-height: 16px;
  border-radius: 100%;
  font-size: 12px;
  color: #000;
  width: 18px;
  position: absolute;
  top: 1px;
  left: 8px;
  background-color: #74c200;
  text-align: center;
}

.shopping_cart .btn-shopping-cart .top_cart .icon-c {
  /* float: left;
  margin: 0;
  position: absolute;
  content: ""; */
  /* width: 40px;
  height: 40px; */
  /* background: url(../images/home1.png) no-repeat;
  background-position: center center;
  background-size: 13px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.161);
  top: 9px;
  left: -20px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.shopping_cart .btn-shopping-cart .top_cart .icon-c svg {
  /* display: none !important; */
  margin: auto;
}
.shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  font-style: normal;
  color: #7a7a7a;
}

.shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  position: relative;
  padding-left: 30px;
  color: #121212;
  line-height: 20px;
}

.shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .text-shopping-cart {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #b7b7b7;
}

.shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart {
  float: left;
}

.shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_carts {
  color: #74c200;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_cart2 {
  display: none;
}

.items_cart {
  height: 18px;
  line-height: 16px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  width: 18px;
  position: absolute;
  top: -5px;
  left: 30px;
  text-align: center;
}

.deliverto {
  display: inline-block;
  float: right;
  margin-left: 20px;
  /* padding-left: 20px;
  border-left: 1px solid #ccc; */
  /* margin-top: 5px; */
}
.deliverbx {
  color: #636363;
  font-size: 14px;
  text-align: left;
  float: right;
  padding: 6px 0 8px 35px;
  position: relative;
  margin-top: 5px;
  margin-right: 0;
  font-weight: 600;
}
.deliverbx span {
  font-weight: 600;
}
.deliverbx img {
  position: absolute;
  left: -7px;
  top: 12px;
  width: 32px;
}

.cart_drop1 {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.cart1:hover .cart_drop1 {
  display: block;
}
.cart_drop1::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  position: absolute;
  top: -8px;
  right: 10%;
  content: "";
}
.cart_empty {
  text-align: center;
  padding: 15px;
  text-align: center;
  display: none;
  line-height: 28px;
}
.chd1 {
  font-size: 14px;
  width: 100%;
  margin-bottom: 12px;
}
.cart_drop1 ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.cart_drop1 ul li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #dadada;
  padding: 15px;
  position: relative;
  text-align: left;
}
.cart_drop1 ul li:last-child {
  border-bottom: 0px;
}
.cart_drop1 ul li .cart_img1 {
  float: left;
  display: flex;
  width: 25%;
  padding-right: 15px;
}
.cart_img1 a img {
  display: block;
  width: 100%;
}
.cart_drop1 ul li .cart_info1 {
  float: left;
  display: inline-block;
  width: 75%;
  line-height: 22px;
}
.cart_info1 a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
.cart_info1 a:hover {
  text-decoration: underline;
}
.cart_info1 .qty {
  color: #74c200;
  font-size: 14px;
  clear: both;
  width: 100%;
  font-weight: 600;
}
.cart_info1 .qty span {
  color: #929292;
  font-size: 13px;
}
.cart_drop1 ul li .remove1 {
  color: #000;
  position: absolute;
  right: 0px;
  top: 8px;
  transition: all 0.3s ease 0s;
}
.cart_drop1 ul li .remove1 i {
  font-size: 15px;
}
.cart_drop1 ul li .remove1:hover {
  color: #777;
}
.cartbot1 {
  padding: 15px;
  clear: both;
  display: block;
  border-top: 1px solid #dadada;
  text-align: left;
}
.subtot1 {
  width: 100%;
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.subtot1 span {
  float: right;
}
.cartbot1 a,
a.checkout1 {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  background-color: #f7f7f7;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  text-decoration: none;
}
a.checkout1 {
  background-color: #74c200;
  color: #fff;
}
.cartbot1 a:hover,
a.checkout1:hover {
  background-color: #238724;
  color: #fff !important;
}

.topphone1 {
  float: right;
  display: inline-block;
  margin-left: 15px;
  padding-top: 20px;
}
.topphone2 {
  margin: 0;
  padding-top: 12px;
}
.topphone2 a {
  margin-top: 3px !important;
  font-size: 14px !important;
}
.topphone1 a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  font-size: 16px;
}
.topphone1 a i {
  color: #52658b;
  margin-right: 7px;
}

a.visitor {
  text-decoration: none;
  color: #fff;
  float: right;
  height: 50px;
  line-height: 50px;
}
a.visitor i {
  margin: 0 7px;
  font-size: 18px;
}
a.visitor i.fa-sort-desc {
  position: relative;
  top: -3px;
}
/*---------cart_scroller---------*/
.content {
  overflow: auto;
  position: relative;
  background: #fff;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  height: 245px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content.hidden {
  display: none;
}
/*---------cart_scroller_end---------*/
.top1 {
  height: 32px;
  line-height: 32px;
  background-color: #74c200;
  width: 100%;
  position: relative;
  padding: 0 75px;
}
.top1_new1{
    display: flex;
justify-content: space-between;
gap: 30px;
}
.scrollingtxt{color: #fff; font-size: 14px; width: 50%;}
#Icon_feather-phone-call {
  fill: transparent;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
.Icon_feather-phone-call {
  width: 16px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  /* height: 22.103px; */
}
svg.Icon_awesome-facebook-f {
  width: 7px;
}
svg.instagram-logo-fill-svgrepo-com {
  width: 14px;
}
svg.Icon_awesome-youtube {
  width: 18px;
}
ul.topul {
  float: left;
  display: flex;
  align-items: center;
  position: relative;
}
ul.topul li {
  float: left;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
ul.topul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  transition: all 0.3s;
}
ul.topul2 li:last-child a {
  /* margin-right: 25px; */
}
ul.topul1 li {
  padding-right: 10px;
  margin-right: 10px;
}
ul.topul1 li:last-child {
  padding: 0;
  margin: 0;
}
/* ul.topul li::after {
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
  height: 10px;
  background-color: #fff;
  content: "";
}
ul.topul li:last-child:after {
  display: none;
} */
ul.topul1 li a {
  /* text-transform: uppercase; */
  font-size: 13px;
}
ul.topul li a:hover {
  color: #fff;
}
ul.topul li a i {
  /* position: absolute;
  right: 14px;
  top: 13px; */
  font-size: 14px;
}
ul.topul li a img {
  height: 16px;
  margin-right: 6px;
}

.freedel {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
  top: 0px;
  animation: blink 2s linear infinite;
  transition: all 1s;
}
.freedel span {
  color: #c7ddb3;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.menutopbx {
  float: left;
  display: inline-block;
}
.menutopbx > ul {
  line-height: normal;
  display: table;
  margin: 0;
  position: relative;
  padding: 0;
}
.menutopbx ul li {
  float: left;
  display: inline-block;
  /* position: relative; */
}
.menutopbx > ul > li:first-child {
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.menutopbx > ul > li:first-child::before {
  position: absolute;
  right: 0;
  top: 15px;
  height: 20px;
  background-color: #ccc;
  content: "";
  width: 1px;
  display: table;
}
.menutopbx ul li a {
  text-decoration: none;
  color: #190107;
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 15px;
  font-weight: 500;
}
.menutopbx ul li a:hover,
.menutopbx ul li a.active {
  color: #74c200;
}
.menutopbx ul li a img {
  margin-right: 10px;
  width: 18px;
}
.menutopbx ul li a i {
  margin-left: 10px;
  font-size: 12px;
}

.sub_catmenu {
  position: fixed;
  top: 115px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 80vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  border: 1px solid #ccc;
  display: none;
  padding: 15px 30px;
  /* overflow: auto; */
}
.sub_catmenu111 {
  overflow: auto;
}
.menutopbx ul li:hover .sub_catmenu {
  display: inline-block;
  opacity: 1;
}
.sub_cathalf {
  width: 25%;
  padding-right: 10px;
  float: left;
  text-align: left;
  height: 500px;
  border-right: 1px solid #e6e6e6;
}
/*.sub_cathalf1{background-color: #f9f9f9;}*/
.sub_catmenu ul li {
  width: 100%;
  padding: 0px 20px;
  position: relative;
}
.sub_catmenu ul li a {
  padding: 0px;
  text-transform: capitalize;
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333;
}

.menutopbx ul > li > a b {
  color: #74c200;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}

.sub_catmenu ul li a:hover {
  color: #74c200;
}

.btm_header ul > li:hover .sub_catmenu {
  display: block;
}
.btm_header ul > li:hover .dropdownm1 {
  display: block;
}
.dropdownm1 {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #fff;
  border: 1px solid #dadada;
  z-index: 99;
  border-radius: 3px;
  display: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.dropdownm1::before,
.sub_catmenu::before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #74c200;
  position: absolute;
  top: -8px;
  left: 5%;
  content: "";
}
.dropdownm1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.dropdownm1 ul li {
  display: inline-block;
  width: 250px;
  padding: 15px;
  line-height: normal;
}
.dropdownm1 ul li a {
  text-decoration: none;
  text-decoration: none;
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 7px 20px;
  transition: all 0.3s;
  border-bottom: 1px solid #f4f4f4;
}
.dropdownm1 ul li a:last-child {
  border-bottom: 0;
}
.dropdownm1 ul li a:hover {
  color: #74c200 !important;
}
.dropdownm1 .link {
  line-height: normal;
  padding: 0px 30px 20px;
  text-align: right;
}
.dropdownm1 .link a {
  text-decoration: none;
  letter-spacing: 3px;
  color: #52658d !important;
  font-size: 14px !important;
}
/* .menu{float: left; position: absolute; left: 0px;}
.menu a{
  text-decoration: none; width: 50px; height: 39px; background-color: #000;
  text-align: center; line-height: 39px; display: none;
}
.menu a img{display: inline-block;} */

.headerleft {
  float: left;
  display: inline-block;
  width: 15%;
}
.headerright {
  /* float: right;
  display: inline-block; */
  display: table;
  width: 100%;
  /* padding-left: 35px; */
}
.hdtopright {
  width: 100%;
  height: 100px;
  position: relative;
  padding: 0 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*----------banner-----------*/
/* .bannercu::before {
    -webkit-clip-path: polygon(0 0, 60% 0%, 35% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 35% 100%, 0% 100%);
    background-color: rgba(103, 52, 51, 0.95);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.banner_txt {
  top: 0%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  right: auto;
  background-image: url(../images/bannershape.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  /* width: 40%; */
  padding: 0;
  z-index: 9;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 0 0 60px;
}
.banbg h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.banbg h2 {
  color: #ffbe00;
  font-family: "Great Vibes", cursive;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 400;
  margin: 25px 0;
}
.banbg span {
  background-color: #74c200;
  border-radius: 30px;
  color: #007000;
  padding: 15px 40px;
  text-transform: uppercase;
  display: inline-block;
  clear: both;
}
.banbg a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  margin-top: 40px;
}
.banbg a img {
  height: 10px;
}
.banbg a:hover {
  opacity: 0.5;
}
.bannercu {
  width: 100%; /* background-color: #000;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden; */
}

.videobx {
  position: relative;
  width: 100%;
  display: block;
}
.bannercu video {
  width: 100%;
  display: block;
  opacity: 0.9;
  position: relative;
}
/* .bannercu .videobx::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: transparent url(../images/header-overlay.png) repeat;
} */
/*animated arrow animattion*/
@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}
@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

.shape1 {
  -webkit-clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 41%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0px;
  left: 45.5%;
  width: 10%;
  height: 150px;
  background-color: #2baee8;
  z-index: 9;
  opacity: 0.8;
}
.shape2 {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0px;
  right: 0%;
  width: 18%;
  height: 220px;
  background-color: #2baee8;
  opacity: 0.8;
}
/*----------banner-----------*/

.homq_qlinks {
  display: inline-block;
  padding: 0px 80px 40px;
  width: 100%;
  clear: both;
  background-color: #fff;
}
.services-box {
  width: 100%;
  padding: 30px 60px;
  /* box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.259); */
  z-index: 1;
  margin: auto;
  display: table;
  /* position: absolute;
  left: 3%;
  top: 0;
  top: -95px; */
  width: 100%;
  background-color: #f3f3f3;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.services-box .service-block .media p {
  /* display:none */
  font-size: 14px;
  opacity: 0.66;
  line-height: 26px;
  margin: 0;
}
.services-box {
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.service-block {
  text-align: center;
}
.sub-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.media {
  display: flex;
  /* align-items: flex-start;
  padding: 0 30px; */
  /* gap: 10px; */
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 60px;
}
.service-block .new {
  padding: 12px 12px;
}
.service-block .media img {
  /* margin-right: 5px; */
  height: 55px;
}
.media-body {
  flex: 1;
}
.align-self-center {
  align-self: center !important;
  text-align: left;
}
.service-block + .service-block {
  border-left: 1px solid #c3c2c2;
}
.service-block h4 {
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}
.service-block p {
  color: #707070;
}
/*section1*/
.section1 {
  width: 100%;
  display: table;
  padding: 40px;
  background-color: #fff;
}
.section1 h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #bac34e;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.section1 h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 40px;
  letter-spacing: -1px;
  color: #0a472e;
}
.sec1img1 {
  width: 100%;
  text-align: center;
  display: table;
  position: relative;
}
.sec1img1 .img1 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sec1img1 .img1 img {
  max-width: 100%;
  display: table;
  margin: auto;
}
.sec1img1 .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
}
.img2in {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
.sec1img1 .img2 img {
  display: table-cell;
  vertical-align: middle;
}

.simg1 {
  padding-left: 100px;
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 40px;
}
.simg1 img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 85px;
  display: block;
}
.simg1 h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0a472e;
  margin-top: 5px;
  margin-bottom: 5px;
}
.simg1 p {
  font-size: 12px;
  line-height: 18px;
  color: #555;
}
/*section1*/

/*section2*/
.section2 {
  display: inline-block;
  padding: 60px 80px;
  width: 100%;
  clear: both;
  background-color: #fff;
}
.hmfresh_deals {
  padding: 100px 80px 100px;
  background-color: #f7f7f7;
}
.section2 h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  color: #285900;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.section2 p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  color: #707070;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.section2 h4 {
  height: 16px;
  /* line-height: 48px; */
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #74c200;
  text-transform: capitalize;
  width: 100%;
  padding-left: 15px;
}
/* .section2 h1 a{
  background-color: #02476a;
  width: 37%;
  position: relative;
  display: block;
  line-height: 48px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 400;
  background-image: url('../images/angle-right.png');
  background-repeat: no-repeat;
  background-position: 96% center;
} */
.section2 h2 a {
  text-decoration: none;
  color: #238724;
  float: right;
  font-size: 16px;
  background-color: #f7f7f7;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  padding: 0 10px;
}
.section21 h2 a {
  background-color: #fff;
}
.section2 h2 a:hover {
  text-decoration: underline;
}
.sec2bxlist {
  /* background-color: #fff; */
  display: inline-block;
  padding: 60px 60px 60px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 40px 45px rgba(0, 0, 0, 0.161);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eef5e0+0,76a309+100 */
  background: #eef5e0; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #eef5e0 0%,
    #76a309 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #eef5e0 0%,
    #76a309 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #eef5e0 0%,
    #76a309 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5e0', endColorstr='#76a309',GradientType=0 ); /* IE6-9 */
}
.sec2bxlist1 {
  padding: 0;
  background: #fff;
  box-shadow: none;
}
.sec2bxlistsec2bxlist {
  background: transparent;
  box-shadow: none;
  padding: 0px 60px;
}
.sec2bxlist ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sec2bxlist1 ul {
  display: block;
  /* grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  overflow: hidden; */
}
.sec2bxlist ul li {
  float: left;
  display: inline-block;
  /*width: 100%;*/
  width: 25%;
  /*min-height: 450px;*/
}
.sec2bxlist ul li .homeprod1 {
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  /* border-right: 1px solid rgba(127, 127, 127, 0.2); */
  /* -webkit-box-shadow: 0 1px 4px rgba(127,127,127,0.11);
box-shadow: 0 1px 4px rgba(127,127,127,0.11); */
  transition: all 0.3s;
  border-radius: 0px;
  /* padding: 5px 10px 10px; */
  min-height: 425px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  /* border-radius: 20px; */
  border: 1px solid #dbdbdb;
  /* margin: -1px; */

  /*-webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;*/
}
.sec2bxlist1 ul li:first-child .homeprod1 {
  border-top-left-radius: 20px;
}
.sec2bxlist1 ul li:last-child .homeprod1 {
  border-bottom-right-radius: 20px;
}
.sec2bxlist1 ul li:nth-child(4) .homeprod1 {
  border-top-right-radius: 20px;
}
.sec2bxlist1 ul li:nth-child(5) .homeprod1 {
  border-bottom-left-radius: 20px;
}
.sec2bxlistsec2bxlist ul li .homeprod1 {
  /* border: 1px solid #74c200;
  border-top: 6px solid #74c200; */
}
.sec2bxlist2 ul li .homeprod1 {
  border-radius: 20px;
}
.section2_car .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

.sec2bxlist ul li .homeprod1:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.161);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.161);
  border-color: #707070;
  z-index: 4;
  border-radius: 20px;
}
/* .sec2bxlist ul li.lastpro a:hover{min-height: 330px;} */

/* .sec2bxlist ul li.lastpro{display: table; min-height: 350px;} */
/* .sec2bxlist ul li.lastpro a{
  background-color: #de5041;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
} */
/* .sec2bxlist ul li.lastpro a h6{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.sec2bxlist ul li.lastpro a h2{
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
} */
.sec2bxlist ul li .homeprod1 img.hprodimg1 {
  /*width: 100%;*/
  display: table;
  margin: auto;
  height: 225px;
}
.sec2bxlist ul li .homeprod1 .homeprodinfoo {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 15px;
  flex-direction: column;
  padding: 20px;
  position: relative;
}
.sec2bxlist ul li .homeprod1:hover .homeprodinfoo {
  padding: 5px 20px;
}
.sec2bxlist ul li .homeprod1 .homeprodinfoobtns {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  transition: all 0.5s;
  padding: 0 30px;
}
.sec2bxlist ul li .homeprod1:hover .homeprodinfoobtns {
  top: 105%;
}
.homeprodinfoobtns a {
  text-decoration: none;
  padding: 8px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: left;
  transition: all 0.3s;
  background-color: #74c200;
  border-radius: 10px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.161);
}
.homeprodinfoobtns a i {
  float: right;
}
.homeprodinfoobtns a:hover {
  background-color: #3e7512;
}
a.prodwhishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  color: #74c200;
  font-size: 21px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.161);
  border-radius: 40px;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
a.prodwhishlist:hover {
  background-color: #74c200;
  color: #fff;
}
.sec2bxlist ul li .homeprod1:hover a.prodwhishlist {
  opacity: 1;
  visibility: visible;
}
.homeprodinfoobtns a img {
  width: 15px;
}
.sec2bxlist ul li .homeprod1 h3 {
  font-size: 18px;
  color: #282828;
  text-align: center;
  font-weight: 600;
  margin: 0;
  margin-top: 0px;

  text-transform: none;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  text-transform: capitalize;
}
.sec2bxlist ul li .homeprod1 h4 {
  font-size: 12px;
  color: #555;
  margin: 0px;
  padding: 0 10px;
  font-weight: 600;
  text-align: center;
}
.sec2bxlist ul li .homeprod1 h4.outstock {
  color: #b5b5b5;
}
.sec2bxlist ul li .homeprod1 h4.outstock a {
  text-decoration: underline;
  color: #74c200;
}
.sec2bxlist ul li .homeprod1 h5 {
  margin-top: 10px;
}
.sec2bxlist ul li .homeprod1 h5 span {
  display: inline-block;
  background: rgba(141, 214, 105, 0.3);
  padding: 2px 5px;
  color: #008000;
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.sec2bxlist ul li .homeprod1 .pcart {
  float: right;
  display: inline-block;
}
.sec2bxlist ul li .homeprod1 .pcart img {
  width: 32px;
  margin-right: 10px;
  display: inline-block;
}
/* .sec2bxlist ul li .homeprod1:hover .pcart{
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  visibility: visible;
  opacity: 1
} */
/* .sec2bxlist ul li a:hover{border-color: rgb(65, 66, 53);} */

.sec2bxlist1 ul li .homeprod1 .pcart {
  /* background-color: rgba(188, 122, 54, 0.85); */
}
.sec2bxlist1 ul li .homeprod1:hover {
  /* border-color: rgb(188, 122, 54); */
  transform: scale(1.05);
}
.sec2bxlist2 ul li .homeprod1:hover {
  /* border-color: rgb(188, 122, 54); */
  transform: scale(1);
}
.sec2bxlist2 {
  background-color: #fff;
}
.sec2bxlist2 ul li .homeprod1 .pcart {
  background-color: rgba(2, 71, 106, 0.85);
}
.sec2bxlist2 ul li .homeprod1:hover {
  border-color: rgb(2, 71, 106);
}

.sec2bxlist3 {
  background-color: #fff;
}
.sec2bxlist3 ul li .homeprod1 .pcart {
  background-color: rgba(134, 38, 155, 0.85);
}
.sec2bxlist3 ul li .homeprod1:hover {
  border-color: #86269b;
}

.homeprod1 .price {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 0 11px;
  margin-bottom: 5px;
}
.homeprod1 .n_price {
  margin-left: 15px;
  color: #707070;
}
.homeprod1 .o_price {
  color: #707070;
  opacity: 0.3;
  text-decoration: line-through;
}

.qty2 {
  /* width: 65px; */
  background-color: #fff;
  /* border: 1px solid #d7d7d7;   */
  float: left;
  margin-right: 0px;
  display: flex;
}
.qty2 input {
  width: 32px;
  border: 0px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  background-color: #f7f7f7;
  float: left;
}
.qty2 a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  text-decoration: none;
  clear: both;
  color: #000;
  transition: all 0.3s ease 0s;
}
.qty2 a img {
  position: relative;
  top: -2px;
}
.qty2 a.minus img {
}
.qty2 .plus {
  background-color: #238724;
  /* border-radius: 5px 0 0 5px; */
}
.qty2 a.minus {
  background-color: #238724;
  /* border-radius: 0 5px 5px 0; */
}
.qty2 a:hover {
  background-color: #555;
  color: #fff;
}
.homeprod1 .qty1 {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  /* padding: 0 5px; */
}
.homeprodinfoobtns select.form-control {
  border: 1px solid rgba(112, 112, 112, 0.505);
  border-radius: 5px;
  clear: both;
  padding: 7px 10px;
  color: #000;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  height: 40px !important;
}
a.homeprim {
  display: block;
  position: relative;
  padding: 30px 0;
  /* border-bottom: 1px solid #d7e5b7; */
  transition: all 0.3s;
}
.sec2bxlist1 ul li .homeprod1:hover a.homeprim {
  padding: 0;
}
a.homeprim span {
  position: absolute;
  left: 0px;
  top: -5px;
  background-color: #f9f9f9;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
}
.pcart a {
  text-decoration: none;
  color: #a8b324;
  padding: 0px 20px;
  background-color: #fff;
  border: 1px solid #74c200;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 600;
  /* border-radius: 5px; */
}
.pcart a.morein {
  border-color: #ecb100;
  color: #ecb100;
}
.pcart a.atc {
  background-color: #74c200;
  color: #fff;
}
.pcart a:hover {
  background-color: #52658b;
  border-color: #52658b;
  color: #fff;
}
.pcart a.morein:hover {
  background-color: #52658b;
  color: #fff;
  border-color: #52658b;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 230px;
  perspective: 1000px;
  text-decoration: none;
  color: #fff;
  display: block;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.homeprod1:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box {
  transition: all 0.3s;
  margin-bottom: 25px;
}
.flip-box-front {
  /* background-color: #bbb; */
  /* color: #323a45 ; */
}

.flip-box-back {
  /* background-color: dodgerblue; */
  /* color: #323a45 ; */
  transform: rotateY(180deg);
}

.section2 .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
}
.section2 .owl-carousel .owl-nav .owl-prev,
.section2 .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.161);
}
.section2 .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/redarrowright.png);
  width: 50px;
  height: 50px;
  background-position: center center;
  left: 0px;
  position: relative;
  background-size: 8px;
}
.section2 .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/redarrowleft.png);
  width: 50px;
  height: 50px;
  background-position: center center;
  right: 0px;
  position: relative;
  background-size: 8px;
}
.hmfresh_deals .owl-nav {
  display: none;
}
.hmfresh_deals .owl-dots {
  display: block;
  bottom: -60px;
  text-align: center;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.hmfresh_deals .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.hmfresh_deals .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #74c200;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 3px solid #74c200;
}
.hmfresh_deals .owl-dots .owl-dot.active span,
.hmfresh_deals .owl-dots .owl-dot:hover span {
  background: transparent;
}

/*section2*/

/*section5*/
.section5 {
  padding: 100px;
  width: 100%;
  display: inline-block;
  position: relative;
  /* background-color: #74c200; */
  background-image: url(../images/different-spices-food-ingredie.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
/* .section5::before {
  position: absolute;
  left: 4%;
  top: 10%;
  width: 92%;
  height: 80%;
  content: "";
  border: 2px dashed #ffbe00;
} */
.section5 h3 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
  margin: 0;

  font-size: 16px;
}
.section5 h2 {
  color: #285900;
  font-family: "Great Vibes", cursive;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 400;
  margin: 15px 0 0;
}
img.spiceimgg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: -200px;
}
.section5 h4 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
  font-size: 18px;

  text-transform: capitalize;
}
.section5 h4 span {
  color: #ffbe00;
}
.section5 a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  margin-top: 20px;
  background-color: #74c200;
  border-radius: 5px;
  padding: 10px 20px;
  letter-spacing: 1px;
}
.section5 a img {
  height: 10px;
}
.section5 a:hover {
  opacity: 0.5;
}
/*section5*/

/*section6*/
.section6 {
  padding: 80px 50px 60px 100px;
  display: table;
  background-color: #fff;
  background-image: url(../images/top-view-vegetables-fruits-bag.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left center;
  width: 100%;
}
.section6 h2 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: #190107;
  width: 100%;
  padding-bottom: 20px;
  letter-spacing: 2px;
  margin-bottom: 70px;
  margin-top: 0px;
}
.section6 h2:before {
  position: absolute;
  left: 45%;
  bottom: 0px;
  margin: auto;
  display: table;
  width: 10%;
  height: 4px;
  content: "";
  background-color: #74c200;
}
.section6 img {
  width: 100%;
}

.section6 h3 {
  font-size: 46px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  color: #285900;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.section6 p {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color: #707070;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 36px;
}
.section6 ul {
  width: 100%;
  float: left;
  margin-bottom: 0;
  list-style: none;
}

.section6 ul li {
  width: 100%;
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
}
.section6 ul li::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  content: "\f00c";
  font-family: FontAwesome;
  color: #74c200;
}
/*section6*/

/*section3*/
.section3 {
  width: 100%;
  display: inline-block;
  padding: 75px 100px;
  background-image: url(../images/main-bg_m.png);
  position: relative;
  background-size: 100%;
  background-position: center center;
}
.section3_hm {
  width: 100%;
  display: block;
  padding: 50px 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
}
/* .section3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.9;
}
.section3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #74c200;
} */
.section3 h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  color: #285900;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.section3 p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  color: #707070;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.section3 ul {
  list-style: none;
  width: 100%;
  clear: both;
  display: grid;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.section3 ul li {
  /* width: 16.66%; */
  padding: 10px;
}
.section3 ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  text-align: center;
  display: block;
  transition: all 0.3s;
}
.section3 ul li a .box1img {
  width: 184px;
  border-radius: 100%;
  transition: all 0.3s;
  /* background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.161); */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.section3 ul li a .box1img img {
  width: 100%;
  transition: all 0.3s;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
}
.section3 ul li a:hover img {
  transform: scale(1.1, 1.1);
}
.section3 ul li a h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.section3 ul li a:hover h3 {
  color: #74c200;
}
.section3 .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}
/*section3*/

/*section4*/
.section4 {
  width: 100%;
  display: inline-block;
  padding: 60px 100px;
  position: relative;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+37,3e7512+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 37%,
    #3e7512 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 37%,
    #3e7512 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 37%,
    #3e7512 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3e7512',GradientType=0 ); /* IE6-9 */
}
.section4 h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  color: #285900;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.section4 p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  color: #707070;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.sec4box1 {
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 40px 20px;
  border: 1px solid #3e7512;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.161);
}
.sec4box1 a {
  text-decoration: none;
  padding: 8px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 90%;
  text-align: left;
  transition: all 0.3s;
  background-color: #74c200;
  border-radius: 10px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.161);
}
.sec4box1 a i {
  float: right;
}
.sec4box1 a:hover {
  background-color: #3e7512;
}

.s4img {
  width: 120px;
  min-width: 120px;
  /* border-radius: 25px; */
  position: relative;
  /* background-color: #fff; */
  display: table;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.s4img img {
  /* width: 100px; */
  height: 125px;
}
.s4cont {
}
.s4cont h3 {
  color: #000;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
}
.s4cont h4 {
  color: #707070;
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: 500;
}
.s4cont h4 span {
  opacity: 0.3;
  margin-right: 10px;
  text-decoration: line-through;
}
.sec4box1 .sec4box1btns {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s;
}
.sec4box1:hover .sec4box1btns {
  left: 0;
}
.sec4box1btns a {
  text-decoration: none;
  padding: 15px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s;
  background-color: #74c200;
  border-radius: 30px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.161);
}
.sec4box1btns a:first-child {
  background-color: #007000;
}
.sec4box1btns a:hover {
  background-color: #ffbe00;
}
.sec4box1btns a img {
  width: 15px;
}
a.v_hp_prods {
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
}
a.v_hp_prods:hover {
  background-color: #fff;
  color: #007000;
}
/*section4*/

/*footer*/
.footer {
  width: 100%;
  display: block;
  padding: 30px 100px 20px;
  background-color: #153700;
  overflow: hidden;
  /*background-image: url(../images/ftbgg.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-size: 50%;*/
}
.footerin {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* display: flex; */
  gap: 20px;
  padding: 50px 0 30px;
  background-image: url(../images/rangoli.png), url(../images/rangoli.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
  background-size: auto 12px;
}
a.footerlogo img {
  width: 170px;

  margin-right: 40px;
}
.newscont {
  color: #fff;
  font-size: 32px;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 20px;
}
.newscont span {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Icon_material-email {
  fill: rgba(0, 117, 86, 1);
}
.Icon_material-email {
  width: 34.833px;
  height: 27.867px;
}
.ft_left1 {
  /* float: left;
  display: inline-block;
  width: 23%;
  padding-right: 25px; */
}
.footersection {
  margin-top: 25px;
}

.footer_addre {
  width: 90%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  /* border-bottom: 1px solid #164266; */
  /* padding-bottom: 20px; */
  /* padding-left: 30px; */
}

.footer_addre h3 {
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.add_icon {
  position: absolute;
  left: 0;
  top: 0;
}

.add_text {
  float: right;
  width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 30px;
}
.wacards {
  color: #fff;
  opacity: 0.5;
  margin-top: 10px;
  font-size: 13px;
  display: inline-block;
}
.add_text i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 5px;
  color: #74c200;
}

.add_text b {
  font-weight: 600;
  font-size: 18px;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.ft_left1 h4 {
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  /* letter-spacing: 1px; */
}
ul.ft_ul1 {
  list-style: none;
  width: 100%;
  clear: both;
  display: block;
}
ul.ft_ul1 li {
  width: 100%;
  position: relative;
  display: block;
}
ul.ft_ul1 li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 0 7px 0px;
  display: block;
  transition: all 0.3s;
  outline: 0px;
  font-size: 14px;
}
ul.ft_ul1 li a:hover {
  color: #fff;
}
/* ul.ft_ul1 li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 8px;
  left: 0;
} */
.ft_left2 {
  width: 40%;
  padding-right: 0px;
  position: relative;
}
.box4_left {
  position: relative;
  width: 40%;
}
.box4_left .ninput1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  padding: 0 15px;
  font-size: 16px;
  background-color: #fff;
  display: inline-block;
  float: left;
  border-radius: 10px;
}
.box4_left .nsubmit1 {
  width: 33%;
  line-height: 50px;
  height: 50px;
  background-color: #76b725;
  color: #fff;
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  right: -10px;
  top: 0;
}
.box4_left .nsubmit1:hover {
  background-color: #00210e;
  color: #fff;
}
.ft_left2 img {
  display: inline-block;
  margin: 25px 0 10px;
  opacity: 0.8;
  transition: all 0.3s;
}
.ft_left2 img:hover {
  opacity: 1;
}
ul.ft_social {
  list-style: none;
  clear: both;
  width: 100%;
  display: block;
}
ul.ft_social li {
  float: left;
  display: inline-block;
}
ul.ft_social li a {
  display: inline-block;
  float: left;
  margin-right: 30px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 0.5;
}
ul.ft_social li a:hover {
  opacity: 1;
}

.ft_address {
  clear: both;
  width: 70%;
  margin: auto;
  display: table;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  text-align: center;
}
.ft_address ul {
  list-style: none;
  width: 100%;
  display: block;
}
.ft_address ul li {
  display: inline-block;
  padding: 0 15px;
}
.ft_address ul li a {
  text-decoration: none;
  color: #fff;
}
.ft_address ul li i {
  margin-right: 10px;
}

.mFooter {
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  /*margin-top: 40px;*/
  width: 100%;
  /* background-color: #00210e; */
  /* opacity: 0.3; */
  font-size: 13px;
  /*border-top: 2px solid rgba(255, 255, 255, 0.15);*/
}
.mFooter span {
}
.mFooter span img {
  display: inline-block;
  margin-left: 10px;
  height: 22px;
}
/*footer_end*/

/*location_pop*/
.popup1 {
  z-index: 999 !important;
  min-height: 700px;
  background-color: rgba(0, 0, 0, 0.5);
}
.pop_cont1 {
  height: 400px;
  padding: 30px;
}
.popbgimg {
  background-image: url("../images/pop1.html");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  text-align: center;
  vertical-align: middle;
  display: table;
  width: 100%;
  background-color: #fff;
}
.popbgimg .img1 {
  display: table-cell;
  vertical-align: middle;
}
.popbgimg .img1 img {
  width: 75%;
}
.myclass1 {
  width: 830px;
  margin: 0px auto auto;
  top: 135px;
  min-height: 300px;
  display: table;
  position: relative;
  background-color: #fff;
  /*padding: 20px;*/
  border-radius: 0px;
  box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56);
}
.pop_close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 999;
}
.pop_close a {
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  border-radius: 100px;
  height: 30px;
  display: block;
  width: 30px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background-color: #74c200;
}
.pop_close a i {
  position: relative;
}
.pop_close a:hover {
  background-color: #238724;
  color: #fff;
}

.seldel {
  color: #fff;
  font-size: 21px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.select1 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.sele1 select {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 0px;
  margin-bottom: 15px;
  border-radius: 5px;
  cursor: pointer;
  outline: 0px;
  font-size: 14px;
}
.pop_sub1 {
  background-color: #74c200;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 0px;
  transition: all 0.3s;
  border-radius: 5px;
  margin-top: 5px;
}
.pop_sub1:hover {
  background-color: #238724;
}
/*location_pop*/

/*login_popup*/
.login_pop,
.new_address_bill,
.new_address_shipp,
.edit_address_pop,
.prescriptions_pop,
.po_error_pop,
.notifypop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  display: none;
}
.pop_content {
  width: 400px;
  display: table;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  color: #333;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999999;
}
.close_error_btn {
  color: #dcdcdc;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ok_btn {
  color: #6b6b6b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  text-decoration: none;
}
.pop_hd {
  font-size: 30px;
  color: #333333;
  padding-bottom: 10px;
}
.login_box,
.reg_box,
.fpwd_box,
.enquiry_box,
.track_box {
  float: left;
  padding: 15px;
  display: block;
  width: 100%;
}

.error_box {
  width: 600px;
  margin-top: 12%;
  text-align: center;
  color: #ff6600;
}

.new_address1 .pop_content {
  margin-top: 10%;
  height: auto;
}
input.ptxt,
textarea.ptxt {
  max-width: 100% !important;
}

.login_pop_left {
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img {
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.login_pop_left .hd1 {
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul {
  clear: both;
  width: 100%;
  display: block;
}
.login_pop_left ul li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
}
.login_pop_left ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.login_pop_rt {
  width: 100%;
}
.pop_box_hd1 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  display: table;
  margin-bottom: 10px;
  margin-top: 15px;
}
.pop_box_hd1 label {
  color: #74c200;
  font-weight: 700;
  cursor: pointer;
}
.pop_box_hd2 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #238724;
  font-weight: 500;
  margin-bottom: 10px;
}

form.login_frm {
  color: #000000;
  padding: 10px;
}
label.ptxt {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: left;
  margin: 10px 0;
  height: 40px;
}
input.ptxt,
textarea.ptxt {
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 0px;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  margin: 0 0 6px;
  padding: 0 15px;
  height: 42px;
  width: 100%;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input.ptxt:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
.latestnew_txt {
  background-color: #fff;
  border: 1px solid #ededed !important;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  margin: 0 0 6px;
  max-width: 180px;
  float: right;
  display: inline-block;
  margin-top: 5px;
  padding: 6px 10px 6px 13px;
  width: 100%;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.captchatxt {
  max-width: 180px;
  float: right;
}
.captchatxt2 {
  max-width: 60%;
  float: right;
  margin-right: 20%;
}
.latestnew_txt:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
/*.reg_box , .fpwd_box{ display:none; }*/
input.pbtn {
  padding: 0 20px;
  height: 38px;
  background: #74c200;
  color: #fff;
  float: right;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  float: none;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  border-radius: 0px;
  width: 100%;
  clear: both;
}
input.pbtn:hover {
  background-color: #238724;
}
input.pbtn2 {
  margin: 15px auto 0;
  display: table;
}
label.fbtn {
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  color: #333;
  margin: 0px 0px;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 100%;
}
.pop_name {
  clear: both;
  width: 100%;
  display: table;
  margin-bottom: 5px;
}
.pop_name label {
  font-weight: 300;
  color: #666;
  font-size: 14px;
}
.pop_name label span {
  margin-left: 5px;
  color: #f00;
}

.formterms {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.formterms input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.formterms a {
  text-decoration: none;
  color: #74c200;
}
/*login_popup*/

/*productspg*/
.productspg {
  width: 100%;
  display: table;
  padding: 50px 50px;
  background-color: #f7f7f7;
}
.prodpglt {
  float: left;
  display: inline-block;
  width: 20%;
  position: sticky;
  left: 0px;
  top: 160px;
}
.prodsright {
  width: 78%;
}
.productspg .breadcrumb {
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 12px;
  margin: 0;
}
.breadcrumb > li {
  text-decoration: none;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb > li > a {
  text-decoration: underline;
  color: #000;
  transition: all 0.3s;
}
.breadcrumb > li > a:hover {
  color: #00aeef;
}
.breadcrumb > li + li::before {
  position: relative;
  top: 1px;
}
.leftcat {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.11);
}
.cathd1 {
  width: 100%;
  display: table;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.cathd1:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #000;
  content: "";
}
/* .leftcat ul{
  list-style: none;
  width: 100%;
  display: block;
  clear: both;
}
.leftcat ul li{
  float: none;
  width: 100%;
  display: block;
}
.leftcat ul li a{
  float: none;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  text-transform: capitalize;
  transition: all 0.3s;
  padding: 8px;
  padding-left: 40px;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.leftcat ul li a span{
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left top;
}
.leftcat ul li a:hover, .leftcat ul li a.active{color: #00aeef;}
.leftcat ul li a:hover span, .leftcat ul li a.active span{background-position: left bottom;} */
.productspg h2 {
  position: relative;
  width: 100%;
  display: block;
  padding: 15px 20px 12px;
  background-color: #fff;
  margin: 0px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;

  line-height: 30px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.11);
  color: #74c200;
}
.productspg h2 form {
  float: right;
}
.productspg h2 form label {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
}
.productspg h2 form select {
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  padding: 5px;
  position: relative;
  top: -2px;
}
.padright0 {
  padding-right: 0px;
}
.padright0 .section2 {
  padding: 0px;
  background-color: transparent;
}
.padright0 .section2 .sec2bxlist ul li {
  width: 25%;
  padding: 0px;
}
/*productspg*/

/*lazeemenu*/
/*-- VARIABLES ---*/
/*--- MIXINS ---*/
/*--- STYLE ---*/

ul.lz-menu {
  padding: 0;
  width: 100%;
  line-height: 1.4em;
  border-radius: 4px;
  overflow: hidden;
  color: #666;
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  list-style: none;
}

ul.lz-menu a,
ul.lz-menu span {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.leftcat ul {
  list-style: none;
}
.leftcat ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

ul.lz-menu ul,
ul.lz-menu li,
ul.lz-menu h3 {
  margin: 0;
  font-size: 14px;
  color: #666;
}

ul.lz-menu li {
  border: 0;
  margin: 0;
  padding: 0;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: none;
}

ul.lz-menu li .active > a {
  color: #000;
  font-weight: 500;
  padding-left: 45px;
}

ul.lz-menu li h3 {
  margin: 0;
  position: relative;
  display: block;
  font-size: 13px;
}

ul.lz-menu li h3 a + a,
ul.lz-menu li h3 a + span {
  padding: 7px 10px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  transition: all 0.3s;
}

ul.lz-menu li h3 .arrow-btn {
  width: 0;
  height: 0;
  float: left;
  padding: 0;
  margin: 12px 9px 9px;
  text-decoration: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #9a9a9a;
  border-right: 0;
}

ul.lz-menu li h3 .expanded {
  margin: 15px 8px 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  border-bottom: 0;
}
ul.lz-menu li h3 :hover {
  text-decoration: none;
  background-color: transparent;
  color: #999;
}

ul.lz-menu li h3.expanded a {
  color: #74c200;
  font-weight: 500;
}

ul.lz-menu li ul {
  padding: 0;
}

ul.lz-menu li ul li {
  color: #666;
  position: relative;
}

ul.lz-menu li ul li:before {
  content: "_";
  position: absolute;
  left: 25px;
  top: -2px;
  color: #000;
}

ul.lz-menu li ul li h3 {
  border-bottom: 0;
}

ul.lz-menu li ul li h3 a + a,
ul.lz-menu li ul li h3 a + span {
  padding-left: 31px;
}

ul.lz-menu li ul li h3 .arrow-btn {
  width: 0;
  height: 0;
  float: left;
  padding: 0;
  margin: 10px 9px 9px;
  text-decoration: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ccc;
  border-right: 0;
}

ul.lz-menu li ul li h3 .expanded {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ccc;
  border-bottom: 0;
}

ul.lz-menu li ul li a {
  padding: 6px 0 6px 45px;
  text-decoration: none;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

ul.lz-menu li ul li :hover {
  text-decoration: none;
  color: #238724;
}

ul.lz-menu li ul li ul .active > a {
  padding-left: 53px;
}

ul.lz-menu li ul li ul li {
  border-bottom: 0;
  color: #666;
  background-color: #fff;
}

ul.lz-menu li ul li ul li a {
  padding-left: 56px;
}

ul.lz-menu li ul li ul li :hover {
  text-decoration: none;
  background-color: #f2f2f2;
  color: #999;
}

ul.lz-menu:first-of-type > li:last-child h3.collapsed {
  border-bottom: none;
}

ul.lz-menu:first-of-type > li:last-child :last-child {
  border-bottom: none;
}
/*lazeemenu*/

.productpg {
  width: 100%;
  display: table;
  padding: 20px 0;
  background-color: #f7f7f7;
  /* margin-top: 60px; */
}
.productpg .breadcrumb > li > a {
  text-decoration: none;
}
.breadcrumb {
  margin-top: 0px;
}
.productbx1 {
  width: 100%;
  display: table;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.11);
}
.product_right .p_hd2 {
  font-weight: 700;
  font-size: 24px;
  color: #74c200;
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.stock.available {
  color: #408b2d;
  padding-left: 13px;
  font-size: 14px;
  margin-top: 6px;
}
.stock.available::before {
  background: #408b2d;
}
.stock::before {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 100%;
  top: 6px;
  left: 0;
}
.stock.notavailable {
  color: #d61818;
  padding-left: 13px;
  font-size: 14px;
  margin-top: 6px;
}
.stock.notavailable::before {
  background: #d61818;
}
.product_right p {
  font-size: 16px;
  color: #4d585f;
  letter-spacing: 1px;
}
.product_right p b {
  color: #238724;
}
.product_right {
  padding-left: 40px;
}
.p_price2 {
  color: #74c200;
  font-size: 28px;
  text-transform: capitalize;
  margin: 10px 0 25px;
  font-weight: 900;
  padding: 10px 0;
  /*border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;*/
  clear: both;
  display: inline-block;
  width: 100%;
}
.p_price2 span,
.p_price2 b {
  text-decoration: line-through;
  color: #999999;
  font-weight: 400;
  font-size: 21px;
  margin-right: 10px;
}
.p_price2 b {
  text-decoration: none;
  background-color: #74c200;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  margin-left: 40px;
  position: relative;
  top: -5px;
  text-transform: capitalize;
  border-radius: 0px;
}
.cart_p_bottom .qty2 {
  width: 80px;
  height: 32px;
}
.product_right .qty2 input {
  width: 50px;
  height: 30px;
}
.product_right .p_m {
  width: 30px;
  height: 30px;
}

.product_right .a_cart {
  margin-left: 10px;
}
.product_right .p_m a {
  width: 30px;
  height: 15px;
}

a.prod_cart1 {
  text-decoration: none;
  padding: 15px 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s;
  background-color: #74c200;
  border-radius: 30px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.161);
  float: right;
}
a.prod_cart1 img {
  width: 15px;
}
a.prod_cart1:hover {
  background-color: #238724 !important;
  border-color: #238724 !important;
  color: #fff !important;
}
.pickup {
  margin-top: 30px;
  background-color: #f7f7f7;
  text-align: left;
  color: #777;
  font-size: 14px;
  padding: 30px;
  line-height: 26px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.pickup span {
  color: #000;
  font-weight: 600;
  clear: both;
  display: block;
}
.pickup a {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.3s;
}
.pickup a:hover {
  background-color: #555;
}
a.prod_wish {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background-color: #4d585f;
  border-radius: 0%;
  transition: all 0.3s;
  float: left;
}
a.prod_wish:hover {
  background-color: #252f35;
}

.breadbg {
  background-color: #f6f9fb;
}

.prod_desc {
  width: 100%;
  display: table;
  clear: both;
  margin-top: 30px;
}
.prod_desc h2 {
  width: 100%;
  display: table;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.prod_desc h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 140px;
  height: 2px;
  background-color: #1a95b9;
}
.prod_desc {
  font-size: 16px;
  line-height: 24px;
}


.s_p_list1 > div {
  /*display: flex;*/
  width: 100%;
  display: inline-block;
  padding: 3px 0;
  float: left;
}
.p_cat1 {
  margin-top: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.s_p_list1 {
  clear: both;
  padding: 0px 5px;
}

.s_p_list1 input[type="checkbox"]:not(old),
.s_p_list1 input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}

.s_p_list1 input[type="checkbox"]:not(old) + label,
.s_p_list1 input[type="radio"]:not(old) + label {
  display: inline-block;
  float: left;
  /*margin-left: -28px;*/
  padding-left: 28px;
  line-height: 28px;
  background-image: url(../images/uncheck.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  height: 28px;
  overflow: hidden;
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
  margin: 0;
}
.s_p_list1 input[type="checkbox"]:not(old) + label:hover,
.s_p_list1 input[type="radio"]:not(old) + label:hover {
  color: #ccc;
}

.s_p_list1 input[type="checkbox"]:not(old):checked + label {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

.s_p_list1 input[type="radio"]:not(old):checked + label {
  background-image: url(../images/uncheck.png);
  background-repeat: no-repeat;
}

.s_p_list1 div label {
  font-size: 14px;
  color: #000;
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
.s_p_list1 div label:hover {
  color: #499193;
}

.multi_tabs3 {
  width: 100%;
  display: inline-block;
  padding: 60px 100px;
  position: relative;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+37,3e7512+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 37%,
    #3e7512 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 37%,
    #3e7512 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 37%,
    #3e7512 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3e7512',GradientType=0 ); /* IE6-9 */
}
ul.tabs3 {
  float: left;
  height: 42px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
ul.tabs3 li {
  border-left: medium none;
  color: #555;
  cursor: pointer;
  float: left;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
ul.tabs3 li::after {
}
ul.tabs3 li:last-child::after {
  background-color: transparent;
}
ul.tabs3 li:hover {
  border-bottom: 2px solid #74c200;
  color: #000;
}
ul.tabs3 li.active3 {
  border-bottom: 2px solid #74c200;
  color: #74c200;
}
.tab3_container {
  background: #ffffff;
  border-top: medium none;
  clear: both;
  float: left;
  width: 100%;
}
.tab_content3 {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  padding: 40px;
  text-align: justify;
}
.tab_content3 ul {
  margin-top: 20px;
}

.tab_content3 ul li {
  width: 100%;
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 400;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
.tab_content3 ul li::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  content: "\f00c";
  font-family: FontAwesome;
  color: #74c200;
}

.prod_desc {
  width: 100%;
  display: table;
  clear: both;
  padding: 30px;
}
.prod_desc h2 {
  width: 100%;
  display: table;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #238724;
  font-weight: 600;
  position: relative;
}
.prod_desc h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 140px;
  height: 2px;
  background-color: #74c200;
}
.prod_desc {
  font-size: 16px;
  line-height: 24px;
}

a.ywallet {
  text-decoration: none;
  background-color: #f7f7f7;
  float: left;
  display: inline-block;
  margin-top: 30px;
  padding: 6px 20px;
  color: #74c200;
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.5);
  text-transform: capitalize;
}
a.ywallet .blink1 {
  -webkit-animation: bgColorr1 1s infinite; /* Safari 4+ */
  -moz-animation: bgColorr1 1s infinite; /* Fx 5+ */
  -o-animation: bgColorr1 1s infinite; /* Opera 12+ */
  animation: bgColorr1 1s infinite; /* IE 10+, Fx 29+ */
  font-weight: 600;
}
@keyframes bgColorr1 {
  0% {
    color: #555;
  }
  50% {
    color: #74c200;
  }
  100% {
    color: #555;
  }
}
@-webkit-keyframes bgColorr1 {
  0% {
    color: #555;
  }
  50% {
    color: #74c200;
  }
  100% {
    color: #555;
  }
}

.relpro {
  display: block;
}
.relpro ul li {
  width: 100%;
}

h2 .fixedabs {
  position: absolute;
  right: 0px;
  top: -15px;
}
h2.hdbx1 {
  font-size: 46px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  color: #285900;
  width: 100%;
  padding-bottom: 0;
  letter-spacing: 0;
  margin: 0px;
}
.cartpg,
.myAcc,
.contactpg,
.products_pg {
  background-color: #f7f7f7;
  padding-bottom: 50px !important;
}
.product_right .qty2 input {
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  height: 32px;
}

.rev_hd1 {
  clear: both;
  width: 100%;

  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-decoration: underline;
}
.rev_hd2 {
  clear: both;
  width: 100%;

  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.review_form {
  margin-top: 10px;
}
.review_form .review1,
.review_form textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 2px 3px #e8e8e8 inset;
  box-sizing: border-box;
  font-size: 13px;
  height: 35px;
  margin: 5px 0;
  padding: 10px;
  width: 75%;
}
.review_form textarea {
  height: 90px;
}

.rev_sub {
  clear: both;
  width: 100%;
  display: table;
  margin-top: 5px;
}
.rev_sub input {
  border: 0px;
  padding: 5px 20px;
  color: #fff;

  font-size: 15px;
  font-weight: 500;
  outline: 0px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  background-color: #81c240;
  margin-right: 3px;
  float: left;
  cursor: pointer;
}
.bgcolor1 {
  background-color: #ce442c !important;
}
.rev_sub input:hover {
  background-color: #000 !important;
}

.r_product {
  clear: both;
  width: 100%;
  display: table;
  height: 42px;
  line-height: 42px;
  background-color: #e6e7e8;
  border: 1px solid #d0d2d3;
  padding: 0 20px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.rev_sub {
  clear: both;
  width: 100%;
  display: table;
  margin-top: 5px;
}
.rev_sub a {
  border: 0px;
  padding: 5px 20px;
  color: #fff;

  font-size: 15px;
  font-weight: 500;
  outline: 0px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  background-color: #81c240;
  margin-right: 3px;
  float: left;
  cursor: pointer;
  text-decoration: none;
}

.rev_sub a:hover {
  background-color: #000 !important;
}
.rev_sub input {
  border: 0px;
  padding: 5px 20px;
  color: #fff;

  font-size: 15px;
  font-weight: 500;
  outline: 0px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  background-color: #81c240;
  margin-right: 3px;
  float: left;
  cursor: pointer;
}
.bgcolor1 {
  background-color: #ce442c !important;
}
.rev_sub input:hover {
  background-color: #000 !important;
}
.share a {
  text-decoration: none;
  font-size: 14px;
  margin-right: 25px;
  color: #000;
  display: inline-block;
  margin-top: 5px;
}
.share a i {
  font-size: 21px;
}
/*contactus*/
.getfm1 {
  width: 100%;
  display: table;
  padding: 40px;
}
.getfm1 h2 {
  text-align: left;
  margin-top: 0px;
  font-weight: 700;
  font-size: 32px;
  color: #74c200;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.getfm1 p {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 15px;
  margin-bottom: 0px;
}
.getfm1 h2 span.light {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #ec6217),
    color-stop(98%, #5373c1)
  );
  background: linear-gradient(to right, #ec6217 20%, #3d93e0 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.getfm1 h2 span.dark {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #5661be),
    color-stop(98%, #2861f0)
  );
  background: linear-gradient(to right, #3d93e0 20%, #04549b 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.halfspan {
  width: 49%;
  float: left;
}
.halfspan.right {
  float: right;
}
.career_form label {
  margin: 5px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
input.c-input,
textarea.c-input,
select.c-input {
  width: 100%;
  float: left;
  height: 42px;
  padding: 0 10px;
  color: #000;
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 0px;
}
label {
  font-weight: 500;
  color: #000;
}
input.c-input[type="file"] {
  padding: 0 10px;
}
input.c-input:hover,
textarea.c-input:hover,
input.c-input:focus,
textarea.c-input:focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  outline: 0px;
  transition: all 0.5s;
}
textarea.c-input {
  height: 100px;
  padding: 15px;
}
input.c-btn {
  float: left;
  padding: 8px 30px;
  background: transparent;
  border: 2px solid #00a7ee;
  color: #00a7ee;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s;
  font-weight: 500;
  margin-top: 15px;
}
input.c-btn:hover,
input.c-btn:focus {
  background: #00a7ee;
  color: #fff;
  transition: all 0.5s;
}
.getfm1 form {
  margin-top: 10px;
  width: 90%;
}

.contactpg form {
  width: 100%;
}
.contactpg h4 {
  font-weight: 700;
  font-size: 18px;
  color: #74c200;
}
.contactpg input,
.contactpg textarea {
  background-color: #fff;
  margin-bottom: 15px;
}
.contactpg input.c-btn {
  background-color: #74c200;
  color: #fff;
  padding: 10px 50px;
  border-radius: 0px;
  float: right;
  text-transform: uppercase;
  border-color: #74c200;
}
.contactpg h6 {
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 14px;
}
.contactpg h6 b {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.contactpg h6 i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: #238724;
}

iframe {
  width: 100%;
  display: block;
  height: 350px;
}
/*contactus*/

.productbx1 {
  width: 100%;
  display: table;
  padding: 20px;
  background-color: #fff;
}
.productbx1 .bannercu .item img {
  margin: auto;
}
.productbx1 .pavcontentslider .carousel-control img {
  width: 30px;
  height: 30px;
}
.productbx1 .pavcontentslider .carousel-control img {
  background-color: #555;
  border: 0px;
  border-radius: 0px;
}
.productbx1 .carousel-control.left {
  left: 0px;
}
.productbx1 .carousel-control.right {
  right: 0px;
}
.productbx1 h2 {
  margin-top: 0px;
  color: #238724;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 25px;
}

.productbx1 p {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
}
.productbx1 p b {
  font-weight: 600;
}
.productbx1 ul {
  list-style: none;
  clear: both;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
.productbx1 ul li {
  display: inline-block;
  padding: 5px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  position: relative;
  width: 100%;
  float: left;
}
.productbx1 ul li:before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "\f00c";
  font-family: FontAwesome;
  color: #74c200;
  font-size: 16px;
}

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 20px 1% 0px !important;
  display: inline-block;
  float: left;
  width: 48%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 1px 3px 5px 2px #ccc;
  -moz-box-shadow: 1px 3px 5px 2px #ccc;
  box-shadow: 1px 3px 5px 2px #ccc;
  border-radius: 5px;
  border: 1px solid #74c200;
}
.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #74c200;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
  transform: scale(3.6);
}
input[type="radio"]:checked + .label {
  border-color: #74c200;
}
input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.cntr {
  width: 100%;
  clear: both;
  display: table;
}
.hidden {
  display: none;
}
.credit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.6;
}
.credit img {
  width: 72px;
}
.credit:hover {
  transform: scale(0.95);
}

#pickuupbx {
  width: 98%;
  margin: 20px 1% 0;
  display: table;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 5px 2px #ccc;
  -moz-box-shadow: 1px 3px 5px 2px #ccc;
  box-shadow: 1px 3px 5px 2px #ccc;
  border-radius: 5px;
}

#pickuupbx h3 {
  margin-top: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 21px;
  color: #238724;
}
.add1 {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 10px 0;
  padding-left: 75px;
}
.add1:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 20px;
  background-image: url("../images/placeholder.png");
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before {
  background-image: url("../images/call.png");
}
.add3:before {
  background-image: url("../images/email.html");
}
.add1:after {
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee;
}
.add1 p {
  margin-bottom: 5px;
  padding: 0px;
  text-align: left;
}
.add1 h5 {
  font-size: 18px;
  margin-top: 0;
  color: #2d2a2a;
  font-weight: 400;
  margin-bottom: 10px;
}

.adbxin h2 {
  font-size: 21px;
  font-weight: 500;
  position: relative;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  color: #2d2a2a;
  margin-top: 20px;
  text-align: left;
  color: #0e2b5c;
}
.adbxin h2:before {
  position: absolute;
  left: 0px;
  bottom: -10px;
  content: "";
  height: 3px;
  background-color: #d96511;
  width: 80px;
}

.abouttab2 h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
.abouttab2 p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}
.add2 p a {
  color: #2d2a2a;
  text-decoration: none;
  padding-top: 5px;
  font-size: 18px;
  position: relative;
}

.smart-search-item {
  display: flex;
}
.smart-search-item .smartsearch-product {
  flex: 1;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-search-item .addtocart {
  flex-basis: 155px;
}
.smart-search-item .search-cart-btn {
  position: relative;
  background-color: #fff !important;
  color: #333 !important;
  border: 1px #eb7501 solid;
  padding: 5px 10px;
  height: auto;
  font-size: 11px;
  margin-top: 3px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.smart-search-item button.btn-cart.link-cart.out-stock-btn {
  padding: 2px 6px;
  height: auto;
  font-size: 9px;
  margin-top: 3px;
  line-height: 20px;
  border-width: 1px;
  color: #969696 !important;
  background-color: transparent !important;
}
.smart-search-item button.btn-cart.link-cart.out-stock-btn.notify_btn:before {
  display: none;
}
.smart-search-item .seller-label {
  color: #1a9381;
  display: inline-block;
  margin-left: 5px;
}
.smart-search-item .search-cart-btn:hover,
.smart-search-item .search-cart-btn:focus {
  background-color: #eb7501 !important;
  color: #fff !important;
  border: 1px #eb7501 solid;
  padding: 5px 10px !important;
  font-size: 11px;
}
.smart-search-item .smartsearch-product img {
  margin-bottom: 0px !important;
  max-width: 30px !important;
}
.smartsearch .smart-search-item .quantity input {
  text-align: center;
  padding: 2px !important;
  vertical-align: middle;
  margin-top: 2px;
  width: 45px !important;
  height: 30px !important;
}
.smart-search-item .search-cart-btn:hover::after,
.smart-search-item .search-cart-btn:focus::after {
  color: #fff;
}
.smart-search-item .search-cart-btn::after {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  margin-left: 4px;
}
.smart-search-item .smartsearch-product strong {
  font-weight: 500;
  color: #333;
}
.smart-search-item .quantity input {
  text-align: center;
  padding: 2px !important;
  vertical-align: middle;
  margin-top: 2px;
  width: 45px !important;
  height: 30px !important;
}
.smartsearch-product {
  color: #000000 !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: normal !important;
  /* min-height: 55px !important; */
  padding: 5px !important;
  text-decoration: none !important;
  position: relative;
  padding-right: 70px !important;
}
.smartsearch-product img {
  margin-bottom: 20px !important;
  max-width: 30px !important;
  float: left !important;
  margin: 0 10px 0 0 !important;
}
.smartsearch-product strong {
  font-weight: 500;
  color: #333;
}
.smartsearch-product strong {
  font-size: 13px !important;
  margin: 5px 5px 5px 0 !important;
}
.smartsearch-product .option-value {
  color: #333;
  font-size: 12px;
  line-height: 20px;
  margin-top: 2px;
  display: inline-block;
  font-weight: 500;
  float: right;
  position: absolute;
  right: 30px;
  top: 8px;
}
.smart-search-item .seller-label {
  color: #a3a3a3;
  display: inline-block;
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
}
.price-outer {
  flex-basis: 52px;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 5px;
  text-align: right;
}
.smart-search-item .addtocart {
  flex-basis: 155px;
}
.smart-search-item .addtocart {
  padding-right: 5px;
  padding-top: 5px;
  text-align: right;
}
.smartsearch .quantity {
  padding: 5px;
}
.smart-search-item .quantity input {
  text-align: center;
  padding: 2px !important;
  vertical-align: middle;
  margin-top: 2px;
  width: 45px !important;
  height: 30px !important;
  border: 1px solid #333;
  border-radius: 3px;
}

.staticprod1 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 245px;
  height: 430px;
  display: block;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 2px #ddd !important;
  display: none;
}
.staticprodbx1 {
  width: 100%;
  display: block;
  padding: 10px;
  border: 2px solid #f9a544;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff 0, #fff 77%, #ebebec);
}
.staticprodbx1 h4 {
  opacity: 0.75;
  font-weight: 400;
  margin-bottom: 0;
  font: 13px arial;
  margin-top: 5px;
}
.staticprodbx1 h2 {
  color: #000;
  margin-top: 5px;
  font: 13px arial;
}
.spp1 {
  float: left;
  display: inline;
  width: 40%;
}
.spp2 {
  float: left;
  display: inline;
  width: 60%;
  padding-left: 0px;
}
.spp2 .price {
  width: 100%;
  clear: both;
  text-align: left;
  font-size: 13px;
  padding: 0;
  margin-bottom: 5px;
}
.spp2 .n_price {
  margin-right: 10px;
  color: #000;
}
.spp2 .o_price {
  color: #999999;
  text-decoration: line-through;
}
.flashit {
  -webkit-animation: flash linear 4s infinite;
  animation: flash linear 4s infinite;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.section2_car {
  padding-bottom: 30px;
}

.innerpg1.aboutpgg1 {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40%;
  background-color: #f8f8f8;
  display: table;
  width: 100%;
  padding: 80px 0;
}

.aboutpgg2 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40%;
  padding: 80px 0;
  background-color: #f8f8f8;
}

/*aboutbx2*/

.aboutbx2 {
  padding: 50px 0;
  background: #fff;
  width: 100%;
  display: table;
}

.aboutbx2 h2 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 42px;
  margin-top: 0;
  color: #0173be;
}

.aboutbx2 h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 18px;
  width: 100%;
  color: #000;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.aboutbx2 h3 span {
  position: relative;
}

.aboutbx2 h3 span::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #ff4f42;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: difference;
}

.a2bb {
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all 0.3s;
  padding: 40px 25px 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #f60;
  font-size: 14px;
  box-shadow: 0 30px 30px #eee;
  margin-bottom: 20px;
}

.a2bb::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #e8e8e8 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.a2bb h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.a2bb p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.aboutpgg h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.aboutpgg p {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #fff;
  margin: 0;
}

.menu2 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 25px;
  background: #3e7512;
  height: 3px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 4px;
}
#header.fixed1 .icon-bar {
  background: #009bca;
}
.icon-bar:first-child {
}
.icon-bar:last-child {
}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.cartbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart_bx2 {
  width: 90%;
  background-color: #fff;
  height: 100%;
  left: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
}
.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx2 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx2 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx2 ul li a {
  text-decoration: none;
  color: #3e7512;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 10px 25px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: uppercase;
  outline: none;
}
.cart_bx2 ul li a:hover,
.cart_bx2 ul li a.active {
}
a.closebtn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 42px;
  height: 42px;
  background-color: #3e7512;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 0px;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.closebtn2 {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 42px;
  height: 42px;
  background-color: #3e7512;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 0px;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mlogo {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.menu_cat h3 {
  color: #3e7512;
  padding: 0 20px 10px;
  font-size: 16px;
  border-bottom: 1px solid #3e7512;
  margin: 0px 0px 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cart_open2 .pop_box_hd3 {
  width: 100%;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  background-color: #f9f9f9;
  font-weight: 700;
  position: relative;
  padding: 15px 25px;
  margin-bottom: 30px !important;
  line-height: normal;
}
.pop_box_hd4 {
  margin-bottom: 20px !important;
  padding: 0px;
  display: block;
}
.pop_box_hd3 p {
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  margin-top: 3px;
}
.pop_box_hd3 a.pop_logo {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.menu1.white {
  padding-bottom: 50px;
}
.deskno {
  display: none;
}
a.delpro {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #3e7512;
  z-index: 9;
}
a.delpro:hover {
  background-color: #9b0028;
}
.productpg .bannercu {
  padding: 0 100px;
}


.status {
    position: absolute;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    left: 0px;
	z-index: 2;
    margin: 9px 0 8px -7px;
    top:10px;
}
.prod_tags{
    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    right: 10px;
    z-index: 0;
}
.gold span {
    color: #fff;
    background: #c82839;
    width: 60px;
}
.status span {
    padding: 4px 9px 5px 17px;
    height: 20px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    /*width:100px;*/
    border-top-color: #c82839;
}
.gold span::before {
    border: 7px solid transparent;
        border-right-width: 7px;
        border-right-style: solid;
        border-top-color: transparent;
        border-right-color: transparent;
    position: absolute;
    border-top-color: #c82839;
    border-right: none;

    display: inline-block;
    content: '';
    border: 7pight: none;
    position: absolute;
    left: 0;
    top: 24px;
}
.status div {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: top;
}


.gold div::before{
    content: '';
    border: 12px solid transparent;
    position: absolute;
    display: inline;
    float: right;
    left: -2px;
    top: 0px;
}
.gold div::before {
    border-top-color: #c82839;
    border-left: none;
}

.gold div::after{
    content: '';
    border: 12px solid transparent;
    position: absolute;
    display: inline;
    float: right;
    left: -2px;
    bottom: -20px;
}
.gold div::after {
    border-bottom-color: #c82839;
    border-left: none;
}
.gold div::after {
    border-bottom-color: #c82839;
    border-left: none;
}



.gold1 span {
    color: #403f00;
    background: #fbf900;
}
.gold1 div::before {
    border-top-color: #fbf900;
    border-left: none;
}
.gold1 div::after {
    border-bottom-color: #fbf900;
    border-left: none;
}

.gold2 span {
    color: #fff;
    background: #ffc000;
}
.gold2 div::before {
    border-top-color: #ffc000;
    border-left: none;
}
.gold2 div::after {
    border-bottom-color: #ffc000;
    border-left: none;
}

.gold3 span {
    color: #fff;
    background: #00af50;
}
.gold3 div::before {
    border-top-color: #00af50;
    border-left: none;
}
.gold3 div::after {
    border-bottom-color: #00af50;
    border-left: none;
}

.gold4 span {
    color: #fff;
    background: #1f3762;
}
.gold4 div::before {
    border-top-color: #1f3762;
    border-left: none;
}
.gold4 div::after {
    border-bottom-color: #1f3762;
    border-left: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 959px) {
  body {
    overflow-x: hidden;
    padding-top: 190px;
    overflow-x: hidden;
  }
  .container1_inner {
    width: 100%;
  }
  .menu2 {
    display: block;
    top: 20px;
    right: 10px;
    width: 50px;
    left: auto;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .headerleft {
    width: 100%;
    display: table;
    text-align: center;
  }
  .headerright {
    width: 100%;
    display: table;
    clear: both;
  }
  .top_header {
  }
  .logo {
  }
  .logo a img {
    height: 45px;
  }
  .search {
    width: 100%;
    margin: 5px 0;
    float: right;
  }
  .menu {
    display: none;
  }
  .topphone1 {
    display: none;
  }
  .search input.form-control {
    font-size: 12px;
    padding-left: 20px;
  }
  .p_price2 b {
    margin-left: 20px;
    font-size: 10px;
    padding: 5px 10px;
  }
  .cartlinks {
    position: absolute;
    right: 10px;
    top: 0;
    padding-top: 0px !important;
  }
  .pickup {
    flex-direction: column;
    align-items: baseline;
    padding: 15px;
  }
  .hdtopright {
  }

  a.visitor {
    position: absolute;
    right: 0;
    top: 55px;
  }
  .banner_r_more a {
    font-size: 11px;
    padding: 0 10px;
    border-radius: 0;
    height: 20px;
    line-height: 20px;
  }
  .banner_txt {
    bottom: 5px;
    right: 10px;
  }
  .pavcontentslider .carousel-control {
    display: none;
  }
  .section2 h2,
  .section2 h2,
  .box1 h2,
  .videogal h2,
  .testimonialsbxin h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section2 p {
    font-size: 16px;
  }
  .section2 h3,
  .box1 h3,
  .videogal h3,
  .testimonialsbxin h3 {
    letter-spacing: 0;
    font-size: 11px;
  }

  .box1 {
    display: block;
  }

  .sec2bxlist ul li,
  .padright0 .section2 .sec2bxlist ul li {
    width: 50%;
    padding: 0;
    min-height: auto;
    margin-top: 0;
  }
  .sec2bxlist ul li:hover {
    line-height: normal;
    height: auto;
  }
  .sec2bxlist ul li .homeprod1 {
    min-height: auto;
  }
  .sec2bxlist ul li .homeprod1 h3 {
    font-size: 12px;
    padding: 0;
  }
  .homeprod1 .price {
    height: 30px;
    line-height: 30px;
  }
  .homeprod1 .n_price {
    margin-right: 5px;
  }
  .flip-box {
    height: 145px;
  }
  .homeprod1 .price,
  .homeprod1 .o_price {
    font-size: 12px;
  }
  .homeprod1 .form-control {
    font-size: 10px;
  }
  .qty2 {
    /* width: 46px; */
  }
  .product_right .qty2 input {
    width: 50%;
  }
  .homeprod1 .qty1 {
    padding-left: 0;
  }
  .qty2 .p_m a {
    width: 20px;
  }
  .qty2 input {
    width: 26px;
    font-size: 12px;
  }
  .sec2bxlist ul li .homeprod1 .pcart {
    visibility: visible;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    opacity: 1;
  }
  .pcart a {
    width: 50%;
    padding: 0;
    text-align: center;
    border-radius: 0;
    margin-top: 5px;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
  }
  .sec2bxlist ul li .homeprod1,
  .sec2bxlist ul li .homeprod1:hover {
  }
  /* .pcart a.morein:hover{height: auto; line-height: normal} */
  .sec2bxlist ul li .homeprod1:hover {
  }
  .sec2bxlist ul li .homeprod1 .pcart {
    position: relative;
    display: table;
    width: 100%;
  }
  .sec2bxlist ul li .homeprod1:hover .pcart {
    height: 40px;
    line-height: 40px;
    position: relative;
  }

  .welcome h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .welcome p {
    font-size: 14px;
    line-height: 21px;
  }
  .btn.btn-rmore {
    margin-bottom: 20px;
  }
  .shopcont h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  a.shopbx1 img {
    object-fit: cover;
    object-position: center;
  }
  .shopcont ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .shopcont span {
    padding: 6px 25px;
  }

  .section1 {
    padding: 40px 20px;
  }
  .section1 h2 {
    font-size: 24px;
  }
  .section4_in h2 {
    font-size: 21px;
    line-height: 24px;
  }
  .section4_in ul {
    padding: 0;
  }
  .test_info {
    font-size: 14px;
    line-height: 26px;
  }
  .ft_left1,
  .ft_left2,
  .ft_left3 {
    width: 100%;
    clear: both;
    min-height: auto;
    border-right: 0;
  }
  .copyright {
    font-size: 12px;
    line-height: 18px;
  }

  .section2 h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }
  .section2 h4 nav {
    display: none;
  }
  .product_right {
    padding: 0;
  }
  a.prod_cart1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    border-radius: 0;
    z-index: 999999999;
    text-align: center;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 0;
    /*! text-align: center; */
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  a.prod_cart2 {
    left: auto;
    right: 0;
  }

  .content1 {
    max-height: 375px;
    height: auto;
  }

  .formbox h1 {
    padding-left: 0px;
    font-size: 18px;
  }
  .formbox h2 {
    padding-left: 0;
    font-size: 12px;
  }

  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    font-size: 12px;
  }
  .contact_block {
    margin-top: 30px;
  }
  input.subres {
    font-size: 14px;
  }

  .cart_drop1 {
    right: 5px;
  }

  .productpg,
  .productbx1 {
    display: block;
  }
  .xzoom-container {
    position: relative;
  }
  .xzoom-container:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 75%;
    content: "";
    background-color: #fff;
    opacity: 0;
  }
  .product_right .p_hd2 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .cart_info1 {
    font-size: 12px;
  }
  .btm_header {
    display: none;
  }
  .header1_sec1 {
    display: block;
    padding: 10px 0px 0px;
  }
  .mid_hd1 {
    display: block;
    padding: 0 10px 15px;
  }
  .menu1 {
    display: none;
  }
  .header_middd {
    display: block;
  }
  .search1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart1 a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .header_middd .pull-right {
    float: none !important;
    width: 100%;
  }
  .mid_rt {
    float: none;
    margin: auto;
    display: table;
  }
  .cart1 a img,
  .cart1 a svg {
    height: 21px;
  }
  .cart1 a svg.accountsvg {
    height: 28px;
  }
  .cart1 a {
    gap: 5px;
  }
  .cart1 a span#totalCartItems {
    left: 20px;
  }
  .cart1 a span#totalCartItems1 {
    left: 13px;
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .mtop1 {
    padding-top: 35px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100% !important;
  }
  .banner_txt {
    padding: 25px !important;
    position: relative !important;
    width: 100% !important;
  }
  .banner_cont {
    font-size: 14px;
  }
  .banner_hd {
    font-size: 32px;
    line-height: 46px;
  }
  .section2,
  .videogal {
    padding: 40px 5px 80px;
  }
  .box1,
  .testimonialsbx,
  .footer {
    padding: 20px;
    display: block;
  }
  .box3li1 .cont1 .hd1 {
    font-size: 12px;
    line-height: 21px;
  }
  .box3li1 .cont1 .hd1 a {
    height: 63px;
  }
  .leftcont {
    font-size: 12px;
  }
  .leftcont .o_price {
    opacity: 0.3;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 400;
    text-decoration: line-through;
  }
  .item_view {
    opacity: 1;
    bottom: 10px;
  }
  .item_view a i {
    margin: 0;
    font-size: 18px;
  }
  .item_view a span {
    display: none;
  }
  .box3li1 .img1 img {
    height: 275px;
  }
  .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 15px !important;
  }
  .section2 .owl-dots,
  .videogal .owl-dots,
  .testimonialsbx .owl-dots {
    bottom: -60px;
  }
  .cart_bx1 {
    width: 95%;
  }
  .vh85,
  .vh15 {
    width: 100%;
  }
  .pop_content {
    width: 90%;
  }
  .box1 ul {
    display: block;
  }
  .testimonialsbxin svg {
    position: absolute;
    left: 0;
    top: -20px;
    width: 60px;
    display: block;
  }
  .testimonialsbx ul li h5 {
    margin: 0;
    padding: 0;
  }
  .testimonialsbxin {
    padding: 20px;
  }
  .testimonialsbx ul li h5 {
    font-size: 18px;
    line-height: 36px;
  }
  .testimonialsbx ul li p {
    padding-top: 40px;
  }
  .footerin {
    grid-template-columns: 1fr;
  }
  .ftlogo {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  a.footerlogo img {
    width: 100px;
  }
  .search_input {
    font-size: 12px;
  }
  .pop_box_hd2 {
    font-size: 21px;
  }
  .pop_box_hd1 {
    font-size: 14px;
  }
  .item_view {
    gap: 15px;
    grid-template-columns: auto auto;
  }
  .productspg {
    padding: 40px 0px;
    width: 100%;
  }
  .deskno {
    display: none;
  }
  .deskno a.mobfilter {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #3e7512;
    text-decoration: none;
    z-index: 9;
  }
  .prodsright {
    width: 100%;
  }
  .productspggg .section2 ul li {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 4px;
  }
  /*.prodpglt {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999999;
    padding: 0px;
    height: 100%;
  }*/
  .innerbg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  .leftcat {
    height: 100vh;
    position: fixed;
    overflow: scroll;
    width: 85%;
    padding-bottom: 100px;
  }
  section.open [data-content] {
    display: table;
  }
  /* .section3 {
    padding: 15px !important;
  } */
  ol.breadcrumb {
    padding: 0;
    margin-bottom: 40px;
  }
  .product_pg {
    display: block;
    padding: 20px;
  }
  .product_pg .col-sm-7 {
    padding: 50px 0 !important;
  }
  .product_right .col-sm-2 {
    width: 50%;
    float: none;
    margin: auto;
    display: table;
  }
  .specificationsbx {
    padding: 20px;
    display: block;
  }
  .relatedproooo {
    padding: 40px 50px !important;
  }
  #prodinfo {
  }
  .cartpage_buttonsdiv {
    display: flex;
    gap: 10px;
  }
  .cartt_qtyyyyy {
    display: flex;
    gap: 10px;
  }
  .cart_quantity_input {
    width: 50px !important;
  }
  h2.innerhd1 {
    padding-bottom: 0;
  }

  h2.hdbx1 {
    font-size: 18px;
  }
  h2 .fixedabs {
    top: 0;
  }
  .myaccountpage_left,
  .myaccountpage_right {
    width: 100%;
    clear: both;
  }
  .forgottenpassword label {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .forgottenpassword label:after {
    display: none;
  }
  .forgottenpassword_fields {
    width: 100% !important;
  }
  .forgotsubmit {
    padding: 5px 20px;
  }
  .orderedhistory table tr td,
  table.table11 tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
  }
  .viewdetailsleft {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  .deliveredcharges {
    clear: both;
    width: 100%;
  }
  .deliveredcharges ul {
    padding: 0;
  }
  .viewcart_imgname {
    width: 140px;
    font-size: 14px;
    line-height: 18px;
  }
  .checkqtydiv {
    width: 100px;
  }
  .qutadd {
    width: 20px;
    font-size: 12px;
  }
  .table2 tr td {
    font-size: 14px;
  }
  .cnt_shp,
  .chk_out {
    font-size: 12px;
    padding: 5px 10px;
    letter-spacing: 0;
  }
  .checokout_left {
    padding: 0px;
    width: 100%;
    clear: both;
  }
  .checkout_right {
    clear: both;
    width: 100%;
  }
  .opc-progress-bar-item > span {
    font-size: 12px;
  }
  .radio {
    font-size: 12px;
  }

  .section__title {
    margin-top: 20px;
    font-size: 18px;
  }
  .popaddnewaddress {
    width: 100% !important;
  }
  .boxes1left {
    width: 100%;
  }
  .rightcheckout_info {
    width: 50%;
  }
  .returntocart span {
    display: none;
  }
  .placeOrd1 {
    width: 100%;
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .width50 {
    width: 100%;
    clear: both;
  }

  .scrollup {
    bottom: 60px !important;
  }
  .rightcheckout_info h4 {
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .rightcheckout_info p {
    font-size: 10px;
  }
  .rightcheckout_price {
    font-size: 12px;
  }

  .viewcart_imgname {
    font-size: 12px;
  }
  .opc-progress-bar-item {
    width: 33.33%;
  }
  .table-responsive {
    border: 0 !important;
  }
  .productspggg .section2 ul li {
    width: 50% !important;
  }
  a.delpro {
    position: absolute;
    right: 0;
    top: 0;
  }
  .section32542 {
    padding: 0 25px;
  }
  .item_view a {
    width: 75%;
  }
  .top1 {
    padding: 0 20px;
  }
  ul.topul li {
    padding-right: 0;
    margin-right: 8px;
  }
  .scrollingtxt{width: auto;}
  .top1_new1{gap: 10px}
  ul.topul1 li a{
    font-size: 12px;
  }
  .scrollingtxt {
    font-size: 10px;
  }
  .hdtopright {
    padding: 10px;
    flex-direction: column;
    display: table;
  }
  .shopping_cart {
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0 0;
    width: 100%;
    clear: both;
  }
  .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    text-align: center;
    font-size: 10px;
  }
  .mobpad0 {
    width: 100%;
    display: table;
  }
  .section3 {
    padding: 30px;
  }
  .section3_hm {
    padding: 20px;
  }
  .section3 h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .section3 p {
    font-size: 14px;
  }
  .section3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .section3 ul li a .box1img {
    width: auto;
  }
  .section3 ul li a h3 {
    font-size: 12px;
  }
  .section3 {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec2bxlist ul li .homeprod1 img.hprodimg1 {
    height: 100px;
  }
  .sec2bxlist ul li .homeprod1 .homeprodinfoobtns {
    top: 100%;
    height: auto;
    padding: 10px;
    position: relative;
  }
  .sec2bxlist ul li .homeprod1 .homeprodinfoo {
    gap: 0;
    padding: 0;
  }
  .sec2bxlist ul li .homeprod1:hover .homeprodinfoobtns {
    top: 0;
  }
  .sec2bxlist ul li .homeprod1:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #707070;
    z-index: 4;
    border-radius: 0;
  }
  .sec2bxlist ul li .homeprod1 a.prodwhishlist {
    opacity: 1;
    visibility: visible;
  }
  .sec2bxlist1 ul li .homeprod1 a.homeprim,
  .sec2bxlist1 ul li .homeprod1:hover a.homeprim {
    padding: 20px 0;
  }
  .sec2bxlist1 ul li .homeprod1:hover {
    border-color: rgb(188, 122, 54);
    transform: scale(1);
  }
  .sec2bxlist ul li .homeprod1:hover .homeprodinfoo {
    padding: 0px;
  }
  .sec2bxlist ul li .homeprod1 .homeprodinfoobtns {
    top: 0;
  }
  .homeprodinfoobtns select.form-control {
    font-size: 12px;
  }
  .homeprodinfoobtns a {
    font-size: 12px;
  }
  .sec2bxlist1 ul li:first-child .homeprod1 {
    border-top-left-radius: 0px;
  }
  .sec2bxlist1 ul li:last-child .homeprod1 {
    border-bottom-right-radius: 0px;
  }
  .sec2bxlist1 ul li:nth-child(4) .homeprod1 {
    border-top-right-radius: 0px;
  }
  .sec2bxlist1 ul li:nth-child(5) .homeprod1 {
    border-bottom-left-radius: 0px;
  }
  .section5 {
    padding: 50px;
  }
  .section5::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.75);
  }
  .section5 h4 {
    font-size: 12px;
  }
  .section5 h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .sec2bxlist2 ul li .homeprod1 {
    border-radius: 0;
  }
  .section2 .owl-nav {
    top: 98%;
    width: auto;
    right: 0;
    left: 0;
    display: table;
    margin: auto;
  }
  .section2 .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
  }
  .homq_qlinks {
    padding: 0;
  }
  .services-box {
    padding: 30px;
    display: flex;
  }
  .media {
    padding: 0;
  }
  .sub-section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    gap: 15px;
  }
  .sub-section .row::before,
  .sub-section .row::after {
    content: " ";
    display: none;
  }
  .service-block + .service-block {
    border: 0;
  }
  .service-block h4,
  .services-box .service-block .media p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
  }
  .section6 {
    padding: 40px 40px 120px;
    background-position: left bottom;
  }
  .section6 .col-sm-7 {
    padding: 0 !important;
  }
  .section6 h3 {
    font-size: 32px;
  }
  .section6 p {
    font-size: 14px;
    line-height: 24px;
  }
  .section6 ul li {
    font-size: 14px;
  }
  .ft_left1 h4 {
    font-size: 18px;
    clear: both;
    width: 100%;
  }
  .footer {
    background-size: cover;
  }
  .pavcontentslider .carousel-control {
    top: 25% !important;
  }
  .price-outer {
    display: none;
  }
  .addtocart .quantity {
    display: none;
  }
  .smartsearch-product {
    padding-right: 65% !important;
  }
  .smartsearch-product .option-value {
    display: none;
  }
  .smartsearch-product {
    font-size: 12px !important;
  }
  .smart-search-item .seller-label {
    font-size: 8px;
  }

  .menu2 {
    display: block;
    top: 45px;
    right: 10px;
    width: 50px;
    left: auto;
  }
  .productspg {
    width: 100%;
    display: table;
    padding: 40px 0px;
    background-color: #f7f7f7;
  }
  .innerb {
    padding: 10px;
    grid-template-columns: repeat(1, 1fr);
    background-color: #f4f2e9;
  }
  .innerb_cont {
    padding: 15px;
  }
  .innerb_cont h2 {
    font-size: 12px;
line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .innerb_cont p {
    font-size: 10px;
line-height: 16px;
    margin: 0;
    /*height: 58px;*/
overflow: auto;
  }
  .innerb img{
      height: auto;
      align-self: baseline;
  }
  .productspg h2 {
    font-size: 14px;
  }
  .productspg h2 nav {
    display: none;
  }
  .productpg .bannercu {
    padding: 0 0px;
  }
  .multi_tabs3 {
    padding: 30px;
  }
  .tab_content3 {
    padding: 30px;
  }
  ul.tabs3 li {
    font-size: 16px;
  }
  .sub-section {
    width: 100%;
  }
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .box1 ul {
    display: grid;
  }
  .section3 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .sec2bxlist ul li,
  .padright0 .section2 .sec2bxlist ul li {
    width: 33.33%;
  }
  .sub-section .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    gap: 15px;
  }
  .section6 {
    background-position: left center;
  }
  .innerb_cont p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  height: auto;
  overflow: auto;
}
.innerb_cont h2{font-size: 18px;}
}
@media only screen and (min-width: 959px) and (max-width: 1240px) {
  .container1_inner {
    width: 100%;
  }
  .hdtopright,
  .menu {
    padding: 0 10px;
  }
  .menu > ul > li > a {
    font-size: 12px;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .btm_header ul > li > a {
    font-size: 12px;
  }
  .sec2bxlist ul li {
    width: 33.33%;
  }
  .search input.form-control {
    font-size: 12px;
  }
  .header1_sec1 {
    padding: 0 20px;
  }
  .mid_hd1,
  .menu1 {
    padding-left: 15px;
  }
  .nav ul.nav_ul > li > a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .header_middd {
    gap: 0;
  }
  .cart1 {
    gap: 10px;
  }
  .cart1 a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .banner_hd {
    font-size: 36px;
    line-height: 46px;
  }
  .banner_txt {
    padding: 0 35px !important;
  }
  .section2 h2,
  .box1 h2,
  .videogal h2,
  .testimonialsbxin h2 {
    font-size: 32px;
  }
  .item_view a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .footer {
    padding: 40px;
  }
  .productspggg,
  .product_pg {
    padding: 40px 15px;
  }
  .productspggg .section2 ul li {
    width: 50%;
  }
  .box3li1 .img1 img {
    height: 350px;
  }
  .prodsright {
    width: 70%;
  }
  .prodpglt {
    width: 28%;
  }
  .menu > ul > li > a img {
    height: 14px;
  }
  .search {
    width: 38%;
  }
  .shopping_cart {
    gap: 20px;
  }
  .productspg {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .container1_inner {
    width: 100%;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .search {
    width: 500px;
  }
  .homeprod1 .qty1 {
    width: 67%;
  }
  .header1_sec1 {
    padding: 0 40px;
  }
  .mid_hd1,
  .menu1 {
    padding-left: 35px;
  }
  .nav ul.nav_ul > li > a {
    font-size: 14px;
  }
  .section2 h2,
  .box1 h2,
  .videogal h2,
  .testimonialsbxin h2 {
    font-size: 48px;
  }
  .hdtopright,
  .menu,
  .top1 {
    padding: 0 30px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {
}

@media only screen and (min-width: 1900px) and (max-width: 3600px) {
}
