/*account*/
.mainfont {
  font-family: 'Open Sans', sans-serif;
}
.transition-point3 {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.transition-point5 {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.nbr {
  border: none;
}
.nbg {
  background: none;
}
.dn {
  display: none;
}
.dt {
  color: #231f20;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.bg-left-top {
  background-position: left top;
}
.bg-left-bottom {
  background-position: left bottom;
}
.blockcontent {
  content: "";
  display: block;
}
.blockcontentClear {
  content: "";
  display: block;
  clear: both;
}
.absolute-p {
  position: absolute;
}
.relative-p {
  position: relative;
}
.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.font-family {
  font-family: 'Open Sans', sans-serif;
}
.font-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.font-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.blockcontent-pos-abs {
  content: "";
  display: block;
  position: absolute;
}
body {
  font-family: 'Open Sans', sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  right: 9000px;
}
/*Check box*/
input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}
input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2980b9;
}
input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}
/*Radio box*/
input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}
input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #8e44ad;
}
input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}
/*Radio Toggle*/
.toggle input[type="radio"] + .label-text:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
}
.toggle input[type="radio"]:checked + .label-text:before {
  content: "\f205";
  color: #16a085;
}
.toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
.toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}
/*foodcartegories*/
.headernav {
  height: 100px;
  background: #88b156;
}
.subcategoriesnav {
  border-bottom: 1px solid #88b156;
  border-top: 1px solid #88b156;
  padding-left: 15px;
  background: #88b156;
}
.subcategoriesnav a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  position: relative;
  line-height: 81px;
  display: inline-block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.subcategoriesnav a:after {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.subcategoriesnav a:hover {
  opacity: 0.8;
}
/*subcategories nav effect*/
.subcategoriesnav a:after {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  width: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: 0 auto;
}
 .subcategoriesnav a:hover:after{
 background:#000;
}
.subcategoriesnav a.current:after,
.subcategoriesnav a:hover:after {
  height: 3px;
  width: 101%;
  opacity: 1;
}
.subcategoriesnav.categories_submenu {
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.searchbutton {
  height: 81px;
  float: right;
  position: relative;
  width: 86px;
  border-left: 1px solid #A0C178;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.searchbutton:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_search.png) no-repeat bottom center;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
}
.searchbutton:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.searchbutton:hover:before {
  opacity: 1;
}
.searchbutton.active {
  width: 292px;
}
.searchbutton.active .foodcat_searchform {
  display: block!important;
  position: relative;
}
.searchbutton.active .foodcat_searchform input {
  border: none;
  padding-left: 30px;
  padding-right: 68px;
  width: 100%;
  outline: 0 none!important;
  height: 40px;
  margin-top: 22px;
  font-weight: 700;
  font-size: 20px;
}
.searchbutton.active:before {
  display: none;
}
.searchbutton.active:after {
  right: 26px;
  left: auto;
  background: url(../img/icon_x.png) no-repeat;
  z-index: 3;
}
@-moz-document url-prefix() {
  .subcategoriesnav a {
    line-height: 83px;
  }
  .searchbutton {
    height: 83px;
  }
  .searchbutton.active .foodcat_searchform:after {
    bottom: -1px;
  }
}
.mainwrapper .inner {
  width: calc(100% - 404px);
  float: left;
  /*border-right: 1px solid #ccc;*/
}
.categoriesbanner,
.categories_submenu,
.maincontenwrapper {
  padding-left: 267px;
}
.categoriesbanner {
  background-position: right top!important;
  background-repeat: no-repeat;
  height: 279px;
  color: #231f20;
  padding-top: 40px;
  position: relative;
}
.categoriesbanner .banner {
  background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0.2) 70%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 100%;
    right: 0;
}
.categoriesbanner .banner span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  position: relative;
}
.categoriesbanner:before {
  position: absolute;
  left: 0;
  top: 0;
}
.categoriesbanner:before,
.mainsidebar:before {
  /*content: "";*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 7px;*/
  /*background: url(../img/shadow1.png) repeat-x;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
}
.categoriesbanner h2 {
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  left: -4px;
  z-index: 2;
}
.categoriesbanner p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  max-width: 670px;
  display: block;
  z-index: 2;
  position: relative;
}
.categories_submenu,
.categories_submenu a {
  line-height: 59px;
}
.categories_submenu a {
  text-transform: none;
  color: #231f20;
}
.categories_submenu a.current {
  color: #ee6e48;
  font-weight: 600;
}
.categories_submenu a:hover:after,
.categories_submenu a.current:after {
  background: #ee6e48;
}
@-moz-document url-prefix() {
  .categories_submenu a:after {
    bottom: -2px;
  }
}
.maincontenwrapper {
  position: relative;
  padding-left: 495px;
}
.clear,
.tom_clear {
  clear: both;
}
.categoriesfilter {
  color: #231f20;
  width: 227px;
  padding-right: 22px;
  position: absolute;
  left: 267px;
  top: 0;
}
.categoriesfilter .title {
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px !important;
}
.categoriesfilter .title:before {
  background: url(../img/icon_foodcat_filter.png) no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 2px;
}
.categoriesfilter .title.menutype:before {
  background-position: 0 0;
}
.categoriesfilter .title.dietary:before {
  background-position: -17px 0;
  top: 3px;
}
.categoriesfilter .title.servingtype:before {
  background-position: -34px 0;
}
.categoriesfilter .title.seasonal:before {
  background-position: -51px 0;
  top: 3px;
}
.categoriesfilter ul,
.categoriesfilter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categoriesfilter li {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 9px!important;
  display: block;
  cursor: pointer;
}
.categoriesfilter li.selected {
  font-weight: 600;
  font-size: 15px!important;
  color: #88b156;
}
.categoriesfilter .altcolor li.selected {
  color: #ee6e48;
}
.categoriesfilter li.selected:after,
.categoriesfilter .altcolor li.selected:after {
  float: right;
  position: relative;
  top: 4px;
}
.categoriesfilter li.selected:after {
  content: "";
  width: 10px;
  height: 8px;
  display: inline-block;
  background: url(../img/icon_filtercheck.png) no-repeat;
}
.categoriesfilter .altcolor li.selected:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: url(../img/icon_filterx.png) no-repeat;
}
.mainentries {
  padding: 21px 20px;
  border-left: 1px solid #ccc;
  width: 100%;
}
.category_description {
  color: #231f20;
  position: relative;
}
.category_description h2 {
  font-weight: 600;
  font-size: 30px;
  color: #ee6e48;
  margin: -7px 0 8px;
}
.category_description p {
  font-weight: 300;
  font-size: 16px;
  max-width: 504px;
  display: inline-block;
  width: 100%;
}
.category_description h2,
.category_description p {
  float: left;
  clear: both;
}
.category_description .image {
  border-radius: 3px;
  width: 300px;
  height: 90px;
  position: absolute;
  top: -2px;
  right: 0;
}
.group {
  color: #231f20;
  padding-bottom: 15px;
}
.grouphead,
.entry_description h2 {
  font-size: 20px;
  font-weight: 600;
}
.grouphead {
  padding-top: 10px;
  padding-bottom: 12px;
}
.entry {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 9px 9px 9px 9px;
  border-radius: 3px;
  height: 160px;
  margin-bottom: 9px;
}
.entry.new .thumbnail:before {
  position: inherit;
  content: "";
  width: 54px;
  height: 45px;
  background: url(../img/new.png) no-repeat;
  left: 0;
  top: 0;
  display: block;
}
.entry:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.entry .thumbnail {
  width: 302px;
  height: 164px;
  border-radius: 3px;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 3;
  overflow: hidden;
}
.entry .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.entry .entry_description {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  min-height: 103px;
}
.entry .entry_description .d {
  width: calc(100% - 198px);
  display: inline-block;
  vertical-align: top;
}
.entry .entry_description h2 {
  margin: -2px 0 5px;
}
.entry .entry_description h2 a {
  color: #231f20;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.entry .entry_description h2 a:hover {
  color: #ee6e48;
}
.entry .entry_description p {
  font-size: 16px;
  font-weight: 300;
}
.entry .entry_description .info {
  width: 196px;
  height: 102px;
  float: right;
  text-align: right;
  position: relative;
  top: -6px;
}
.entry .entry_description .info span {
  display: block;
}
.entry .entry_description .info span.n {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.entry .entry_description .info span.n.down:before {
  background: url(../img/icon_p.png) no-repeat;
  display: inline-block;
  content: "";
  width: 17px;
  height: 9px;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
.entry .entry_description .info span.p {
  font-size: 14px;
  font-weight: 300;
}
.entry .entry_description .info span.tag {
  right: 0;
  bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #88b156;
}
.entry .entry_description {
  border-bottom: unset;
}
.entry .entry_description {
  margin-left: 320px;
  max-width: calc(100% - 328px);
  width: 100%;
}
.special_requirements {
  display: none;
  margin-top: 10px;
}
.special_requirements .d {
  padding: 16px 0 16px !important;
}
.special_requirements .entry_description {
  margin-top: unset;
  min-height: unset;
}
.entry .meta {
  padding-top: 11px;
}
.entry .meta i {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-color: #eee;
  border-radius: 13px;
  background-image: url(../img/allergens.png);
  background-repeat: no-repeat;
}
.entry .meta i.meta_green {
  background-color: #01a185;
  background-position: 0 0;
}
.entry .meta i.meta_orange {
  background-color: #ee6e48;
  background-position: -26px 0;
}
.entry .meta i.meta_yellow {
  background-color: #f59c00;
  background-position: -52px 0;
}
.entry .meta i.meta_red {
  background-color: #af2b12;
  background-position: -78px 0;
}
.entry .meta i.meta_gray {
  background-color: #95a5a5;
  background-position: -104px 0;
}
.entry .meta i.meta_brown {
  background-color: #c5b59f;
  background-position: -130px 0;
}
.entry .meta i.meta_blue {
  background-color: #5babe6;
  background-position: -156px 0;
}
.entry .meta i {
  background: url(../img/allergens2.png) no-repeat;
}
.entry .meta i.vegetarian {
  background-color: #01a185;
  background-position: 0 0;
}
.entry .meta i.nuts {
  background-color: #af2b12;
  background-position: -26px 0;
}
.entry .meta i.nogluten {
  background-color: #f59c00;
  background-position: -52px 0;
}
.entry .meta i.vegan {
  background-color: #01a185;
  background-position: -78px 0;
}
.entry .meta i.dairyfree {
  background-color: #95a5a5;
  background-position: -104px 0;
}
.entry .meta i.glu {
  background-color: #f59c00;
  background-position: 0 -26px;
}
.entry .meta i.cru {
  background-color: #ee6e48;
  background-position: -26px -26px;
}
.entry .meta i.egg {
  background-color: #c5b59f;
  background-position: -52px -26px;
}
.entry .meta i.fis {
  background-color: #5babe6;
  background-position: -78px -26px;
}
.entry .meta i.pea {
  background-color: #d66b4c;
  background-position: -104px -26px;
}
.entry .meta i.soy {
  background-color: #e4c08e;
  background-position: -130px -26px;
}
.entry .meta i.mil {
  background-color: #95a5a5;
  background-position: -156px -26px;
}
.entry .meta i.tre {
  background-color: #af2b12;
  background-position: -182px -26px;
}
.entry .meta i.cel {
  background-color: #01a185;
  background-position: -208px -26px;
}
.entry .meta i.mus {
  background-color: #f5cc01;
  background-position: -234px -26px;
}
.entry .meta i.ses {
  background-color: #f6c789;
  background-position: -260px -26px;
}
.entry .meta i.sul {
  background-color: #b8c0a2;
  background-position: -286px -26px;
}
.entry .meta i.lup {
  background-color: #c5b59f;
  background-position: -312px -26px;
}
.entry .meta i.mol {
  background-color: #691708;
  background-position: -338px -26px;
}
.entry .meta .icon {
  width: 36px;
  height: 22px;
  background: url(../img/entry_icon.png) no-repeat;
  float: right;
}
.entry .meta .icon.icon1 {
  background-position: 0 0;
}
.entry .meta .icon.icon2 {
  background-position: -36px 0;
}
.entry .meta .icon.icon3 {
  background-position: -72px 0;
}
.entry {
  box-shadow: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.entry:hover {
  border-color: #88b156;
  box-shadow: 0 0 10px #999;
}
.mainsidebar {
  color: #231f20;
  float: left;
  /*width: 390px;*/
}
@media (min-width: 1920px) {
  .mainsidebar {
    width: 404px !important;
  }
  .entry .submitrow {
    margin-left: 302px;
  }
}
.mainsidebar .head {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 31px;
}
.mainsidebar .order_group {
  padding: 5px 30px 0;
}
.mainsidebar .order_grouphead {
  font-size: 16px;
  font-weight: 300;
  clear: both;
}
.mainsidebar .order_entry {
  font-size: 16px;
  clear: both;
  margin-bottom: 18px;
  padding-left: 35px;
}
.mainsidebar .order_entry:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.mainsidebar .order_entry .quantity,
.mainsidebar .order_entry .t {
  font-weight: 600;
}
.mainsidebar .order_entry .t {
  display: block;
  margin-bottom: 3px;
}
.mainsidebar .order_entry .quantity,
.mainsidebar .order_entry .order_info,
.mainsidebar .order_entry .price {
  float: left;
}
.mainsidebar .order_entry .quantity {
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.mainsidebar .order_entry .order_info {
  width: 224px;
}
.mainsidebar .order_entry .p {
  font-weight: 400;
}
.mainsidebar .order_entry .order_info .d {
  font-weight: 300;
  font-size: 14px;
  color: #ababab;
  display: block;
  line-height: 18px;
}
.mainsidebar .order_entry .price {
  width: 70px;
  text-align: right;
  position: relative;
}
@supports (-ms-ime-align: auto) {
  /*edge*/
  .mainsidebar {
    width: 385px;
  }
  .mainsidebar .order_entry .order_info {
    width: 210px;
  }
}
.rewards {
  padding: 5px 30px 13px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-height: 61px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 3px;
  padding-top: 15px;
}
.rewards:before {
  width: 35px;
  background: url(../img/icon_rewards.png) no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  position: relative;
  top: 2px;
}
.rewards span {
  font-weight: 600;
  font-size: 18px;
  color: #88b156;
}
.order_details {
  font-size: 16px;
  font-weight: 300;
  margin: 24px 30px;
  position: relative;
}
.order_details p {
  line-height: 30px;
}
.order_details p.addr {
  line-height: 24px;
}
.order_details span {
  font-weight: 600;
}
.order_details p.addr span {
  margin-bottom: 5px;
  display: inline-block;
}
.order_details a {
  font-weight: 400;
  color: #ee6e48;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-transform: uppercase;
  top: 0;
  right: 0;
  position: absolute;
}
.order_details a:hover {
  color: #88b156;
}
.order_subtotal {
  font-size: 16px;
  font-weight: 300;
  padding: 25px 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.order_subtotal p {
  display: inline-block;
  width: 100%;
}
.order_subtotal p:last-child {
  margin-bottom: 0;
}
.order_subtotal span {
  display: block;
  float: right;
}
body.order-page .maincontenwrapper:after,
.order_subtotal:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../img/shadow1.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.checkout_order {
  padding: 30px;
}
.checkout_order button, .continue + button.saveorder {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 24px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkout_order button.checkout {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  background: #ee6e48;
  outline: none 0!important;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkout_order button.checkout:hover,
.checkout_order button.checkout:focus {
  background: #88b156;
}
.checkout_order button.checkout span.or {
  display: block;
  float: right;
  font-weight: 600;
}
.checkout_order button.saveorder, .continue + button.saveorder {
  color: #231f20;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  background: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkout_order button.saveorder:hover,
.checkout_order button.saveorder:focus {
  background: #231f20;
  color: #fff;
  border-color: #231f20;
}
.checkout_order .or {
  font-size: 12px;
  font-weight: 300;
  color: #231f20;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
/*resposive*/
.showbasket,
.showfilter {
  background: #ee6e48;
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  right: 0;
  z-index: 8;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  color: #fff!important;
  text-decoration: none !important;
}
.showbasket:hover,
.showfilter:hover {
  background: #88b156;
}
.overlay {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%!important;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: #000;
  display: none;
}
body.addtobasketshown .overlay,
body.filtershown .overlay,
body.locshown .overlay,
body.loginmodal .overlay,
body.registermodal .overlay,
body.revieworder .overlay,
body.nav_display .overlay,
body.with-overlay .overlay,
body.forgot-password .overlay{
  opacity: .5;
  z-index: 10!important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
}
body.locshown .modal_location {
  z-index: 12!important;
  display: block!important;
}
@media (max-width: 1903px) {
  /*edge*/
  body.basketshown,
  body.filtershown {
    overflow: hidden;
  }
  .showbasket {
    /*display: block !important;*/
  }
  .categoriesbanner,
  .categories_submenu,
  .maincontenwrapper {
    /*padding-left: 0;*/
  }
  .categoriesfilter {
    /*left: -201px;*/
    /*width: 197px;*/
  }
  .mainwrapper .inner {
    /*max-width: 1006px;*/
    /*width: calc(100% - 800px);*/
    /*float: none;*/
    /*margin: 0 auto;*/
    /*border: none;*/
  }
  .mainentries {
    /*border: none;*/
  }
  .mainsidebar {
    border-left: 1px solid #ccc;
    position: fixed;
    /*top: 0;*/
    right: 0;
    background: #fff;
    width: 422px;
    overflow: auto;
    height: 300px;
    /*z-index: 12;*/
  }
  body:not(.order-page).mainsidebar {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  body.basketshown .mainsidebar {
    right: 0;
  }
  body.basketshown .mainsidebar .closesidebar,
  body.basketshown.account-php .closesidebar{
    display: block!important;
    width: 30px;
    height: 30px;
    background: url(../img/icon_x_dark.png) no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 15px;
  }
  /*body.basketshown .mainsidebar.scrolled .closesidebar{position:inherit;right:15px}*/
  body.basketshown .overlay {
    background: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
  }
  .mainsidebar .order_entry .price {
    width: 80px;
  }
  body.basketshown.locshown .overlay {
    z-index: 11 !important;
  }
}
@media (max-width: 1439px) {
  .categoriesfilter {
    /*!*position: fixed;*!*/
    /*top: 0;*/
    /*right: -212px;*/
    /*left: auto;*/
    /*background: #fff;*/
    /*!*z-index: 11;*!*/
    /*!*padding-left: 15px;*!*/
    /*!*width: 212px;*!*/
    /*transition: all 0.3s ease-out;*/
    /*-moz-transition: all 0.3s ease-out;*/
    /*-webkit-transition: all 0.3s ease-out;*/
    /*-o-transition: all 0.3s ease-out;*/
    /*overflow: auto;*/
  }
  .showfilter {
    display: block !important;
  }
  body.filtershown .categoriesfilter {
    right: 0;
    padding-top: 10px;
  }
  body.filtershown .overlayFilter {
    background: #000;
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    display: block;
  }
  body.filtershown .categoriesfilter .closefilter {
    display: block!important;
    width: 30px;
    height: 30px;
    background: url(../img/icon_x_dark.png) no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 15px;
  }
  body.filtershown .categoriesfilter li {
    max-width: 212px;
  }
  /*body.filtershown .categoriesfilter.scrolled .closefilter{position:fixed;right:32px}*/
}
.resubcat {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.resubcat a {
  width: 100%;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
.resubcat a.main {
  display: block!important;
  font-weight: 600;
}
.resubcat a:before {
  content: "";
  display: inline-block;
  background: url(../img/icon_folder.png) no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}
.resubcat.show a {
  display: block!important;
  border-top: 1px solid #ccc;
}
.resubcat.show a.main {
  border-top: none;
}
.resubcat.show a.main:after {
  display: none !important;
}
.resubcat .searchbutton {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.resubcat {
  max-width: 1003px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .smenu.subcategoriesnav a.current {
    background: #f7f7f7;
  }
  .smenu.subcategoriesnav {
    padding-left: 0;
    padding-right: 0;
  }
  .smenu.subcategoriesnav a {
    width: 100%;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .smenu.subcategoriesnav a:last-of-type {
    border: none !important;
  }
  .smenu.subcategoriesnav a.main {
    display: block!important;
    font-weight: 600;
    border-top: 1px solid #fff;
  }
  .smenu.subcategoriesnav a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon_folder.png) no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    margin-right: 15px;
  }
  .smenu.subcategoriesnav a.main:after {
    display: none;
  }
  .smenu.subcategoriesnav_trigger.show a {
    display: block !important;
  }
  .categories_submenu a {
    border-top: 1px solid #ccc;
  }
  .mainwrapper .inner {
    max-width: 100%;
  }
  .categoriesbanner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .categories_submenu_trigger a.main {
    color: #ee6e48;
  }
  .categories_submenu_trigger.show a {
    display: block !important;
  }
  .mainentries {
    padding-left: 15px;
    padding-right: 15px;
  }
  .entry .entry_description,
  .entry .meta {
    margin-left: 0;
    max-width: 100%;
    /*padding-left: 268px;*/
  }
  .entry .entry_description {
    border: none;
  }
}
@media (max-width: 1024px) {
  .subcategoriesnav {
    position: relative;
  }
  .subcategoriesnav.resubcat {
    max-width: 100%;
  }
  .searchbutton {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }
}
#showmobile{
    display:none;
}
 #hidemobile{
      display:block;
  }
@media (max-width: 960px) {
  #showmobile{
    display:block;
 }
  #hidemobile{
      display:none;
  }
  .categoriesbanner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.3), #ffffff);
    z-index: 2;
  }
  .categoriesbanner h2,
  .categoriesbanner p {
    position: relative;
    z-index: 3;
  }
  .entry .entry_description .info {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
  }
}
@media (max-width: 812px) {
  .category_description p {
    max-width: 100%;
  }
  .category_description .image {
    display: none;
  }
  .entry {
    height: auto;
  }
  .entry .entry_description .d {
    width: 370px;
  }
}
@media (max-width: 768px) {
  .categoriesbanner {
    height: auto;
    padding-bottom: 40px;
    background-size: cover !important;
  }
}
@media (max-width: 667px) {
  .entry .thumbnail {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 9px;
    width: 100%;
  }
  .entry .entry_description,
  .entry .meta {
    float: none;
    padding-left: 0;
  }
  .entry .entry_description .d {
    width: 100%;
    float: none;
  }
  .entry .entry_description .info {
    position: relative;
    float: none;
    text-align: left;
  }
  .entry .entry_description .info span.tag {
    position: relative;
  }
}
@media (max-width: 480px) {
  .mainsidebar {
    width: 100%;
  }
  .mainsidebar .order_entry .order_info {
    width: auto;
  }
  .mainsidebar .order_entry .price {
    float: none;
    text-align: left;
    padding-left: 0;
    padding-top: 5px;
    width: 100%;
    clear: both;
    position: initial !important;
  }
  .mainsidebar .rewards {
    text-align: center;
  }
  .mainsidebar .rewards span {
    text-align: center;
    display: block;
  }
}
@media (max-width: 320px) {
  .categoriesbanner h2 {
    font-size: 32px;
  }
}
/*modal search*/
.modal_search {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.modal_search .wrap {
  z-index: 9;
  position: relative;
  max-width: 700px;
  margin: 100px auto 0;
}
.modal_search .wrap:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_search.png) no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
}
.modal_search input {
  background: #2D292A;
  border: 1px solid #000;
  height: 60px;
  line-height: 40px;
  display: block;
  width: 100%;
  padding: 0 12px;
  font-size: 22px;
  outline: none 0!important;
  padding-left: 60px;
  box-shadow: 0 0 30px #333;
  font-weight: 300;
  color: #fff;
}
.modal_search:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: inherit;
  top: 0;
  left: 0;
  background: #111;
  opacity: .7;
  z-index: 8;
}
.modal_search a {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  color: #f7f7f7;
  text-decoration: none!important;
  display: inline-block;
  padding: 20px;
  font-weight: 600;
  left: 0;
  margin: 0 auto;
  width: 120px;
  text-align: center;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.modal_search a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .modal_search .wrap {
    max-width: 568px;
  }
}
@media (max-width: 568px) {
  .modal_search .wrap {
    max-width: 414px;
  }
}
@media (max-width: 414px) {
  .modal_search .wrap {
    max-width: 90%;
  }
  .modal_search input {
    font-size: 20px;
    line-height: 28px;
  }
}
.navbar-brand {
  display: inline-block;
  background: url(../img/logo.png) no-repeat;
  width: 190px;
  height: 99px;
}
.navbar-nav {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}
.navbar-nav > li > a:hover {
  background: none;
}
.navbar-nav > li > a:focus {
  background: none !important;
}
.dropdown-menu {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  /*background:#ee6e48;*/
  color: #88b156;
}
.caret {
  background: url(../img/caret.png) no-repeat;
  width: 11px;
  height: 6px;
  border: none;
  position: relative;
  top: -2px;
  left: 5px;
}
.navbar-toggle {
  border-color: #fff;
  border-radius: 0;
  padding: 10px;
  margin-top: 32px;
  margin-right: 8px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.nalt > li > a.login,
.nalt > li > a.order,
.nalt > li.searchbtn > a {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.nalt > li > a.login {
  border: 2px solid #fff!important;
  background: none;
  margin-right: 20px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.nalt > li > a.login:hover {
  background: #88b156;
  color: #fff !important;
}
.nalt > li > a.order,
.nalt > li.searchbtn > a {
  background: #ee6e48!important;
  border: 2px solid #ee6e48;
  color: #fff;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.nalt > li > a.order:hover {
  background: #88b156!important;
  color: #fff;
  border-color: #88b156;
}
.nalt > li.searchbtn > a {
  background: #ccc!important;
  border-color: #ccc !important;
}
.nalt > li.social > a {
  background: #ccc url(../img/social32.png) no-repeat!important;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-right: 10px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.nalt > li.social1 > a {
  background-position: 0 0!important;
}
.nalt > li.social2 > a {
  background-position: -32px 0!important;
}
.nalt > li.social3 > a {
  background-position: -64px 0!important;
}
.nalt > li.social > a:hover {
  background-color: #fff;
}
.nalt > li.social1 > a:hover {
  background-position: 0 -32px;
}
.nalt > li.social2 > a:hover {
  background-position: -32px -32px;
}
.nalt > li.social3 > a:hover {
  background-position: -64px -32px;
}
.nalt > li > a.login {
  border: 2px solid #88b156!important;
  color: #88b156;
}
.nalt > li > a.order2 .fa {
  margin-right: 10px;
}
@media (max-width: 960px) {
  /*768*/
  .nalt {
    display: none;
  }
  .navbar-nav {
    margin: 0 -15px !important;
  }
  .navbar-nav > li > a {
    background: #282425!important;
    padding: 12px 20px;
  }
  .caret {
    background: url(../img/caret2.png) no-repeat;
  }
  .navbar-nav > li > .dropdown-menu,
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background: #111 !important;
  }
  .navbar-nav > li > .dropdown-menu a {
    color: #fff !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 30px !important;
  }
  .navbar-nav > li.active > a {
    background: #88b156 !important;
  }
  .headernav {
    background: none;
  }
  .headernav {
    height: auto;
    max-width: 1003px;
    margin: 0 auto;
  }
  .navbar {
    margin-bottom: 10px;
    border: none;
  }
  .navbar-toggle {
    background: #282425;
    border-radius: 4px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .dropdown-menu {
    border-radius: 0;
  }
}
@media (min-width: 961px) {
  /*style*/
  .navbar-brand {
    margin-right: 32px;
  }
  .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 0;
  }
  .dropdown-menu {
    border-radius: 0;
    margin-top: -1px !important;
  }
  .nalt {
    padding-top: 33px;
  }
  /*hover*/
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
@media (max-width: 1680px) {
  /*.mainentries{padding-left:0;padding-right:0}
  .entry .entry_description, .entry .meta{max-width:718px}*/
  .nalt {
    float: none!important;
    background: none;
    margin: 0 auto;
    clear: both;
    padding-top: 34px!important;
    position: absolute;
    top: 2px;
    left: 190px;
    z-index: 5;
  }
  .dropdown-menu {
    margin-top: 1px !important;
  }
}
@media (max-width: 960px) {
  .order-page .nalt > li > a.order2 .fa {
    margin-right: 10px;
  }
}
@media (min-width: 961px) and (max-width: 1680px) {
  .headernav {
    height: auto;
    position: relative;
  }
  /*.headernav:after{height:54px;width:100%;background:#fff;position:absolute;left:0;bottom:0;content:"";display:block;z-index:1}*/
  .navbar-header {
    background: #fff;
    float: none!important;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .navbar {
    z-index: 3;
    margin-bottom: 0;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  /*.nalt{position:relative;left:-15px}*/
}
/*earlier*/
@media (min-width: 768px) and (max-width: 960px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
@media (max-width: 568px) {
  .navbar-nav > li > a {
    background: #282425!important;
    padding: 12px 15px;
  }
}
/**/
.frow {
  border-top: 1px solid #ccc;
}
.frow ul,
.frow ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.frow ul li.social > a {
  background: #ccc url(../img/social32.png) no-repeat;
  width: 32px;
  height: 32px;
  padding: 0;
  margin-right: 10px;
  display: block;
  float: left;
  transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -webkit-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
}
.frow ul li.social1 > a {
  background-position: 0 0;
}
.frow ul li.social2 > a {
  background-position: -32px 0;
}
.frow ul li.social3 > a {
  background-position: -64px 0;
}
.frow ul li.social > a:hover {
  background-color: #f7f7f7;
}
.frow ul li.social1 > a:hover {
  background-position: 0 -32px;
}
.frow ul li.social2 > a:hover {
  background-position: -32px -32px;
}
.frow ul li.social3 > a:hover {
  background-position: -64px -32px;
}
.frow li.t,
.frow p.t {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}
.frow ul {
  margin-bottom: 70px;
}
.frow ul li {
  margin-bottom: 5px;
}
.frow ul li a {
  color: #333;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-decoration: none !important;
}
.frow ul li a:hover {
  color: #6e9143;
}
.frow {
  background: #f6f6f6;
  color: #4c4849;
  font-size: 16px;
  font-weight: 400;
  padding-top: 58px;
}
.frow p {
  line-height: 28px;
}
.copyr {
  background: #83B060;
  color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
}
.copyr a {
  color: #fff;
}
.copyr span {
  color: #c4db97;
}
.copyr .colright {
  text-align: right;
}
.copyr .colright a {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .frow .container {
    /*width: 1370px;*/
  }
}
@media (max-width: 1370px) {
  .frow .container {
    /*width: 1170px;*/
  }
}
@media (max-width: 1024px) {
  .frow .container {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .frow .container {
    width: 100%;
  }
  .flinks {
    clear: both;
    padding-top: 40px;
  }
  .frow ul {
    margin-bottom: 30px;
  }
  .copyr {
    margin-top: 40px;
  }
  .copyr .colright {
    text-align: left;
    padding-top: 10px;
  }
  .copyr .colright a {
    margin-left: 0;
    margin-right: 10px;
  }
  .navbar-collapse {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-toggle {
    margin-right: 23px;
  }
}
/**/
.ahdefaultmodal {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  font-weight: 300;
  padding: 40px;
  padding-top: 30px;
  border-radius: 3px;
}
.ahdefaultmodal p.h {
  text-align: center;
  line-height: 40px;
  margin-bottom: 28px;
}
.ahdefaultmodal p {
  font-size: 22px;
}
.modal_location {
  width: 740px;
  top: 190px;
}
.fieldwrapper {
  border: 1px solid #ccc;
}
.fieldwrapper.your_location {
  margin-bottom: 19px;
}
.fieldwrapper:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.fieldwrapper.col2 {
  width: 48.5%;
  float: left;
}
.fieldwrapper.your_location + .fieldwrapper.col2 {
  margin-right: 3%;
  max-width: 290px;
}
.fieldwrapper.your_location + .fieldwrapper.col2 + .col2 {
  width: 53%;
}
.fieldwrapper .h {
  width: 145px;
  height: 42px;
  line-height: 42px;
  border-right: 1px solid #ccc;
  text-align: center;
  float: left;
  font-size: 16px;
  font-weight: 400;
}
.fieldwrapper input, .fieldwrapper select {
  border: none;
  line-height: 40px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none 0;
  width: 70%;
  height: 38px;
  position: relative;
  top: 2px;
}
.fieldwrapper select {
  width: 100%;
  background-color: transparent;
}
.inputwrapper.street_address:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/location16.png) no-repeat;
  position: relative;
  left: 11px;
  top: 4px;
  z-index: 9;
}
.inputwrapper.delivery_date:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/location16.png) no-repeat -16px 0;
  position: relative;
  left: 11px;
  top: 3px;
}
.inputwrapper.delivery_date input {
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  top: 2px;
  left: 15px;
  position: relative;
  height: 38px;
}
.inputwrapper.time .inner:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/location16.png) no-repeat -32px 0;
  position: relative;
  left: -11px;
  top: 2px;
}
.inputwrapper.time .inner {
  padding-left: 22px;
  float: left;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.inputwrapper.time input {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  top: 1px;
}
.sbmt {
  background: #83B060;
  width: 100%;
  line-height: 38px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-decoration: none!important;
  display: block;
  clear: both;
  margin-top: 20px;
  float: left;
  font-size: 18px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #fff !important;
}
.sbmt:hover {
  background: #ee6e48;
}
.closemodal {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/closemod.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.closemodal:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .inputwrapper input {
    line-height: 28px;
  }
  .modal_search input {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .ahdefaultmodal {
    width: 90%;
  }
  .ahdefaultmodal p {
    font-size: 18px;
  }
  .fieldwrapper.your_location + .fieldwrapper.col2,
  .fieldwrapper.your_location + .fieldwrapper.col2 + .col2 {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px;
  }
  .modal_location .sbmt {
    margin-top: 0;
  }
  .fieldwrapper .h {
    width: 100%;
    float: none;
    border: none;
    padding-left: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
  }
  .inputwrapper.time input,
  .inputwrapper.time .inner,
  .fieldwrapper input {
    top: 0;
  }
  .inputwrapper.delivery_date input {
    top: 0;
  }
}
@media (max-width: 568px) {
  .modal_location p.h {
    line-height: 32px;
  }
  .modal_location p.h br {
    display: none;
  }
  .fieldwrapper .h {
    height: 32px;
    line-height: 32px;
  }
  .inputwrapper.street_address input,
  .inputwrapper.delivery_date input {
    width: 88% !important;
  }
}
/*body.ketshown .modal_addtobasket{display:block!important}*/
.modal_addtobasket {
  background: #fff;
  width: 700px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
  border-radius: 3px;
  margin-bottom: 40px;
  overflow: hidden;
}
.basketimgx {
  position: absolute;
  top: 30px;
  right: 40px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/closemodwhite.png) no-repeat;
  z-index: 2;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.basketimgx:hover {
  opacity: 0.8;
}
.basketimg {
  position: relative;
}
.basketimg a {
  position: absolute;
  width: 86px;
  height: 30px;
  border-radius: 3px;
  right: 40px;
  bottom: 30px;
  color: #231f20;
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  overflow: hidden;
}
.basketimg a.addfav {
  right: 146px;
  width: 180px;
  text-align: center;
}
.basketimg a.addfav span {
  background: none;
}
@media (max-width: 568px) {
  .basketimg a.addfav {
    right: 115px;
  }
}
.basketimg a:after {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.basketimg a:hover:after {
  background: #fff;
  opacity: 1;
}
.basketimg a:after {
  background: #fff;
  opacity: .7;
  position: inherit;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.basketimg a span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  background: url(../img/print.png) no-repeat right center;
  text-transform: uppercase;
}
.basketcontent {
  padding: 23px 40px 40px;
  color: #231f20;
}
.test{
    
}
.basketcontent .hrow:after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.basketcontent .h {
  font-weight: 600;
  font-size: 24px;
  float: left;
}
.basketcontent .price {
  float: right;
  text-align: right;
}
.basketcontent .price .amount {
  font-size: 24px;
  font-weight: 600;
  display: block;
  position: relative;
  top: -5px;
}
.basketcontent .price .head {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -8px;
}
.basketcontent .entry {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none!important;
  margin-bottom: 3px;
}
.basketcontent .entry .entry_description,
.basketcontent .entry .meta {
  margin-left: 0;
  float: none;
  max-width: 100%;
}
.basketcontent .entry .entry_description {
  padding-top: 26px;
  min-height: 0;
  border: none;
}
.basketcontent .entry .entry_description .d {
  width: auto;
  float: none;
}
.basketcontent .entry .entry_description h2,
.basketcontent .entry .entry_description p {
  margin-bottom: 0;
}
.basketcontent .entry .entry_description h2 {
  font-size: 18px;
  margin-bottom: 2px;
}
.basketcontent .entry .meta {
  padding-top: 9px;
}
.addbaskt {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #ee6e48!important;
  border: 1px solid #ee6e48;
  display: inline-block;
  width: 431px;
  line-height: 38px;
  margin-left: -27px;
  text-decoration: none!important;
}

.addbaskt2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #ee6e48!important;
  border: 1px solid #ee6e48;
  display: inline-block;
  width: 100%;
  line-height: 38px;
  text-decoration: none!important;
  /*margin-left: -7px;*/
}

.addbaskt span.price {
  color: #fff;
  background: #ee6e48;
  width: 160px;
  text-align: center;
  font-size: 24px;
}
.addbaskt,
.addbaskt span.price {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.addbaskt:hover {
  border-color: #6e9143;
  color: #6e9143 !important;
}
.addbaskt:hover span.price {
  background: #6e9143;
}
.incrmt {
  border: 1px solid #ccc;
  max-width: 160px;
}
.incrmt:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.incrmt input {
  width: 68px;
  text-align: center;
  height: 38px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #ee6e48;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  outline: none 0;
}
.incrmt a {
  width: 45px;
  height: 38px;
  display: inline-block;
  background: #f7f7f7 url(../img/increment.png) no-repeat;
}
.incrmt a,
.incrmt input {
  float: left;
}
.incrmt a.incrmt_add {
  background-position: 100% 0;
}
.submitrow {
  padding-top: 22px;
}
.submitrow .lb {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
}
.submitrow .right .lb {
  text-align: right;
  width: 100%;
}
.special_requirements h2,
.special_requirements p {
  color: #88b156;
}
.special_requirements h2 {
  margin-bottom: 6px !important;
}
.special_requirements .d {
  padding: 26px 0 28px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 3px;
}
.edesc {
  position: relative;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.toggle_speciald {
  position: absolute;
  top: 17px;
  right: 0;
  display: block;
  width: 19px;
  height: 17px;
  background: url(../img/specialdescription.png) no-repeat;
}
.toggle_speciald.show {
  background-position: left bottom;
}
.textarea_sr textarea {
  padding: 15px;
  width: 100%;
  margin-top: 12px;
  min-height: 100px;
  border: 1px solid #ccc;
  outline: none 0!important;
  margin-bottom: -10px;
  resize: vertical;
}
@media (max-width: 1024px) {
  .basketcontent .entry .entry_description,
  .basketcontent .entry .meta {
    padding-left: 0;
  }
  .submitrow .col-md-4,
  .submitrow .col-md-8 {
    width: 100%;
  }
  .submitrow .right .lb {
    text-align: center;
    padding-top: 15px;
  }
  .addbaskt {
    width: 100%;
    padding-left: 0;
    text-align: center;
    max-width: 320px;
    margin: 0 auto!important;
    display: block;
  }

  .addbaskt2 {
    width: 100%;
    padding-left: 0;
    text-align: center;
    max-width: 320px;
    margin: 0 auto!important;
    display: block;
  }

  .addbaskt span.price {
    width: 100%;
    display: block;
  }
  .submitrow .lb {
    text-align: center;
    display: block;
  }
  .incrmt {
    margin: 0 auto;
  }
  body.stag .modal_addtobasket {
    left: 0 !important;
  }
}
@media (max-width: 736px) {
  .modal_addtobasket {
    width: 90%;
  }
  .basketcontent .h {
    float: none;
    margin-bottom: 10px;
  }
  .basketcontent .price {
    float: none;
    text-align: left;
  }
  .edesc {
    padding-right: 40px;
  }
}
@media (max-width: 414px) {
  .basketcontent {
    padding: 23px;
  }
  .basketimgx {
    top: 23px;
    right: 23px;
  }
  .basketimg a {
    right: 23px;
    bottom: 23px;
  }
  .tooltip_content {
    max-width: 308px;
  }
}
.tooltipx {
  position: relative;
  cursor: pointer;
}
.tooltipx .tooltip_content {
  visibility: hidden;
}
.tooltipx:hover .tooltip_content {
  visibility: visible;
}
.tooltip_content {
  position: absolute;
  top: -64px;
  left: -8px;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 226px;
  min-height: 46px;
  padding: 10px 13px;
  font-style: normal!important;
  border-radius: 3px;
  text-transform: uppercase;
  max-width: 300px;
  width: auto;
  white-space: nowrap;
  /*tooltip*/
}
.tooltip_content .h {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  float: left;
}
.tooltip_content p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.tooltip_content {
  box-shadow: 2px 2px 1px 0 #ccc;
}
.tooltip_content:after {
  content: '';
  display: block;
  position: inherit;
  bottom: -4px;
  left: 16px;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.entry .meta i.vegetarian .tooltip_content,
.entry .meta i.vegetarian .tooltip_content:after {
  border-color: #01a185;
}
.entry .meta i.vegetarian .tooltip_content * {
  color: #01a185;
}
.entry .meta i.nuts .tooltip_content,
.entry .meta i.nuts .tooltip_content:after {
  border-color: #af2b12;
}
.entry .meta i.nuts .tooltip_content * {
  color: #af2b12;
}
.entry .meta i.nogluten .tooltip_content,
.entry .meta i.nogluten .tooltip_content:after {
  border-color: #f59c00;
}
.entry .meta i.nogluten .tooltip_content * {
  color: #f59c00;
}
.entry .meta i.vegan .tooltip_content,
.entry .meta i.vegan .tooltip_content:after {
  border-color: #01a185;
}
.entry .meta i.vegan .tooltip_content * {
  color: #01a185;
}
.entry .meta i.dairyfree .tooltip_content,
.entry .meta i.dairyfree .tooltip_content:after {
  border-color: #95a5a5;
}
.entry .meta i.dairyfree .tooltip_content * {
  color: #95a5a5;
}
.entry .meta i.glu .tooltip_content,
.entry .meta i.glu .tooltip_content:after {
  border-color: #f59c00;
}
.entry .meta i.glu .tooltip_content * {
  color: #f59c00;
}
.entry .meta i.cru .tooltip_content,
.entry .meta i.cru .tooltip_content:after {
  border-color: #ee6e48;
}
.entry .meta i.cru .tooltip_content * {
  color: #ee6e48;
}
.entry .meta i.egg .tooltip_content,
.entry .meta i.egg .tooltip_content:after {
  border-color: #c5b59f;
}
.entry .meta i.egg .tooltip_content * {
  color: #c5b59f;
}
.entry .meta i.fis .tooltip_content,
.entry .meta i.fis .tooltip_content:after {
  border-color: #5babe6;
}
.entry .meta i.fis .tooltip_content * {
  color: #5babe6;
}
.entry .meta i.pea .tooltip_content,
.entry .meta i.pea .tooltip_content:after {
  border-color: #d66b4c;
}
.entry .meta i.pea .tooltip_content * {
  color: #d66b4c;
}
.entry .meta i.soy .tooltip_content,
.entry .meta i.soy .tooltip_content:after {
  border-color: #e4c08e;
}
.entry .meta i.soy .tooltip_content * {
  color: #e4c08e;
}
.entry .meta i.mil .tooltip_content,
.entry .meta i.mil .tooltip_content:after {
  border-color: #95a5a5;
}
.entry .meta i.mil .tooltip_content * {
  color: #95a5a5;
}
.entry .meta i.tre .tooltip_content,
.entry .meta i.tre .tooltip_content:after {
  border-color: #af2b12;
}
.entry .meta i.tre .tooltip_content * {
  color: #af2b12;
}
.entry .meta i.cel .tooltip_content,
.entry .meta i.cel .tooltip_content:after {
  border-color: #01a185;
}
.entry .meta i.cel .tooltip_content * {
  color: #01a185;
}
.entry .meta i.mus .tooltip_content,
.entry .meta i.mus .tooltip_content:after {
  border-color: #f5cc01;
}
.entry .meta i.mus .tooltip_content * {
  color: #f5cc01;
}
.entry .meta i.ses .tooltip_content,
.entry .meta i.ses .tooltip_content:after {
  border-color: #f6c789;
}
.entry .meta i.ses .tooltip_content * {
  color: #f6c789;
}
.entry .meta i.sul .tooltip_content,
.entry .meta i.sul .tooltip_content:after {
  border-color: #b8c0a2;
}
.entry .meta i.sul .tooltip_content * {
  color: #b8c0a2;
}
.entry .meta i.lup .tooltip_content,
.entry .meta i.lup .tooltip_content:after {
  border-color: #c5b59f;
}
.entry .meta i.lup .tooltip_content * {
  color: #c5b59f;
}
.entry .meta i.mol .tooltip_content,
.entry .meta i.mol .tooltip_content:after {
  border-color: #691708;
}
.entry .meta i.mol .tooltip_content * {
  color: #691708;
}
@media (max-width: 568px) {
  /*.tooltip_content{position:fixed;top:40px!important;left:0px;right:0;z-index:11;margin:0 auto;box-shadow:none;max-width:339px}
  */
  .tooltip_content {
    max-width: 100%;
    box-shadow: none;
    position: relative;
    top: 0!important;
    display: none;
    left: 0;
    margin-top: 15px;
  }
  .tooltip_content:after {
    display: none;
  }
  .basketimgx {
    top: 15px;
    right: 15px;
  }
  .basketimg a {
    right: 15px;
    bottom: 15px;
  }
  .basketcontent {
    padding: 15px;
  }
  .tooltip_content .h,
  .tooltip_content p {
    float: none;
  }
  .tooltipx.ismobile .tooltip_content {
    visibility: visible;
    display: block!important;
    padding: 0 0 10px;
    border: none;
    min-height: 0;
  }
  .ahdefaultmodal {
    padding: 40px 15px 15px;
    top: 40px;
  }
  .ahdefaultmodal p.h {
    line-height: 30px;
  }
  .closemodallocation {
    top: 15px;
    right: 15px;
  }
}
/*body.filtershown .csbutton2,body.basketshown .csbutton2{display:block!important;top:15px;right:32px;position:fixed;z-index:11}*/
.ahdefaultmodal .h + p.sub {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  margin-bottom: 43px;
}
.ahdefaultmodal .h + p.sub a {
  color: #6e9143;
  text-decoration: none;
}
.ahdefaultmodal .h + p.sub a:hover {
  color: #ee6e48;
}
.fieldwrapper.your_location input {
  width: 70%;
  top: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
.fieldwrapper {
  margin-bottom: 19px;
}
.fieldwrapper input {
  top: 0;
  width: 100%;
  line-height: 22px;
}
.label-text.green {
  color: #6e9143;
  font-weight: 300;
  margin-top: -2px;
  display: inline-block !important;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
input[type="checkbox"] + .label-text:before {
  content: "" !important;
  border: 1px solid #ccc;
  width: 18px!important;
  height: 18px;
  margin-right: 12px!important;
  position: relative;
  top: 4px;
}
input[type="checkbox"]:checked + .label-text:before {
  background: #6e9143 url(../img/checkbox.png) no-repeat;
  border-color: #6e9143;
}
.rememberme {
  float: left;
}
.rememberme label {
  cursor: pointer;
}
.forgotpass {
  float: right;
  margin-top: 1px;
  color: #231f20 !important;
}
body.loginmodal .modal_login,
body.registermodal .modal_register,
body.forgot-password .forgot_password{
  display: block!important;
  z-index: 11 !important;
}
.modal_login {
  top: 300px;
  width: 420px;
}
.modal_login .h {
  margin-bottom: 5px !important;
}
@media (min-width: 1441px) {
}
@media (max-width: 1280px) {
  p.swipetoclose {
    /*display: block!important;*/
    text-align: center;
    margin-bottom: 20px !important;
  }
  .mainsidebar,
  .categoriesfilter {
    height: 100%;
  }
  /*fix hiding url bar in mobile*/
}
@media (max-width: 960px) {
  .nalt {
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nalt > li {
    float: left;
  }
}
@media (max-width: 812px) {
  .nalt {
    text-align: center;
    padding-top: 24px !important;
  }
  .nalt > li {
    display: inline-block !important;
    float: none;
  }
  .nalt > li > a.login i,
  .nalt > li > a.order i {
    display: none;
  }
  .nalt > li.social {
    position: relative;
    top: 10px;
  }
  .nalt > li.social > a {
    background-color: #ccc;
    border-color:#ccc;
  }
  /*.nalt>li>a.order:hover{background:#f7f7f7!important;border-color:#f7f7f7!important}*/
}
@media (min-width: 813px) {
  .nalt > li > a.login i,
  .nalt > li > a.order i {
    display: none;
  }
}
@media (max-width: 768px) {
  .fieldwrapper.your_location input,
  .inputwrapper.delivery_date input {
    top: 0px;
    width: 90%;
  }
}
@media (max-width: 683px) {
  .nalt > li > a.login,
  .nalt > li > a.order {
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .nalt > li > a.login i,
  .nalt > li > a.order i {
    display: inline-block;
  }
  .nalt > li > a.login span,
  .nalt > li > a.order span {
    display: none;
  }
  .nalt > li > a.login {
    background: #88b156;
    color: #fff;
  }
  .nalt > li > a.login:hover {
    background: #ee6e48;
    border-color: #ee6e48 !important;
  }
}
@media (max-width: 667px) {
  .navbar-brand {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  .nalt {
    position: relative;
    left: 0;
    top: 0;
  }
  .navbar-brand {
    margin-left: auto !important;
  }
}
@media (max-width: 414px) {
  .ahdefaultmodal {
    top: 20px !important;
  }
  .modal_login {
    width: 350px;
  }
  .modal_addtobasket {
    width: 100%!important;
    border-radius: 0;
  }
}
.modal_register {
  top: 37px;
  width: 420px;
}
.sectiongroup {
  position: relative;
  line-height: 38px;
  margin-bottom: 15px;
  padding-top: 0;
  margin-top: -3px;
}
.sectiongroup span {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: block;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 180px;
}
.sectiongroup:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  display: block;
  position: absolute;
  top: 60%;
  z-index: 3;
}
.div1 {
  height: 1px;
  background: #ccc;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.modal_register {
  padding-bottom: 0;
}
.modal_register p.h {
  margin-bottom: 5px !important;
}
.modal_register .scroll-wrapper > .scroll-content {
  height: 760px !important;
}
.div1.posthead {
  margin-top: 30px;
  position: relative;
  top: 1px;
}
.modal_register .form-check + .sectiongroup {
  padding-top: 10px;
}
.modal_register .content {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.modal_register .content a {
  color: #6e9143;
}
.modal_register .content p {
  font-size: 14px;
}
.modal_register .sbmt {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 0 !important;
}
.scrollbar-inner > .scroll-element.scroll-y {
  right: 0!important;
  width: 10px !important;
}
@media (max-width: 1680px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 560px !important;
  }
}
@media (max-width: 1440px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 560px !important;
  }
  .modal_login {
    top: 37px;
  }
  
  .entry .thumbnail {
    width: calc(100% - 20px);
    height: 174px;
  }
  
  .entry .entry_description.main  {
    margin-top: 160px !important;
  }

  .addbaskt2 {
    margin-left: -7px;
    margin-right: unset;
  }
  
  .entry .input-group {
    margin-left: 7px;
  }

  .entry .entry_description  {
    max-width: 100%;
    margin-left: 10px !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media (max-width: 1366px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 420px !important;
  }
}
@media (max-width: 1280px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 580px !important;
  }
}
@media (max-width: 1024px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 540px !important;
  }
  .swipetoclose {
    /*display: block!important;*/
    text-align: center;
    font-size: 13px;
  }
  .swipetoclose i {
    margin-right: 10px;
  }
}
@media (max-width: 960px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 390px !important;
  }
  .dropdown-menu {
    margin-top: 0 !important;
  }
}
@media (max-width: 568px) {
  .nalt {
    left: 0;
    top: 0px;
  }
  .modal_register .scroll-wrapper > .scroll-content {
    height: 360px !important;
  }
  .modal_login {
    top: 40px !important;
  }
  .div1 {
    max-width: 100%;
  }
  .ahdefaultmodal {
    width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .modal_register {
    padding-bottom: 0;
  }
  .div1,
  .modal_register .sbmt,
  .modal_register .content p {
    max-width: 290px;
  }
  .frow {
    text-align: center;
  }
  .socialist {
    margin-bottom: 0 !important;
  }
  .frow ul li.social {
    display: inline-block;
  }
  .frow ul li.social a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .flinks {
    padding-top: 20px;
  }
  .copyr {
    text-align: center;
  }
  .copyr span {
    display: block;
  }
  .copyr .colright a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .modal_login {
    top: 20px !important;
  }
}
@media (max-width: 375px) {
  .mainsidebar .order_entry .order_info {
    max-width: 200px;
  }
}
/*orderpage*/
.order-page .nalt > li > a.order1,
.order-page .nalt > li > a.order2,
.nalt > li.searchbtn > a {
  display: block!important;
  margin-right: 0 !important;
}
/*.order-page .nalt>li>a.order2:hover{background:#f7f7f7!important}*/
.nalt > li.searchbtn {
  display: block!important;
  margin-right: 10px;
  margin-left: 20px;
}
.nalt > li.searchbtn a {
  padding: 0 !important;
}
.searchwhite {
  background: url(../img/icon_search_white.png) no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.nalt > li.searchbtn a:hover {
  border-color: #88b156 !important;
}
.nalt > li.searchbtn a:hover .searchwhite {
  background-color: #88b156;
}
.ordermenu:after {
  content: "";
  display: block;
  clear: both;
}
.backtomenu {
  float: left;
  padding-top: 15px;
  color: #231f20!important;
  padding-left: 15px !important;
}
.backtomenu:hover {
  opacity: 0.7;
}
.backtomenu:after {
  display: none !important;
}
.backtomenu i {
  margin-right: 15px;
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../img/arrowleft.png) no-repeat;
  position: relative;
  top: 3px;
}
div.stepbtn {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.ordermenu a {
  text-transform: none!important;
  font-size: 15px!important;
  color: #ccc;
}
.ordermenu a:hover div.stepbtn {
  background: #6e9143;
}
.ordermenu a:after {
  display: none !important;
}
.ordermenu a.active {
  color: #ee6e48!important;
  font-weight: 600;
}
.ordermenu a div.stepbtn {
  position: relative;
  top: 24px;
  z-index: 5;
  width: 32px;
  height: 32px;
  background: #ccc;
  text-align: center;
  color: #fff!important;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto;
  line-height: 30px;
  border-radius: 16px;
}
.ordermenu a div.stepbtn:before,
.ordermenu a div.stepbtn:after {
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  display: block;
  position: absolute;
}
.ordermenu a div.stepbtn:before {
  top: 10px;
  left: -10px;
}
.ordermenu a div.stepbtn:after {
  top: 10px;
  right: -10px;
}
.ordermenu a.active div.stepbtn:before {
  left: -12px;
}
.ordermenu a.active div.stepbtn:after {
  right: -12px;
}
.ordermenu a.active div.stepbtn:before,
.ordermenu a.active div.stepbtn:after {
  width: 12px;
}
.ordermenu a.active div.stepbtn {
  background: #ee6e48;
}
.ordermenu a.check div.stepbtn {
  background: #fff url(../img/greencheck.png) no-repeat center center;
  border: 2px solid #83B060;
  text-indent: -9999px;
}
.ordermenu a.check {
  color: #fff;
}
.ordermenu a.check:before {
  display: block!important;
  content: "";
  width: 210px;
  height: 1px;
  background: #6e9143;
  position: absolute;
  left: 50px;
  top: 40px;
  z-index: 5;
}
.ordermenu a.check:last-of-type:before {
  display: none !important;
}
.ordermenuwrap {
  width: 644px;
  position: relative;
  margin: 0 auto;
}
.ordermenuwrap a {
  width: 142px;
  text-align: center;
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
  top: 10px;
}
.ordermenuwrap:after {
  content: "";
  background: #e7e7e7;
  height: 1px;
  position: absolute;
  top: 44%;
  display: block;
  width: 100%;
  z-index: 3;
  max-width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.order-page a.showfilter {
  display: none !important;
}
@media (min-width: 1903px) {
  .ordermenu {
    max-width: 1500px;
    float: none;
    padding-top: 0;
  }
  .ordermenuwrap {
    left: 140px;
    float: none;
    height: 113px;
  }
  .order-page .mainsidebar {
    margin-top: -115px;
    border-left: 1px solid #ccc;
    margin-left: -1px;
    background: #fff;
    width: 405px;
  }
  .order-page .mainsidebar:before {
    /*content: "";*/
    /*display: block;*/
    /*width: 100%;*/
    /*border-top: 1px solid #ccc;*/
  }
  @-moz-document url-prefix() {
    .order-page .mainsidebar {
      margin-top: -115px;
    }
  }
}
@media (max-width: 1903px) {
  body.order-page .swipetoclose {
    display: none !important;
  }
}
@media (max-width: 1680px) {
  .headernav {
    z-index: 10;
  }
  .order-page .headernav {
    z-index: 13;
  }
  .ordermenu {
    position: relative;
    z-index: 5;
  }
  .order-page .nalt > li.searchbtn a:hover {
    border-color: #88b156 !important;
  }
  .order-page .nalt > li.searchbtn a:hover .searchwhite {
    background-color: #88b156 !important;
  }
}
@media (max-width: 1024px) {
  .ordermenu {
    padding-left: 0;
  }
  .ordermenuwrap {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .backtomenu {
    display: none !important;
  }
  .order-page .btmenu {
    display: inline-block !important;
    margin-right: 14px;
  }
  .nalt > li.btmenu > a {
    padding: 2px 15px;
    line-height: 24px;
    font-size: 15px;
    border: 2px solid #231f20 !important;
    color: #fff!important;
    background: #231f20;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    text-transform: uppercase;
    font-weight: 600;
  }
  .nalt > li.btmenu > a:hover {
    background: #231f20!important;
    color: #fff !important;
  }
}
@media (max-width: 960px) {
  .navbar {
    margin-bottom: 0;
  }
  .modal_location {
    top: 40px !important;
  }
}
@media (max-width: 812px) {
  .nalt > li.btmenu {
    margin-right: 0!important;
    display: none !important;
  }
  .nalt > li.btmenu > a {
    margin-right: 17px !important;
  }
  .order-page .nalt > li > a.searchbutton2 {
    width: auto;
    min-width: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-page .nalt > li.searchbtn {
    display: inline-block !important;
    position: relative;
    top: 10px;
  }
  .order-page .nalt > li.searchbtn a {
    border: none!important;
    margin-right: 15px;
    overflow: hidden;
    margin-right: 11px !important;
  }
  .order-page .searchwhite {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .ahdefaultmodal {
    top: 37px !important;
  }
}
@media (max-width: 667px) {
  .nalt > li.btmenu > a > span > span.btmenu-mobilehide {
    display: none !important;
  }
  .nalt > li.btmenu {
    display: none !important;
  }
  .ordermenu a.backtomenu {
    display: block!important;
    line-height: 28px;
    float: none;
    background: #f7f7f7;
    padding: 7px 30px 4px;
    margin-top: -5px;
    opacity: 1;
  }
  .subcategoriesnav.ordermenu .backtomenu:hover {
    background: #fff !important;
  }
  .order-page .nalt > li.btmenu {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .stephide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .ordermenuwrap {
    width: 278px;
  }
  .ordermenuwrap a {
    width: 90px;
    margin: 0;
  }
  .ordermenu a.check:before {
    width: 75px;
  }
}
@media (max-width: 568px) {
  .ahdefaultmodal .h + p.sub a {
    display: block;
  }
}
@media (max-width: 320px) {
  .ahdefaultmodal {
    width: 100%;
    top: 0 !important;
    border-radius: 0 !important;
  }
  .rememberme,
  .forgotpass {
    float: none !important;
  }
  .modal_register .scroll-wrapper > .scroll-content {
    height: 330px !important;
  }
  .checkout_order button.saveorder {
    font-size: 16px;
  }
}
body.order-page .maincontenwrapper {
  padding-left: calc(100% - 1211px);
  padding-right: 35px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
body.order-page .mainwrapper {
  width: 100%;
}
body.order-page .mainwrapper .inner {
  width: calc(100% - 404px);
  max-width: 100%;
  margin: 0;
  float: left;
  border-right: none;
}
body.order-page .mainsidebar {
  width: 404px;
}
@media (min-width: 961px) {
  body.order-page .mainsidebar {
    right: 0;
    float: right;
  }
}
body.order-page .maincontenwrapper:last-of-type {
  border: none;
}
body.order-page .maincontenwrapper:last-of-type:after {
  display: none;
}
.orderform .row {
  padding-top: 33px;
}
.orderform .rowtitle {
  padding-left: 0;
  max-width: 210px;
}
.orderform .rowtitle .h {
  font-size: 20px;
  font-weight: 600;
}
.orderform .form-check {
  margin-bottom: 10px;
}
.orderform .form-check .label-text {
  font-weight: 600;
  font-size: 16px;
  padding-top: 3px;
  display: inline-block;
  cursor: pointer;
}
.orderform .form-check .label-text.light {
  font-weight: 300;
}
.orderform .form-check .label-text:before {
  margin-right: 17px;
  position: relative;
  top: 3px;
}
.orderform .form-check input[type="radio"] + .label-text {
  opacity: .6;
  padding-left: 34px;
  position: relative;
}
.orderform .form-check input[type="radio"]:checked + .label-text {
  opacity: 1;
}
.orderform .form-check input[type="radio"] + .label-text:before {
  content: "";
  background: url(../img/radio.png) no-repeat left bottom;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.orderform .form-check input[type="radio"]:checked + .label-text:before {
  background-position: 0 0;
}
.orderform .rowcontent {
  position: relative;
  left: 2px;
}
.rowcontent.scheduled {
  padding-top: 5px;
}
.rowcontent.scheduled p {
  margin: 0;
}
.rowcontent.scheduled .t {
  font-size: 16px;
  font-weight: 600;
  color: #6e9143;
}
.delivery .rowcontent.info {
  text-align: right;
  padding-right: 0;
  float: right;
}
.delivery .or {
  font-weight: 300;
  font-size: 15px;
  color: #ee6e48;
  display: inline-block;
  padding-top: 2px;
}
.row.delivery {
  padding-bottom: 36px;
  border-bottom: 1px solid #E7E9EC;
}
.row.delivery:last-of-type {
  border: none;
}
.delivery .rowcontent.deliverycontact p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.delivery .rowcontent.deliverycontact p:last-child {
  margin-bottom: 0;
}
.delivery .rowcontent.deliverycontact p span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #ababab;
  font-weight: 300;
  position: relative;
  top: -1px;
}
.ltx {
  font-size: 15px;
  color: #616161;
  font-weight: 300;
  line-height: 22px;
  padding-top: 3px;
}
.basetext {
  border: none;
  border-bottom: 2px solid #6e9143;
  font-size: 16px;
  font-weight: 300;
  color: #616161;
  width: 100%;
  max-width: 374px;
  resize: vertical;
  padding-top: 7px;
  outline: none 0!important;
  -webkit-appearance: none;
  border-radius: 0;
}
.offsetng {
  margin-left: -15px;
}
.delivery .rewards {
  border: none;
  padding: 5px 0;
}
body.order-page .continue:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/continue.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}
body.order-page .continue {
  background: #ee6e48;
  display: block;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  color: #fff!important;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
body.order-page .continue:hover {
  background: #6e9143;
}
body.order-page .continue span.price {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  font-size: 22px;
}
@media (max-width: 1680px) {
  body.order-page .maincontenwrapper {
    padding-left: 45px;
  }
  .delivery .rowcontent.info {
    min-width: 250px;
  }
  .delivery .rowcontent {
    max-width: calc(100% - 470px);
  }
}
@media (max-width: 1440px) {
  body.order-page .maincontenwrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.order-page .row.delivery div[class*='col-md-'] {
    width: 100%!important;
    float: none;
    text-align: left;
    padding-left: 15px;
    max-width: 100% !important;
  }
  body.order-page .rowcontent {
    padding-top: 15px;
  }
  .offsetng {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  body.order-page .swipetoclose {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .orderform .form-check .label-text {
    padding-top: 2px;
  }
  body.order-page .mainwrapper .inner {
    width: 100%;
  }
  body.order-page .swipetoclose {
    display: block !important;
  }
  body.order-page .rewards {
    text-align: center;
  }
  .basetext {
    max-width: 100%;
  }
  /*.mainsidebar .order_entry .price{padding-left:35px}*/
}
@media (max-width: 667px) {
  .ordermenuwrap {
    width: 368px;
  }
  .stephide {
    display: none !important;
  }
  .ordermenuwrap a {
    width: 120px;
    margin: 0;
  }
  .ordermenu a.check:before {
    width: 106px;
  }
  .ordermenuwrap:after {
    max-width: 60%;
  }
}
@media (max-width: 414px) {
  body.order-page .continue span.price,
  body.order-page .continue {
    font-size: 16px;
  }
  .ordermenuwrap {
    width: 284px;
  }
  .ordermenuwrap a {
    width: 92px;
  }
  body.order-page .mainsidebar {
    width: 100%;
  }
}
@media (max-width: 375px) {
  body.order-page .continue {
    text-align: left;
  }
  body.order-page .continue:before {
    display: none;
  }
}
body.order-page .form-check.col3 {
  float: left;
  width: 33.33%;
  padding-right: 30px;
}
.delivery .form-check:nth-child(3n) + .form-check {
  clear: both;
}
.ltdropdown button {
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid #cbcbcb;
  background: none;
  color: #ababab;
  padding: 10px 0;
  width: 100%;
  max-width: 230px;
  text-align: left;
}
.ltdropdown .c {
  width: 17px;
  height: 9px;
  background: url(../img/icon_p.png) no-repeat left bottom;
  display: inline-block;
  float: right;
  margin-top: 7px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ltdropdown.open .c {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.ltdropdown a {
  font-weight: 600 !important;
}
.row-of-options.col-md-9 {
  width: 75%!important;
  max-width: 100% !important;
}
@media (min-width: 961px) {
  body .mainwrapper .inner {
    border-right: 1px solid #ccc!important;
    position: relative;
    right: -1px!important;
  }
  body .mainwrapper.browse .inner{
    /*right: 0!important;*/
  }
}
@media (max-width: 1280px) {
  body.order-page .form-check.col3 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ltdropdown button {
    max-width: 100%;
  }
  body.order-page .form-check.col3 {
    padding-right: 0;
  }
  .orderform .form-check.col3 .label-text {
    font-size: 14px;
  }
}
.quantity {
  position: relative;
  text-align: center;
  width: 18px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 20px!important;
  margin-right: 15px;
}
.onhover .quantity,
.quantity:hover {
  box-shadow: 0 0 10px #ccc;
  color: #83B060;
}
.quantity .add,
.quantity .sub {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: #83B060;
  display: block;
  color: #fff;
  line-height: 16px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
}
.quantity .add:hover,
.quantity .sub:hover {
  background: #ccc;
}
.onhover .add,
.onhover .sub,
.quantity:hover .add,
.quantity:hover .sub {
  opacity: 1;
}
.quantity .add {
  top: -18px;
}
.quantity .sub {
  bottom: -18px;
}
.mainsidebar .order_entry {
  position: relative;
}
.del_order {
  width: 18px;
  height: 18px;
  color: #fff!important;
  background: #ee6e48;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  display: none;
  text-decoration: none!important;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.del_order:hover {
  background: #231f20;
}
.onhover .del_order {
  display: block !important;
}
@media (max-width: 960px) {
  .order-page .onhover .price .d {
    visibility: visible;
  }
}
@media (min-width: 481px) {
  .onhover .price .d {
    visibility: hidden;
  }
}
@media (max-width: 960px) {
  .order-page .mainsidebar .order_entry .price {
    float: none;
    text-align: left;
    padding-left: 0;
    padding-top: 5px;
    width: 100%;
    clear: both;
    position: initial !important;
  }
}
.reviewordermodal {
  width: calc((100% - 404px) - 195px);
  position: fixed;
  top: 279px;
  left: 195px;
  z-index: 11;
  padding: 40px;
}
.reviewordermodal .wrapper {
  min-height: 300px;
  background: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0 0 30px #444;
  padding: 31px 41px 39px;
}
.reviewordermodal .wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFF;
  position: absolute;
  top: 53px;
  right: -9px;
}
.reviewordermodal .headsection {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.reviewordermodal .h {
  font-size: 20px;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 5px;
}
.reviewordermodal p.s {
  font-weight: 300;
  font-size: 15px;
  color: #ababab;
  max-width: 814px;
}
.reviewordermodal a.okgot {
  position: absolute;
  top: 8px;
  right: 0;
  border: 2px solid #ee6e48;
  height: 40px;
  width: 155px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  font-weight: 600;
  color: #ee6e48;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.reviewordermodal a.okgot i {
  font-size: 18px;
  color: #ee6e48;
  margin-left: 15px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.reviewordermodal a.okgot:hover {
  border-color: #83B060;
  color: #83B060;
}
.reviewordermodal a.okgot:hover i {
  color: #83B060;
}
.slidercontrols {
  position: relative;
  right: -5px;
  top: 5px;
}
.slidercontrols .prev,
.slidercontrols .next {
  float: left;
}
.slidercontrols .prev a,
.slidercontrols .next a {
  width: 20px;
  height: 20px;
  display: block;
  color: #fff;
  border-radius: 10px;
  margin: 0 5px;
  position: relative;
  background: #ccc;
}
.slidercontrols .prev a:before,
.slidercontrols .next a:before {
  display: inline-block;
  font-family: FontAwesome;
  position: relative;
  top: 0;
  left: 3px;
  font-size: 13px;
}
.slidercontrols .prev a:before {
  content: "\f177";
}
.slidercontrols .next a:before {
  content: "\f178";
}
.slidercontrols a {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.slidercontrols a:hover {
  background: #83B060;
}
.slidercontrols:after {
  content: "";
  display: block;
  clear: both;
}
.slider {
  clear: both;
}
.slidercontainer {
  float: left;
  max-width: calc(50% - 21px);
}
.slidercontainer + .slidercontainer {
  float: right;
}
.sliderheading {
  width: 100%;
}
.sliderheading:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.sliderheading .t {
  float: left;
  max-width: calc(100% - 60px);
  width: 100%;
}
.bx-wrapper {
  box-shadow: none!important;
  clear: both;
  margin-top: 15px;
  border: 1px solid #ebebeb!important;
  border-radius: 4px;
  margin-bottom: 0!important;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
}
.bx-wrapper:hover {
  border-color: #88b156!important;
  box-shadow: 0 0 10px #999 !important;
}
.bx-wrapper .entry {
  margin-bottom: 0;
  border: none!important;
  box-shadow: none!important;
  height: auto !important;
}
.bx-wrapper .entry .thumbnail {
  width: 188px;
  height: 110px;
  margin: 0;
}
.bx-wrapper .entry .entry_description {
  margin-left: 0;
  padding-left: 198px;
  border: none;
  max-width: 100%;
  min-height: 110px;
}
.bx-wrapper .entry .entry_description .d {
  width: 100%;
}
.bx-wrapper .entry .entry_description h2 {
  font-weight: 400;
}
.bx-wrapper .entry .entry_description p {
  font-size: 15px;
}
.bx-wrapper .entry .info {
  width: 100%;
  height: 100%;
  float: none;
  text-align: left;
  top: 0;
}
.bx-wrapper .entry .info {
  clear: both;
}
.bx-wrapper .entry .info span {
  display: inline-block !important;
  margin-bottom: 0 !important;
}
body.revieworder .headernav,
body.revieworder .mainsidebar {
  z-index: 15;
}
body.revieworder .headernav {
  position: relative;
}
body.revieworder .mainsidebar {
  background: #fff;
  position: relative;
}
body.revieworder .reviewordermodal {
  z-index: 12!important;
  opacity: 1 !important;
}
@media (max-width: 1903px) {
  body.revieworder .headernav {
    z-index: 8;
  }
  body.revieworder .mainsidebar {
    position: fixed;
  }
  .reviewordermodal {
    width: calc((100% - 404px) - 18px);
    left: 0;
  }
  .order-page .reviewordermodal {
    width: calc((100% - 404px) - 0px);
  }
  .reviewordermodal {
    padding: 30px;
  }
}
@media (max-width: 1600px) {
  .reviewordermodal a.okgot {
    position: relative;
    top: 0;
    display: block;
  }
}
@media (max-width: 1440px) {
  .reviewordermodal .headsection {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .bx-wrapper {
    margin-top: 5px;
  }
  .slidercontainer {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1366px) {
  .reviewordermodal .wrapper:before {
    display: none !important;
  }
  .close_reviewordermodal {
    display: block!important;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  body.order-page .reviewordermodal,
  .reviewordermodal {
    width: 100%;
  }
  .reviewordermodal .wrapper {
    padding: 20px;
    border-radius: 3px;
  }
  body.revieworder .entry .entry_description .info {
    position: relative !important;
  }
  body.revieworder .reviewordermodal {
    z-index: 16 !important;
  }
  body.revieworder:not(.order-page) .reviewordermodal {
    top: 0px !important;
  }
  body.revieworder .overlay {
    z-index: 15 !important;
  }
}
@media (max-width: 667px) {
  .reviewordermodal a.okgot {
    width: 100%;
    margin: 20px 0 5px;
  }
  /*.bx-wrapper .entry .thumbnail{display:none}*/
  .bx-wrapper .entry .entry_description {
    padding-left: 0;
    padding-top: 10px;
  }
  .sliderheading .t {
    font-size: 16px;
    width: 75%;
  }
  .slidercontrols {
    float: right;
  }
  .bx-wrapper .entry .entry_description h2 {
    font-size: 18px;
  }
  .bx-wrapper .entry .entry_description p {
    font-size: 15px;
  }
}
@media (max-height: 1280px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 700px !important;
  }
}
@media (max-height: 1024px) {
  /*.modal_register .scroll-wrapper > .scroll-content{height:700px!important}*/
}
@media (max-height: 812px) {
  .reviewordermodal {
    padding: 15px 29px;
  }
  .reviewordermodal .wrapper {
    overflow: auto;
    height: 583px;
    padding: 15px;
  }
  .modal_register .scroll-wrapper > .scroll-content {
    height: 500px !important;
  }
}
@media (max-width: 768px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 400px !important;
  }
}
@media (max-height: 640px) {
  .reviewordermodal .wrapper {
    overflow: auto;
    height: 560px;
  }
}
@media (max-height: 568px) {
  .reviewordermodal .wrapper {
    overflow: auto;
    height: 300px;
  }
  body.locshown .modal_location {
    /*height: 340px;*/
    overflow: auto;
  }
  .modal_register .scroll-wrapper > .scroll-content {
    height: 280px !important;
  }
}
@media (max-height: 414px) {
  .modal_register .scroll-wrapper > .scroll-content {
    height: 200px !important;
  }
}
@media (max-height: 375px) {
  body.locshown .modal_location {
    height: 300px;
    overflow: auto;
    top: 20px !important;
  }
  .modal_register .scroll-wrapper > .scroll-content {
    height: 180px !important;
  }
}
@media (max-height: 320px) {
  body.locshown .modal_location {
    height: 260px;
    overflow: auto;
  }
  .modal_register .scroll-wrapper > .scroll-content {
    height: 100px !important;
  }
}
@media (max-height: 320px) {
  .reviewordermodal .wrapper {
    overflow: auto;
    height: 260px;
    min-height: 0;
  }
}
@media (max-height: 568px) and (max-width: 320px) {
  .reviewordermodal .wrapper {
    overflow: auto;
    height: 538px;
    min-height: 0;
  }
}
@media (max-height: 480px) and (max-width: 320px) {
  .reviewordermodal .wrapper {
    overflow: auto;
    height: 450px;
    min-height: 0;
  }
}
.accountinfo .gp {
  margin-bottom: 18px;
}
.accountinfo .gp:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.accountinfo .h {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 160px;
}
.accountinfo .lbl {
  width: 160px;
  float: left;
  text-align: right;
  min-height: 1px;
  font-size: 15px;
  font-weight: 300;
}
.accountinfo .inpt {
  width: calc(100% - 160px);
  float: left;
  -webkit-appearance: none;
  border-radius: 0;
}
.accountinfo .ltdropdown.input2 {
  margin-bottom: 10px;
}
.accountinfo .ltdropdown.input2.multi ul {
  height: 200px;
  overflow: auto;
}
.accountinfo .inpt input.in {
  display: inline-block;
  width: 77px;
}
.accountinfo .inpt input.blk {
  display: block;
}
.accountinfo .ltdropdown.input2 button {
  border: 1px solid #E7E9EC;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #88b156;
}
.accountinfo input {
  outline: none 0!important;
  padding: 10px 14px;
}
.accountinfo .inpt.smallfld {
  width: 194.5px;
}
.accountinfo .inpt.promo_code input,
.accountinfo .inpt.smallfld input,
.accountinfo .inpt.smallfld select{
  width: 100%;
  padding-right: 45px;
}
.accountinfo .inpt.fullfld input,
.accountinfo .inpt.fullfld select {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
.accountinfo textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.accountinfo .inpt {
  position: relative;
}
.accountinfo .inpt .nfo {
  width: 16px;
  background: url(../img/icon_rewards.png) no-repeat;
  display: inline-block;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  border-radius: 8px;
}
.accountinfo .inpt .nfo.checkbx {
  background: #6e9143 url(../img/checkbox.png) no-repeat;
}
.apply_promo_code a,
.verify_card a{
  width: 194.5px;
  background: #83B060;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 44px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.apply_promo_code a:hover {
  background: #ee6e48;
}
.accountinfo .inpt select {
  padding: 10px 20px;
  color: gray !important;
}
.accountinfo .inpt input,
.accountinfo .inpt select {
  border: 1px solid #e7e9ec;
  font-size: 16px;
  font-weight: 300;
  color: #616161;
  -webkit-appearance: none;
  border-radius: 0;
}
.accountinfo .inpt input.in {
  width: calc((100% / 4) - 2.8px);
}
.accountinfo .infocol {
  margin-bottom: 40px;
}
.accountinfo .form-check .label-text {
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
.accountinfo .form-check .label-text .t {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  top: 2px;
}
.accountinfo .form-check .label-text a {
  text-decoration: underline;
  color: #6e9143;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.accountinfo .form-check .label-text a:hover {
  color: #ee6e48;
}
.accountinfo .form-check .label-text:before {
  position: absolute;
  left: 0;
  top: 3px;
}
.accountinfo .checkgrp .form-check {
  display: block;
  width: 100%;
}
.accountinfo .inpt input.blk {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .accountinfo .checkgrp {
    padding-left: 200px;
  }
}
@media (min-width: 1366px) {
  .accountinfo .lbl {
    padding-top: 12px;
    padding-right: 20px;
  }
  .accountinfo .ltdropdown.input2.card_type {
    width: 100%;
  }
  .accountinfo .inpt input.in {
    width: calc((100% / 4) - 17.8px);
    margin-right: 20px;
  }
  .accountinfo .inpt input.in:last-of-type {
    margin-right: 0;
  }
  .accountinfo .inpt input,
  .accountinfo .ltdropdown.input2 {
    width: calc((100% / 2) - 12px);
  }
  .accountinfo .ltdropdown.input2:first-of-type {
    margin-right: 24px;
  }
  .accountinfo .ltdropdown.input2.multi {
    float: left;
  }
}
@supports (-ms-accelerator:true) {
  .accountinfo .inpt input.in {
    width: calc((100% / 4) - 17.8px);
    margin-right: 19px;
  }
}
@media (max-width: 1680px) {
  .accountinfo .inpt.smallfld {
    width: calc(100% - 160px);
  }
  .accountinfo .inpt.smallfld input {
    width: calc((100% / 2) - 12px);
  }
  .accountinfo .inpt.smallfld .nfo {
    right: calc((100% / 2) + 27px);
  }
}
@media (max-width: 1440px) {
  .accountinfo .inpt input {
    width: 100%;
  }
  .accountinfo .inpt input.in {
    width: calc((100% / 4) - 8.8px);
    margin-right: 8px;
  }
}
@media (max-width: 1366px) {
  .accountinfo .infocol {
    width: 100%;
  }
  .accountinfo .lbl {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 10px;
  }
  .accountinfo .inpt input.in {
    width: calc((100% / 4) - 17.8px);
    margin-right: 20px;
  }
  .accountinfo .inpt input.in:last-of-type {
    margin-right: 0;
  }
  .accountinfo .inpt {
    width: 100%;
    float: none;
  }
  .accountinfo .h {
    padding-left: 0;
  }
  .accountinfo .ltdropdown.input2.card_type,
  .accountinfo .inpt.smallfld,
  .accountinfo .inpt input,
  .accountinfo .ltdropdown.input2 {
    width: calc((100% / 2) - 12px);
  }
  .accountinfo .ltdropdown.input2:first-of-type {
    margin-right: 24px;
  }
  .accountinfo .ltdropdown.input2.multi {
    float: left;
  }
}
@media (max-width: 1024px) {
  .accountinfo .inpt.smallfld {
    width: calc(100% - 160px);
  }
  /*.accountinfo .inpt.smallfld input{width:calc((100% / 2) - 12px)}*/
  /*.accountinfo .inpt.smallfld .nfo{right:calc((100% / 2) + 27px)}*/
}
@media (max-width: 960px) {
  .accountinfo .inpt.smallfld {
    width: calc(100% - 0px);
  }
}
@media (max-width: 480px) {
  .accountinfo .ltdropdown.input2.card_type {
    width: 100%;
  }
  .accountinfo .inpt input.in {
    width: calc((100% / 4) - 8.8px);
    margin-right: 8px;
  }
}
@media (max-width: 375px) {
  .accountinfo input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inpt.issue_num input {
    width: 100% !important;
  }
  .inpt.issue_num .nfo {
    right: 15px !important;
  }
  .accountinfo .inpt input.in {
    width: calc((100% / 4) - 6px);
    margin-right: 4.2px;
  }
}
.od_sep {
  height: 1px;
  background: #ccc;
  width: 100%;
}
body.thank-you .mainsidebar .rewards {
  background: #ee6e48;
  border: none;
  margin-bottom: -1px;
}
body.thank-you .mainsidebar .rewards,
body.thank-you .mainsidebar .rewards span {
  color: #fff;
}
body.thank-you .mainsidebar .rewards:before {
  background-position: left bottom;
}
body.thank-you .mainsidebar .order_details,
body.thank-you .mainsidebar .od_sep,
body.thank-you .mainsidebar .brngroup1 {
  display: none !important;
}
body.thank-you .mainsidebar .saveorder.re_use {
  display: block!important;
  background: #6e9143;
  color: #fff;
}
body.thank-you .mainsidebar .saveorder.re_use:hover {
  background: #231f20;
}
body.thank-you .row.delivery {
  border: none;
}
body.thank-you .delivery .rowtitle {
  text-align: right;
}
body.thank-you .delivery .rowcontent {
  font-size: 15px;
}
body.thank-you .delivery .rowcontent p {
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 400;
}
body.thank-you .delivery .rowcontent strong {
  font-weight: 700;
  font-style: normal!important;
  display: block;
}
body.thank-you .delivery .rowcontent.rowcontent_inline strong {
  display: inline-block;
}
body.thank-you .delivery .rowcontent {
  max-width: 100% !important;
}
body.thank-you .categoriesbanner {
  border-bottom: 1px solid #ccc;
}
body.thank-you .categoriesbanner p.edit {
  padding-top: 40px;
  color: #ee6e48;
  font-size: 16px;
}
body.thank-you .categoriesbanner p.edit:before {
  content: "i";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ee6e48;
  text-align: center;
  line-height: 18px;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
body.thank-you .categoriesbanner p.edit a {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #ee6e48;
  border-bottom: 1px solid #ee6e48;
  text-decoration: none;
}
body.thank-you .categoriesbanner p.edit a:hover {
  color: #6e9143;
  border-color: #6e9143;
}
@media (max-width: 1903px) {
  body.thank-you .categoriesbanner {
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  body.thank-you .categoriesbanner {
    background: none !important;
  }
}
@media (max-width: 1024px) {
  .navbar-nav > li.btmenu {
    display: none !important;
  }
  body.thank-you .ordermenu a.backtomenu {
    line-height: 24px;
    float: none;
    background: #f7f7f7;
    padding: 7px 30px 6px;
    margin-top: -3px;
  }
}
/*try 2560*/
@media (min-width: 1936px) {
  .mainsidebar {
    border-right: 1px solid #ccc;
  }
  .mainwrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  body.order-page .mainsidebar {
    border-top: none;
  }
  .reviewordermodal .wrapper {
    max-width: 1550px;
  }
  .ordermenu {
    max-width: 100%;
  }
  .ordermenuwrap {
    left: 0;
  }
}
@media (min-width: 961px) {
  body.order-page .showbasket {
    display: none !important;
  }
  .searchbutton input {
    background: #88b156;
    color: #fff!important;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .searchbutton input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
  }
  .searchbutton input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 0.8;
  }
  .searchbutton input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 0.8;
  }
  .searchbutton input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  body.thank-you .orderform .col-md-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  body.basketshown.order-page .mainsidebar {
    width: 100% !important;
  }
}
.nalt > li > a.logout {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #88b156!important;
  color: #88b156;
  background: none;
  margin-right: 20px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
@media (max-width: 812px) {
  .nalt > li > a.logout i {
    display: none;
  }
}
@media (min-width: 813px) {
  .nalt > li > a.logout i {
    display: none;
  }
}
@media (max-width: 683px) {
  .nalt > li > a.logout {
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .nalt > li > a.logout i {
    display: inline-block;
  }
  .nalt > li > a.logout span {
    display: none;
  }
  .nalt > li > a.logout {
    background: #88b156;
    color: #fff;
  }
  .nalt > li > a.logout:hover {
    background: #ee6e48;
    border-color: #ee6e48 !important;
  }
}
.navbar {
  border: none;
}
/**/
.headernav {
  background: #fff;
}
.ordermenu {
  background: #88b156;
}
.modal_search .wrap:before {
  background-position: left bottom !important;
}
.resubcat.smenu.subcategoriesnav a.current {
  background: #f7f7f7;
}
.ltdropdown .dropdown-menu {
  border: 1px solid #ccc!important;
  margin-top: -1px !important;
}
.ltdropdown .dropdown-menu > li > a {
  color: #231f20;
}
.ltdropdown.open .dropdown-toggle,
.accountinfo .inpt input {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.ltdropdown.open .dropdown-toggle,
.accountinfo .inpt input:focus {
  border-color: #ccc !important;
}
.ordermenuwrap:after {
  background: #A0C178;
}
.ordermenu a {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #BAD49A!important;
}
.ordermenu a:hover {
  color: #fff;
  opacity: 1;
}
.ordermenu a div.stepbtn {
  background: #A0C178;
}
.ordermenu a div.stepbtn:before,
.ordermenu a div.stepbtn:after {
  background: #88b156;
}
.ordermenu a.active {
  color: #fff!important;
  z-index: 5;
}
.ordermenu a.active div.stepbtn {
  background: #fff;
  color: #88b156 !important;
}
.ordermenu a.check {
  color: #BAD49A;
}
.ordermenu a.check div.stepbtn {
  background: #6A904D url(../img/greencheck.png) no-repeat center bottom;
  width: 36px;
  border-radius: 19px;
  border-top: none;
  border-bottom: none;
}
.ordermenu a.backtomenu {
  color: #fff!important;
}
.ordermenu a.backtomenu:hover {
  opacity: 0.8 !important;
}
.ordermenu a.backtomenu i {
  background-position: left bottom;
}
body.revieworder .headernav {
  z-index: 10;
}
.copyr {
  background: #88b156;
}
@media (min-width: 1680px) {
  .nalt > li > a.login {
    color: #88b156 !important;
    border-color: #88b156 !important;
  }
}
@media (max-width: 1680px) {
  .mainsidebar:before {
    border: none !important;
  }
}
@media (max-width: 1680px) {
  .navbar-header,
  .headernav {
    border-bottom: 1px solid #ccc;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  ul.nav li:hover > ul.dropdown-menu {
    top: 91px;
  }
  .subcategoriesnav {
    /*background: none;*/
    /*border: none;*/
    /*border-bottom: 1px solid #ccc;*/
  }
  /*.subcategoriesnav a {
    color: #231f20;
  }
  .subcategoriesnav a:after {
    background-color: #88b156 !important;
  }
  .ordermenu.subcategoriesnav a {
    color: #fff;
  }
  .categories_submenu a:after {
    background-color: #ee6e48 !important;
  }
  .searchbutton {
    border-color: #ccc;
  }
  .searchbutton:before {
    background: url(../img/icon_search_gray.png) no-repeat;
  }
  .modal_search .wrap:before {
    background-position: left bottom !important;
  }
  .modal_search input {
    font-size: 20px;
  }
  .order-page .headernav {
    border: none;
  }
  .order-page .subcategoriesnav.ordermenu {
    background: #88b156;
    border: none;
  }
  .reviewordermodal {
    padding: 30px;
    top: 0;
  }
  .reviewordermodal .wrapper {
    border-radius: 4px;
  }
  .reviewordermodal .wrapper:before {
    display: none;
  }*/
}
@media (min-width: 961px) {
  .navbar-nav > li > a {
    color: #231f20;
    padding-top: 33px;
    padding-bottom: 35px;
    padding-right: 0;
    margin-right: 10px;
  }
  .navbar-nav > li > a span.br {
    border: 2px solid #fff;
    display: inline-block;
    padding: 4px 18px;
  }
  .navbar-nav > li > a .caret {
    background: url(../img/menucaret2.png) no-repeat;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a.active {
    color: #88b156;
  }
  .navbar-nav > li > a:hover span.br,
  .navbar-nav > li > a.active span.br {
    border-color: #88b156;
  }
  .navbar-nav > li > a:hover .caret,
  .navbar-nav > li > a.active .caret {
    background-position: left bottom;
  }
  .navbar-nav > li.active > a {
    color: #88b156!important;
  }
  .navbar-nav > li.active a span.br {
    border-color: #88b156;
  }
  .navbar-nav > li.active a .caret {
    background-position: left bottom;
  }
  .navbar-nav > li > .dropdown-menu {
    border: 2px solid #88b156;
  }
  ul.nav li:hover > ul.dropdown-menu {
    top: 101px;
  }
  .dropdown-menu {
    padding: 15px 0;
  }
  .dropdown-menu > li > a {
    padding: 9px 20px;
    color: #88b156;
    font-size: 15px;
  }
}
@media all and (max-width: 1620px) and (min-width: 1000px){
    /*.morining-goodies a:nth-last-child(-n+3){
    display: none;
    } */
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .subcategoriesnav {
    overflow: hidden;
  }
  .order-page .navbar-nav > li.btmenu {
    /*display: inline-block !important;*/
  }
  .order-page .btmenu {
    margin-right: 10px !important;
  }
}
@media (max-width: 960px) {
  .navbar-nav > li > .dropdown-menu a {
    background: none;
  }
  .navbar-header,
  .headernav {
    border: none;
  }
  .navbar-toggle {
    margin: 0;
    border: none;
    border-radius: 0;
    width: 80px;
    height: 99px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
  }
  .navbar-toggle .icon-bar {
    background: #231f20;
    height: 4px;
    width: 30px;
    margin-top: 5px!important;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 30px!important;
    font-size: 15px;
    line-height: 20px !important;
  }
  .subcategoriesnav {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 812px) {
  .ahdefaultmodal .h + p.sub {
    margin-bottom: 20px;
  }
}
@media (max-width: 667px) {
  .order-page .ordermenu {
    border-top: 1px solid #ccc !important;
  }
  .order-page .ordermenu a.backtomenu {
    color: #231f20 !important;
  }
  .order-page .ordermenu a.backtomenu i {
    background-position: left top !important;
  }
  .order-page .ordermenu a.backtomenu {
    opacity: 1!important;
  }
  .order-page .ordermenu a.backtomenu:hover {
    background: #ccc !important;
  }
}
@media (max-width: 568px) {
  .subcategoriesnav {
    border-top: 1px solid #ccc;
  }
  .navbar-header,
  .headernav {
    border: none;
  }
  .navbar-brand {
    top: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 8px !important;
  }
}
@supports (-ms-ime-align: auto) {
  .mainsidebar {
    border: none!important;
  }
  .mainsidebar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
}
body.nav_display {
  overflow: hidden;
}
@media (max-width: 960px) {
  .navbar-toggle {
    left: -10px;
  }
  .navbar-brand {
    margin-left: 32px !important;
  }
  .nalt {
    left: auto;
    right: 0;
    padding-right: 12px;
  }
  #navbar-collapse-1 {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    max-width: 280px;
    margin: 0!important;
  }
  #navbar-collapse-1 .nav.navbar-nav {
    background: #231f20;
  }
  #navbar-collapse-1 .dropdown.open {
    background: #231f20;
  }
  

  .nav.navbar-nav {
    position: relative;
    padding-top: 99px;
  }
  .nav.navbar-nav li.open .caret {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .nav.navbar-nav .caret {
    float: right;
    margin-top: 7px;
    left: 0;
  }
  .nav.navbar-nav li {
    position: relative;
    z-index: 9;
  }
  .nav.navbar-nav:after {
    content: "";
    width: 100%;
    height: 100px;
    background: #231f20;
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 5;
  }
  .nav.navbar-nav a.alogo {
    content: "";
    display: block;
    margin: 0 auto;
    background: #fff url(../img/logo.png) no-repeat center center;
    width: 100%;
    height: 99px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nalt li.social3 a {
    margin-right: 0 !important;
  }
}
@media (max-width: 736px) {
  .nalt > li.searchbtn a,
  .order-page .nalt > li.searchbtn a {
    margin-right: 0 !important;
  }
}
@media (max-width: 667px) {
}
@media (max-width: 568px) {
}
@media (max-width: 480px) {
  .navbar-brand {
    margin-left: auto !important;
  }
  .nalt {
    position: relative!important;
    padding-top: 0!important;
    padding-right: 15px!important;
    margin-bottom: 8px;
    top: 3px!important;
  }
  .nalt li {
    top: 0!important;
    float: none !important;
  }
  .nalt .li-login,
  .nalt .li-order {
    top: -10px !important;
  }
  .nalt > li.searchbtn {
    display: inline-block !important;
  }
}
/*stickymenu*/
body.sticky {
  padding-top: 100px;
}
@media (min-width: 961px) and (max-width: 1366px) {
  body.sticky {
    padding-top: 120px!important;
  }
}
body.sticky .headernav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 5px 5px -6px #999;
}
@media (min-width: 961px) and (max-width: 1680px) {
  body.sticky .navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  body.sticky .navbar-brand {
    background-size: contain;
    background-position: center center!important;
  }
}
@media (min-width: 961px) and (max-width: 1680px) and (min-width: 1367px) {
  body.sticky .navbar-brand {
    position: absolute!important;
  }
}
@media (min-width: 961px) and (max-width: 1680px) and (max-width: 1366px) {
  body.sticky .navbar-brand {
    height: 66px;
  }
}
@media (min-width: 961px) and (max-width: 1680px) and (min-width: 1025px) {
  body.sticky .main-navi {
    position: relative;
    left: 160px;
  }
}
@media (min-width: 961px) and (max-width: 1680px) and (min-width: 1025px) and (max-width: 1366px) {
  body.sticky .main-navi {
    left: 0;
  }
}
@media (min-width: 961px) and (max-width: 1580px) {
  body.sticky .navbar-right.nalt > li.userdropdown.cln {
    display: block !important;
  }
}
@media (min-width: 961px) and (max-width: 1580px) and (min-width: 1367px) {
  body.sticky .navbar-right.nalt > li.social,
  body.sticky .navbar-right.nalt > li.li-order {
    display: none !important;
  }
  body.sticky .nalt > li > a.login {
    margin-right: 0 !important;
  }
}
@media (min-width: 961px) and (max-width: 1366px) {
  body.sticky ul.nav li:hover > ul.dropdown-menu,
  body.sticky ul.nav li.userdropdown:hover > ul.dropdown-menu {
    top: 100%!important;
  }
  body.sticky li.rbutton > a {
    padding-bottom: 10px !important;
  }
  body.sticky .nalt {
    padding-top: 14px !important;
  }
  body.sticky .navbar-nav > li > a {
    font-size: 15px;
    /*margin-right: 5px;*/
  }
  body.sticky .navbar-nav > li > a span.br {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.sticky .navbar-brand {
    width: 150px;
  }
}
@media (min-width: 961px) and (max-width: 1366px) and (min-width: 961px) and (max-width: 1366px) {
  body.sticky .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  body.sticky li.userdropdown .userimg {
    margin-right: 30px;
  }
  body.sticky li.userdropdown .br {
    display: none !important;
  }
}
@media (max-width: 1680px) {
  body.sticky ul.nalt > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1680px) and (min-width: 961px) {
  body.sticky ul.nalt > li.li-login {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  body.sticky .navbar-brand {
    background-size: contain;
    background-position: center center!important;
    width: 140px;
  }
}
@media (max-width: 683px) {
  body.sticky .nalt {
    z-index: 10!important;
    position: fixed!important;
  }
}
@media (max-width: 480px) {
  body.sticky .nalt {
    top: 0!important;
    position: relative;
    z-index: 9;
  }
}
body.sticky.order-page .mainsidebar {
  z-index: 9!important;
}
body.sticky.basketshown .mainsidebar {
  z-index: 11!important;
}
body.sticky.home.ns .headernav,
body.sticky.page.ns .headernav,
body.sticky.order-page.ns .headernav {
  /*box-shadow: none;*/
}
body.sticky.nav_display .headernav {
  z-index: 11;
}
body.sticky.nav_display .navbar-header {
  display: none;
}
body.sticky.nav_display .nalt {
  opacity: .5;
  pointer-events: none!important;
}
body.sticky.nav_display .navbar {
  min-height: 0;
}
body.sticky.ns .headernav {
  /*box-shadow: none;*/
}
body.page .mainsidebar {
  position: relative;
}
.mainwrapper {
  overflow: hidden;
}
.basketside.scrolledbaskt .px1 {
  display: none;
}
.basketside .scrollbar-inner > .scroll-element {
  z-index: 9!important;
}
@-moz-document url-prefix() {
  .clientreviews {
    padding-bottom: 30px;
  }
  .clientreviews:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
  }
  .basketside .scroll-wrapper > .scroll-content {
    overflow: hidden!important;
  }
  @media (min-width: 1289px) {
    .basketside .scroll-wrapper > .scroll-content .checkout_order {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1288px) {
    .basketside .scroll-wrapper > .scroll-content p.swipetoclose {
      margin-bottom: 50px!important;
    }
  }
}
@media (max-width: 1024px) {
  body.sticky li.userdropdown .userimg,
  body.ns.sticky li.userdropdown .userimg {
    margin-right: 0!important;
  }
  body.sticky li.userdropdown .br,
  body.ns.sticky li.userdropdown .br {
    display: inline-block !important;
  }
  .togglefaqnav_c {
    width: 172px!important;
  }
  .nalt > li.btmenu > a {
    line-height: 28px!important;
  }
}
@media (max-width: 960px) {
    
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 13px !important;
  }

  body.sticky li.userdropdown .userimg,
  body.ns.sticky li.userdropdown .userimg {
    margin-right: 0!important;
  }
  body.sticky li.userdropdown .br,
  body.ns.sticky li.userdropdown .br {
    display: none!important;
  }
  body.nav_display.sticky.scrolled .navbar-header {
    display: block!important;
  }
}
@media (max-width: 960px) {
  #navbar-collapse-1 {
    max-width: 290px;
  }
}
@media (max-width: 683px) {
  body.nav_display.sticky.scrolled .navbar-header {
    display: block!important;
  }
  body.nav_display.sticky.scrolled .nalt {
    z-index: 11!important;
  }
}
@media (max-width: 600px) {
  li.rbutton.userdropdown {
    display: none!important;
  }
}
.mainwrapper {
  position: relative;
}
.basketside {
  min-height: 0!important;
}
.basketside.fixtobottom,
.mainsidebar.fixtobottom {
  position: absolute!important;
  top: auto!important;
  bottom: 0;
  right: 0;
}
@media (max-height: 414px) {
  .showbasket {
    right: -75px;
    display: none;
  }
}
.mainsidebar {
  /*width: 394px;*/
}
.mainsidebar .scrollbar-inner > .scroll-element {
  z-index: 9!important;
}
@media (max-width: 1903px) {
  body:not(.order-page) .mainsidebar,
  .mainsidebar.fixtobottom {
    /*position: absolute!important;*/
  }
  body.page:not(.order-page):not(.ah-search) .mainsidebar{
    top: 0!important;
  }
}
body.order-page .mainwrapper {
  overflow: initial!important;
}
body.order-page .mainsidebar {
  /*margin-top: 0!important;*/
}
/*@media (min-width: 1441px) {
  body.order-page .mainsidebar {
    top: 100px;
    position: fixed!important;
  }
}*/
@media (max-width: 1440px) {
  body.order-page .mainsidebar {
    top: 0;
    position: relative;
  }
}
body.order-page .mainsidebar:after {
  content: "";
  display: block;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 115px;
  left: -1px;
}
body.order-page .mainsidebar.fixtobottom {
  position: absolute!important;
}
body.order-page .mainsidebar.fixtobottom:after {
  display: none!important;
}
@media (max-width: 1903px) {
  .categoriesbanner:before,
  .mainsidebar:before {
    border-top: 1px solid #ccc!important;
    top: 1px!important;
  }
}
@media (max-width: 1440px) {
  .categoriesbanner:before,
  .mainsidebar:before {
    top: 0!important;
  }
}
@media (max-width: 1280px) {
  body.order-page .headernav {
    border-bottom: 1px solid #ccc!important;
  }
}
@media (max-width: 960px) {
  body.order-page .mainsidebar {
    position: fixed!important;
    height: 100%!important;
    top: 0!important;
  }
}
@media (max-width: 1288px) {
  body.account-php.basketshown .basketside {
    width: 394px!important;
  }
}
body.order-page.step-1 .orderform .row {
  padding-top: 49px;
}
@media (min-width: 668px) {
  .headernav {
    /*border-bottom: 1px solid #ccc;*/
  }
}
@media (max-width: 960px) {
  body.order-page .mainsidebar {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
}
@media (max-width: 1903px) {
  body.page:not(.order-page):not(.account-php) .mainsidebar {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  body.account-php .mainsidebar:before {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  body.account-php .mainsidebar {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
}
.mainsidebar .order_entry .price {
  width: 70px;
}
@media (min-width: 1903px) {
  body.order-page .ordermenu {
    max-width: 1520px;
  }
}
@media (max-width: 375px) {
  body.account-php.basketshown .mainsidebar,
  body.account-php.basketshown .basketside {
    width: 100%!important;
  }
  body.page:not(.order-page):not(.account-php) .mainsidebar {
    width: 100%!important;
  }
}
li.rbutton > a {
  padding-top: 0;
  padding-bottom: 36px;
  margin-right: 5px;
}
li.userdropdown .userimg {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-position: center center;
  float: left;
  margin-top: -5px;
}
li.userdropdown .br {
  border-color: transparent !important;
}
.nalt {
  position: absolute;
  right: 25px;
  top: 0;
}
.nalt > li {
  float: left;
}
@media (max-width: 1680px) {
  .navbar-brand {
    position: relative;
    z-index: 1;
  }
  #navbar-collapse-1 {
    position: inherit;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .nalt {
    left: auto!important;
    right: 5px;
  }
  .nalt .dropdown-menu {
    margin-top: 3px !important;
  }
}
@media (max-width: 1024px) {
  .nalt > li.btmenu {
    display: none !important;
  }
}
/*header*/
.contactheader {
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contactheader .circle {
  width: 140px;
  height: 140px;
  border: 2px solid #88b156;
  display: inline-block;
  border-radius: 70px;
  position: relative;
  background: #fff;
}
.contactheader .circle:before,
.contactheader .circle:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: #fff;
}
.contactheader .circle:before {
  left: -19px;
}
.contactheader .circle:after {
  right: -19px;
}
.contactheader .circle.circle-2 {
  /*background: #88b156;
  color: #fff; */
  color:#0f0e0e;
  margin-left: 400px;
  margin-right: 400px;
}
.contactheader .circle .c {
  height: 94px;
  position: relative;
  top: 50%;
  margin-top: -47px;
}
.contactheader .circle .h {
  font-size: 28px;
  margin-bottom: 8px;
  display: inline-block;
}
.contactheader .circle .d {
  font-size: 15px;
  font-weight: 300;
}
.contactheader:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.contactheader .trail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  top: 65px;
  background: url(../img/trails.png) repeat-x center center;
  width: 360px;
  height: 61px;
}
.contactheader .trail1 {
  right: auto;
  margin: 0;
  left: 160px;
}
.contactheader .trail2 {
  left: auto;
  margin: 0;
  right: 160px;
}
.contactheader .wr {
  display: inline-block;
  position: relative;
}
/*body*/
.contactbody {
  position: relative;
  /*side*/
  /*main*/
}
.contactbody:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 0;
  left: 0;
  position: absolute;
}
.contactbody .container {
  width: 1400px;
}
.contactbody div[class*="col"] {
  padding-top: 37px;
  margin-bottom: 0;
  padding-bottom: 170px;
}
.contactbody .side {
  position: relative;
  max-width: 245px;
}
.contactbody .side .sitename {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
.contactbody .side .sitename span {
  font-size: 18px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.contactbody .side .t {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 20px;
  display: block;
}
.contactbody .side p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}
.contactbody .side p:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/socialcontact.png) no-repeat;
}
.contactbody .side p.location:before {
  background-position: 0 0;
}
.contactbody .side p.phone:before {
  background-position: 0 -16px;
}
.contactbody .side p.email:before {
  background-position: 0 -32px;
}
.contactbody .side a.soc {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contactbody .side a.soc:hover {
  opacity: 0.7;
}
.contactbody .side a.soc:before {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/socialcontact.png) no-repeat;
}
.contactbody .side a.soc.fb {
  color: #4267b2;
}
.contactbody .side a.soc.fb:before {
  background-position: 0 -48px;
}
.contactbody .side a.soc.tw {
  color: #1da1f3;
}
.contactbody .side a.soc.tw:before {
  background-position: 0 -64px;
}
.contactbody .side a.soc.ig {
  color: #966842;
}
.contactbody .side a.soc.ig:before {
  background-position: 0 -80px;
}
.contactbody .side .div {
  height: 1px;
  margin-top: 29px;
  margin-bottom: 29px;
  background: #e7e9ec;
}
.contactbody .h {
  font-size: 30px;
  padding-left: 110px;
  text-align: center;
}
.contactbody .wr {
  max-width: 748px;
  padding-left: 100px;
}
.contactbody .infocol {
  position: relative;
}
.contactbody .infocol:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.contactbody .accountinfo .lbl {
  width: 280px;
}
.contactbody .accountinfo .inpt {
  width: calc(100% - 280px);
}
.contactbody .accountinfo .ltdropdown.input2 {
  width: 100%;
}
.contactbody .accountinfo .checkgrp {
  position: relative;
  left: 280px;
  padding-left: 0;
  padding-bottom: 20px;
}
.contactbody .accountinfo .checkgrp .sg {
  width: 35%;
  float: left;
}
.contactbody .accountinfo .checkgrp .form-check {
  margin-bottom: 10px;
}
.contactbody .accountinfo .checkgrp .form-check .label-text .t {
  cursor: pointer;
}
.contactbody .accountinfo .checkgrp:after {
  content: "";
  display: block;
  clear: both;
}
.contactbody .accountinfo textarea {
  border: 1px solid #e7e9ec;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 10px 14px;
  outline: none 0!important;
  width: 100%;
  min-height: 80px;
}
.contactbody .accountinfo textarea::-webkit-input-placeholder {
  color: #ababab;
  font-size: 16px;
}
.contactbody .accountinfo textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
  font-size: 16px;
}
.contactbody .accountinfo textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
  font-size: 16px;
}
.contactbody .accountinfo textarea:-ms-input-placeholder {
  color: #ababab;
  font-size: 16px;
}
.contactbody .accountinfo .formbuttons {
  float: left;
  width: 190px;
}
.contactbody .accountinfo .formbuttons.cancel {
  width: 158px;
  margin-left: 20px;
}
.contactbody .accountinfo .formbuttons.cancel a {
  background: #cacaca;
}
.contactbody .accountinfo .formbuttons a {
  width: 100%;
  background: #83B060;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 44px;
  text-decoration: none;
  float: left;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contactbody .accountinfo .formbuttons a:hover {
  background: #ee6e48;
}
@media (min-width: 961px) {
  ul.nav li.userdropdown:hover > ul.dropdown-menu {
    top: 68px;
  }
}
@media (max-width: 1680px) {
  ul.nav li.userdropdown:hover > ul.dropdown-menu {
    top: 62px;
  }
  .contactheader:before {
    display: none;
  }
  .contactbody .container {
    width: 1170px;
  }
}
@media (max-width: 1366px) {
  .contactheader .wr {
    display: block;
  }
  .contactheader .trail {
    width: 26%;
    top: 56px;
  }
  .contactheader .trail1 {
    left: 19%;
  }
  .contactheader .trail2 {
    right: 19%;
  }
  .contactheader .circle:before,
  .contactheader .circle:after {
    z-index: 4;
    height: 30px;
    margin-top: -17px;
  }
  .contactheader .circle.circle-2 {
    margin-left: 25%;
    margin-right: 25%;
  }
  .contactbody .h {
    text-align: left;
    padding-left: 0;
  }
  .contactbody .wr {
    max-width: 568px;
    margin: 0 auto;
    padding-left: 0;
  }
  .contactbody .infocol {
    width: 75%;
  }
  .contactbody .accountinfo .inpt {
    width: 100%;
  }
  .contactbody .accountinfo .checkgrp {
    left: 0;
  }
  .contactbody .accountinfo .formbuttons.cancel {
    margin-left: 0;
    margin-top: 20px;
  }
  .contactbody .side {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .contactbody .container {
    width: 970px;
  }
  .contactbody .wr {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 960px) {
  .order-page .backtomenualt {
    display: block !important;
  }
  .order-page .backtomenualt + li {
    display: none !important;
  }
  .navbar-brand {
    position: inherit;
    z-index: 0;
  }
  .navbar-collapse {
    border: none !important;
  }
  .ltdropdown .dropdown-menu {
    margin-top: -1px !important;
  }
  .contactheader {
    position: relative;
  }
  .contactheader:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contactbody div[class*="col"] {
    float: left;
  }
  .contactbody .container {
    width: 750px;
  }
  .contactbody .infocol:after {
    display: none;
  }
  li.open.dropdown > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #231f20;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  li.userdropdown a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: none!important;
  }
  li.userdropdown a:after {
    display: none !important;
  }
  li.userdropdown .br {
    margin-left: 20px;
  }
  li.userdropdown .dropdown-menu {
    display: none !important;
  }
  li.userdropdown2 > a {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #231f20 !important;
  }
  li.userdropdown2 .userimg {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    float: left;
    margin-right: 15px;
    margin-top: -10px;
  }
  .nav li.rbutton {
    margin-right: 20px;
  }
  .nav li.rbutton .dropdown-menu {
    border: 2px solid #88b156 !important;
    top: 63px!important;
    padding: 15px 0;
  }
  .nav li.rbutton .dropdown-menu a {
    padding: 9px 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #88b156;
  }
  .nav li.rbutton > a {
    background: none!important;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    padding-top: 2px;
    padding-left: 0;
  }
  .nav li.rbutton > a .caret {
    background: url(../img/menucaret2.png) no-repeat;
  }
}
@media (max-width: 812px) {
  li.rbutton {
    float: left;
  }
  .contactheader .circle.circle-2 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .contactheader .trail {
    display: none;
  }
  .nalt li {
    top: 10px!important;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 736px) {
  .contactbody .container {
    width: 100%;
  }
  .contactbody .infocol,
  .contactbody .side {
    width: 100%;
  }
  .contactbody .side .div {
    display: none;
  }
  .contactbody .side .grp {
    float: left;
    width: 33%;
    margin-bottom: 20px;
  }
  .contactbody .side .grp.grp1 {
    display: none;
  }
  .contactbody .side .grp.grp4 {
    float: right;
    width: 25%;
  }
  .contactbody .side:after {
    content: "";
    display: block;
    clear: both;
  }
  .contactbody div[class*="col"] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contactbody .infocol {
    padding-top: 0!important;
  }
  .contactbody .infocol .h {
    text-align: center;
  }
  .contactbody .accountinfo .checkgrp .sg {
    width: 100%;
    float: none;
  }
  .contactheader .wr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contactheader .circle.circle-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 683px) {
  li.userdropdown .br {
    display: none !important;
  }
  li.userdropdown .userimg {
    margin-top: -6px;
  }
  .nalt > li > a.order.loggedin {
    width: auto!important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nalt > li > a.order.loggedin span {
    display: inline-block !important;
  }
}
@media (max-width: 667px) {
  li.rbutton {
    float: left;
  }
}
@media (max-width: 568px) {
  .nav li > a .caret {
    left: -5px;
  }
  .contactheader .circle-1,
  .contactheader .circle-3 {
    display: none;
  }
}
@media (max-width: 480px) {
  .nalt > li > a.order.loggedin {
    top: -10px;
  }
  .contactbody .side .grp {
    width: 50%;
  }
  .contactbody .side .grp.grp4 {
    display: none;
  }
  .contactbody .accountinfo .formbuttons.cancel {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  .contactbody .side p br {
    display: none;
  }
  .contactbody .side .grp {
    width: 100%;
    float: none;
  }
  li.userdropdown.cln {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .nav li.rbutton {
    margin-right: 7px !important;
  }
  .nalt > li > a.order.loggedin {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nalt .ws {
    width: 7px !important;
  }
  .nalt > li > a.login {
    margin-right: 12px;
  }
  .nalt > li.searchbtn {
    margin-left: 10px;
    margin-right: 0;
  }
  .order-page .nalt > li.searchbtn a,
  .nalt > li.searchbtn a {
    /*margin-right: 9px !important;*/
  }
}
body.popmod .overlay {
  opacity: .5;
  z-index: 10!important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
body.popmod .modal-changeavatar {
  max-width: 422px!important;
}
.closemodallocation.closemodal {
  top: 15px;
  right: 15px;
  background: #ccc url(../img/closemodwhite.png) no-repeat center center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.closemodallocation.closemodal:hover {
  background-color: #ee6e48;
}
.re.ahdefaultmodal {
  padding: 0;
  top: 0;
  margin: 37px auto;
  max-width: 420px;
  /*.sectiongroup{padding-top:10px}*/
}
.re.ahdefaultmodal .closemodal {
  top: 15px;
  right: 15px;
  background: #ccc url(../img/closemodwhite.png) no-repeat center center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  opacity: 1!important;
  background-size: 40%;
}
.re.ahdefaultmodal .closemodal:hover {
  background-color: #ee6e48;
}
.re.ahdefaultmodal .mheader {
  padding: 30px 40px 0;
}
.re.ahdefaultmodal p.h {
  margin-bottom: 5px;
}
.re.ahdefaultmodal .h + p.sub {
  margin-bottom: 23px;
}
.re.ahdefaultmodal .div1.posthead {
  height: 1px;
  background: #ccc;
  width: 100%;
  max-width: 100% !important;
}
.re.ahdefaultmodal .m-inner,
.re.ahdefaultmodal .scroll-wrapper {
  padding: 0 40px 0 !important;
}
.re.ahdefaultmodal .form-check.rememberme + .sectiongroup {
  padding-top: 10px;
  padding-bottom: 0;
}
.re.ahdefaultmodal .content {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.re.ahdefaultmodal .content p {
  font-size: 14px;
}
.re.ahdefaultmodal .content p a {
  color: #88b156;
}
.re.ahdefaultmodal .sbmt {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100% !important;
}
.re.ahdefaultmodal .m-inner {
  padding-top: 20px !important;
}
.modal_register {
  top: 0;
  margin: 37px auto;
}
@media (max-width: 768px) {
  .re.ahdefaultmodal {
    top: 0!important;
    margin-top: 37px!important;
  }
}
@media (max-width: 683px) and (max-height: 568px), (max-height: 414px) {
  .re.ahdefaultmodal {
    margin-top: 30px !important;
    top: 0 !important;
    border-radius: 0;
  }
}
@media (max-width: 683px), (max-height: 414px) {
  .re.ahdefaultmodal .mheader {
    padding-top: 15px;
  }
  .re.ahdefaultmodal .div1.posthead {
    margin-top: 0;
  }
  .re.ahdefaultmodal .mheader,
  .re.ahdefaultmodal .m-inner,
  .re.ahdefaultmodal .scroll-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .re.ahdefaultmodal .m-inner {
    padding-top: 0 !important;
  }
}
@media (max-width: 320px) {
}
@-moz-document url-prefix() {
  .re.ahdefaultmodal .scroll-wrapper > .scroll-content {
    overflow: hidden!important;
  }
  .scrollbar-inner {
    margin-right: 0 !important;
  }
  .scrollbar-inner > .scroll-element.scroll-x {
    display: none !important;
  }
  .re.ahdefaultmodal .sbmt,
  .re.ahdefaultmodal.modal_register .sbmt {
    margin-bottom: 50px !important;
  }
}
@supports (-ms-ime-align: auto) {
  .re.ahdefaultmodal .scroll-wrapper > .scroll-content {
    overflow: hidden!important;
  }
  .scrollbar-inner {
    margin-right: 0 !important;
  }
  .scrollbar-inner > .scroll-element.scroll-x {
    display: none !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .re.ahdefaultmodal .scroll-wrapper > .scroll-content {
    overflow: hidden!important;
  }
  .scrollbar-inner {
    margin-right: 0 !important;
  }
  .scrollbar-inner > .scroll-element.scroll-x {
    display: none !important;
  }
  .re.ahdefaultmodal .sbmt,
  .re.ahdefaultmodal.modal_register .sbmt {
    margin-bottom: 50px !important;
  }
}
.re.ahdefaultmodal .h + .div1.posthead {
  margin-top: 20px;
}
.re.ahdefaultmodal .hb {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.re.ahdefaultmodal .content {
  text-align: left;
}
.re.ahdefaultmodal .content h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
  margin: 0 0 5px;
}
.re.ahdefaultmodal .content p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ababab;
}
.re.ahdefaultmodal .scrollbar-inner.pad2 {
  padding-top: 20px;
}
.re.ahdefaultmodal .div1 {
  max-width: 100% !important;
}
.re.ahdefaultmodal .div1.pad2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.re.ahdefaultmodal .div1.pad3 {
  margin-top: 30px;
  margin-bottom: 0;
}
.re.ahdefaultmodal .sbmt2c:after {
  content: "";
  display: block;
  clear: both;
}
.re.ahdefaultmodal .sbmt2c .sbmt {
  float: left!important;
  clear: none;
}
.re.ahdefaultmodal .sbmt2c .sbmt:hover {
  background: #88b156 !important;
}
.re.ahdefaultmodal .sbmt2c .cancel {
  width: calc(40% - 20px) !important;
  margin-right: 20px;
  background: #cbcbcb;
}
.re.ahdefaultmodal .sbmt2c .cancel + .sbmt {
  width: 60%!important;
  background: #ee6e48;
}
.uploadfieldhtml {
  position: relative;
}
.uploadfieldhtml:before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: url(../img/changeavatar-spr.png) no-repeat -515px -17px;
  position: absolute;
  left: 11px;
  top: 10px;
  z-index: 3;
}
.uploadfieldhtml input {
  padding-left: 51px;
  font-size: 15px;
  color: #ababab;
}
.uploadfieldhtml a {
  position: absolute;
  top: 0;
  right: 0;
  border: 5px solid #fff;
  width: 90px;
  height: 38px;
  background: #88b156;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  text-decoration: none!important;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.uploadfieldhtml a:hover {
  background: #ee6e48;
}
.avatarset {
  padding-top: 10px;
  padding-bottom: 10px;
}
.avatarset:after {
  content: "";
  display: block;
  clear: both;
}
.avatarset .avaicon {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #E7E9EC;
  background-image: url(../img/changeavatar-spr.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-radius: 25px;
  margin-bottom: 23px;
  margin-right: 23px;
}
.avatarset .avaicon:nth-child(5n) {
  margin-right: 0;
}
@media (min-width: 960px) {
  .re.ahdefaultmodal .closemodal,
  .closemodallocation {
    top: -10px;
    right: -10px;
    background-color: #ee6e48;
  }
  .re.ahdefaultmodal .closemodal:hover,
  .closemodallocation:hover {
    background-color: #ccc;
  }
}
@media (max-width: 736px) {
  .re.ahdefaultmodal p.h {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .re.ahdefaultmodal .h + .div1.posthead {
    border-bottom: 20px transparent;
  }
}
@media (max-width: 568px) {
  .avatarset .avaicon {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .avatarset .avaicon:nth-child(5n) {
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  .re.ahdefaultmodal .h + .div1.posthead {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .re.ahdefaultmodal .h + .div1.posthead {
    margin-bottom: 0;
    height: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 360px) {
  .re.ahdefaultmodal.modal-changeavatar .scrollbar-inner.pad2 {
    padding-top: 0;
  }
}
@media (max-width: 320px) {
  .avatarset .avaicon {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .avatarset .avaicon:nth-child(5n) {
    margin-right: 5px;
  }
  .uploadfieldhtml input {
    padding-left: 44px;
  }
}
/*slick base*/
.slick-initialized {
  height: 50px;
}
.slick-initialized .swipe-tab-content {
  position: relative;
  min-height: 365px;
}
@media screen and (min-width: 767px) {
  .slick-initialized .swipe-tab-content {
    min-height: 500px;
  }
}
.slick-initialized .swipe-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: none;
  border: 0;
  color: #757575;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}
.slick-initialized .swipe-tab:hover {
  color: #000;
}
.slick-initialized .swipe-tab.active-tab {
  border-bottom-color: #000;
  color: #000;
  font-weight: bold;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*account*/
.acwrapper {
  width: calc(100% - 404px);
  float: left;
  background: #f6f6f6;
}
.acheader {
  background: #88b156;
  min-height: 201px;
}
.acheader .achinner {
  width: calc(1002px + 235px);
  float: right;
  position: relative;
  left: -15px;
  padding-top: 40px;
}
@media (max-width: 1670px) {
  .acheader .achinner {
    width: 100%;
    float: none;
    left: 0;
  }
}
.acheader .counter {
  margin-bottom: 30px;
}
.acheader .counter span {
  display: inline-block;
  width: 26px;
  height: 40px;
  line-height: 38px;
  background: #fff;
  color: #88b156;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
}
.acheader .counter.alt span {
  background: #adcd86;
  color: #fff;
}
.acheader .h {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.acheader p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1670px) {
  .acheader .counter,
  .acheader .h,
  .acheader p {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .acheader p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .acheader .counter {
    margin-bottom: 20px;
  }
  .acheader .h {
    font-size: 15px;
  }
  
  .showbasket, .showfilter
  {
      height:30px;
      width:30px;
      line-height: 30px;
  }
}
@media (max-width: 480px) {
  .acheader {
    min-height: 0;
  }
  .acheader .achinner {
    padding-top:10px;
    padding-bottom: 10px;
  }
  .acheader .achinner:after {
    content: "";
    display: block;
    clear: both;
  }
  .acheader .h {
    margin-bottom: 0;
  }
  .acheader p {
    display: none;
  }
}
@media (max-width: 360px) {
  .acheader .counter span {
    width: 19px;
  }
}
.acbody {
  width: calc(1002px + 235px);
  float: right;
}
.acbody:after {
  content: "";
  display: block;
  clear: both;
}
.acbody .tabhead {
  width: 235px;
  min-height: 500px;
  background: #f6f6f6;
  float: left;
}
.acbody .tabbody {
  width: 1002px;
  max-width: 1007px;
  float: right;
  min-height: calc(500px * 1.25);
  background: #fff;
  position: relative;
}
.acbody .tabbody:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 1px;
  height: 100%;
}
.acbody .tabbody:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  background: #ccc;
  width: 1px;
  height: 100%;
}
@media (max-width: 1280px) {
  .acbody .tabbody:before {
    display: none;
  }
}
.acbody .tabbody:after {
  z-index: 9;
}
.basketside {
  float: right;
  width: 404px;
  min-height: calc(500px + 201px);
  position: relative;
}

.basketside:after {
  width: 1px;
  height: 100%;
}
.emptybasketside_head {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 31px;
}
.emptybasketside {
  margin-bottom: 50px;
}
.emptybasketside .emptybasketside_head {
  margin-bottom: 50px;
  padding-top: 30px;
}
.emptybasketside img {
  display: block;
  margin: 0 auto 40px;
}
.emptybasketside p {
  color: #acacac;
  font-size: 15px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
}
.emptybasketside a {
  border: 2px solid #ee6e48;
  display: block;
  margin: 0 auto;
  width: 150px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  color: #ee6e48;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.emptybasketside a:hover {
  color: #88b156;
  border-color: #88b156;
}
.basketside .clientreviews {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.basketside .clientreviews .emptybasketside_head {
  text-align: left;
}
.basketside .clientreviews .emptybasketside_head:after {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  float: right;
  width: calc(100% - 200px);
  margin-left: 10px;
  position: relative;
  top: 18px;
}
.basketside .commentby {
  float: right;
  margin-top: 5px;
  color: #231f20;
  font-size: 18px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
  font-style: italic;
}
.basketside .commentby span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.basketside .commentby:before {
  content: "";
  display: block;
  height: 1px;
  background: #231f20;
  float: left;
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: 12px;
}
.basketside .ratingval.rated {
  float: left;
}
.basketside .commentquote {
  text-align: left;
}
.basketside:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1288px) {
  body.account-php .basketside {
    width: auto;
    float: right;
    min-height: 0;
    width: 0;
  }
  body.account-php .basketside .px1 {
    display: none;
  }
}
@media (min-width: 1287px) {
  body.account-php .basketside .mainsidebar {
    z-index: auto!important;
    border: none!important;
    position: relative!important;
    top: 0!important;
    right: 0!important;
    height: auto!important;
    float: none!important;
    width: 403px!important;
    left: 1px;
  }
}
body.account-php .basketside .showbasket,
body.account-php .basketside .showfilter {
  display: none !important;
}
@media (max-width: 1288px) {
  body.account-php .basketside {
    position: fixed;
    top: 0;
    right: -404px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    overflow: auto;
  }
  body.account-php.basketshown .basketside {
    width: 404px;
    right: 0;
    z-index: 11;
    background: #fff;
    height: 100%;
  }
  body.account-php.basketshown .closesidebar_basket {
    display: block!important;
    width: 30px;
    height: 30px;
    background: url(../img/icon_x_dark.png) no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 15px;
  }
}
@media (max-width: 1288px) and (max-width: 414px) {
  body.account-php.basketshown .basketside {
    width: 100%;
  }
}
@media (min-width: 1288px) {
  .showbasket2 {
    display: none !important;
  }
}
@media (max-width: 960px) and (min-width: 481px) {
  .paymentprocess div[class*="col"] {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  .acbody .swipe-tab-content {
    padding-bottom: 65px!important;
  }
  .paymentprocess {
    left: 0;
    margin: 0;
  }
  .paymentprocess div[class*="col"] {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .paymentprocess div.col-md-5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 736px) {
  .hideordertext {
    display: none;
  }
}
@media (max-width: 1440px) {
  .swipe-tab-content.recurring_orders .processbuttons a {
    width: 50%!important;
  }
}
@media (max-width: 1024px) {
  .acbody .swipe-tab-content.slick-current {
    padding-bottom: 60px !important;
  }
  .paymentprocess .processbuttons a {
    padding-left: 0;
    padding-right: 0;
  }
}
/*tabs*/
.swipe-tabs-container.slick-initialized {
  height: auto !important;
}
.acbody .swipe-tabs .swipe-tab {
  width: calc(235px + 1px);
  height: 59px;
  padding: 18px 20px 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #231f20;
  position: relative;
}
.acbody .swipe-tabs .swipe-tab:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .acbody .swipe-tabs .swipe-tab {
    font-size: 14px;
  }
}
.acbody .swipe-tabs .swipe-tab i {
  display: inline-block;
  background-image: url(../img/tabicon-spr.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  margin-left: 2px;
  margin-right: 19px;
  position: relative;
  left: 1px;
  top: 3px;
}
.acbody .swipe-tabs .swipe-tab:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #ccc;
  opacity: .7;
}
.acbody .swipe-tabs .swipe-tab:last-child:after {
  display: none;
}
.acbody .swipe-tabs .swipe-tab.active-tab {
  color: #88b156;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #fff;
}
.acbody .swipe-tabs .swipe-tab.active-tab .d {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  content: "";
  display: block;
  z-index: 10;
}
.acbody .swipe-tabs .swipe-tab.active-tab .p {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0;
  background: #ccc;
  content: "";
  display: block;
  z-index: 3;
  opacity: .7;
}
.acbody .swipe-tabs .swipe-tab.active-tab i {
  background-position-x: 0 !important;
}
.acbody .swipe-tabs .swipe-tab.active-tab:before,
.acbody .swipe-tabs .swipe-tab.active-tab:after {
  content: "";
  display: block;
  position: absolute;
}
.acbody .swipe-tabs .swipe-tab.active-tab:before {
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #88b156;
}
.acbody .swipe-tabs .swipe-tab.active-tab:after {
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  border-top: 1px solid #ccc;
  opacity: 1;
  background: url(../img/shadow1.png) repeat-x;
}
.acbody .swipe-tab-content {
  padding: 0 20px 130px;
}
@media (max-width: 1660px) {
  .acbody {
    width: 99%;
    padding-left: 1%;
  }
  .acbody .tabbody {
    max-width: 100%;
    width: calc(100% - 235px);
  }
}
/*tabs in use*/
@media (max-width: 1288px) {
  .swipe-tabs.slick-initialized {
    height: 71px!important;
  }
  .acbody {
    width: 100%;
    padding-left: 0;
  }
  .acbody .tabhead {
    float: none;
    width: 100%;
    min-height: 0;
  }
  .acbody .tabbody {
    width: 100%;
  }
  .acbody .tabbody:after {
    display: none;
  }
  .acbody .swipe-tabs {
    position: relative;
  }
  .acbody .swipe-tabs .slick-list {
    z-index: 3;
    margin-left: 20px;
    margin-right: 20px;
  }
  .acbody .swipe-tabs:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 1;
  }
  .acbody .swipe-tabs .swipe-tab {
    height: 71px;
    padding: 15px 20px 21px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .acbody .swipe-tabs .swipe-tab i {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto 5px;
  }
  .acbody .swipe-tabs .swipe-tab:after {
    width: 100%;
    height: 1px;
    background: #ccc;
    border: none;
  }
  .acbody .swipe-tabs .swipe-tab.active-tab:last-child {
    position: relative;
    right: 5px;
  }
  .acbody .swipe-tabs .swipe-tab.active-tab .d {
    width: 1px;
    background: #ccc;
    z-index: 3;
    top: 6px;
  }
  .acbody .swipe-tabs .swipe-tab.active-tab .p {
    height: 8px;
    width: 100%;
    background: #f6f6f6;
    left: 0;
    top: 0;
    opacity: 1!important;
    border-bottom: 3px solid #88b156;
  }
  .acbody .swipe-tabs .swipe-tab.active-tab:before {
    width: 1px;
    background: #ccc;
    z-index: 5;
    top: 8px;
  }
  .acbody .swipe-tabs .swipe-tab.active-tab:after {
    background: #fff;
    border: none;
    height: 1px;
    bottom: 0;
  }
  .acbody .swipe-tab-content.slick-current {
    display: block !important;
  }
  /**/
  .acwrapper {
    width: 100%;
  }
  .acbody {
    width: 100%;
    float: none;
  }
  .acbody .tabbody {
    float: none;
    max-width: 100%;
  }
}
@media (max-width: 736px) {
  .acbody .swipe-tabs .swipe-tab {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .acbody .swipe-tabs .swipe-tab {
    font-size: 13px;
    white-space: nowrap;
  }
}
.accountinfo .ltdropdown.open .dropdown-toggle,
.accountinfo .inpt input:focus,
.accountinfo textarea:focus {
  border-color: #88b156 !important;
}
.accountinfo .inpt input:focus {
  color: #88b156;
}
.accountinfo textarea {
  color: #ababab;
}
.acforms {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  /*width*/
}
@media (min-width: 1367px) {
  .acforms {
    left: -22px;
  }
}
@media (max-width: 1288px) {
  .acforms {
    left: 0;
  }
}
.acforms .ltdropdown.input2 {
  width: 100%;
}
.acforms .ltdropdown.input2 button {
  color: #88b156;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.acforms .inpt input:focus {
  color: #88b156;
}
.acforms .ltdropdown.open .dropdown-toggle,
.acforms .inpt input:focus,
.acforms textarea:focus {
  border-color: #88b156 !important;
}
.acforms .h {
  font-size: 30px;
  padding-left: 0;
  text-align: center;
  margin-top: 46px;
  clear: both;
}
@media (max-width: 1288px) {
  .acforms .h {
    text-align: left;
  }
}
@media (max-width: 1288px) {
  .acforms .h {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .acforms .h {
    font-size: 26px;
  }
}
@media (max-width: 1288px) {
  .acforms .inpt {
    width: 100%!important;
  }
}
.acforms .inpt input::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}
.acforms .inpt input::-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
  opacity: 1;
}
.acforms .inpt input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
  opacity: 1;
}
.acforms .inpt input:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}
.acforms .inpt .blk {
  margin-bottom: 18px!important;
}
.acforms .inpt .blk:last-child {
  margin-bottom: 0 !important;
}
.acforms .inpt textarea {
  border: 1px solid #e7e9ec;
  width: 100%;
  min-height: 100px;
  outline: none 0;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 300;
  color: #ababab;
}
.acforms .checkgrp {
  margin-bottom: 18px;
}
.acforms .checkgrp:after {
  content: "";
  display: block;
  clear: both;
}
.acforms .formbuttons {
  float: left;
  width: 190px;
}
.acforms .formbuttons a {
  width: 100%;
  background: #83B060;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 44px;
  text-decoration: none;
  float: left;
  max-width: 140px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.acforms .formbuttons a:hover {
  background: #ee6e48;
}
.acforms .formbuttons.gray a {
  background: #cacaca;
}
.acforms .formbuttons.orange a {
  background: #ee6e48;
}
.acforms .formbuttons.gray a:hover,
.acforms .formbuttons.orange a:hover {
  background: #88b156;
}
.acforms .datetrigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  background: url(../img/acform.date.png) no-repeat center center;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.acforms .datetrigger:hover {
  opacity: 0.7;
}
.acforms p.subtext {
  line-height: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #b9b9b9;
  text-align: center;
}
.acforms p.smalltxt {
  font-size: 14px;
  font-weight: 300;
  color: #b9b9b9;
  margin-bottom: 30px;
  display: inline-block;
  width: calc(100% + 0px);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: calc(200px + 0px);
}
@media (max-width: 1366px) {
  .acforms p.smalltxt {
    padding-left: 0!important;
  }
}
.acforms .lbl {
  width: 200px;
}
.acforms .inpt {
  width: calc(100% - 200px);
}
@media (max-width: 1366px) {
  .acforms .inpt {
    width: 100%!important;
  }
}
.acforms .checkgrp {
  width: calc(100% + 0px);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: calc(200px + 0px);
}
@media (max-width: 1288px) {
  .acforms .checkgrp {
    padding-left: 0;
  }
}
@media (max-width: 1366px) {
  .acforms .checkgrp {
    padding-left: 0 !important;
  }
}
.acforms .gap1 {
  height: 10px;
}
@media (max-width: 1288px) {
  .acforms .gp {
    margin-bottom: 10px;
  }
  .acforms .lbl {
    padding-top: 0;
    float: none;
    text-align: left;
    margin-bottom: 10px;
  }
  .acforms p.subtext,
  .acforms p.smalltxt {
    text-align: left;
    padding-left: 0;
    display: block;
  }
  .acforms p.subtext br,
  .acforms p.smalltxt br {
    display: none;
  }
}
.acdata .h {
  font-size: 30px;
  text-align: center;
  margin-top: 46px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  left: -22px;
}
@media (max-width: 1288px) {
  .acdata .h {
    left: 0;
    text-align: left;
  }
}
@media (max-width: 1288px) {
  .acdata .h {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .acdata .h {
    font-size: 26px;
  }
}
.datagroups .data_grp {
  position: relative;
  padding-top: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E7E9EC;
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.datagroups .data_grp:after {
  content: "";
  display: block;
  clear: both;
}
.datagroups .data_grp:hover {
  border-color: #88b156 !important;
}
.datagroups .data_grp:last-child {
  border-color: #E7E9EC;
}
.datagroups .data_grp .icol {
  width: 64px;
  height: 46px;
  float: left;
  position: relative;
}
@media (max-width: 480px) {
  .datagroups .data_grp .icol {
    width: 32px;
  }
}
.datagroups .data_grp .icol:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 17px;
  background-image: url(../img/tabicon-spr.png);
  background-repeat: no-repeat;
}
.datagroups .data_grp .icol.iaddr:before {
  background-position: -32px 0;
}
.datagroups .data_grp .icol.star:before {
  background-position: -32px -17px;
}
.datagroups .data_grp .icol.iorder:before {
  background-position: -16px -102px;
}
.datagroups .data_grp .icol.irecurr:before {
  background-position: -16px -68px;
}
.datagroups .data_grp .icol.ibasket:before {
  background-position: -16px -34px;
}
.datagroups .data_grp.starred .icol.star:before {
  background-position: -48px -17px;
}
.datagroups .data_grp.starred a.feedbackbtn span {
  background: #ccc!important;
  height: 18px;
  border-radius: 4px;
  top: 0;
}
.datagroups .data_grp.starred a.feedbackbtn:hover {
  color: #ffc300!important;
}
.datagroups .data_grp.starred a.feedbackbtn:hover span {
  background: #ffc300 !important;
}
.datagroups .data_grp .columnleft {
  float: left;
  width: calc(100% - 266px);
}
.datagroups .data_grp .columnleft .ht {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
  margin-bottom: 4px;
}
.datagroups .data_grp .columnleft .ht .inl {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
}
@media (max-width: 480px) {
  .datagroups .data_grp .columnleft .ht .inl {
    display: block;
  }
}
.datagroups .data_grp .columnleft p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #ababab;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .datagroups .data_grp .columnleft p .break480 {
    display: block;
  }
}
.datagroups .data_grp .columnright {
  float: right;
}
.datagroups .data_grp .columnright .st {
  text-align: right;
  position: relative;
  left: -15px;
  top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ababab;
  font-size: 15px;
}
.datagroups .data_grp .columnright .st .pts {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #88b156;
  display: block;
  font-size: 18px;
}
@media (max-width: 667px) {
  .datagroups .data_grp .columnright .st .pts {
    display: inline;
  }
}
.datagroups .data_grp .columnright .st span.status {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.datagroups .data_grp .columnright .st span.status.st_green {
  color: #88b156;
}
.datagroups .data_grp .columnright .st span.status.st_black {
  color: #231f20;
}
.datagroups .data_grp .columnright .st span.status.st_orange {
  color: #ee6e48;
}
.datagroups .data_grp.starred .columnright .btnset.vfeed {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 180px;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}
.datagroups .data_grp.starred .columnright .btnset.vfeed:hover {
  border-color: #ffc300;
}
.datagroups .data_grp.starred .columnright .btnset a.feedbackbtn {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.datagroups .data_grp.starred .columnright .btnset a.feedbackbtn span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-indent: 0!important;
  width: 25px;
  text-align: center;
  color: #fff;
}
@media (max-width: 667px) {
  .datagroups .data_grp .icol {
    position: absolute;
  }
  .datagroups .data_grp .columnleft,
  .datagroups .data_grp .columnright {
    width: auto;
    margin-left: 64px;
    float: left;
    clear: both;
  }
  .datagroups .data_grp .columnleft {
    margin-bottom: 10px;
  }
  .datagroups .data_grp .columnright .btnset.pright {
    top: 2px;
  }
  .datagroups .data_grp .columnright .btnset a.ico {
    margin-right: 15px;
    margin-left: 0;
  }
  .datagroups .data_grp .columnright .st {
    left: 0;
    top: 0;
    text-align: left;
    float: left;
    margin-right: 20px;
  }
  .datagroups .data_grp .columnright .feedbackbtn {
    padding: 0 !important;
  }
  .datagroups .data_grp .columnright .vfeed {
    position: relative!important;
    bottom: 0!important;
    text-align: left!important;
    border: none !important;
  }
}
@media (max-width: 667px) and (max-width: 480px) {
  .datagroups .data_grp .columnleft,
  .datagroups .data_grp .columnright {
    margin-left: 42px;
  }
}
@media (max-width: 667px) and (min-width: 376px) {
  .datagroups .data_grp .columnright {
    width: calc(100% - 49px);
  }
}
@media (max-width: 667px) and (min-width: 376px) {
  .datagroups .data_grp .columnright .btnset.pright {
    float: right;
  }
}
.btnset.vfeed {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 180px;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}
.btnset.vfeed:hover {
  border-color: #83B060;
}
.btnset.vfeed a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.btnset.pright {
  position: relative;
  top: 30px;
  padding-right: 15px;
  text-align: right;
  font-size: 0;
}
.btnset a.feedbackbtn span {
  position: relative;
  top: 2px;
}
.btnset a.ico,
.btnset a.feedbackbtn span {
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background: #ccc;
  margin-right: 15px;
  border-radius: 8px;
}
.btnset a.ico,
.btnset a.feedbackbtn span {
  background-image: url(../img/tabicon-spr.png);
  background-repeat: no-repeat;
}
.btnset a.ico.check,
.btnset a.feedbackbtn span.check {
  background-position: -32px -35px;
}
.btnset a.ico.check:hover,
.btnset a.feedbackbtn span.check:hover {
  background-color: #88b156;
  background-position: -48px -35px;
}
.btnset a.ico.edit,
.btnset a.feedbackbtn span.edit {
  background-position: -32px -52px;
}
.btnset a.ico.edit:hover,
.btnset a.feedbackbtn span.edit:hover {
  background-color: #88b156;
  background-position: -48px -52px;
}
.btnset a.ico.delete,
.btnset a.feedbackbtn span.delete {
  background-position: -32px -69px;
}
.btnset a.ico.delete:hover,
.btnset a.feedbackbtn span.delete:hover {
  background-color: #ee6e48;
  background-position: -48px -69px;
}
.btnset a.ico.view,
.btnset a.feedbackbtn span.view {
  background-position: -32px -86px;
}
.btnset a.ico.view:hover,
.btnset a.feedbackbtn span.view:hover {
  background-color: #88b156;
  background-position: -48px -86px;
}
.btnset a.ico.refresh,
.btnset a.feedbackbtn span.refresh {
  background-position: -16px -69px;
  background-color: #fff;
}
.btnset a.ico.refresh:hover,
.btnset a.feedbackbtn span.refresh:hover {
  background-position: 0 -69px;
}
.btnset a.ico.pause,
.btnset a.feedbackbtn span.pause {
  background-position: -32px -120px;
  background-color: #ccc;
}
.btnset a.ico.pause:hover,
.btnset a.feedbackbtn span.pause:hover {
  background-color: #ee6e48;
  background-position: -48px -120px;
}
.btnset a.ico {
  margin-right: 0;
  margin-left: 15px;
}
.btnset a.feedbackbtn {
  text-indent: 0!important;
  width: auto;
  height: auto;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #ababab;
}
.btnset a.feedbackbtn.leave span {
  background-position: -31px -103px;
}
.btnset a.feedbackbtn.leave:hover span {
  background-position: -47px -103px;
}
.btnset a.feedbackbtn:hover {
  color: #88b156;
}
.add_new_delivery_address {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none!important;
  color: #ee6e48;
  float: right;
  padding: 40px 20px;
  text-transform: uppercase;
}
.add_new_delivery_address .t1,
.add_new_delivery_address .t2 {
  color: #ee6e48;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.add_new_delivery_address .t2 {
  display: none;
}
.add_new_delivery_address.open .t1 {
  display: none;
}
.add_new_delivery_address.open .t2 {
  display: block !important;
}
.add_new_delivery_address:hover .t1,
.add_new_delivery_address:hover .t2 {
  color: #88b156;
}
/*data*/
.acorderdata .row.delivery {
  border: none!important;
}
@media (max-width: 960px) {
}
.acorderdata .delivery .rowcontent {
  font-size: 15px;
  max-width: 100%!important;
}
.acorderdata .delivery .rowcontent .blkt {
  margin-bottom: 20px;
}
.acorderdata .delivery .rowcontent strong {
  display: block;
  font-size: 16px;
}
.acorderdata .delivery .rowcontent strong {
  font-style: normal!important;
}
.acorderdata .acorderdata-head,
.acorderdata .acorderdata-item {
  padding-top: 0;
  padding-bottom: 0;
}
.acorderdata .acorderdata-head .rowcontent {
  top: 4px;
}
.acorderdata .acorderdata-head .rowcontent p {
  font-size: 16px;
  margin-bottom: 15px;
}
.acorderdata .acorderdata-items {
  position: relative;
  top: -20px;
}
@media (max-width: 1560px) {
  .acorderdata .acorderdata-items {
    top: 0;
  }
}
.acorderdata .acorderdata-item {
  margin-bottom: 10px;
}
.acorderdata .acorderdata-item:last-child {
  margin-bottom: 0;
}
.acorderdata .acorderdata-item .title {
  margin-bottom: 3px;
  position: relative;
}
.acorderdata .acorderdata-item .title .c {
  display: inline-block !important;
  width: 50px;
  float: left;
}
.acorderdata .acorderdata-item p.desc {
  color: #ababab;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-left: 35px;
  font-size: 14px;
}
.acorderdata .acorderdata-item p.price {
  font-size: 16px;
  text-align: right;
  position: relative;
}
@media (min-width: 1661px) {
  .acorderdata .acorderdata-item p.price {
    right: -80px;
  }
}
@media (max-width: 1560px) {
  .acorderdata .acorderdata-item p.price {
    text-align: left;
  }
}
@media (min-width: 1661px) {
  .acorderdata .rowtitle {
    left: 20px;
  }
}
@media (max-width: 1660px) {
  .acorderdata .rowtitle {
    width: 100%;
    padding-left: 15px;
  }
}
@media (min-width: 1661px) {
  .acorderdata .rowcontent {
    left: 40px;
  }
}
@media (max-width: 1560px) {
  .acorderdata .acorderdata_grp {
    margin-bottom: 20px;
  }
}
.acorderdata .acorderdata_grp .delivery .rowcontent {
  left: -50px;
}
@media (max-width: 1560px) {
  .acorderdata .acorderdata_grp .delivery .rowcontent {
    width: 100%!important;
    left: 0;
  }
}
@media (max-width: 1280px) {
  .acorderdata .acorderdata_grp .delivery .rowcontent.col-md-7 {
    width: 75% !important;
  }
}
@media (max-width: 1280px) {
  .acorderdata .acorderdata_grp .delivery .rowcontent.col-md-2 {
    width: 25% !important;
  }
}
@media (max-width: 768px) {
  .acorderdata .acorderdata_grp .delivery .rowcontent.col-md-2,
  .acorderdata .acorderdata_grp .delivery .rowcontent.col-md-7 {
    width: 100% !important;
  }
  
  .img-border{
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  
  .img1-border{
    border-bottom: 0 !important;
  }
  

  .wrapdiscover{border-bottom: 0 !important;}
}
@media (max-width: 1560px) {
  .acorderdata .acorderdata_grp .acorderdata-head:first-child .rowtitle {
    padding-bottom: 10px;
  }
  .acorderdata .acorderdata_grp .acorderdata-head .rowcontent {
    display: block;
    width: 100% !important;
  }
  .acorderdata .acorderdata_grp .acorderdata-items .rowtitle {
    display: none;
  }
  .acorderdata .acorderdata_grp .acorderdata-item {
    margin-bottom: 30px;
  }
}
.productcatsection {
  position: relative;
  padding-top: 30px;
}
.productcatsection:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #E7E9EC;
  height: 1px;
  width: 100%;
}
.productcatsection.acorderdata .acorderdata-item .title .c {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.productcatsection.acorderdata .acorderdata-item .title .c + strong {
  padding-left: 35px;
}
.productcatsection.acorderdata .acorderdata-item .price {
  font-size: 16px;
  text-align: right;
}
.productcatsection.acorderdata .acorderdata-item .price .d {
  padding-right: 15px;
}
.productcatsection.acorderdata .acorderdata-item .price .del_order {
  display: block!important;
  top: 2px;
}
.productcatsection.acorderdata_edit .rowcontent.col-md-2 {
  left: -15px;
  float: right;
}
@media (max-width: 1560px) {
  .productcatsection .rowtitle {
    display: none;
  }
  .productcatsection .acorderdata_grp:first-child .acorderdata-head .rowtitle {
    display: block;
  }
}
.paymentsection.acorderdata {
  position: relative;
  padding-top: 30px;
}
.paymentsection.acorderdata:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #E7E9EC;
  height: 1px;
  width: 100%;
}
.paymentsection.acorderdata .acorderdata_grp .delivery .rowcontent {
  top: -40px;
}
@media (max-width: 1560px) {
  .paymentsection.acorderdata .acorderdata_grp .delivery .rowcontent {
    top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%!important;
    clear: both;
  }
}
.paymentsection.acorderdata .paytitle,
.paymentsection.acorderdata .price {
  font-size: 16px;
}
.paymentsection.acorderdata .paytitle {
  float: left;
}
.paymentsection.acorderdata .price {
  float: right;
}
.paymentprocess {
  position: relative;
  padding: 40px 20px;
  box-shadow: 0 -5px 3px -5px #CBCBCB;
}
@media (max-width: 1024px) {
  .paymentprocess.moved {
    box-shadow: none!important;
    border-bottom: 1px solid #c7ddef;
  }
  .paymentprocess.moved:before {
    display: none !important;
  }
}
@media (max-width: 1670px) {
  .paymentprocess {
    overflow: hidden;
  }
}
@media (max-width: 1440px) {
  .paymentprocess {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .paymentprocess {
    padding-left: 0;
    padding-right: 0;
  }
}
.paymentprocess:before {
  content: "";
  display: block;
  width: 1002px;
  height: 0;
  border-top: 1px solid #ccc;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1670px) {
}
@media (max-width: 1280px) {
  .paymentprocess:before {
    width: 100%;
    left: 0;
  }
}
.paymentprocess .col-md-5 {
  position: absolute;
  left: 25px;
  top: 30px;
}
@media (max-width: 1440px) {
  .paymentprocess .col-md-5 {
    left: 0;
    top: 0;
    position: relative;
  }
}
.paymentprocess .tpaid,
.paymentprocess .tstat {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.paymentprocess .tpaid span.l,
.paymentprocess .tstat span.l {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .paymentprocess .tpaid,
  .paymentprocess .tstat {
    margin-bottom: 0;
  }
}
.paymentprocess .tstat {
  font-size: 18px;
}
.paymentprocess .tstat .st_green {
  color: #88b156;
}
.paymentprocess .tstat .st_orange {
  color: #ee6e48;
}
.paymentprocess .tstat .st_blank {
  color: #231f20;
}
@media (max-width: 480px) {
}
.paymentprocess .processbuttons {
  float: right;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.paymentprocess .processbuttons:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 960px) {
}
.paymentprocess .processbuttons a {
  display: inline-block;
  border: 2px solid #ccc;
  color: #fff;
  font-size: 18px;
  padding: 6px 20px;
  text-decoration: none;
  margin-left: 20px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media (max-width: 1560px) {
  .paymentprocess .processbuttons a {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 0;
  }
}
.paymentprocess .processbuttons a.reuse {
  border-color: #88b156;
  color: #88b156;
}
.paymentprocess .processbuttons a.reuse.alt {
  background: #88b156;
  color: #fff;
}
@media (max-width: 1560px) {
  .paymentprocess .processbuttons a.reuse {
    margin-left: 0;
  }
}
@media (max-width: 1560px) {
  .paymentprocess .processbuttons a.reuse .hidereuse {
    display: none;
  }
}
@media (max-width: 1560px) {
  .paymentprocess .processbuttons a.reuse,
  .paymentprocess .processbuttons a.edit,
  .paymentprocess .processbuttons a.cancel {
    width: 33.33%;
    margin-left: 0;
    float: left;
    text-align: center;
  }
}
.paymentprocess .processbuttons a.edit {
  border-color: #88b156;
  background: #88b156;
}
.paymentprocess .processbuttons a.cancel, .paymentprocess .processbuttons a.amend {
  border-color: #ee6e48;
  background: #ee6e48;
}
.paymentprocess .processbuttons a:hover {
  color: #fff!important;
  background: #ccc!important;
  border-color: #ccc!important;
}
/* order history head */
.singledatahead {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0!important;
  padding-top: 32px;
  background: url(../img/account-pic.jpg) no-repeat right center;
  min-height: 180px;
  background-size: contain;
  position: relative;
  border-bottom: 1px solid #E7E9EC;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.singledatahead .h {
  margin: 0 auto 10px;
  max-width: 500px;
}
@media (max-width: 1600px) {
}
.singledatahead .subheading {
  position: relative;
  left: -22px;
  font-size: 16px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media (max-width: 736px) and (min-width: 481px) {
  .singledatahead .subheading {
    text-align: left;
    left: 0;
  }
}
@media (max-width: 480px) {
  .singledatahead .subheading {
    left: 0;
  }
}
.singledatahead .reward_points {
  position: relative;
  left: -22px;
  font-size: 16px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.singledatahead .reward_points span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #88b156;
}
.singledatahead a {
  display: inline-block;
  background: url(../img/account-arr.png) no-repeat left center;
  padding-left: 32px;
  color: #ee6e48;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none!important;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin: 0 auto;
  display: block;
  width: 215px;
  position: relative;
  left: -22px;
}
.singledatahead a:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}
@media (min-width: 1600px) {
}
@media (max-width: 1288px) {
  .singledatahead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .singledatahead .reward_points {
    text-align: center;
    left: 0;
  }
  .singledatahead a {
    left: 0;
  }
}
.favdata {
  margin-top: 50px;
}
.favdata .entry {
  border: none!important;
  border-bottom: 1px solid #e7e9ec!important;
  box-shadow: none!important;
  padding: 0 20px 15px;
  margin-bottom: 20px;
  height: auto;
}
@media (max-width: 480px) {
  .favdata .entry {
    padding-left: 0;
    padding-right: 0;
  }
}
.favdata .entry:hover {
  border-color: #88b156 !important;
}
.favdata .entry .entry_description,
.favdata .entry .meta {
  max-width: calc(100% - 208px);
  margin-left: 208px;
}
@media (max-width: 1024px) {
  .favdata .entry .entry_description,
  .favdata .entry .meta {
    padding-left: 0;
  }
}
.favdata .entry .entry_description {
  border: none!important;
}
@media (max-width: 667px) {
  .favdata .entry .entry_description {
    margin-left: 0;
    max-width: 100%;
  }
}
.favdata .entry .entry_description .d {
  width: 100%;
  max-width: calc(100% - 200px);
}
@media (max-width: 480px) {
  .favdata .entry .entry_description .d {
    max-width: calc(100% - 100px);
  }
  .favdata .entry .entry_description .d p {
    font-size: 14px;
  }
}
.favdata .entry .entry_description .info {
  height: auto;
  position: absolute;
  top: -5px;
  right: 0;
}
@media (max-width: 667px) {
  .favdata .entry .entry_description .info {
    text-align: right!important;
  }
}
.favdata .entry .meta {
  max-width: 100%;
  margin-left: 0;
  padding-top: 0;
}
.favdata .entry .meta i {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(25%, 25%);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin-right: 5px;
}
.favdata .entry .meta .icon2btn {
  background: none;
  width: 101px;
}
@media (max-width: 480px) {
  .favdata .entry .meta .icon2btn {
    width: 100%;
    clear: both;
    float: left;
    height: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  .favdata .entry .meta .icon2btn .btnset:after {
    content: "";
    display: block;
    clear: both;
  }
  .favdata .entry .meta .icon2btn a {
    margin-left: 0;
    margin-right: 15px;
  }
}
.favdata .entry .thumbnail {
  width: 188px;
  height: 100px;
  top: 0px;
  left: 20px;
}
@media (max-width: 667px) {
  .favdata .entry .thumbnail {
    left: 0;
    width: 100%;
  }
}
/*empty*/
.emptaccnt {
  position: relative;
  left: -22px;
  text-align: center;
  padding-bottom: 50px;
  color: #ccc;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
@media (max-width: 1288px) {
  .emptaccnt {
    left: 0;
  }
}
.emptaccnt p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .emptaccnt p br {
    display: none;
  }
}
.emptaccnt a {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #88b156;
}
.emptaccnt a:hover {
  color: #ee6e48;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .emptaccnt a {
    display: block;
  }
}
.emptaccnt span.rew_pts {
  color: #ee6e48 !important;
}
.emptaccnt a.reward_view_vouchers {
  margin-top: 30px;
  color: #fff;
  background: #88b156;
  display: inline-block;
  font-size: 18px;
  padding: 6px 20px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.emptaccnt a.reward_view_vouchers:hover {
  background: #ee6e48;
  color: #fff!important;
}
.emptaccnt:before {
  content: "";
  display: block;
  width: 93px;
  height: 85px;
  margin: 50px auto 30px;
  background-image: url(../img/account-blanks.png);
  background-repeat: no-repeat;
}
.emptaccnt.emp_reward_points:before {
  background-position: -372px 0;
}
.emptaccnt.emp_saved_points:before {
  background-position: -465px 0;
}
.emptaccnt.emp_my_favourites:before {
  background-position: -279px 0;
}
.emptaccnt.emp_recurring_orders:before {
  background-position: -186px 0;
}
.emptaccnt.emp_todays_deliveries:before {
  background-position: -93px 0;
}
.emptaccnt.emp_feedback:before {
  background-position: 0 0;
}
.emptaccnt.emp_order_history:before {
  background-position: -558px 0;
}
body.modal-changeavatar .btnchangeavatar a {
  opacity: 1 !important;
}
body.modal-changeavatar .btnchangeavatar:after {
  opacity: 0.3;
}
.btnchangeavatar {
  width: 104px;
  height: 104px;
  border-radius: 52px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
.btnchangeavatar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btnchangeavatar:hover:after {
  opacity: 0.3;
}
.btnchangeavatar a {
  background: url(../img/btnchangeavatar.png) no-repeat center 20px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto 0;
  padding: 52px 0 16px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  line-height: 18px;
  z-index: 3;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btnchangeavatar a:hover {
  opacity: 1 !important;
}
@media (min-width: 1441px) {
  .btnchangeavatar {
    position: absolute;
    left: -75px;
    top: 10px;
  }
}
@media (max-width: 1288px) {
  .btnchangeavatar {
    margin-left: 0;
  }
}
@media (max-width: 1288px) {
  .btnchangeavatar {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.ac_pagination {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.ac_pagination a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.ac_pagination a:hover {
  background: #ee6e48;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.ac_pagination a.prev,
.ac_pagination a.next {
  width: 70px;
}
.ac_pagination a.current {
  background: #88b156;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.add_new_delivery_address_form {
  clear: both;
}
@media (max-width: 1366px) {
  .hideInMobile {
    display: none;
  }
}
@media (max-width: 960px) {
  .orderinfosection .row.delivery {
    padding-bottom: 0;
  }
  .acorderdata .acorderdata-item p.price {
    padding-left: 50px;
  }
  .productcatsection {
    margin-top: 30px;
  }
  .acorderdata .acorderdata_grp .delivery .rowcontent {
    width: 100% !important;
  }
}
@media (max-width: 736px) {
  .singledatahead {
    padding-left: 40px;
    padding-right: 40px;
  }
  .singledatahead .h {
    font-size: 21px;
    max-width: 100%;
  }
  .singledatahead .h,
  .singledatahead .reward_points {
    text-align: left;
    margin-left: 0;
  }
  .singledatahead a {
    margin-left: 0;
  }
}
@media (max-width: 667px) {
  .paymentprocess div[class*="col"] {
    width: 100%!important;
  }
  .paymentprocess {
    padding: 10px;
  }
  .paymentprocess .tpaid {
    float: left;
  }
  .paymentprocess .tstat {
    float: right;
  }
  .paymentprocess .processbuttons {
    width: 100% !important;
    float: none !important;
    padding-top: 10px !important;
    clear: both !important;
  }
  .paymentprocess .processbuttons a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .singledatahead {
    background: none;
    border-top: 1px solid #E7E9EC;
    padding: 20px;
    min-height: 0;
  }
  .singledatahead .h,
  .singledatahead .reward_points {
    text-align: center;
  }
  .singledatahead a {
    margin-left: auto;
  }
  .paymentprocess .tpaid,
  .paymentprocess .tstat {
    text-align: left;
  }
  .orderinfosection,
  .productcatsection,
  .paymentsection,
  .paymentprocess {
    margin-left: -20px;
    margin-right: -20px;
  }
  .paymentprocess:before {
    display: none;
  }
}
.paymentprocess {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  margin: 0 -20px;
}
.paymentprocess.bottom {
  top: auto!important;
  bottom: 0!important;
  left: 20px!important;
}
@media (max-width: 1024px) {
  .paymentprocess {
    position: relative;
    margin: 0 -20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .paymentprocess {
    left: 0;
    margin: 0;
    padding: 10px;
  }
  .paymentprocess .tpaid,
  .paymentprocess .tstat {
    font-size: 16px;
  }
  .paymentprocess .processbuttons a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .edit_wrap .productcatsection {
    margin-top: 0;
  }
  .edit_wrap .productcatsection:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .edit_wrap .paymentprocess div.col-md-5 {
    display: none;
  }
}
@media (max-width: 375px) {
  .singledatahead .h,
  .singledatahead .reward_points {
    text-align: left;
  }
  .singledatahead .subheading {
    text-align: left;
  }
  .singledatahead a {
    margin-left: 0;
  }
  .paymentprocess div.col-md-5 {
    margin-bottom: 0;
  }
  .paymentprocess .tpaid,
  .paymentprocess .tstat {
    float: none;
    width: 100%;
  }
}
.modal-orderinfo {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-top: 27px;
}
@media (max-width: 736px) {
  .modal-orderinfo {
    margin-bottom: 30px;
  }
}
.modal-orderinfo:after {
  content: "";
  display: block;
  clear: both;
}
.modal-orderinfo .mline1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.modal-orderinfo .mline2,
.modal-orderinfo .mline4,
.modal-orderinfo .mline6 {
  text-align: right;
}
.modal-orderinfo .mline3,
.modal-orderinfo .mline5 {
  clear: left;
}
.modal-orderinfo .mline1,
.modal-orderinfo .mline2 {
  width: 50%;
  font-size: 16px;
}
.modal-orderinfo .mline3,
.modal-orderinfo .mline5 {
  width: 20%;
}
.modal-orderinfo .mline4,
.modal-orderinfo .mline6 {
  width: 80%;
}
.modal-orderinfo span {
  display: block;
  float: left;
  margin-bottom: 5px;
}
@media (max-width: 568px) {
  .modal-orderinfo span {
    float: none;
    width: 100%!important;
    text-align: left!important;
  }
}
.accountinfo .gp.inmodal .inpt {
  width: 100%;
}
.accountinfo .ltdropdown.input2 {
  width: 100%;
}
.accountinfo .ltdropdown.input2 button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ababab;
}
.ratingtitle {
  float: left;
}
@media (max-width: 568px) {
  .ratingtitle {
    display: none !important;
  }
}
.ratingval {
  float: left;
  position: relative;
  top: 2px;
}
@media (min-width: 568px) {
  .ratingval {
    margin-left: 35px;
  }
}
.ratingval .starrating {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  width: 30px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #ffc300;
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.ratingval .star1 {
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url(../img/tabicon-spr.png);
  background-repeat: no-repeat;
  background-position: -48px -17px;
}
.ratingval .star1.gray {
  background-position: -32px -17px;
}
.ratingval.rated {
  float: none;
  margin: 00px auto 40px;
  top: 0;
  width: 146px;
  padding-top: 10px;
}
.dropdown-menu-addfeedback {
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.dropdown-menu-addfeedback li {
  height: 39px;
  line-height: 39px;
}
.dropdown-menu-addfeedback a {
  height: 39px;
  line-height: 39px;
}
.dropdown-menu-addfeedback a:after {
  content: "";
  display: block;
  clear: both;
}
.dropdown-menu-addfeedback .ratingtitle {
  float: left;
  display: inline-block;
  width: 52px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  color: #ababab;
}
@media (min-width: 568px) {
  .dropdown-menu-addfeedback .ratingval {
    margin-left: 63px;
  }
}
.inmodaltextarea {
  border: 1px solid #e7e9ec;
  width: 100%;
  min-height: 100px;
  outline: none 0;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 300;
  color: #ababab;
  -webkit-appearance: none;
  border-radius: 0;
  resize: vertical;
}
.inmodaltextarea.active {
  margin-top: 10px;
}
.inmodaltextarea::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}
.inmodaltextarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
  opacity: 1;
}
.inmodaltextarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
  opacity: 1;
}
.inmodaltextarea:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}
.inmodaltextarea:focus {
  border-color: #88b156;
}
.div1.d3 {
  margin-bottom: 30px;
}
.commentquote {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}
/**/
.mainbasket {
  padding-top: 20px;
}
.mainbasket:after {
  content: "";
  display: block;
  clear: both;
}
.mainbasket .head {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 31px;
}
.mainbasket .order_group {
  padding: 5px 0 13px;
}
.mainbasket .order_grouphead {
  font-size: 16px;
  font-weight: 300;
  clear: both;
  margin-bottom: 18px;
}
.mainbasket .order_entry {
  position: relative;
  font-size: 16px;
  clear: both;
  margin-bottom: 18px;
}
.mainbasket .order_entry:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.mainbasket .order_entry .quantity,
.mainbasket .order_entry .t {
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.mainbasket .order_entry .quantity,
.mainbasket .order_entry .order_info,
.mainbasket .order_entry .price {
  float: left;
}
.mainbasket .order_entry .quantity {
  width: 35px;
}
.mainbasket .order_entry .order_info {
  width: 224px;
}
.mainbasket .order_entry .p {
  font-weight: 400;
}
.mainbasket .order_entry .order_info .d {
  font-weight: 300;
  font-size: 14px;
  color: #ababab;
  display: block;
  line-height: 18px;
}
.mainbasket .order_entry .price {
  width: 80px;
  text-align: right;
  position: relative;
}
@media (max-width: 568px) {
  .mainbasket .order_entry .price {
    margin-top: 10px;
    margin-left: 35px;
    text-align: left;
    width: calc(100% - 35px);
    display: block!important;
  }
  .mainbasket .order_entry .price .d,
  .mainbasket .order_entry .price .del_order {
    display: block !important;
  }
}
.mainbasket .order_entry.onhover .price .del_order {
  display: block !important;
}
.mainbasket .order_subtotal {
  padding: 25px 0;
  position: relative;
  border: none!important;
}
.mainbasket .order_subtotal p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}
.mainbasket .order_subtotal p:last-child {
  margin-bottom: 0;
}
.mainbasket .order_subtotal span {
  display: block;
  float: right;
}
.mainbasket .sbmt {
  margin-bottom: 30px;
}
.ahdefaultmodal .scroll-content {
  margin-bottom: 0 !important;
}
.ahdefaultmodal .content.alt {
  text-align: center;
  line-height: 24px;
  margin-bottom:20px;
}
.ahdefaultmodal .content.alt p {
  font-size: 16px;
  color: #231f20;
}
.ahdefaultmodal .content.alt a {
  font-weight: 600;
  color: #88b156;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.ahdefaultmodal .content.alt a:hover {
  color: #ee6e48;
}
.ahdefaultmodal .rewards {
  text-align: center;
  padding: 16px 15px;
  margin-top: 0;
}
.ahdefaultmodal .mheader.mheader-closebtn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ahdefaultmodal .mheader.mheader-closebtn .closemodal {
  z-index: 11;
  top: -9px;
  right: -10px;
}
@media (max-height: 568px) {
  .ahdefaultmodal .mheader.mheader-closebtn .closemodal {
    /*top: 0;*/
  }
}
@media (max-width: 320px) {
  .ahdefaultmodal .mheader.mheader-closebtn .closemodal {
    right: 15px;
    top: 15px;
  }
}
.ahdefaultmodal .mheader.mheader-in {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 375px) {
  .ahdefaultmodal .mheader.mheader-in .div1.posthead {
    height: auto !important;
  }
}
.ahdefaultmodal .mheader .rewards {
  font-weight: 600;
  color: #ccc;
  border: none;
  padding: 15px;
}
.ahdefaultmodal .wrapvouchers {
  padding-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.ahdefaultmodal .wrapvouchers + .content.alt {
  margin-bottom: 20px;
}
.ahdefaultmodal .wrapvouchers .voucher_grp {
  margin-bottom: 30px;
}
.ahdefaultmodal .wrapvouchers .voucher_grp:after {
  content: "";
  display: block;
  clear: both;
}
.ahdefaultmodal .wrapvouchers .voucher_grp .modal-orderinfo {
  margin-bottom: 10px;
  padding-top: 0;
}
.ahdefaultmodal .wrapvouchers .voucher_grp .gpts {
  color: #88b156;
  font-weight: 600;
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .ahdefaultmodal .wrapvouchers .voucher_grp .gpts {
    width: auto!important;
  }
}
.ahdefaultmodal .wrapvouchers .voucher_grp img {
  margin: 0 auto 20px;
}
.ahdefaultmodal .wrapvouchers .voucher_grp .incrmt {
  float: left;
}
@media (max-width: 568px) {
  .ahdefaultmodal .wrapvouchers .voucher_grp .incrmt {
    margin: 0 auto 10px;
    float: none;
  }
}
.ahdefaultmodal .wrapvouchers .voucher_grp .sbmt {
  width: calc(100% - 180px) !important;
  float: right;
  margin: 0!important;
  clear: none!important;
  background: #ee6e48 !important;
  transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -webkit-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
}
.ahdefaultmodal .wrapvouchers .voucher_grp .sbmt:hover {
  background: #88b156 !important;
}
.ahdefaultmodal .wrapvouchers .voucher_grp .sbmt.gray {
  background: #cbcbcb!important;
}
.ahdefaultmodal .wrapvouchers .voucher_grp .sbmt.gray:hover {
  background: #88b156 !important;
}
@media (max-width: 568px) {
  .ahdefaultmodal .wrapvouchers .voucher_grp .sbmt {
    width: 100%!important;
    float: none;
  }
}
.asc_scrolltoTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.asc_scrolltoTop i {
  color: #231f20;
  font-size: 30px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.asc_scrolltoTop:hover i {
  color: #ee6e48;
}
body.scrolled {
  padding-top: 100px;
}
body.scrolled .headernav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.ahdefaultmodal .expand {
  display: inline-block;
  padding-top: 10px;
  color: #88b156;
  text-decoration: none;
}
.ahdefaultmodal .expand:hover {
  color: #ee6e48;
}
.acforms.nooffset {
  left: 0;
}
.claimvoucher-alerts {
  margin-bottom: 50px;
}
.gp.asc_alert {
  font-size: 16px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.gp.asc_alert.asc_alert-success {
  background: #eaf1e2;
  color: #88b156;
}
.gp.asc_alert.asc_alert-success a {
  color: #88b156;
  text-decoration: underline;
}
.gp.asc_alert.asc_alert-danger {
  background: #f8eded;
  color: #a94442;
}
.gp.asc_alert.asc_alert-danger a {
  color: #a94442;
  text-decoration: underline;
}
.gp.asc_alert.asc_alert-info {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #F7866B;
}
.gp.asc_alert.asc_alert-info .inpt:before {
  content: "";
  display: block;
  clear: both;
  width: 20px;
  height: 20px;
  background: url(../img/error1.png) no-repeat;
  display: inline-block !important;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.gp.asc_alert .lbl {
  display: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.gp.asc_alert .inpt {
  padding: 11px;
  width: 100%;
  text-align: center;
}
.gp.asc_alert .inpt ul,
.gp.asc_alert .inpt li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gp.asc_alert .inpt li {
  margin-bottom: 5px;
}
.gp.asc_alert.alt .lbl {
  display: none;
}
.gp.asc_alert.alt .inpt {
  width: 100%;
  text-align: center;
  position: relative;
  left: -22px;
}
.sbmt_updated {
  background: #ee6e48;
}
.addfav.added .t1,
.addbaskt.added .t1 {
  display: none;
}
.addfav.added .t2,
.addbaskt.added .t2 {
  display: inline-block !important;
}
.sbmt_claimv.v_claimed .t1 {
  display: none;
}
.sbmt_claimv.v_claimed .t2 {
  display: inline-block !important;
}
.avatarset a {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.avatarset a:hover {
  opacity: 1!important;
}
.delivery.acorderdata-item .deleted_text {
  display: none;
}
.delivery.acorderdata-item.deleted .desc {
  display: none;
}
.delivery.acorderdata-item.deleted .title strong {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  padding-left: 0!important;
}
.delivery.acorderdata-item.deleted .desc.deleted_text {
  padding-left: 0!important;
  display: block;
}
.delivery.acorderdata-item.deleted .desc.deleted_text a {
  color: #ee6e48;
}
.delivery.acorderdata-item.deleted .quantity,
.delivery.acorderdata-item.deleted .price {
  display: none;
}
.order_entry .deleted_text {
  display: none !important;
}
.order_entry.deleted .order_info {
  width: 100%;
}
.order_entry.deleted .order_info .t {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.order_entry.deleted .d {
  display: none !important;
}
.order_entry.deleted .deleted_text {
  display: inline-block !important;
}
.order_entry.deleted .deleted_text a {
  color: #ee6e48;
}
.order_entry.deleted .quantity,
.order_entry.deleted .price {
  display: none;
}
.re.ahdefaultmodal {
  box-shadow: 0 0 10px #444;
}
.re.ahdefaultmodal.modal-errorpopup {
  top: 50%;
}
.re.ahdefaultmodal.modal-errorpopup .mheader {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-top: 10px;
}
.re.ahdefaultmodal.modal-errorpopup .mheader .div1.posthead {
  margin-top: 5px;
}
.re.ahdefaultmodal.modal-errorpopup .mheader .h {
  font-size: 18px;
}
.re.ahdefaultmodal.modal-errorpopup .m-inner {
  padding-top: 10px !important;
}
.re.ahdefaultmodal.modal-errorpopup .content {
  text-align: center;
}
.re.ahdefaultmodal.modal-errorpopup .content[data-msg="oneliner"] {
  height: 52px;
}
@media (max-width: 812px) {
  .re.ahdefaultmodal.modal-errorpopup .content {
    padding-right: 20px;
    text-align: left!important;
  }
}
.re.ahdefaultmodal.modal-errorpopup .content p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}
.re.ahdefaultmodal.modal-errorpopup .content p.success {
  color: #88b156;
}
.re.ahdefaultmodal.modal-errorpopup .content p.success a {
  color: #88b156;
  text-decoration: underline;
}
.re.ahdefaultmodal.modal-errorpopup .content p.danger {
  color: #a94442;
}
.re.ahdefaultmodal.modal-errorpopup .content p.danger a {
  color: #a94442;
  text-decoration: underline;
}
.re.ahdefaultmodal.modal-errorpopup .content p.oneliner {
  display: inline;
}
.error-inline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  position: absolute;
  background: #fff;
  border: 1px solid #F7866B;
  color: #F7866B;
  width: 173px;
  top: 0;
  right: 0;
  line-height: 44px;
  height: 44px;
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
}
.error-inline:before {
  width: 9px;
  height: 13px;
  background: url(../img/error2.png) no-repeat;
  left: -9px;
  margin-top: -7px;
}
.error-inline:after {
  width: 20px;
  height: 20px;
  background: url(../img/error1.png) no-repeat;
  right: 15px;
  margin-top: -10px;
}
.error-inline:before,
.error-inline:after {
  content: "";
  display: block;
  clear: both;
  top: 50%;
  position: inherit;
}
.error-inline .toppositioned {
  padding-left: 0;
  position: relative;
  margin-bottom: 10px;
  width: calc(100% - 40px) !important;
  border-color: #fff;
  line-height: 22px;
  height: auto;
}
.error-inline .toppositioned:before,
.error-inline .toppositioned:after {
  position: absolute;
}
.error-inline .toppositioned:before {
  display: none;
}
.error-inline .toppositioned:after {
  right: -40px !important;
}
.error-inline.top {
  padding-left: 0;
  position: relative;
  margin-bottom: 10px;
  width: calc(100% - 40px) !important;
  border-color: #fff;
  line-height: 22px;
  height: auto;
}
.error-inline.top:before,
.error-inline.top:after {
  position: absolute;
}
.error-inline.top:before {
  display: none;
}
.error-inline.top:after {
  right: -40px !important;
}
.error-inline.top + input,
.error-inline.top + textarea {
  border-color: #F7866B!important;
}
.error-inline.top + input:focus,
.error-inline.top + textarea:focus {
  border-color: #F7866B!important;
}
.error-inline.top + textarea {
  color: #ababab;
}
@media (max-width: 480px) {
  .error-inline {
    padding-left: 0 !important;
    position: relative !important;
    margin-bottom: 10px !important;
    width: calc(100% - 40px) !important;
    border-color: #fff !important;
    line-height: 22px !important;
    height: auto !important;
  }
  .error-inline:before,
  .error-inline:after {
    position: absolute !important;
  }
  .error-inline:before {
    display: none !important;
  }
  .error-inline:after {
    right: -40px !important;
  }
  .error-inline + input,
  .error-inline + textarea {
    border-color: #F7866B!important;
  }
  .error-inline + input:focus,
  .error-inline + textarea:focus {
    border-color: #F7866B!important;
  }
}
.re.ahdefaultmodal[class*="addfeedback"] .error-inline.top {
  margin-top: -20px;
}
.re.ahdefaultmodal[class*="addfeedback"] .content {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.re.ahdefaultmodal[class*="addfeedback"] .content p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}
.re.ahdefaultmodal[class*="addfeedback"] .content p.success {
  color: #88b156;
}
.fullwidthwr .h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #231f20;
  margin-top: 54px;
  margin-bottom: 31px;
  text-align: center;
  position: relative;
}
.fullwidthwr .h1.pageheading {
  font-size: 36px;
  margin-bottom: 40px;
}
@media (max-width: 736px) {
  .fullwidthwr .h1.pageheading {
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  body.ah-home .fullwidthwr .h1.pageheading{
    max-width:100%;
  }
}
.fullwidthwr.pagebackground {
  background: url(../img/background.png) repeat-x left bottom;
  padding-bottom: 16px;
}
@media (min-width: 1361px) {
  .fullwidthwr .container {
    width: 1360px;
  }
}
.faqsearch {
  border: 1px solid #e8eaed;
  height: 40px;
  width: 100%;
  max-width: 710px;
  position: relative;
  margin: 0 auto;
}
.faqsearch input {
  border: none;
  height: 38px;
  width: calc(100% - 40px);
  outline: none 0!important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.faqsearch a.clickfaqs {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/fsearch.png) no-repeat center center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.faqsearch a.clickfaqs:hover,
.faqsearch input:focus + a.clickfaqs {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.faqsearch input::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}
.faqsearch input:-moz-placeholder {
  /* Firefox 18- */
  color: #ababab;
  opacity: 1;
}
.faqsearch input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ababab;
  opacity: 1;
}
.faqsearch input:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}
.faqcontainer {
  padding-top: 92px;
  padding-bottom: 70px;
  position: relative;
}
.faqcol1 {
  position: relative;
  z-index: 3;
}
.faqcol2 {
  position: relative;
  z-index: 5;
}
.faqcol1.active {
  display: block!important;
  width: 100%;
}
.faqcol1.active .faqnav a {
  padding-right: 0;
}
.faqcol1.active + .faqcol2 {
  display: none;
}
.faqnav {
  padding-top: 4px;
}
.faqnav .h {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 15px;
  position: relative;
  left: -20px;
}
.faqnav .h:hover {
  cursor: pointer;
  color: #88b156;
}
.faqnav ul,
.faqnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faqnav ul {
  position: relative;
}
.faqnav ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #E7E9EC;
  left: -20px;
}
.faqnav li {
  line-height: 20px;
  margin-bottom: 20px;
}
.faqnav li.active a {
  color: #88b156;
}
.faqnav li.active a:before {
  background: #88b156;
}
.faqnav a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ababab;
  font-size: 16px;
  display: block;
  padding-right: 100px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.faqnav a:hover {
  color: #88b156;
}
.faqnav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #E7E9EC;
  left: -20px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.faqnav .faqgrp ul {
  display: none;
}
.faqnav .faqgrp.active {
  margin-bottom: -3px;
}
.faqnav .faqgrp.active .h {
  color: #88b156;
  margin-bottom: 18px;
}
.faqnav .faqgrp.active ul {
  display: block;
}
.pagecontent ul li,
.pagecontent ol li {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.pagecontent a {
  color: #88b156;
  text-decoration: underline;
}
.pagecontent a:hover {
  text-decoration: none;
}
.pagecontent img.asc_img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagecontent img.asc_img.alignleft {
  float: left;
  margin-right: 30px;
}
.pagecontent img.asc_img.alignright {
  float: right;
  margin-left: 30px;
}
.pagecontent img.asc_img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media (max-width: 480px) {
  .pagecontent img.asc_img.alignleft,
  .pagecontent img.asc_img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.pagecontent.col-md-6 {
  padding-right: 15px;
}
.pagecontent h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  position: relative;
}
.pagecontent p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  color: #ababab;
  margin-bottom: 30px;
}
.faqcontent {
  position: relative;
  left: -55px;
  display: none;
}
.faqcontent.active {
  display: block;
}
.faqcontent h2:before {
  content: "";
  position: absolute;
  left: -42px;
  top: 10px;
  width: 8px;
  height: 16px;
  background: url(../img/faq-right.png) no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.faqcontent h2 a {
  color: #231f20;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.faqcontent h2 a:hover {
  color: #88b156;
}
.faqcontent p a {
  color: #88b156;
}
.faqcontent .result-item p {
  display: none;
}
.faqcontent .result-item .learnmore,
.faqcontent .result-item h2 + p {
  display: block;
}
@media (min-width: 1441px) {
  .fullwidthwr .h1.offset {
    left: -67px;
  }
  .fullwidthwr .faqsearch {
    position: relative;
    left: -67px;
  }
}
@media (max-width: 1440px) {
  .faqnav .faqgrp .h {
    left: 0;
  }
  .faqnav .faqgrp ul {
    position: relative;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .faqcontainer .faqcol1 {
    display: none;
  }
  .faqcontainer .faqcol2 {
    width: 100%;
  }
  .faqcontainer .faqcontent {
    left: 0;
  }
}
@media (max-width: 768px) {
  .faqsearch {
    max-width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .faqcontent h2 {
    text-align: center;
  }
  .results-keyword {
    text-align: center;
  }
}
@media (max-width: 568px) {
  .fullwidthwr .h1 {
    font-size: 26px;
  }
  .faqcontent h2 {
    font-size: 22px;
  }
}
.togglefaqnav_c {
  width: 245px;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ababab;
  line-height: 40px;
  margin: -40px auto 40px;
  cursor: pointer;
  display: none;
}
.togglefaqnav_c.active a.togglefaqnav .t1 {
  display: none;
}
.togglefaqnav_c.active a.togglefaqnav .t2 {
  display: block;
  position: relative;
  left: 1px;
  top: -2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .togglefaqnav_c {
    display: block;
  }
}
.togglefaqnav {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #88b156;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 20px;
  margin-right: 15px;
  text-decoration: none!important;
  color: #fff!important;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.togglefaqnav:hover {
  background: #ee6e48;
}
.togglefaqnav .t2 {
  display: none;
}
body.home .pagebanner {
  overflow: hidden;
}
body.home .pagebanner:before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  box-shadow: 0 5px 100px 100px #fff;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  body.home .pagebanner:before {
    box-shadow: 0 5px 100px 70px #fff;
  }
}
.pagebanner {
  width: 100%;
  height: 841px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 0px;
}
.pagebanner .centertext {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: -103px auto 0;
  color: #fff;
  text-align: center;
}
.pagebanner .centertext .h {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 0 0 50px #333;
}
@media (max-width: 1024px) {
  .pagebanner .centertext .h {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pagebanner .centertext .h {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .pagebanner .centertext .h {
    text-shadow: 0 0 30px #000;
  }
}
@media (max-width: 375px) {
  .pagebanner .centertext .h {
    font-size: 54px;
  }
}
.pagebanner .centertext .s {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
}
@media (max-width: 768px) {
  .pagebanner .centertext .s {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .pagebanner .centertext .s br {
    display: none;
  }
}
@media (max-width: 375px) {
  .pagebanner .centertext .s {
    font-size: 17px;
    line-height: 38px;
  }
}
.pagebanner .centertext .s a {
  width: 162px;
  height: 50px;
  background: #88b156;
  color: #fff;
  text-decoration: none!important;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin: 40px auto;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.pagebanner .centertext.homepagetext {
  margin-top: -165px;
  position: relative;
}
@media (max-width: 1024px) {
  .pagebanner .centertext.homepagetext {
    margin-top: -100px;
  }
}
@media (max-width: 414px) {
  .pagebanner .centertext.homepagetext {
    margin-top: 0!important;
    top: 380px!important;
  }
}
.pagebanner .centertext.homepagetext:before {
  background: url(../img/homelogo.png) no-repeat center center;
  content: "";
  display: block;
  width: 612px;
  height: 477px;
  margin: 0 auto;
  position: absolute;
  top: -305px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pagebanner .centertext.homepagetext:before {
    width: 100%;
  }
}
.pagebanner .centertext.homepagetext .h {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 100px;
  color: #fff;
  position: relative;
  top: 32px;
}
@media (max-width: 1024px) {
  .pagebanner .centertext.homepagetext .h {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pagebanner .centertext.homepagetext .h {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .pagebanner .centertext.homepagetext .h {
    text-shadow: 0 0 30px #000;
  }
}
@media (max-width: 375px) {
  .pagebanner .centertext.homepagetext .h {
    font-size: 54px;
  }
}
.pagebanner .centertext.homepagetext .s {
  position: relative;
  top: 17px;
  line-height: 44px;
  font-size: 24px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .pagebanner .centertext.homepagetext .s {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .pagebanner .centertext.homepagetext .s br {
    display: none;
  }
}
@media (max-width: 375px) {
  .pagebanner .centertext.homepagetext .s {
    font-size: 17px;
    line-height: 38px;
  }
}
.pagebanner .centertext.homepagetext .s a {
  margin-top: 42px;
}
.pagebanner .centertext.homepagetext .s a:hover {
  background: #ee6e48;
}
.pagebanner .scrollpop {
  width: 136px;
  height: 55px;
  background: url(../img/scrollpop.png) no-repeat center center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pagebanner .scrollpop a {
  outline: none 0!important;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
.pagebanner .scrollpop a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: -6px auto 0;
  width: 22px;
  height: 12px;
  display: block;
  background: url(../img/scrollpoparrow.png) no-repeat left bottom;
}
.pagebanner .scrollpop a:hover {
  background-position: left top;
}
.pagebanner .scrollpop a:hover:before {
  background-position: left top;
}
.benefits_section {
  padding-bottom: 60px;
}
.benefits {
  position: relative;
  text-align: center;
  margin-top: 6px;
}
.benefits:before {
  position: absolute;
  left: -100px;
  right: 0;
  top: 0;
  margin: 0 auto;
  content: "";
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 32px;
  height: 32px;
  background: #88b156;
  color: #fff;
  display: block;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
}
.benefits div.i {
  background: url(../img/icon_about.png) no-repeat;
  width: 60px;
  height: 60px;
  margin: 0 auto 39px;
}
.benefits.b1 {
  margin-top: 57px;
}
.benefits.b1:before {
  content: "1";
}
.benefits.b1 div.i {
  background-position: 0 0;
}
.benefits.b2:before {
  content: "2";
}
.benefits.b2 div.i {
  background-position: -60px 0;
}
.benefits.b3 {
  margin-top: 57px;
}
.benefits.b3:before {
  content: "3";
}
.benefits.b3 div.i {
  background-position: -120px 0;
}
.benefits.b4:before {
  content: "4";
}
.benefits.b4 div.i {
  background-position: -180px 0;
}
.benefits .h {
  color: #231f20;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 6px;
}
.benefits p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ababab;
}
.benefits a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #88b156;
  color: #88b156;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin-top: 35px;
}
.benefits a:hover {
  border-color: #ee6e48;
  color: #ee6e48;
}
@media (max-width: 991px) {
  .benefits {
    margin-top: 0!important;
    margin-bottom: 60px;
  }
  .benefits.b3 {
    clear: both;
  }
}
@media (max-width: 800px) {
  .faqnav .faqgrp ul {
    left: 0;
  }
  .faqnav .faqgrp ul:before {
    display: none;
  }
  .faqnav .faqgrp ul a:before {
    display: none;
  }
}
p.backtotop {
  text-align: right;
}
p.backtotop a {
  text-decoration: none;
}
p.backtotop a:hover {
  color: #ccc;
}
.wrapdiscover {
  border-bottom: 3px solid #fff;
}
.d1nav {
  padding: 0!important;
  right: 40px;
  bottom: 40px!important;
  left: auto!important;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .d1nav {
    right: 0!important;
    left: 0!important;
    bottom: 5px!important;
    width: 60px;
    margin: 0 auto;
  }
}
.d1nav a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: relative;
  float: left;
  display: block;
  margin-left: 9px;
  background: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  outline: none 0!important;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .d1nav a {
    width: 30px;
    height: 30px;
    margin: 0 5px!important;
  }
}
.d1nav a:hover {
  background: #ee6e48;
  border-color: #ee6e48;
}
.d1nav a:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url(../img/discovernav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
}
.d1nav a.next:before {
  background-position: right top;
}
@media (min-width: 1025px) and (max-width: 1640px) {
  .d1nav a {
    border: none;
    width: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .d1nav {
    right: 20px;
  }
}
.discover {
  width: 20%;
  float: left;
  height: 500px;
  padding: 43px 40px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.discover > div,
.discover .d1group {
  position: absolute;
  left: 0;
  bottom: 0;
}
.discover > div,
.discover .d1group .inner,
.discover .d3group .inner,
.discover .d5group .inner{
  padding: 43px 40px;
  z-index: 4;
}
@media (max-width: 1680px) {
  .discover > div,
  .discover .d1group .inner,
  .discover .d3group .inner,
  .discover .d4group .inner,
  .discover .d5group .inner{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
@media (max-width: 1024px) {
  .discover > div,
  .discover .d1group .inner {
    max-width: 512px;
  }
}
.discover .commentwraphome {
  color: #fff;
}
.discover .commentwraphome .commentquote {
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 1670px) {
  .discover .commentwraphome .commentquote {
    font-size: 16px;
  }
}
.discover .commentwraphome .ratingval {
  margin: 0;
  padding-top: 5px;
  float: left!important;
}
.discover .commentwraphome .commentby {
  float: right;
  font-size: 15px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.discover .commentwraphome .commentby span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.discover .commentwraphome .commentby:before {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  float: left;
  width: 30px;
  margin-right: 10px;
  position: relative;
  top: 12px;
}
.discover .d1group,
.discover .d3group,
.discover .d5group{
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
}
.discover .d1group .inner,
.discover .d3group .inner,
.discover .d5group .inner{
  position: inherit;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
@media (max-width: 1024px) {
  .discover .d1group:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    z-index: 3;
  }
}
.discover .h {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (min-width: 1025px) and (max-width: 1670px) {
  .discover .h {
    font-size: 21px;
    line-height: 24px;
  }
  .discover .h br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .discover .h br {
    display: none;
  }
}
.discover p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
@media (max-width: 1670px) {
  .discover p {
    font-size: 16px;
  }
}
.discover a.dbtn {
  background: #fff;
  color: #231f20;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: -3px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.discover a.dbtn:hover {
  background: #88b156;
  color: #fff;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .discover a.dbtn {
    width: 100%;
  }
}
.discover:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index:5;
}
@media (max-width: 1024px) {
  .discover:before {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .discover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    z-index: 3;
  }
}
@media (max-width: 1024px) {
  .discover {
    width: 50%;
  }
  .d1 {
    width: 100%!important;
  }
}
@media (max-width: 640px) {
  .discover {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pagebanner {
    height: 586px;
  }
}

@media (max-width: 1280px) {
  .frow .col-md-offset-1 {
    margin-left: 0;
  }
}
.re.modal-playvideo {
  max-width: 100%;
  width: 1024px;
  height: 576px;
  background: #000;
  top: 0;
}
.re.modal-playvideo .closemodal {
  top: 10px;
  right: 12px;
}
.re.modal-playvideo .mheader {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .re.modal-playvideo .mheader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
  }
}
.re.modal-playvideo .m-inner {
  padding: 0!important;
}
@media (max-width: 1024px) {
  .re.modal-playvideo {
    width: 100%;
    height: 100%;
    margin: 0!important;
  }
  .re.modal-playvideo iframe {
    width: 100%;
  }
}

/******* my css ******/
.slider-img{
  background-image: url(../img/home.jpg);
}

.discover .d4group .inner {
    position: inherit;
    left: 0;
    bottom: 42px;
    width: 100%;
    z-index: 4;
}
.discover .d4group {
    width: 100%;
    height: 497px;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
}.discover > div, .discover .d4group {
    position: absolute;
    left: 0;
    bottom: 0;
}
.discover > div, .discover .d4group .inner {
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu>li>a{
    color:white;
}
.mobilemenu{
width: 100%;
background: none;
color: white;
margin: 0px 0;
border-left: 0;
border-right: 0;
border-radius:none;
}

.btnuser
{
    color: white;
    background:#88b156;
    padding: 10px 13px;
    text-align: center;
    border: 1px solid white;
    border-left: 0;
    border-right: 0;
}

.close_btn
{
    color: gray;
    font-size: 22px;
    position: absolute;
    top: 0px;
    right: 0;
}

.img-border{
    border-bottom: 3px solid white;
    border-left: 3px solid white;
}
.img1-border{
    border-bottom: 3px solid white;
}

@media only screen and (min-width: 1025px) and (max-width: 1903px){
  .mainwrapper-inner {
    width: calc(100% - 440px);
  }
}
.h3.pageheading{
	font-weight:bold;
}
.categorytitle{
	font-weight:bold;
	height:40px;
}
.descriptionbrowse{
	line-height: 1.5em;
	height: 4.7em;
	overflow: hidden;
	margin-bottom: 10px;
}
.thumbnail.item:hover{
    border: 1px solid #88b156;
}
.dieraryinfo{
    text-align:right;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.dieraryinfo a
{
    border: 1px solid #88b156 !important;
    color: #88b156;
    padding: 5px 20px;
    border-radius: 3px;
}
.addbaskt-feature{
  width: 100%;
  margin-left:unset;
}
.browse .thumbnail>img {
  min-height: 125px;
}
.subcategoriesnav a:hover, .subcategoriesnav a.active {
  color: #000;
}

.browser-link{
  color: #88B156;
}
#items_promotions .thumbnail{
border: unset;
}
#items_promotions .thumbnail img{
  height: 150px;
  width: 100%;
}
#items_promotions .thumbnail.item:hover{
border: unset;
}
.special_requirements .dside {
    padding: 0px 0 6px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;   
}
.toggle_speciald{
  top: 5px;
}
.dside h2{
  margin-top: 10px;
}
.categorytitle-sidebar{
  margin: 10px;
  font-weight: bold;
}

.re .blk {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
}
.prices {
  margin-top: 7px;
}
.prices input[type='radio'] {
  position: relative;
  right: unset;
  margin-left: 4px;
}