@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700|Open+Sans:400italic,400,600,700);
*, *:before, *:after {
  box-sizing: border-box;
}


@media only screen and (min-width: 900px) {
.truck {
  height: 550px;
}
}


.or {
      text-align: center;
    max-width: 290px;
    margin-top: 20px;
    color: gray;
    margin-bottom: 20px;
}

p.seeallcleanses {
  text-align: center;
    max-width: 290px;
}

a.seeallcleanses {
      color: gray;
    font-size: 24px;
    text-decoration: underline;
}

a.seeallcleanses:hover {
  color: red;
}

.clearfix, .b-slide-info-wrap, .b-faqboxes__content, .b-wrap_steps, .b-footer, .b-footbar {
  *zoom: 1;
  background: none;
}

.clearfix:after, .b-slide-info-wrap:after, .b-faqboxes__content:after, .b-wrap_steps:after, .b-footer:after, .b-footbar:after {
  content: "";
  display: table;
  clear: both;
}

.refer_link:hover {
 color:#fff; 
}

.refer_link {
color:#96be73;
}

.total {
      float: right;
    margin-top: 20px;
    font-size: 28px;
}

.checkoutcont {
      margin-top: 30px;
    margin-bottom: 30px;
}

.shiptitle {
 	font-size: 24px;
}

.shipheadline {
 	font-size: 28px;
  	font-weight: bold;
  	border-bottom: none !important;
}
  
.popup_title {
    font-size: 38px;
    margin-bottom: 30px;
    font-family: "Amatic SC",cursive;
    font-weight: bold;
  color: #587342;
}


.b-buy-popup__inner {
	    max-width: 300px;
    margin: auto;
}


.b-popup-product__box_select {
    display: none !important;
}

.b-popup-product__box_quantity {
    display: none !important;
}


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.b-inner {
  width: 100%;
  max-width: 1174px;
  margin: auto;
  padding: 0 15px;
}

.b-slogan, .b-slide-info__description, .b-featured__description, .b-information__description, .b-product-boxes__description, .b-see-all__description, .b-copy {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  .hide_tablet {
    display: none;
  }
}

.show-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-tablet {
    display: block;
  }
}

@font-face {
  font-family: MuseoSlab;
  src: url("Museo_Slab_500.otf");
}
html, body {
  font-family: MuseoSlab, serif;
  font-size: 16px;
  color: #444;
  line-height: 1;
  min-width: 360px;
}

.ff-amatic {
  font-family: "Amatic SC", cursive;
}

.button_new {
  background: transparent url("button.png") repeat scroll center center/74% auto;
  color: #ffffff;
  display: inline-block;
  font-family: "Amatic SC",cursive;
  font-size: 40px;
  font-weight: bold;
  height: 57px;
  line-height: 43px;
  max-width: 250px;
  padding: 4px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.button_new_slider {
  max-width: 200px;
  background-size: 85%;
}
.button_new span {
  position: relative;
  z-index: 2;
}
.button_new:before {
  content: '';
  position: absolute;
  width: 75%;
  height: 75%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease 0s;
  background: #FA2900;
  z-index: 1;
}
.button_new:hover:before, .button_new:active:before {
  width: 100%;
  height: 100%;
}

.shopify-preview-bar {
  display: none;
}

.temp, .hide {
  display: none;
}

/* b-top-bar */
.b-inner_top-bar {
  position: relative;
}

.b-mini-logo {
  float: left;
  position: absolute;
  left: 15px;
  top: -5px;
  float: left;
  width: 52px;
}
.b-mini-logo img {
  max-width: 100%;
}
.b-mini-logo a {
  display: block;
}

.b-wrap_top-bar {
  padding: 9px 0;
  background: #587342;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 49px;
  padding-top: 10px;
  min-width: 360px;
}

.b-top-bar-box-left {
  float: left;
  transition: all 0.3s;
}
.b-top-bar-box-left.active {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .b-top-bar-box-left {
    width: auto;
  }
}

.b-top-bar-box-right {
  float: right;
}
@media screen and (max-width: 768px) {
  .b-top-bar-box-right {
    width: auto;
  }
}

.b-call-us {
  font-size: 14px;
  padding: 7px 0 4px;
  vertical-align: middle;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .b-call-us {
    font-size: 15px;
    padding-top: 7px;
  }
}

.b-call-us__text_colored {
  color: #96be73;
}
@media screen and (max-width: 1060px) {
  .b-call-us__text_colored {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .b-call-us__text_colored span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b-call-us__text_colored {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .b-call-us__text_white {
    display: none;
  }
}

.b-call-us__text_link {
  color: #fff;
  margin-left: 3px;
}
.b-call-us__text_link:hover {
  text-decoration: underline;
}

.b-top-links {
  float: right;
  padding-top: 8px;
  padding-left: 20px;
}
.b-top-links a {
  color: #fdfcfe;
  font-size: 14px;
  margin-left: 8px;
}
.b-top-links a .fa {
  font-size: 17px;
  margin-left: 4px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .b-top-links {
    float: left;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 730px){
  .jsCartPrice, .b-top-links__item.register_link{
    display: none;
  }
  .b-top-links{
    padding-right: 30px;
  }
}

@media screen and (max-width: 480px){
  .b-top-links{
    padding-right: 0;
  }
  .b-top-bar-box-right .b-top-social .b-social-item:not(.b-toggle-menu){
    display: none;
  }
}

@media screen and (max-width: 400px){
  .b-mini-logo{
    display: none !important;
  }
  .b-top-bar-box-left.active {
  padding-left: 0;
  }
}

.b-top-social {
  text-align: right;
  float: right;
}

.b-top-social__text {
  text-transform: uppercase;
  color: #96be73;
  font-size: 14px;
  margin-right: 5px;
  padding-top: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .b-top-social__text {
    display: none;
  }
}

.b-social-item {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  color: #444;
  text-align: center;
  width: 26px;
  height: 26px;
  position: relative;
  line-height: 25px;
  z-index: 2;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .b-social-item {
    margin-top: 2px;
  }
}
.b-social-item:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 0;
  transition: all 0.3s ease-out;
  background: #A3D57A;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
.b-social-item:hover:before {
  width: 100%;
  height: 100%;
}
.b-social-item i {
  position: relative;
  z-index: 3;
  font-size: 13px;
  color: #fff;
}
.b-social-item.b-social-item_1 {
  background: transparent url("socialBackground2.png") center center no-repeat;
}
.b-social-item.b-social-item_2 {
  background: transparent url("socialBackground3.png") center center no-repeat;
}
.b-social-item.b-social-item_3 {
  background: transparent url("socialBackground1.png") center center no-repeat;
}

/* END b-top-bar */
/* b-header */
.b-wrap_header {
  padding-top: 85px;
  background: transparent url("header-bg.png") left bottom repeat;
  position: relative;
  z-index: 60;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .b-wrap_header {
    padding-top: 75px;
  }
}

.b-header-box-left {
  width: 60%;
  float: left;
}
@media screen and (max-width: 768px) {
  .b-header-box-left {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }
}

.b-header-box-right {
  width: 34%;
  float: right;
}
@media screen and (max-width: 768px) {
  .b-header-box-right {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}

.b-logo {
  margin-bottom: 12px;
  margin-left: -38px;
}
@media screen and (max-width: 1250px) {
  .b-logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .b-logo {
    margin-bottom: 12px;
  }
}

.b-logo__img {
  height: 37px;
  display: block;
}
@media screen and (max-width: 768px) {
  .b-logo__img {
    margin: auto;
  }
}

.b-slogan {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.3;
}

.b-search {
  width: 100%;
}

.b-search__form {
  position: relative;
  width: 100%;
}

.b-search__text {
  width: 100%;
  height: 40px;
  width: 100%;
  border: 2px solid #a1a1a1;
  border-radius: 35px;
  padding: 5px 70px 5px 25px;
  color: #7c7c7c;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
.b-search__text:focus {
  box-shadow: inset 0 0 1px #222;
}
.b-search__text::-webkit-input-placeholder {
  color: #7c7c7c;
  font-style: italic;
}
.b-search__text:-moz-placeholder {
  /* Firefox 18- */
  color: #7c7c7c;
  font-style: italic;
}
.b-search__text::-moz-placeholder {
  /* Firefox 19+ */
  color: #7c7c7c;
  font-style: italic;
}
.b-search__text:-ms-input-placeholder {
  color: #7c7c7c;
  font-style: italic;
}

.b-search__submit {
  background: none;
  border: medium none;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #7c7c7c;
}

@-moz-document url-prefix() {
  .b-search__submit {
    line-height: 36px;
  }
}
.b-toggle-menu {
  background: #444444 none repeat scroll 0 0;
  border-radius: 4px;
  float: right;
  height: 31px;
  margin-left: 10px;
  padding: 7px 5px 5px;
  width: 38px;
  margin-left: 30px;
}
.b-toggle-menu__line {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  width: 100%;
  border-radius: 2px;
}
.b-toggle-menu__line:last-child {
  margin-bottom: 0;
}

.b-top-menu {
  width: 100%;
  float: right;
  padding-top: 10px;
  clear: right;
}
@media screen and (max-width: 1250px) {
  .b-top-menu {
    padding-top: 20px;
  }
}

.b-top-menu__list {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .b-top-menu__list {
    float: none;
    display: table;
    margin: auto;
  }
}

.b-top-menu__item {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  border-left: 1px solid #828282;
  position: relative;
}
.b-top-menu__item.is-hassub:hover .b-sub-menu-wrap {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.b-top-menu__item:last-child .b-sub-menu-wrap {
  left: auto;
  right: 0;
}
.b-top-menu__item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.b-top-menu__link {
  color: #747474;
}
.b-top-menu__link:hover, .b-top-menu__link.is-active {
  color: #ee2423;
}

.b-sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 10px;
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  min-width: 250px;
}

.b-sub-menu {
  border: 3px solid #587342;
  background: #fff;
  overflow: hidden;
}
.b-sub-menu__item {
  position: relative;
}
.b-sub-menu__item:last-child > a {
  border-bottom: none;
}
.b-sub-menu__link {
  padding: 10px 7px;
  color: #747474;
  font-size: 13px;
  transition: all 0.2s ease;
  position: relative;
  display: block;
  z-index: 2;
  border-bottom: 1px solid #ddd;
}
.b-sub-menu__link:before, .b-sub-menu__link.is-active:before {
  content: '';
  width: 120%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #A3D57A;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: -1;
}
.b-sub-menu__link:hover, .b-sub-menu__link.is-active {
  color: #fff;
}
.b-sub-menu__link:hover:before, .b-sub-menu__link.is-active:before {
  opacity: 1;
}

/* END b-header */
/* b-slider */
.b-slider {
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 1250px) {
  .b-slider {
    background-position: -320px top !important;
  }
}
@media screen and (max-width: 1024px) {
  .b-slider {
    background-position: -270px top !important;
    background-size: 1586px auto !important;
  }
}
@media screen and (max-width: 820px) {
  .b-slider {
    background-position: -240px top !important;
    background-size: 1446px auto !important;
  }
}
@media screen and (max-width: 768px) {
  .b-slider {
    background-position: -240px top !important;
    background-size: cover !important;
  }
}
@media screen and (max-width: 515px) {
  .b-slider {
    background-position: -120px top !important;
    background-size: 940px auto !important;
  }
}

.b-wrap_slider {
  width: 100%;
  position: relative;
  z-index: 1;
  top: -14px;
}

/* animation */
@keyframes animated_pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* END animation */
.b-dots-info {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1174px;
  height: 100%;
  padding-top: 120px;
  transform: translateX(-40px);
}
@media screen and (max-width: 1250px) {
  .b-dots-info {
    left: 135px;
  }
}
@media screen and (max-width: 1024px) {
  .b-dots-info {
    left: 120px;
  }
}
@media screen and (max-width: 820px) {
  .b-dots-info {
    padding-top: 80px;
  }
}
@media screen and (max-width: 515px) {
  .b-dots-info {
    display: none;
  }
}
.b-dots-info__item {
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 1px #c27878;
  display: block;
  height: 60px;
  padding: 2px;
  width: 60px;
  position: relative;
  margin-left: 80px;
  float: left;
}
@media screen and (max-width: 820px) {
  .b-dots-info__item {
    margin-left: 45px;
  }
}
.b-dots-info__item:first-child {
  margin-left: 0;
}
.b-dots-info__item_1 {
  background: #ffdb00 none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(255, 219, 0, 0.5);
}
.b-dots-info__item_1 .b-dots-info__box {
  background: #ffdb00 none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(255, 219, 0, 0.5);
}
.b-dots-info__item_1:after {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .b-dots-info__item_1 {
    margin-left: 70px;
  }
}
.b-dots-info__item_2 {
  background: #D91C00 none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(217, 28, 0, 0.5);
  margin-top: 40px;
}
.b-dots-info__item_2 .b-dots-info__box {
  background: #D91C00 none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(217, 28, 0, 0.5);
}
.b-dots-info__item_2:after {
  animation-delay: 1.1s;
}
.b-dots-info__item_3 {
  background: #C5924A none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(197, 146, 74, 0.5);
  margin-left: 100px;
}
.b-dots-info__item_3 .b-dots-info__box {
  background: #C5924A none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(197, 146, 74, 0.5);
}
.b-dots-info__item_3:after {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .b-dots-info__item_3 {
    margin-left: 50px;
    margin-top: -25px;
  }
}
@media screen and (max-width: 820px) {
  .b-dots-info__item_3 {
    margin-top: 0;
  }
}
.b-dots-info__item_4 {
  background: #45B442 none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(69, 180, 66, 0.5);
  margin-top: 30px;
  margin-left: 90px;
}
.b-dots-info__item_4 .b-dots-info__box {
  background: #45B442 none repeat scroll 0 0 padding-box content-box;
  border: 6px solid rgba(69, 180, 66, 0.5);
}
.b-dots-info__item_4:after {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1024px) {
  .b-dots-info__item_4 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 820px) {
  .b-dots-info__item_4 {
    margin-left: 65px;
  }
}
.b-dots-info__item:before {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 101%;
  left: 0;
  position: absolute;
  top: 0;
  width: 101%;
  z-index: 2;
  transition: all 1s ease 0s;
}
.b-dots-info__item.opened:before {
  background: transparent none repeat scroll 0 0;
  transition: all 1s ease 0s;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 206px;
  left: -79px;
  position: absolute;
  top: -79px;
  width: 206px;
  z-index: 2;
}
.b-dots-info__item:after {
  border: 6px solid #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: calc(100% + 10px);
  left: -5px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: calc(100% + 10px);
  animation-name: animated_pulse;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.b-dots-info__item.opened:after {
  opacity: 0;
}
.b-dots-info__box {
  border-radius: 50%;
  box-shadow: 0 0 1px #c27878;
  display: block;
  height: 60px;
  padding: 2px;
  width: 60px;
  position: absolute;
  top: -5px;
  left: -5px;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease 0s;
  z-index: 99;
}
.b-dots-info__box.active {
  transition: all 1s ease 0s;
  opacity: 1;
  width: 220px;
  height: 220px;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
  visibility: visible;
  z-index: 99;
}
.b-dots-info__action {
  color: #ffffff;
  display: block;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.b-infobox {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.b-infobox__inner {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.b-infobox__title {
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  transform: translateX(-160px);
  opacity: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  opacity: 0.3;
  text-transform: uppercase;
}
.b-infobox__description {
  color: #fff;
  line-height: 1.3;
  font-size: 13px;
  opacity: 0;
  transform: translateX(160px);
  transition: all 0.3s ease 0s;
}

.b-dots-info__box.active .b-infobox__title {
  transition: all 0.2s ease 0.7s;
  transform: translateX(0px);
  opacity: 1;
}
.b-dots-info__box.active .b-infobox__description {
  transition: all 0.2s ease 0.7s;
  transform: translateX(0px);
  opacity: 1;
}

.b-slide-info-wrap {
  max-width: 1174px;
  margin: auto;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .b-slide-info-wrap {
    padding-right: 0;
  }
}

.b-slide-info {
  float: right;
  padding-top: 70px;
  width: 505px;
  color: #fff;
  padding-bottom: 213px;
}
@media screen and (max-width: 1130px) {
  .b-slide-info {
    width: 405px;
  }
}
@media screen and (max-width: 1024px) {
  .b-slide-info {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 925px) {
  .b-slide-info {
    width: 325px;
  }
}
@media screen and (max-width: 820px) {
  .b-slide-info {
    padding-bottom: 118px;
  }
}
@media screen and (max-width: 768px) {
  .b-slide-info {
    padding-bottom: 40px;
    padding-top: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .b-slide-info {
    padding-top: 100px;
    padding-bottom: 20px;
    height: 300px;
  }
  .b-slide-info * {
    display: none;
  }
}

.b-slide-info__title {
  font-size: 130px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1130px) {
  .b-slide-info__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 925px) {
  .b-slide-info__title {
    font-size: 70px;
    text-align: right;
  }
}
.b-slide-info__title.b-slide-info__title_iconed {
  padding-right: 80px;
  text-indent: 20px;
  background: transparent url("big-badge.png") right 15px no-repeat;
}
@media screen and (max-width: 1130px) {
  .b-slide-info__title.b-slide-info__title_iconed {
    background: transparent url("big-badge.png") right 15px/70px no-repeat;
  }
}
@media screen and (max-width: 925px) {
  .b-slide-info__title.b-slide-info__title_iconed {
    padding-right: 55px;
    background: transparent url("big-badge.png") right 15px/48px no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .b-slide-info__title.b-slide-info__title_iconed {
    padding-right: 66px;
    margin-bottom: 7px;
    float: right;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px  1px #000;
    clear: right;
    background: rgba(68, 68, 68, 0.7) url("big-badge.png") no-repeat scroll calc(100% - 10px) 15px/49px auto;
  }
}

.b-slide-info__slogan {
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 21px;
}
@media screen and (max-width: 925px) {
  .b-slide-info__slogan {
    text-align: right;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .b-slide-info__slogan {
    padding: 5px;
    background-color: rgba(68, 68, 68, 0.5);
    margin-bottom: 7px;
    padding-right: 15px;
    float: right;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px  1px #000;
    clear: right;
    width: 298px;
  }
}

.b-slide-info__description {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 90%;
  margin-bottom: 8px;
}
@media screen and (max-width: 925px) {
  .b-slide-info__description {
    max-width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .b-slide-info__description {
    padding: 5px;
    float: right;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px  1px #000;
    clear: right;
    margin-bottom: 7px;
    background-color: rgba(68, 68, 68, 0.7);
    max-width: 500px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 515px) {
  .b-slide-info__description {
    display: none;
  }
}

.b-slide-info__action {
  padding-left: 30px;
}
@media screen and (max-width: 925px) {
  .b-slide-info__action {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .b-slide-info__action {
    padding: 5px;
    background-color: rgba(68, 68, 68, 0.5);
    padding-right: 15px;
    float: right;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 1px  1px #000;
    clear: right;
    width: 315px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .b-slide-info__action .button_new {
    top: -13px;
  }
}

.b-slide-info__price {
  margin-right: 25px;
  font-weight: bold;
  font-size: 64px;
  position: relative;
  top: 9px;
  text-shadow: 0 0 2px #000;
}
.b-slide-info__price sup {
  font-size: 50px;
  margin-right: 2px;
  position: relative;
  top: -12px;
}
@media screen and (max-width: 768px) {
  .b-slide-info__price {
    top: -1px;
  }
}

/* END b-slider */
/* b-featured */
.b-wrap_featured {
  padding-bottom: 25px;
  background: #fff;
}

.b-featured__button {
  padding: 5px 0 15px;
}
@media screen and (max-width: 515px) {
  .b-featured__button {
    display: block;
  }
}

.b-featured__info {
  width: 45%;
  float: left;
  padding-top: 45px;
  padding-left: 87px;
}
@media screen and (max-width: 1024px) {
  .b-featured__info {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .b-featured__info {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b-featured__info {
    padding-top: 5px;
  }
}

.b-featured__mobile-image {
  display: none;
  margin: auto;
  margin-bottom: 10px;
  max-width: 270px;
}
@media screen and (max-width: 700px) {
  .b-featured__mobile-image {
    display: block;
  }
}

.b-featured__title {
  font-weight: bold;
  padding: 5px 80px 4px 0;
  display: inline-block;
  margin-bottom: 20px;
  background: transparent url("small-badge.png") right center/65px no-repeat;
}

.b-featured__title-link {
  font-size: 64px;
  color: #587342;
}

.b-featured__description {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 14px;
}

.b-featured__media {
  float: right;
  width: 45%;
}
.b-featured__media a {
  display: block;
}
.b-featured__media img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .b-featured__media {
    width: 50%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .b-featured__media {
    padding-top: 87px;
  }
}
@media screen and (max-width: 700px) {
  .b-featured__media {
    display: none;
  }
}

/* END b-featured */
/* b-information */
.b-wrap_information {
  padding-top: 50px;
  background: #f0f0ef;
}
@media screen and (max-width: 480px) {
  .b-wrap_information {
    padding-top: 30px;
  }
}

.b-information {
  text-align: center;
}

.b-information__title, .b-product-boxes__title, .b-see-all__title {
  font-weight: bold;
  font-size: 64px;
  color: #902447;
  margin-bottom: 20px;
}

.b-information__description, .b-product-boxes__description, .b-see-all__description {
  max-width: 900px;
  line-height: 1.8;
  margin: auto;
  margin-bottom: 60px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .b-information__description, .b-product-boxes__description, .b-see-all__description {
    margin-bottom: 30px;
  }
}

/* END b-information */
/* b-product-boxes */
.b-wrap_products {
  padding-top: 50px;
  background: #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .b-wrap_products {
    padding-top: 20px;
  }
}

.b-product-boxes__title, .b-see-all__title {
  text-align: center;
  color: #587342;
  margin-bottom: 10px;
}

.b-product-boxes__description, .b-see-all__description {
  font-size: 20px;
  text-align: center;
  color: #587342;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.b-product-boxes__action {
  text-align: center;
  margin-bottom: 50px;
}

.b-product-boxe-wrap {
  padding-left: 30px;
}

.b-inner__content {
  overflow: hidden;
  padding-top: 30px;
  margin-top: -30px;
}

.b-product-box {
  width: calc(50% - 80px);
  float: left;
  margin-left: 80px;
  margin-bottom: 35px;
  padding-bottom: 37px;
}
.b-product-box__media {
  float: left;
  margin-right: 65px;
}
@media screen and (max-width: 430px) {
  .b-product-box__media {
    margin-right: 33px;
    padding-top: 35px;
    width: 80px;
  }
}
.b-product-box__info {
  float: left;
  padding-top: 55px;
  margin-top: 25px;
  background: transparent url("small-badge.png") left top/43px no-repeat;
}
.b-product-box__image-link {
  padding-bottom: 22px;
  display: block;
  position: relative;
  z-index: 2;
}
.b-product-box__image-link:before {
  content: '';
  position: absolute;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 142px;
  height: 39px;
  left: -16px;
  bottom: 0;
  display: block;
  z-index: -1;
  background: transparent url("shadow.png") center bottom no-repeat;
}
.b-product-box__image {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.b-product-box:hover .b-product-box__image {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.b-product-box:hover .b-product-box__image-link:before {
  opacity: 1;
}
.b-product-box__title-link {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.b-product-box__title-link span {
  text-transform: lowercase;
}
.b-product-box__title-link_icon-1 {
  background: transparent url("yellow-title.png") no-repeat scroll 0 -4px;
  height: 54px;
  line-height: 44px;
  margin-left: -57px;
  text-align: left;
  text-indent: 57px;
  width: 294px;
}
.b-product-box__title-link_icon-2 {
  background: transparent url("beet-title.png") no-repeat scroll 0 -4px;
  height: 86px;
  line-height: 71px;
  margin-bottom: -25px;
  margin-left: -57px;
  margin-top: -16px;
  text-align: left;
  text-indent: 77px;
  width: 291px;
}
.b-product-box__title-link_icon-3 {
  background: transparent url("white-title.png") no-repeat scroll 0 -4px;
  height: 73px;
  line-height: 62px;
  margin-bottom: -25px;
  margin-left: -24px;
  margin-top: -16px;
  text-align: left;
  text-indent: 33px;
  width: 251px;
}
.b-product-box__title-link_icon-4 {
  background: transparent url("green-title.png") no-repeat scroll 0 -4px;
  height: 85px;
  line-height: 83px;
  margin-bottom: -23px;
  margin-left: -33px;
  margin-top: -27px;
  text-align: left;
  text-indent: 38px;
  width: 225px;
}
@media screen and (max-width: 1150px) {
  .b-product-box {
    width: 50%;
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .b-product-box {
    float: none;
    margin: auto;
    padding-left: 15px;
    width: 440px !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b-product-box {
    width: 100%;
    padding-left: 0;
  }
}

.b-product-box-list {
  position: relative;
  z-index: 2;
}
.b-product-box-list__item {
  padding-top: 13px;
  color: #444444;
  padding-left: 40px;
  text-transform: capitalize;
  background: transparent url("tag.png") left bottom no-repeat;
}
@media screen and (max-width: 430px) {
  .b-product-box-list__item {
    background: transparent url("tag.png") no-repeat scroll left bottom/20px auto;
    font-size: 14px;
    padding-left: 30px;
  }
}

/* END b-product-boxes */
/* b-faqboxes */
.b-wrap_faqboxes {
  background: #101010 url("image_bg_faq2.jpg") center center/cover no-repeat;
  padding: 70px 0;
}
@media screen and (max-width: 900px) {
  .b-wrap_faqboxes {
    padding: 30px 0 70px 0;
    text-align: center;
  }
}

.b-faqboxes {
  color: #fff;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b-faqboxes {
    padding-left: 15px;
  }
}
.b-faqboxes__title {
  font-size: 64px;
  margin-bottom: 30px;
  font-weight: bold;
}
.b-faqboxes__column {
  width: 50%;
  float: left;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .b-faqboxes__column {
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .b-faqboxes__column {
    width: 100%;
    padding-right: 0;
  }
}
.b-faqboxes__column_right {
  padding-left: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .b-faqboxes__column_right {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .b-faqboxes__column_right {
    padding-left: 0;
  }
}
.b-faqboxes__action {
  position: absolute;
  left: 80px;
  bottom: -35px;
}
@media screen and (max-width: 1024px) {
  .b-faqboxes__action {
    left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .b-faqboxes__action {
    left: 0;
    width: 100%;
  }
}
.b-faqboxes__link {
  text-transform: uppercase;
  display: block;
  font-size: 23px;
  color: #fa2900;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  transition: all 0.2s ease;
  letter-spacing: 1px;
}
.b-faqboxes__link:hover {
  border-bottom-color: transparent;
}
@media screen and (max-width: 900px) {
  .b-faqboxes__link {
    display: inline-block;
  }
}

.b-faqbox {
  display: block;
  margin-bottom: 30px;
}
.b-faqbox__title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.3;
}
.b-faqbox__description {
  font-size: 16px;
  line-height: 1.6;
}

/* END b-faqboxes */
/* b-see-all */
.b-wrap_see-all {
  padding: 90px 40px 80px 40px;
  background: transparent url("see-all-bg2.jpg") center center no-repeat;
}
@media screen and (max-width: 640px) {
  .b-wrap_see-all {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-wrap_see-all .b-inner_see-all {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .b-wrap_see-all {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.b-see-all__description {
  font-size: 16px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}
.b-see-all__action {
  text-align: center;
}

/*END b-see-all */
/* b-steps */
.b-wrap_steps {
  padding: 50px 50px 105px 40px;
  background: transparent url("steps-bg_12.jpg") center bottom no-repeat;
}
@media screen and (max-width: 1024px) {
  .b-wrap_steps {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .b-wrap_steps {
    padding-top: 0;
    padding-bottom: 80px;
    background: transparent url("steps-bg_1.jpg") center bottom/1510px no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .b-wrap_steps {
    padding-bottom: 62px;
    height: 505px;
  }
}
@media screen and (max-width: 640px) {
  .b-wrap_steps {
    height: 330px;
    background: transparent url("steps-bg_1.jpg") center bottom/975px no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .b-wrap_steps {
    padding-left: 0;
  }
}

.b-steps {
  float: right;
  width: 100%;
  max-width: 445px;
}
@media screen and (max-width: 1024px) {
  .b-steps {
    margin-right: -15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .b-steps {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b-steps {
    background: rgba(68, 68, 68, 0.3);
    padding-left: 15px;
    height: 444px;
  }
}
@media screen and (max-width: 640px) {
  .b-steps {
    height: 290px;
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .b-steps {
    max-width: 80%;
  }
}
.b-steps__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .b-steps__box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .b-steps__box {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b-steps__box {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
.b-steps__title {
  font-size: 64px;
  color: #fff;
  margin-bottom: 15px;
  padding-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .b-steps__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b-steps__title {
    font-size: 32px;
  }
}
.b-steps__description {
  color: #fff;
  line-height: 1.3;
  font-size: 21px;
}
@media screen and (max-width: 640px) {
  .b-steps__description {
    font-size: 14px;
  }
}
.b-steps__link {
  font-size: 62px;
  color: #fff;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .b-steps__link {
    font-size: 30px;
  }
}
.b-steps__link:before {
  content: '';
  transition: all 0.2s ease;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 101%;
  height: 3px;
  background: #fff;
}
.b-steps__link:hover:before, .b-steps__link:active:before {
  background-color: transparent;
}

/* END b-steps */
/* b-footer */
.b-wrap_footer {
  margin-top: -10px;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  position: relative;
  z-index: 3;
  background: #f4f4f4;
}
.b-wrap_footer.not-index {
  padding-top: 50px;
}

.b-footer__title {
  text-transform: uppercase;
  font-size: 14px;
  color: #587342;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .b-footer__title {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.b-footer__box-content {
  padding-bottom: 15px;
}
.b-footer__box-content_list {
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .b-footer__box-content_list {
    padding-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box-content_list {
    padding-left: 0;
  }
}
.b-footer__box {
  float: left;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .b-footer__box {
    width: 29%;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box {
    border-bottom: 1px solid #dddddd;
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
  }
  .b-footer__box:last-child {
    border-bottom: none;
  }
}
.b-footer__box_list {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .b-footer__box_list {
    padding-right: 15px;
  }
}
.b-footer__box_1 {
  width: 12%;
}
@media screen and (max-width: 1024px) {
  .b-footer__box_1 {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box_1 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box_1 {
    width: 100%;
    float: none;
  }
}
.b-footer__box_2 {
  width: 16%;
}
@media screen and (max-width: 1024px) {
  .b-footer__box_2 {
    width: 19%;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box_2 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box_2 {
    width: 100%;
    float: none;
  }
}
.b-footer__box_3 {
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .b-footer__box_3 {
    width: 18%;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box_3 {
    width: 50%;
    clear: left;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box_3 {
    width: 100%;
    float: none;
  }
}
.b-footer__box_4 {
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .b-footer__box_4 {
    width: 19%;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box_4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box_4 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box_contact {
    width: 50%;
    clear: left;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box_contact {
    width: 100%;
    float: none;
  }
}
.b-footer__box_bottom-logo {
  float: right;
  text-align: right;
  width: 16%;
}
@media screen and (max-width: 1024px) {
  .b-footer__box_bottom-logo {
    clear: left;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .b-footer__box_bottom-logo {
    width: 50%;
    clear: none;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .b-footer__box_bottom-logo {
    width: 100%;
    float: none;
  }
}

.b-linklist__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .b-linklist__item {
    margin-bottom: 10px;
  }
}
.b-linklist__link {
  font-size: 14px;
  color: #747474;
  transition: color 0.2s ease;
}
.b-linklist__link:hover, .b-linklist__link:active, .b-linklist__link.is-active {
  color: #414141;
}

/* END b-footer */
/* b-footer-contact */
.b-footer-contact {
  color: #747474;
}
.b-footer-contact__box {
  margin-bottom: 25px;
}
.b-footer-contact__box:last-child {
  margin-bottom: 0;
}
.b-footer-contact__box_address {
  font-size: 14px;
  line-height: 1.4;
}
.b-footer-contact__link {
  color: #c21f1f;
  transition: all 0.2s ease;
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}
.b-footer-contact__link_underlined {
  border-bottom: 1px solid currentColor;
  color: #747474;
  position: relative;
  display: inline-block;
}
.b-footer-contact__link_underlined:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  bottom: -2px;
  left: 0;
}
.b-footer-contact__link_twitter {
  color: #747474;
}
.b-footer-contact__link:hover {
  border-bottom-color: transparent;
}

/*END b-footer-contact */
/* b-footbar */
.b-wrap_footbar {
  background: #587342;
  padding: 12px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .b-wrap_footbar {
    padding: 7px 0;
  }
}

.b-footbar__content {
  width: 50%;
  float: left;
}
@media screen and (max-width: 800px) {
  .b-footbar__content {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .b-footbar__content:last-child {
    margin-bottom: 0;
  }
}

.b-copy {
  font-size: 14px;
  padding-top: 11px;
}
.b-copy__date {
  color: #fff;
  margin-right: 5px;
}
@media screen and (max-width: 400px) {
  .b-copy__date {
    display: block;
    margin-bottom: 10px;
  }
}
.b-copy__text {
  color: #96be73;
}

.b-payments {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .b-payments {
    text-align: center;
  }
  .b-payments__item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .b-payments {
    width: 250px;
    margin: auto;
  }
}
.b-payments__item {
  background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
  display: inline-block;
  margin-left: 10px;
  width: 50px;
  position: relative;
}
.b-payments__item:before {
  background: #121818 none repeat scroll 0 0;
  bottom: calc(100% + 10px);
  color: #ffffff;
  content: attr(data-title);
  font-size: 9px;
  left: -25%;
  line-height: 9px;
  padding: 6px;
  position: absolute;
  text-align: center;
  width: 150%;
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  text-transform: capitalize;
}
.b-payments__item:after {
  border-color: #121818 transparent transparent;
  border-style: solid;
  border-width: 6px;
  bottom: calc(100% + -2px);
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
}
.b-payments__item:hover:before, .b-payments__item:hover:after {
  opacity: 1;
  visibility: visible;
}

/* END b-footbar */
/* overwrites for old content */
.container {
  max-width: 1174px;
  width: 100%;
  padding: 0 15px;
}

#crumbs {
  border-bottom: 1px solid #ddd;
  font-size: 85%;
  line-height: 40px;
  margin-left: 15px;
  position: relative;
  width: calc(100% - 30px);
  z-index: 5;
}

#scrolltotop {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 6px 6px 0 0;
  bottom: -100px;
  box-shadow: 0 0 3px -1px #555;
  color: #444;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  padding: 20px 10px 30px;
  position: fixed;
  right: 14px;
  text-align: center;
  top: auto !important;
  transition: bottom 0.2s ease-in-out 0s;
  width: 75px;
  z-index: 9999999;
  opacity: 0.7;

}

/* END overwrites for old content */
.b-mobile-menu-wrap {
  position: fixed;
  top: 0;
  right: -70%;
  width: 70%;
  transition: all 0.4s ease 0s;
  height: 100vh;
  overflow: hidden;
  background: #A3D57A;
  z-index: 80;
  padding-top: 49px;
}

.body-inner {
  transition: all 0.4s;
  position: relative;
  left: 0;
}

.canvas-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 49px);
  top: 49px;
  background: rgba(68, 68, 68, 0.5);
  display: block;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.b-mobile-submenu-wrap {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(200%);
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.b-mobile-menu {
  height: 100%;
}
.b-mobile-menu__item {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.b-mobile-menu__item.active .b-mobile-submenu-wrap {
  transform: translateX(100%);
}
.b-mobile-menu__link {
  color: #FFF;
  padding: 10px;
  float: left;
  width: calc(100% - 50px);
  height: 40px;
  padding-top: 13px;
}
.b-mobile-menu__icon {
  width: 50px;
  cursor: pointer;
  float: right;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  height: 40px;
  padding-top: 10px;
}
.b-mobile-menu__list {
  transition: all 0.4s;
  height: 100%;
}
.b-mobile-menu__list.active {
  transform: translateX(-100%);
}

.mobile-submenu__item {
  border-bottom: 1px solid #ddd;
}
.mobile-submenu__link {
  color: #FFF;
  padding: 10px;
  display: block;
  height: 40px;
  padding-top: 13px;
  white-space: nowrap;
}

.b-mobile-return {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 12px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #8F6C6C;
  padding-left: 7px;
  color: #A3D57A;
  background: #444444;
}
.b-mobile-return i {
  vertical-align: middle;
  position: relative;
  margin-right: 1px;
  top: -3px;
  font-size: 20px;
}

body.canvas_active, html.canvas_active {
  overflow: hidden;
  background: #A3D57A;
}
body.canvas_active .body-inner, html.canvas_active .body-inner {
  left: -70%;
  position: relative;
}
body.canvas_active .b-mobile-menu-wrap, html.canvas_active .b-mobile-menu-wrap {
  right: 0;
}
body.canvas_active .canvas-overlay, html.canvas_active .canvas-overlay {
  visibility: visible;
  opacity: 1;
}

.b-buy-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999998;
  left: 0;
  top: 0;
  display: none;
}

body.overflow {
  overflow: hidden;
}

.b-buy-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: auto;
  left: 50%;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  top: -1%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  width: 100%;
  max-width: 600px;
  z-index: 999999999;
  transition: all 0.4s ease;
  min-width: 360px;
}
@media screen and (max-height: 400px) {
  .b-buy-popup {
    height: 100vh;
    overflow: auto;
  }
  .b-buy-popup__inner {
    padding-bottom: 20px;
  }
}
.b-buy-popup.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.b-buy-popup.disabled::before {
  background: rgba(252, 255, 245, 0.63) url("loader-black.gif") no-repeat scroll center center;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 66;
  top: 0;
}
.b-buy-popup::after {
  background: #363333 none repeat scroll 0 0;
  content: "Added To The Cart!";
  font-size: 30px;
  left: 0;
  right: 0;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.2s ease 0s;
  width: 100%;
  transform: translateY(-50%);
  visibility: hidden;
  z-index: 77;
  opacity: 0;
  color: #ddd;
}
.b-buy-popup.added::after {
  opacity: 1;
  visibility: visible;
}
.b-buy-popup__close {
  background: #A3D57A none repeat scroll 0 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.b-buy-popup__action {
  text-align: center;
  padding-top: 15px;
}

.b-popup-product {
  display: table;
  margin: auto auto 10px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.b-popup-product__box {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.b-popup-product__box_title {
  padding-top: 10px;
  width: 190px;
  text-align: left;
}

.b-popup-product__box.b-popup-product__box_title > a {
    text-transform: uppercase;
}
.b-popup-product__box_select {
  padding-top: 10px;
}
.b-popup-product__box_quantity {
  padding-top: 10px;
  padding-right: 0;
}
.b-popup-product img {
  height: 50px;
}
@media screen and (max-width: 480px) {
  .b-popup-product__box {
    padding-right: 5px;
  }
  .b-popup-product__box_title {
    font-size: 12px;
    line-height: 1.2;
    width: 80px;
  }
  .b-popup-product__box_quantity {
    padding-right: 0;
  }
}

.b-popup-quantity-wrap__text {
  height: 30px;
  text-align: center;
  width: 60px;
}

.jsAddProducts + a {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  text-decoration: underline;
}
.jsAddProducts + a i {
  margin-left: 10px;
}

.b-inner_hidden-bar {
  margin-bottom: 15px;
  padding-top: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .b-inner_hidden-bar {
    margin-bottom: 20px;
    padding-top: 5px;
  }
}

.b-login__title {
  color: #fbfdf8;
  float: left;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 13px;
  width: 74px;
}
@media screen and (max-width: 768px) {
  .b-login__title {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.b-login__title_long {
  width: 150px;
}
.b-login__line {
  float: left;
  width: calc(38% - 100px);
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .b-login__line {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.b-login__line_password {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .b-login__line_password {
    margin-bottom: 0;
    width: 70%;
    padding-right: 20px;
  }
}
.b-login__line_submit {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .b-login__line_submit {
    width: 30%;
    margin-bottom: 0;
  }
  .b-login__line_submit .button {
    width: 100%;
    min-width: 0 !important;
  }
}
.b-login__line input:not([type="submit"]) {
  background: #7e9b61 none repeat scroll 0 0;
  border: 1px solid #c8dfb6;
  width: 100%;
  color: #DFEFC8;
  height: 40px;
}
.b-login__line input:not([type="submit"])::-webkit-input-placeholder {
  color: #DFEFC8;
}
.b-login__line input:not([type="submit"]):-moz-placeholder {
  /* Firefox 18- */
  color: #DFEFC8;
}
.b-login__line input:not([type="submit"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #DFEFC8;
}
.b-login__line input:not([type="submit"]):-ms-input-placeholder {
  color: #DFEFC8;
}
.b-login__line input:not([type="submit"]) + label {
  color: #fff;
  font-size: 14px;
  left: 8px;
  position: absolute;
  top: 14px;
  transition: all 0.3s ease;
}
.b-login__line input:not([type="submit"]) + label.focused {
  background: transparent none repeat scroll 0 0;
  border-radius: 5px 0 0;
  color: #ffffff;
  font-size: 9px;
  left: 1px;
  letter-spacing: 1px;
  padding: 2px;
  position: absolute;
  top: -15px;
}
.b-login__input-wrap {
  position: relative;
}
.b-login__input-wrap a {
  border-left: 1px solid #95B079;
  color: #dfefc8;
  font-size: 12px;
  font-style: italic;
  padding: 2px 5px 2px 10px;
  position: absolute;
  right: 10px;
  top: 13px;
}
@media screen and (max-width: 480px) {
  .b-login__input-wrap a {
    top: -90px;
    border: none;
    right: -53%;
    padding-right: 0;
  }
}
.b-login__input-note {
  font-size: 11px;
  color: #ddd;
  font-style: italic;
}
.b-login .button {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 1px #ccc;
  color: #6d7b56;
  min-width: 120px;
}
.b-login .button:hover {
  box-shadow: 0 0 2px 1px #ccc;
  color: #6d7b56;
}

.b-slide-info__title.b-slide-info__title_iconed {
    padding-right: 0px;
}