@charset "UTF-8";

@import url('../css/fonts/roboto-slab.css');

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  max-width: 100%;
  font-weight: normal;
     font-family: Roboto Slab;
  font-size: 18px;
  line-height: 1.4;
  background: #fff;
  color: #888;
}

body.openmenu,
body.openfilters {
  overflow: hidden;
}

body.openmenu::before,
body.openfilters::before {
  content: "";
 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  z-index: 90;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 20px;
}

.header,
.footer,
.mobheader {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.block_title {
  display: block;
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

h1, .h1 {
  letter-spacing: 1.3px;
  font-size: 26px;
  margin-bottom: 25px;
}

h2, .h2 {
  letter-spacing: 1px;
  font-size: 23px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
  letter-spacing: 1.08px;
  margin: 0 0 35px;
}

.h2 a,
.h3 a,
.h4 a {
  text-decoration: none;
}

.h2 a:hover,
.h3 a:hover,
.h4 a:hover {
  color: #3b7718;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,a:active {
  text-decoration: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
}

.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hidden {
  display: none!important;
}

.visually_hidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px);
  clip-path: inset(1px);
  visibility: hidden;
  white-space: nowrap;
  position: absolute;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}

.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e4e4e4;
}

.table_striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.fright {
  float: right;
}

.fit_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form_group {
  margin-bottom: 22px;
}

.label_block {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
}

.required::after {
  content: "*";
  font-size: 30px;
  line-height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3px;
  font-weight: 700;
  color: #3b7718;
}

.form_input {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  border: 1px solid #f7f7f7;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 0 16px;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  -webkit-transition: background-color .3s ease,border-color .3s ease;
  -o-transition: background-color .3s ease,border-color .3s ease;
  transition: background-color .3s ease,border-color .3s ease;
}

.form_textarea {
  display: block;
  width: 100%;
  border: 1px solid #f7f7f7;
    background-color: #ffffff;
  padding: 10px 16px 11px;
  font-family: inherit;
  font-size: 14px;
  -webkit-transition: background-color .3s ease,border-color .3s ease;
  -o-transition: background-color .3s ease,border-color .3s ease;
  transition: background-color .3s ease,border-color .3s ease;
}

.form_input:focus,.form_textarea:focus {
  border-color: #e4e4e4;
  background-color: #fff;
}

.captcha {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 22px;
}

.input_captcha {
  width: 130px;
  margin: 0 15px;
}

.secret_number {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 7px 9px;
  border: 1px solid #f5f8f9;
  border-radius: 2px;
  background: #f5f8f9;
  line-height: 26px;
  text-shadow: 1px 1px #38c0f3,-1px 1px mediumturquoise,-1px -1px mediumturquoise,1px -1px mediumturquoise;
  color: white;
  font-weight: bold;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}

.secret_number:after {
  content: attr(data-name);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -2;
  text-shadow: 1px 1px white,2px 2px white,3px 3px white,4px 4px white;
  color: white;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.message_error {
  clear: both;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #ff4545;
}

.message_success {
  padding: 11px 23px;
  margin-bottom: 25px;
  color: #ffffff;
  background-color: #ff6600;
  text-transform: uppercase;
}

.error {
  color: #f00;
}

.popup {
    text-align: left;
}

label.error {
    display: block;
    font-size: 14px;
}

.login_wrapper {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.login_wrapper .h1 {
  margin-bottom: 12px;
}

.dropdown {
  display: none;
}

.mb {
  margin-bottom: 35px;
}

.header a,
.top_item,
.header_callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.sort_link.active_down span::after {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 17px 39px;
  font-weight: bold;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.06px;
  color: #fff;
  border: none;
  background-color: #3b7718;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button.low {
  padding: 8px 39px;
}

.button:hover {
  background-color: #222;
}

.disable_button,
.disable_button:hover {
  padding: 7px 10px;
  color: inherit;
  border: 2px solid #a3a3a3;
  background-color: #fff;
  cursor: default;
}

.header a,
.mobheader a {
  text-decoration: none;
}

.mobheader {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #2d2d2d;
    background-color: #ffffff;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

.mobheader #cart_informer {
  margin: 0 20px;
}

.header {
  background-color: #222;
}

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

.header_informer a:hover,
.lang_name:hover,
.cur_name:hover,
a.cart_info:hover,
.header_details a:hover {
  color: #fff;
}

.header_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 17px;
  min-height: 50px;
}

.header_address,
.header_phone,
.header_times,
.header_callback {
  white-space: nowrap;
}

.header_address,
.header_phone,
.header_times {
  margin-right: 20px;
}

.phone_icon,
.clock_icon,
.call_icon,
.location_icon {
  vertical-align: top;
  margin-right: 3px;
}

.header .phone_icon {
  margin-top: 1px;
  margin-right: 2px;
  width: 14px;
  height: 14px;
}

.header .clock_icon {
  width: 17px;
  height: 17px;
  margin-top: -1px;
}

.header .call_icon {
  width: 16px;
  height: 16px;
  margin-top: -1px;
}

.header .location_icon {
  width: 12px;
  height: 16px;
  margin-top: -1px;
}

.header_phone a {
  margin-right: 5px;
}

.header_phone a:last-child {
  margin-right: 0;
}

#cart_informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 22px;
  line-height: 17px;
  position: relative;
  color: #b4b4b4;
}

.header_informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  margin-right: 17px;
  line-height: 17px;
  font-size: 15px;
  position: relative;
  color: #b4b4b4;
  font-size: 14px;
}

.favor_icon,
.compare_icon,
.user_icon,
.basket_icon,
.enter_icon {
  vertical-align: top;
}

.user_icon {
  width: 16px;
  height: 16px;
}

.basket_icon {
  width: 19px;
  height: 19px;
}

.compare_icon {
  width: 19px;
  height: 19px;
}

.favor_icon {
  width: 17px;
  height: 19px;
}

.enter_icon {
  width: 15px;
  height: 15px;
}

.wish_info,
.compare_info,
.cart_info {
  position: relative;
}

.cart_counter,
.informer_counter {
  position: absolute;
  width: 18px;
  line-height: 18px;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
      background-color: #f00;
  right: -8px;
  top: -10px;
}

.header_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  background-color: #fff;
      height: 74px;
    border-radius: 10px 10px 0px 0px;
    line-height: 5;
     
   
}

.fixed.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.fixed.header + .main {
  padding-top: 100px;
}

.fixed .header_nav {
  position: static;
}

header.mobheader.fix {
    position: fixed;
    width: 100%;
	    z-index: 20;
}

.fixed #cart_informer {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  z-index: 2;
}

.fixed .cart_info {
  color: #3b7718;
}

.fixed a.cart_info:hover {
  color: #000;
}

.fixed .header_details,
.fixed .header_informer,
.fixed .header_search {
  display: none;
}

.header .informer_name {
  display: none;
}

.lang_dropdown,
.cur_dropdown {
  position: absolute;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -999px;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .2s ease,top 0s linear .2s;
  -o-transition: opacity .2s ease,top 0s linear .2s;
  transition: opacity .2s ease,top 0s linear .2s;
  background-color: #141414;
  padding: 10px 30px 15px;
  line-height: normal;
}

.is_open .lang_dropdown,
.is_open .cur_dropdown {
  top: 100%;
  opacity: 1;
  -webkit-transition: opacity .2s ease,top 0s linear;
  -o-transition: opacity .2s ease,top 0s linear;
  transition: opacity .2s ease,top 0s linear;
}

.lang_item,
.cur_item {
  color: #b4b4b4;
  display: block;
  padding: 6px 10px;
  -webkit-transition: color .3s ease,background-color .3s ease;
  -o-transition: color .3s ease,background-color .3s ease;
  transition: color .3s ease,background-color .3s ease;
}

.lang_name,
.cur_name {
  text-transform: uppercase;
  cursor: pointer;
}

.header_menu {

  margin-left: auto;
  
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
}

.header .menu_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .menu_item_1 {
  position: relative;
}

.header .menu_link {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
      font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 700;
    color: black;
    text-transform: inherit;
}

.header .menu_link:hover {
    color: red;
	}

.header .parent > .menu_link {
  padding-right: 32px;
}

.header .parent > .menu_link::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 17px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.menu_link[href="discounted"],
.selected.menu_link[href="discounted"] {
  color: #3b7718;
}

.menu_link[href="discounted"]:hover {
  color: #222;
}

.header .submenu {
  position: absolute;
  z-index: 101;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 21px rgba(0,0,0,0.16);
  box-shadow: 3px 4px 21px rgba(0,0,0,0.16);
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
}

.header .subpages {
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  margin-left: -10px;
}

.subpages .menu_item {
  display: block;
}

.subpages .menu_item:first-child {
  border-top: 1px solid rgba(0,0,0,0.08);
}

.subpages .menu_link {
  display: block;
  height: auto;
  padding: 5px 20px;
}

.header .menu_item:hover .submenu,
.header .menu_item:hover .subpages {
  -webkit-transition: max-height 0s 0s;
  -o-transition: max-height 0s 0s;
  transition: max-height 0s 0s;
  max-height: 600px;
}

.sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0 5px;
}

.sublist > .submenu_item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  width: 25%;
      line-height: 21px;
}

li.submenu_item {
    font-family: Roboto Slab;
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    text-transform: inherit;
   
}

.imaged .sublist > .submenu_item {
  width: 33%;
}

.sublist > .submenu_item + .submenu_item {
  border-left: 1px solid #e4e4e4;
}

.sublist > .submenu_item > a {
     display: inline-grid;
    padding: 0 10px;
    margin: 0 0 9px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    color: #222;
    float: left;
        font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 700;
    
    text-transform: inherit;
}

.sublist > .submenu_item:hover > a {
  color: #3b7718;
}

.submenu_ul a {
  padding: 3px 10px;
  display: block;
}

.submenu_ul a:hover {
  background-color: #f7f7f7;
}

.menu_img {
  float: right;
  width: 25%;
  line-height: 0;
}

.imaged .sublist {
  float: left;
  width: 75%;
}

.mobheader .compare_info,
.mobheader .wish_info {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.mobheader .compare_info .compare_icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.mobheader .wish_info .favor_icon {
  position: absolute;
  top: 4px;
  left: 3px;
}

.mobheader .informer_counter {
  left: 14px;
  top: -5px;
  margin: 0;
}

.mobheader .menu_item {
  position: relative;
  border-top: 1px solid #e4e4e4;
}

.mobheader .menu_link {
  position: relative;
  display: block;
  line-height: 26px;
  padding: 11px 50px 12px 20px;
}

.lang_moby,
.cur_moby {
  text-transform: uppercase;
  margin: 0 14px 0 0;
}

.lang_moby.active,
.cur_moby.active {
  font-weight: bold;
}

.menu_open {
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.06px;
  cursor: pointer;
      color: #4e4e4e;
  padding-left: 21px;
  border-left: 1px solid #444;
  margin-right: 20px;
}

.menu_icon {
  width: 14px;
  height: 12px;
}

.menu_close {
  position: fixed;
  left: 0;
  top: -999px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  padding-left: 15px;
  opacity: 0;
  z-index: 1001;
  background-color: #222;
  color: #fff;
  -webkit-transition: opacity .3s ease,top 0s linear .3s;
  -o-transition: opacity .3s ease,top 0s linear .3s;
  transition: opacity .3s ease,top 0s linear .3s;
}

.openmenu .menu_close {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity .3s ease,top 0s linear;
  -o-transition: opacity .3s ease,top 0s linear;
  transition: opacity .3s ease,top 0s linear;
}

.navbar {
  font-size: 16px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  background-color: #fff;
  left: 50px;
  -ms-transform: translate(100%,0);
  -webkit-transform: translate(100%,0);
  transform: translate(100%,0);
  bottom: -1px;
  opacity: 0;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: transform .3s ease,box-shadow .3s ease,opacity .3s ease;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  -o-transition: transform .3s ease,box-shadow .3s ease,opacity .3s ease;
  transition: transform .3s ease,box-shadow .3s ease,opacity .3s ease;
  transition: transform .3s ease,box-shadow .3s ease,opacity .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
}

.openmenu .navbar {
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.09);
  box-shadow: 0 0 11px rgba(0,0,0,0.09);
  opacity: 1;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img {
  max-height: 50px;
}

.mobheader .logo {
  margin-right: auto;
}

.menu_link {
  display: block;
  position: relative;
  color: #888;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.menu_link.selected,
.menu_link:hover {
  color: #222222;
}

.subcategory,
.mobheader .subpages {
  display: none;
}

.subcategory .menu_link,
.mobheader .subpages .menu_link {
  text-transform: none;
  padding-left: 43px;
  letter-spacing: 0.2px;
}

.subcategory  .subcategory .menu_link {
  font-weight: normal;
  padding-left: 67px;
}

.cat_switch {
  width: 50px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
}

.cat_switch::before,
.cat_switch::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  background-color: #a3a3a3;
}

.cat_switch::before {
  width: 11px;
  height: 3px;
  margin-left: -6px;
  margin-top: -2px;
}

.cat_switch::after {
  width: 3px;
  height: 11px;
  margin-left: -2px;
  margin-top: -6px;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.active.cat_switch::before {
  background-color: #3b7718;
}

.active.cat_switch::after {
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.menu_item.open {
  background-color: #f9f9f9;
}

.menu_item.open > .menu_link {
  color: #222;
}

.navbar_informers {
  padding: 24px 20px 18px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
  color: #888;
}

.navbar_informer {
  line-height: 26px;
  margin-bottom: 14px;
}

.header_search {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  left: auto;
  z-index: 990;
  -webkit-animation: top-search-form-reverse .3s ease;
  animation: top-search-form-reverse .3s ease;
  background-color: #fff;
}

@-webkit-keyframes top-search-form-reverse {
  0% {
    left: 0;
  }

  100% {
    left: 0;
  }
}

@keyframes top-search-form-reverse {
  0% {
    left: 0;
  }

  100% {
    left: 0;
  }
}

.header_search.expanded {
  left: 20px;
  -webkit-animation: none;
  animation: none;
}

.search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search_input {
  width: calc(100% - 80px);
  height: 50px;
  line-height: 50px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 16px;
  color: #888;
  opacity: 0;
}

.header_search.expanded .search_input {
  opacity: 1;
}

.search_input::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 1.06px;
}

.search_input::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 1.06px;
}

.search_input:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 1.06px;
}

.search_button {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: color .3s ease,transform .3s ease;
  -webkit-transition: color .3s ease,-webkit-transform .3s ease;
  transition: color .3s ease,-webkit-transform .3s ease;
  -o-transition: color .3s ease,transform .3s ease;
  transition: color .3s ease,transform .3s ease;
  transition: color .3s ease,transform .3s ease,-webkit-transform .3s ease;
  -ms-transform: translate(0,-50%) rotate(0deg);
  -webkit-transform: translate(0,-50%) rotate(0deg);
  transform: translate(0,-50%) rotate(0deg);
  cursor: pointer;
  font-size: 0;
  color: #3b7718;
}

.search_button:hover {
  color: #222222;
}

.expanded .search_button {
  z-index: 2;
  -ms-transform: translate(-53px,-50%) rotate(-360deg);
  -webkit-transform: translate(-53px,-50%) rotate(-360deg);
  transform: translate(-53px,-50%) rotate(-360deg);
}

.search_icon,
.cancel_icon {
  width: 20px;
  height: 20px;
}

.search_open {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: color .3s ease,transform .3s ease;
  -webkit-transition: color .3s ease,-webkit-transform .3s ease;
  transition: color .3s ease,-webkit-transform .3s ease;
  -o-transition: color .3s ease,transform .3s ease;
  transition: color .3s ease,transform .3s ease;
  transition: color .3s ease,transform .3s ease,-webkit-transform .3s ease;
  -ms-transform: translate(0,-50%) rotate(0deg);
  -webkit-transform: translate(0,-50%) rotate(0deg);
  transform: translate(0,-50%) rotate(0deg);
  cursor: pointer;
  font-size: 0;
  color: #3b7718;
}

.search_open:hover {
  color: #222222;
}

.expanded .search_open {
  z-index: 1;
  -ms-transform: translate(-53px,-50%) rotate(-360deg);
  -webkit-transform: translate(-53px,-50%) rotate(-360deg);
  transform: translate(-53px,-50%) rotate(-360deg);
}

.search_close {
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: color .3s ease,opacity .1s linear .2s;
  -o-transition: color .3s ease,opacity .1s linear .2s;
  transition: color .3s ease,opacity .1s linear .2s;
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  color: #888;
}

.search_close:hover {
  color: #222222;
}

.expanded .search_close {
  opacity: 1;
}

.navbar_search {
  padding: 20px;
}

.mob_search {
  background: #f9f9f9;
  position: relative;
}

.mob_search_input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 16px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 16px;
  color: #888;
}

.mob_search_button {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  color: #3b7718;
}

.mob_search_button svg,
.menu_close svg {
  vertical-align: middle;
}

.main_banner {
  line-height: 0;
}

.main_banner img {
  width: 100%;
}

.small_slide,
.small_slide a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  line-height: 0;
  font-size: 0;
}

.small_slide a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.01;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  pointer-events: none;
}

.small_slide a:hover::before {
  opacity: .2;
}

.small_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: scale(1.003);
  -ms-transform: scale(1.003);
  transform: scale(1.003);
}

.small_slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footer {
  font-size: 14px;
  line-height: 20px;
  background-color: #222;
  color: #b4b4b4;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer_top .foot {
  position: relative;
  padding-left: 50px;
  margin-bottom: 32px;
}

.footer_top .foot::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
}

.footer_top .footer_phone::before {
  background-position: 0 0;
}

.footer_top .footer_contact:before {
  top: 1px;
  height: 32px;
  background-position: -40px 0;
}

.footer_delivery:before {
  background-position: -80px 0;
}

.footer_change:before {
  background-position: -120px 0;
}

.foot_heading {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 1.08px;
  font-weight: 700;
}

.footer_middle .foot_heading {
  margin-bottom: 23px;
}

.foot_descr {
  margin: 0;
}

.foot_mail {
  color: #3b7718;
}

.foot_mail:hover {
  color: inherit;
}

.footer_middle {
  padding-top: 55px;
  padding-bottom: 23px;
  border-top: 1px solid #444;
}

.foot_item {
  margin-bottom: 8px;
}

#subscribe_container {
  margin-bottom: 10px;
}

.subscribe_input {
  width: 100%;
  height: 40px;
  padding: 0 10px 0 41px;
  background-color: #fff;
  border: none;
  color: #827f7f;
  font-family: inherit;
  font-size: 14px;
}

.subscr_label {
  display: block;
  position: relative;
  margin: 0 0 10px;
}

.subscr_label::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 18px;
  top: 11px;
  left: 18px;
  background: url(../images/sprite.svg) 0 -40px no-repeat;
}

.subscribe_button {
  height: 40px;
  padding: 0 20px;
  width: 100%;
  border: none;
  background-color: #434343;
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.subscribe_button:hover {
  background-color: #3b7718;
}

.foot_social a {
  margin: 0 4px 5px 0;
  float: left;
  text-align: center;
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #434343;
  font-size: 14px;
  -webkit-transition: background-color .3s ease,color .3s ease;
  -o-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
}

.foot_social a:hover {
  color: #222;
  background-color: #fff;
}

.foot_social svg {
  vertical-align: middle;
}

.foot_social .fb_icon {
  width: 8px;
}

.foot_social .vk_icon {
  width: 16px;
}

.foot_social .gp_icon {
  width: 18px;
}

.foot_social .tw_icon {
  width: 16px;
}

.foot_social .ok_icon {
  width: 12px;
}

.foot_social .ins_icon {
  width: 14px;
}

.foot_social .yt_icon {
  width: 16px;
}

.foot_social .tg_icon {
  width: 18px;
}

.footer_bottom {
  background-color: #141414;
  padding-top: 10px;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

.copyright > span,
.copyright > a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

#sm_logo {
  margin-left: 15px;
  ;
}

.foot_payments {
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
}

.grey_bg {
   
    background: url(../images/landing.jpg);
}

.popular_categories {
  padding-top: 5px;
  margin-bottom: 20px;
}

.popular_category {
  display: block;
  position: relative;
  line-height: 0;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 40px;
}

.popular_category::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.popular_category:hover::before {
  opacity: .6;
}

.popular_category img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  transition: transform .4s ease-in-out,opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.popular_category:hover img {
  -webkit-transform: scale(1.05) translateZ(1px);
  -ms-transform: scale(1.05) translateZ(1px);
  transform: scale(1.05) translateZ(1px);
}

.popular_name {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 26px;
  line-height: 37px;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.main_text {
  padding-bottom: 50px;
  padding-top: 50px;
}

.news_item,
.products_item {
  padding-right: 15px;
  padding-left: 15px;
}

.news_image,
.blog_image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 17px;
}

.blog_annotation,
.news_annotation {
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
}

.news_date {
  color: #888;
  font-size: 14px;
  margin: 0 0 2px;
}

.blog_date {
  color: #222;
  font-size: 14px;
  margin: 0 0 2px;
}

.blog_item {
  margin-bottom: 35px;
}

.news .h3 {
  margin: 0;
}

.all_brands {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.all_brands_item {
  float: left;
  padding: 0 15px;
}

.brands_link,
.all_brands_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  opacity: .41;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.all_brands_link:hover,
.brands_link:hover {
  opacity: 1;
}

.under_brands_slide {
  position: relative;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.under_brands_slide  a {
  display: block;
  text-decoration: none;
}

.under_brands_slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.under_brands_slide:hover::before {
  opacity: 1;
}

.under_brands_slide img {
  display: block;
  -webkit-transition: transform .5s ease,opacity .5s ease;
  -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,-webkit-transform .5s ease;
  -o-transition: transform .5s ease,opacity .5s ease;
  transition: transform .5s ease,opacity .5s ease;
  transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
  position: relative;
  z-index: 2;
  -ms-transform: scale(1.003);
  -webkit-transform: scale(1.003);
  transform: scale(1.003);
}

.under_brands_slide:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .8;
}

.grid .card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list .card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.preview {
  position: relative;
}

.preview_rating {
  padding: 5px 0;
  text-align: center;
  line-height: 1;
}

.product_name {
     display: block;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 3px 0 5px;
}

.product_name:hover {
  color: #3b7718;
}

.preview_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}



.list .preview_image,
.wish_products .preview_image {
  height: auto;
}

.preview_img {
  max-height: 100%;
      width: 400px;
    height: 300px;
}
}

.preview .price_container {
  font-weight: 700;
  line-height: 24px;
  font-size: 23px;
}

.price {
  display: inline-block;
  white-space: nowrap;
  color: #222;
  margin-right: 10px;
}

.new_price {
  color: #de2e2e;
}

.old_price {
  display: inline-block;
  white-space: nowrap;
  text-decoration: line-through;
}

.btn_wrap {
 
  margin: 10px 0 0;
  padding: 6px 0 0;
  font-size: 0;
}

.buy_btn {
  color: #3b7718;
  line-height: 21px;
  padding: 4px 0 0;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: none;
  text-transform: uppercase;
}

.buy_btn:hover {
  color: #222;
}

.buy_btn .basket_icon {
  width: 17px;
  height: 18px;
  margin-right: 5px;
}

.add_buttons {
  float: right;
}

.comparison_button,
.wishlist_button {
  position: relative;
  padding: 0;
  text-decoration: none;
  border: none;
  background: none;
  color: #a3a3a3;
  cursor: pointer;
  line-height: 26px;
}

.add_buttons .favor_icon,
.add_buttons .compare_icon {
  vertical-align: middle;
}

.comparison_button {
  margin-left: 15px;
}

.comparison_button:hover,
.wishlist_button:hover {
  color: #222;
}

.comparison_button.selected svg,
.wishlist_button.selected svg {
  color: #3b7718;
}

.comparison_button.selected:hover,
.wishlist_button.selected:hover {
  color: #3b7718;
}

.comparison_button span,
.wishlist_button span {
  position: absolute;
  bottom: 100%;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-transform: none;
  font-weight: normal;
}

.comparison_button span:before,
.wishlist_button span::before {
  content: '';
  position: absolute;
  top: 100%;
  right: 6px;
  border-top: 4px solid rgba(0,0,0,0.8);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.product_slider {
  margin-left: -15px;
  margin-right: -15px;
}

.product_slider .slick-next,
.product_slider .slick-prev {
  margin: 0;
  top: -38px;
  width: auto;
  height: auto;
  line-height: 20px;
  left: auto;
  padding: 0 5px;
}

.product_slider .slick-next {
  right: 17px;
}

.product_slider .slick-prev {
  right: 47px;
}

.preview_status {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 15px;
  margin: 0;
  z-index: 3;
  text-align: left;
}

.promo_img {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px 0;
      width: 20%;
    position: absolute;
}

img.promo_img_single {
    position: absolute;
    width: 100px;
}

.lable_discount {
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  margin: 0 8px 8px 0;
  letter-spacing: 0.8px;
  background: #de2e2e;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.lable_instock,
.lable_nostock {
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  letter-spacing: 0.8px;
  color: #222;
  background: #e4e4e4;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}

.lable_instock {
  background: #89c44a;
  color: #fff;
}

.remove_link {
  display: block;
  margin: 0 0 12px 0;
  text-decoration: none;
  text-align: center;
}

.remove_link .remove_icon {
  vertical-align: middle;
}

.remove_link span {
  text-decoration: none;
  vertical-align: middle;
}

.remove_link:hover {
  color: #3b7718;
}

.products_toolbar {
  background-color: #f7f7f7;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort_select {
  height: 40px;
  width: 100%;
  border: none;
  padding: 7px 50px 7px 20px;
  background: #f7f7f7;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.08px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.sort_select option {
  background: #f7f7f7;
  color: #222;
}

.sort_select:hover,
.sort_select:focus {
  background-color: #3b7718;
  color: #fff;
  background-image: url(../images/arrow_white.png);
}

.view {
  margin-left: auto;
  font-size: 0;
}

.view .grid,
.view .list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  margin: 0 8px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #888;
}

.view .grid:hover,
.view .list:hover,
.view .grid.selected,
.view .list.selected {
  color: #222;
}

.card {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 35px;
}

.list .card,
.wish_products .products_item {
  margin-bottom: 32px;
}

.purchase {
  width: 100%;
  color: #222;
}

.purchase th,
.purchase td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 40px 12px;
}

.purchase th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.6px;
  padding: 6px 12px;
}

.purchase_remove a {
  display: block;
  color: #a3a3a3;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.purchase_remove a:hover {
  color: #3b7718;
}

.purchase_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 65px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase .purchase_product_inner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.purchase_name {
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-decoration: none;
}

.purchase_name:hover {
  color: #3b7718;
}

.purchase_price,
.purchase_sum {
  font-size: 26px;
  font-weight: bold;
}

.purchase .bonus {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-align: left;
}

.amount {
  width: 112px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
}

.plus,
.minus {
  float: right;
  width: 27px;
  height: 28px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  line-height: 28px;
  color: #888;
}

.plus:hover,
.minus:hover {
  color: #222;
}

.minus {
  border-top: 1px solid #e4e4e4;
}

.input_amount {
  display: block;
  float: left;
  border: none;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
  border: none;
  border-right: 1px solid #e4e4e4;
  padding: 0;
  margin: 0;
  height: 58px;
  line-height: 58px;
  width: 83px;
  font-weight: bold;
  color: #222;
}

.input_amount:focus {
  background-color: #fff;
  border-color: #e4e4e4;
}

.purchase .amount {
  width: 79px;
}

.purchase .input_amount {
  width: 50px;
}

.purchase_total {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.purchase_total .total_sum {
  font-size: 26px;
  text-transform: none;
  margin: 0 12px;
}

.purchase_total_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
  color: #222;
  margin: 0 0 45px;
}

.coupon .message_error {
  width: 100%;
  margin: 0 0 10px;
}

.purchase_total {
  padding: 20px 0;
}

.input_coupon {
  float: left;
  width: 165px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e8e8e1;
  font-size: 14px;
  font-family: inherit;
  margin-right: 7px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  -webkit-transition: background-color .3s ease,border-color .3s ease;
  -o-transition: background-color .3s ease,border-color .3s ease;
  transition: background-color .3s ease,border-color .3s ease;
}

.input_coupon:focus {
  border-color: #e4e4e4;
  background-color: transparent;
}

.coupon_button {
  float: left;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  background: #222;
  border: none;
  cursor: pointer;
}

.coupon_button:hover {
  background: #3b7718;
}

.deliveries_block {
  border: 3px solid #e4e4e4;
  padding: 25px;
}

.cart_head {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  padding-top: 26px;
  margin-bottom: 22px;
}

.delivery_item {
  margin-bottom: 12px;
}

.delivery {
  border-top: 1px solid #e4e4e4;
  margin-bottom: 25px;
  padding-top: 25px;
}

.delivery_description {
  display: none;
  margin-left: 30px;
  padding-top: 5px;
  display: none;
}

.active + .delivery_description {
  display: block;
}

.input_delivery,
.hidden_input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.delivery_item img {
  vertical-align: top;
  margin-right: 4px;
}

.delivery_label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
}

.delivery_label::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  border: 1px solid #a3a3a3;
  content: '';
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.delivery_label:hover::before,
.active.delivery_label::before {
  border-color: #3b7718;
}

.active.delivery_label::before {
  background-color: #3b7718;
  background-image: url(../images/sprite.svg);
  background-position: -37px -37px;
  background-repeat: no-repeat;
}

.delivery_name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.order_delivery {
  margin-bottom: 20px;
}

.delivery_description {
  padding: 5px 0;
}

.order_btn {
  width: 100%;
}

.order_btn svg {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  vertical-align: -2px;
}

.order_details {
  width: 100%;
}

.order_details td {
  padding: 8px 15px;
}

.method_name {
  font-weight: bold;
  color: #222;
}

.method_form {
  margin: 15px 0;
}

.method_description {
  margin-bottom: 15px;
}

.method_wrap .button {
  width: 100%;
}

.method_btn {
  display: inline-block;
  background: none;
  line-height: 26px;
  padding: 0;
  border: none;
  color: #3b7718;
  cursor: pointer;
}

.method_btn:hover {
  color: #222;
}

.pagination {
  list-style: none;
  text-align: center;
  margin-top: 10px;
}

.page_item {
  display: inline-block;
  margin: 0 5px 10px 5px;
}

.page_link {
  display: block;
  min-width: 40px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #888;
  font-size: 14px;
}

.page_link:hover {
  border-color: #222;
  -webkit-box-shadow: inset 0 0 0 1px #222;
  box-shadow: inset 0 0 0 1px #222;
}

.active .page_link,
.active .page_link:hover {
  color: #fff;
  background-color: #3b7718;
  border-color: #3b7718;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_heading {
  line-height: 37px;
  letter-spacing: 1.3px;
  font-weight: 700;
  font-style: normal;
  color: #222;
  font-size: 26px;
  margin: 0 0 2px;
}

.product_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.images_item {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px;
}

.zoom {
  position: relative;
}

.product_brand {
  float: right;
}

.product_brand a {
  display: block;
  text-decoration: none;
}

.product_price {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.35;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 30px;
  padding: 0 0 21px;
}

.to_cart_btn .basket_icon {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 7px;
  margin-top: 2px;
}

.product_wish,
.product_compare {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 26px;
  color: #a3a3a3;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.product_wish {
  margin-right: 28px;
}

.product_wish .favor_icon,
.product_compare .compare_icon {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
}

.product_wish .favor_icon {
  width: 17px;
}

.product_wish span,
.product_compare span {
  vertical-align: middle;
}

.product_wish:hover .favor_icon,
.product_compare:hover .compare_icon {
  color: #222;
}

.product_wish.selected .favor_icon,
.product_compare.selected .compare_icon,
.product_wish:hover,
.product_compare:hover {
  color: #3b7718;
}

.product .amount {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 23px 0;
}

.product_details .button,
.product_details .disable_button {
  margin-bottom: 23px;
}

.variant_select {
  max-width: 260px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e4e4e4;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  margin-bottom: 23px;
}

.variant_select:focus {
  background-color: #fff;
}

.product_share {
  margin: 23px 0 26px;
}

.product .pager {
  padding: 0;
}

.product_description ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.product_description p {
  margin: 0 0 12px;
}

.product_description li,
.product_delivery p,
.product_payment p {
  padding: 0 0 0 19px;
  position: relative;
  margin-bottom: 5px;
}

.product_description li::before,
.product_delivery p::before,
.product_payment p::before {
  content: '\2014';
  position: absolute;
  left: 0;
  top: 0;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  padding: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.03);
}

.features li:nth-child(even) {
  background: rgba(0,0,0,.025);
}

.features_name,
.features_value {
  display: block;
  float: left;
  padding: 7px 15px;
}

.features_value {
  width: 70%;
}

.features_name {
  width: 30%;
  padding-right: 0;
}

.accordion_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e4e4e4;
}

.accordion_body {
  --fullHeight: auto;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.is_open .accordion_body {
  height: auto;
  height: var(--fullHeight);
}

.accordion_content {
  padding-bottom: 20px;
}

.accordion_body .h4 {
  margin: 0 0 23px;
}

.accordion_heading {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 15px 30px 18px 0;
  border: none;
  background: none;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.accordion_heading:hover {
  color: #3b7718;
}

.accordion_heading::before,
.accordion_heading::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #a3a3a3;
}

.accordion_heading::before {
  right: 0;
  width: 14px;
  height: 4px;
  margin-top: -2px;
}

.accordion_heading::after {
  right: 5px;
  width: 4px;
  height: 14px;
  margin-top: -7px;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.is_open .accordion_heading::after {
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.accordion_item + .accordion_item {
  border-width: 0 0 1px;
}

#comments .h4 {
  margin-bottom: 23px;
}

.comment_item {
  margin-bottom: 23px;
  position: relative;
  padding-left: 90px;
  min-height: 72px;
}

.comment_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 100%;
  background: url(../images/avatar.png) center center;
}

.admin_note {
  margin-top: 23px;
}

.comment_author {
  font-weight: bold;
}

.comment_content {
  min-height: 52px;
}

.no_comments {
  margin-bottom: 23px;
}

.comments_note {
  margin: 0 0 23px;
}

.post_wrapper .h1 {
  margin-bottom: 20px;
}

.post_date {
  text-align: center;
  margin-bottom: 30px;
}

.post_content > p:first-child {
  overflow: hidden;
}

.post_content > p:first-child:first-letter {
  background-color: #3b7718;
  color: #fff;
  float: left;
  font-weight: bold;
  line-height: 26px;
  font-size: 42px;
  margin: 6px 15px 0 0;
  padding: 20px 23px;
}

.post_comments_anchor {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 3px;
  font-size: 14px;
  color: #888;
  text-decoration: none;
}

.post_comments_anchor:hover {
  color: #222;
}

.comment_icon {
  width: 20px;
  margin-right: 7px;
  vertical-align: -3px;
}

.post_share {
  display: inline-block;
  vertical-align: top;
}

.share a {
  margin: 0 1px 5px 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 25px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #434343;
  font-size: 12px;
  -webkit-transition: background-color .3s ease,color .3s ease;
  -o-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
}

.share a:hover {
  background-color: #3b7718;
}

.share svg {
  vertical-align: middle;
}

.share .fb_icon {
  width: 8px;
}

.share .vk_icon {
  width: 12.5px;
}

.share .ok_icon {
  width: 10px;
}

.share .tw_icon {
  width: 12.5px;
}

.share .tg_icon {
  width: 16px;
}

.share .gp_icon {
  width: 14px;
}

.pager_nav {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 60px 0 50px;
}

.pager {
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}

.pager li {
  float: left;
  margin: 0;
  min-height: 1px;
  width: 50%;
  padding: 0 8px;
}

.pager li:nth-child(even) {
  text-align: right;
}

.pager a,
.pager a:hover {
  display: block;
  text-decoration: none;
}

.pager_top {
  margin-bottom: 25px;
}

.prev_post,
.next_post {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #222;
}

.prev_post span,
.next_post span {
  vertical-align: middle;
}

.prev_post_icon,
.next_post_icon {
  width: 8px;
  height: 17px;
  color: #a3a3a3;
  vertical-align: middle;
}

.prev_post_icon {
  margin-right: 5px;
}

.next_post_icon {
  margin-left: 5px;
}

.pager:hover .prev_post,
.pager:hover .next_post {
  color: #3b7718;
}

.pager_name {
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 18px;
}

.pager_date {
  font-size: 14px;
}

.user_table th {
  color: #222;
}

.change_pass {
  margin-bottom: 10px;
}

.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.change_pass:hover span {
  border-color: transparent;
}

.password_remind {
  float: right;
  margin-top: 10px;
  color: #3b7718;
  text-decoration: none;
}

.password_remind:hover {
  color: #888;
}

.sidebar_top {
  background-color: #fff;
  margin-bottom: 30px;
}

.sidebar .h4 {
  margin: 0 0 25px;
}

.filter_name {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.filter_name::before,
.filter_name::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  content: '';
  background-color: #a3a3a3;
}

.filter_name::before {
  right: 0;
  width: 14px;
  height: 4px;
  margin-top: -2px;
}

.filter_name::after {
  right: 5px;
  width: 4px;
  height: 14px;
  margin-top: -7px;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.active.filter_name::after {
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.filter_group {
  margin-bottom: 30px;
}

.filter_block ~ .filter_block {
  border-top: 1px solid #e4e4e4;
  padding-top: 35px;
}

.filter_item {
  position: relative;
  line-height: 20px;
  padding: 7px 0;
}

.aside_categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters .category_item {
  position: relative;
  line-height: 20px;
}

.filter_link,
.category_link {
  display: block;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  min-height: 20px;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #888;
  cursor: pointer;
}

.category_link {
  margin-bottom: 14px;
}

.aside_subcategory {
  display: none;
  padding-left: 30px;
}

.category_open > .aside_subcategory {
  display: block;
}

.filter_link::before,
.filters .category_link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  top: -1px;
  left: 0;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.filter_link:hover,
.filters .category_link:hover {
  color: #222;
}

.filters .category_link:hover::before,
.filter_link:hover::before {
  border-color: #3b7718;
}

.filters .category_link.selected,
.checked.filter_link {
  color: #222;
  font-weight: bold;
}

.filters .category_link.selected::before,
.checked.filter_link::before {
  background-color: #3b7718;
  background-image: url(../images/sprite.svg);
  background-position: -37px -37px;
  background-repeat: no-repeat;
}

.price_range {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 15px;
}

.price_label {
  float: left;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.max_price {
  text-align: right;
  position: relative;
}

.max_price::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 50%;
  left: -4px;
}

.max_input,
.min_input {
  max-width: 100%;
  padding: 4px 16px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  -webkit-transition: background-color .3s ease,border-color .3s ease;
  -o-transition: background-color .3s ease,border-color .3s ease;
  transition: background-color .3s ease,border-color .3s ease;
}

.max_input:focus,
.min_input:focus {
  background-color: #fff;
  border-color: #e4e4e4;
}

.browsed {
  padding-top: 10px;
  padding-bottom: 15px;
}

.browsed_item {
  line-height: 50px;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.browsed_item img {
  vertical-align: middle;
}

.product_rating {
  margin-top: 7px;
}

.rating_starOff {
  display: inline-block;
  vertical-align: top;
}

.rating_starOff,
.rating_starOn {
  width: 90px;
  height: 18px;
  background: url(../images/rating.png) repeat-x left top;
}

.rating_starOn {
  display: block;
  background-position: left bottom;
}

.rating_text {
  vertical-align: top;
  line-height: 18px;
  display: inline-block;
}

.breadcrumbs_wrapper {
  border-top: 1px solid rgba(0,0,0,0.08);
       
  background-color: #f7f7f7;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0 3px;
  color: #3b7718;
}

.breadcrumbs li {
  display: inline-block;
  padding: 0;
  margin: 0 0 3px 0;
}

.breadcrumbs li::after {
  padding: 0 3px;
  content: "|";
  opacity: .25;
}

.breadcrumbs li:last-child::after {
  content: none;
  display: none;
}

.breadcrumbs a {
  text-decoration: none;
  color: #888;
}

.breadcrumbs a:hover {
  color: #3b7718;
}

.to_top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 0;
  border-radius: 100%;
  border: 2px solid #3b7718;
  color: #a3a3a3;
  text-align: center;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.to_top svg {
  width: 11px;
  height: 14px;
  vertical-align: middle;
}

.to_top:hover {
  background-color: #3b7718;
  color: #fff;
}

.popup {
  width: 320px;
  max-width: 90%;
}

.popup_heading {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}

.popup_confirm {
  max-width: 90%;
}

.confirm_content {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}

.popup_confirm .button {
  margin-bottom: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.comparison_page {
  border-top: 1px solid #e4e4e4;
}

.comparison_left {
  float: left;
  width: 33.3333333333%;
}

.comparison_products {
  float: right;
  width: 66.6666666667%;
  position: relative;
  margin: 0;
  border-left: 1px solid #e4e4e4;
}

.comparison_products .preview {
  padding: 20px 15px;
}

.comparison_products .preview_inner {
  position: relative;
}

.comparison_item {
  border-right: 1px solid #e4e4e4;
  float: left;
  width: 33.333333%;
}

.cell {
  padding: 25px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.comparison_left .cell,
.comparison_left .cprs_rating {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #222;
}

.comparison_item .cell,
.comparison_item .cprs_rating {
  text-align: center;
}

.cprs_rating {
  padding: 20px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.compare_controls {
  position: relative;
}

.compare_show {
  position: absolute;
  left: 0px;
  bottom: 25px;
}

.compare_show a {
  display: inline-block;
  padding: 6px 11px;
  text-decoration: none;
  margin: 0 5px 5px 15px;
}

.compare_show a:hover,
.compare_show .active {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  color: #222;
}

.compare_show a span {
  border-bottom: 1px dashed;
}

.compare_show a:hover span,
.compare_show .active span {
  border-color: transparent;
}

.comparison_page .slick-prev,
.comparison_page .slick-next {
  top: -35px;
  border: 1px solid #e4e4e4;
  -webkit-transition: border .3s ease,-webkit-box-shadow .3s ease;
  transition: border .3s ease,-webkit-box-shadow .3s ease;
  -o-transition: border .3s ease,box-shadow .3s ease;
  transition: border .3s ease,box-shadow .3s ease;
  transition: border .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;
}

.comparison_page .slick-prev {
  left: auto;
  right: 50px;
}

.comparison_page .slick-prev:hover,
.comparison_page .slick-next:hover {
  border-color: #fc6f38;
}

.comparison_page .slick-prev::before {
  margin-left: 4px;
}

.comparison_page .slick-next::before {
  margin-right: 4px;
}

.preorder_label {
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  background: #f2bd0b;
  border: none;
  border-radius: 2px;
}

.filters_switch {
  z-index: 999;
  position: absolute;
  left: 100%;
  top: 50%;
  padding: 1px 10px;
  -ms-transform: rotate(90deg) translate(-50%,-100%);
  -webkit-transform: rotate(90deg) translate(-50%,-100%);
  transform: rotate(90deg) translate(-50%,-100%);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.4px;
  background-color: #3b7718;
  white-space: nowrap;
}

.openfilters .filters_switch {
  background-color: #fff;
  color: #3b7718;
}

.filters_switch::before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -80px -38px;
  margin-right: 3px;
}

.openfilters .filters_switch::before {
  background-position: -120px -39px;
}

.filters_switch .opened,
.openfilters .closed {
  display: none;
}

.openfilters .opened {
  display: inline;
}

.comparison_empty,
.wish_empty {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.43px;
  margin-bottom: 0;
}

.comparison_empty .compare_icon {
  width: 206px;
  height: 206px;
  color: #e6e6e6;
  margin-bottom: 30px;
}

.wish_empty {
  position: relative;
  padding-top: 170px;
}

.wish_empty::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -89px;
  width: 178px;
  height: 145px;
  background: url(../images/empty-wishlist.png) no-repeat;
}

.cart_empty {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.cart_empty .basket_icon {
  width: 190px;
  height: 190px;
  color: #e6e6e6;
  margin-bottom: 30px;
}

.cart_empty p {
  margin-bottom: 30px;
}

.accordion {
  padding-bottom: 50px;
}

.feed_block {
  position: relative;
  line-height: 1.1;
  padding-left: 60px;
  margin-bottom: 27px;
}

.feed_block_head {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
}

.feed_block svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #3b7718;
}

.location_icon {
  width: 32px;
  height: 46px;
}

.feed_block .phone_icon {
  width: 32px;
  height: 32px;
  margin-top: 4px;
}

.feed_block .envelope_icon {
  width: 35px;
  height: 38px;
}

.feed_block .clock_icon {
  width: 35px;
  height: 38px;
}

.feed_block a {
  text-decoration: none;
  margin-right: 10px;
}

.feed_block a:last-child {
  margin-right: 0;
}

.page_404 .breadcrumbs_wrapper {
  margin: 0;
}

.page_404 .main {
  padding: 0;
}

.wrapper_404 {
  padding: 187px 0 207px;
  background-position: 50%;
  background-image: url(../images/404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.heading_404 {
  font-family: "PT Sans Narrow";
  font-style: normal;
  color: #222;
  font-size: 190px;
  line-height: .95;
  margin: 0;
  letter-spacing: 11.4px;
  color: #3b7718;
}

.wrapper_404 .h1 {
  color: #fff;
  margin: 37px 0 3px;
}

.content_404 {
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin: 19px auto 0;
  max-width: 600px;
  letter-spacing: 1.45px;
}

.search_404 {
  margin: 51px auto 0;
  max-width: 548px;
}

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

.search_input_404 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: none;
  padding: 5px 10px;
  margin-right: 3px;
  font-family: "PT Sans Narrow";
  text-align: left;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #888;
}

.search_button_404 {
  display: inline-block;
  background-color: #3b7718;
  color: #fff;
  font-family: "PT Sans Narrow";
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  letter-spacing: .8px;
  padding: 7px 30px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.search_button_404:hover {
  background-color: #222222;
}




.annotation {
    padding-bottom: 20px;
     font-size: 13px;
}

.preview .price {
    font-size: 17pt;
}
.ig_minus, .ig_plus {
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    user-select: none;
    border: 1px solid silver;
    box-shadow: 0 1px 0 0 silver;
    border-radius: 15%;
}
.ig_minus {
    background: url(../images/minus.svg) 50% 50% no-repeat;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
}
.ig_plus {
    background: url(../images/plus.svg) 50% 50% no-repeat;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
}

.wrap_ingredient {
   
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.ingredient_group {
    font-size: 14px;
    margin-bottom: 10px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes rubberBand {
  0% {transform: scale(1);}
  30% {transform: scaleX(1.25) scaleY(0.75);}
  40% {transform: scaleX(0.75) scaleY(1.25);}
  60% {transform: scaleX(1.15) scaleY(0.85);}
  100% {transform: scale(1);}
}
.rubberBand {
  animation-name: rubberBand;
}

.ingredient_group .price {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 0;
    font-size: 14px;
}

.ingredient_group .currency {
    font-size: 14px;
}

.ingredient_group .ingredient_amount {
    margin-left: 5px;
}

.ingredient_group .add {
    margin-left: 12px;
    font-size: 15pt;
    cursor: pointer;
    vertical-align: middle;
}
.ingredient_group .add:hover {
    color: #ff7d1e;
}

.ingredient_group .dropdown {
    display: none;
    width: 250px;
    position: absolute;
    background: #fff;
    border: 1px solid #d8d8d8;
    z-index: 10;
    bottom: 25px;
    overflow: auto;
    font-size: 12px;
    line-height: 1.1;
}

.ingredient_group .dropdown_inner {
   
}

.ingredient_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 5px;
    border-bottom: 1px solid #d8d8d8;
}
.ingredient_item:first-child {
    padding-top: 5px;
}
.ingredient_item:last-child {
    border-bottom: none;
    padding-bottom: 5px;
}
.ingredient_name {
    max-width: 100px;
    word-wrap: break-word;
    font-weight: 600;
    color: black;
   
}

.ig_ingredient_amount {
    display: inline-block;
    margin: 0!important;
    padding: 0 1px;
    width: 10px;
    text-align: center;
    line-height: 18px;
}
.ingredient_notice {
    display: none;
    margin-top: 5px;
    padding: 15px 15px 15px 50px;
    background: url(../images/i.png) 15px center no-repeat;
    border-radius: 3px;
    z-index: 999999;
    width: 340px;
    box-shadow: 0 0 12px #999;
    background-color: #2F96B4;
    position: fixed;
    top: 60px;
    right: 12px;
    opacity: .8;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.ingredient_notice:hover {
    opacity: 1;
    box-shadow: 0 0 12px #333;
}
@media (max-width: 543px) {
    .product .wrap_ingredient {
        
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .ingredient_notice {
        font-size: 13px;
        width: auto !important;
        padding: 10px 10px 10px 50px;
    }
}
/*/ingredient_groups*/
.add_buttons.pr_pist_center {
    text-align: center;
    float: none;
	    margin-bottom: -32px;
}

a.vibrat {
    display: block;
    text-align: center;
    background: orange;
    width: 137px;
    color: white;
    padding: 7px;
    border-radius: 11px;
    text-decoration: none;
    margin: 0px auto;
}

.preview_info {
    text-align: center;
}

.fn_card.card.four_product {
   
}
   
   @media (max-width: 1500px) {
    img.logo_header {
    width: 200px;
     
}
   
   }
   
   p.politica {
    font-size: 10px;
    margin-top: 10px;
}

#placeholder img{width: 400px}

@media (max-width: 600px) {
   svg.phone_icon {
    width: 19px;
}

button.buy_btn.fn_is_stock {
    width: 100%;
    border: 1px solid #3b7718;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.5s;
}

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

img.logo_header {
          position: absolute;
    margin-top: 0px;
    z-index: 1;
    max-height: 72px;
    transition: all 0.3s;
}

.fixed.header img.logo_header {
    position: absolute;
    margin-top: 0px;
    z-index: 1;
    max-height: 51px;
}

   @media (min-width: 776px) {
   
.dropdown1 {
    margin-left: 286px;
    width: 297px;
	    display: none;
    position: absolute;
    padding: 20px 14px 5px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(236, 236, 236);
    box-shadow: rgb(155 155 155 / 20%) 0px 6px 15px 0px;
    box-sizing: border-box;
    z-index: 6000;
 
}
    }
   
    @media (max-width: 775px) {
   
.dropdown1 {
   
   
	    display: none;
   
    padding: 20px 14px 5px;
    background: rgb(255, 255, 255);
    
    box-sizing: border-box;
    z-index: 6000;
 
}
    }
   
   

   .main_banner img {
   
    border-radius: 15px;
}
   
   .slick-slide {
   
    padding-left: 25px;
}

.main {
    background-color: #f8f8f8;
}

.preview_inner.clearfix {
    background: white;
    padding: 0px 0px 22px 0px;
    border-radius: 15px;
    transition: all 0.5s;
}

.preview_inner.clearfix:hover {
    
}

@media (max-width: 543px) {
.preview_img {
   
    height: 140px !important;
}

.grid .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
}

.buy_btn {
    color: #3b7718;
    line-height: 18px;
    padding: 4px 0 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.8px;
    cursor: pointer;
    border: none;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
}
product_name {
    display: block;
    font-weight: bold;
    line-height: 16px;
    font-size: 12px;
    color: #222;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 3px 0 5px;
}
.annotation {
    padding-bottom: 20px;
    font-size: 10px;
}
.card {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}

.submenu_item_catalog {
    width: 50%;
    padding: 10px;
    text-align: center;
}

.catalog_list_catalog {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px;
}
img.image_catalog {
    height: 150px;
}
	
}

@media (min-width: 1000px) {
form.fn_search_form.mob_search {
    width: 37%;
    height: 42px;
    background: #efefef;
    margin-top: 20px;
}

.mob_search_input {
    width: 100%;
    height: 40px;

    border: none;
    background: none;
    font-family: inherit;
    font-size: 16px;
    color: #888;
    position: absolute;
    border-color: #9d9d9d;
}
img.image_catalog {
    height: 333px;
}

.submenu_item_catalog {
    width: 25%;
    padding: 10px;
    text-align: center;
}
.catalog_list_catalog {
       display: contents;
}
}


}




   
   /*reviews*/
.videoreview{
    display: block;
    position: relative;
    width: 100px;
    height:auto;
    float: left;
    margin-right: 15px;
}
.videoreview:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play_button.png) no-repeat 50% 50%;
}
.review_answer_form {
    overflow: hidden;
    width: 500px;
}
.reviews_youtube {
    margin: 10px 0;
}
.review_content {
    padding-left: 10px;
}
.review_content_main {
    margin-top: 5px;
}
.tag_review {
    line-height: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(56, 192, 243);
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: bold;
    display: inline-block;
    padding:  3px 3px 3px;
}
.rating_starOff_r,
.rating_starOn_r {
    display: inline-block;
    vertical-align: top;
    max-width: 90px;
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn_r {
    display: block;
    background-position: left bottom;
}
.reviews_list {
    text-align: left;
}
.reviews_list .reviews_list_body {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
}
.reviews_list .reviews_list_row{
    width: 100%;
    height: auto;
    min-height: 80px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
}
.reviews_list .reviews_list_body_item {
    margin-top: 3px;
}
.admin_review_note {
    border-left: 1px dotted #e1e8ed;
    margin-left: 25px;
    padding: 0px 5px!important;
}
/*.admin_review_note2 {
    border-bottom: none;
}*/
.user_review_note {
    border-left: 1px dotted #e1e8ed;
    margin-left: 25px;
    padding: 0px 5px!important;
}
.user_review_note2 {
    border-left: 2px solid #f2bd0b;

    padding: 0px 5px!important;
}
.like_review {
    background: url(../images/review_like.png) no-repeat;
    display: inline-block;
    height: 20px;
    min-width: 20px;
    background-size: 20px;
    margin-left: 5px;
    padding-left: 25px;
    line-height: 25px;
    text-decoration: none;
    color: green;
}
.dislike_review {
    background: url(../images/review_dislike.png) no-repeat;
    display: inline-block;
    height: 20px;
    min-width: 20px;
    background-size: 20px;
    margin-left: 5px;
    padding-left: 25px;
    line-height: 25px;
    text-decoration: none;
    color: red;
}
.fn_msg_review_success {
    color: green;
}
.fn_msg_review_error {
    color: red;
}
.fn_msg_review_error_user {
    color: red;
}
.review_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #02BCF2;
    text-transform: uppercase;
}
.reviews_list_body_item.top_review {
    border-bottom: 1px solid #e1e8ed;
}
.review_answer {
    padding: 2px 5px;
    line-height: 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
}
.review_answer:hover {
    border-color: #f2bd0b;
    background-color: #fff;
    color: inherit;
    border-radius: 8px;
}
.comment_item {
    width: 100%;
}
.comment_header .comment_author {
    text-transform: uppercase;
}
.comment_header .comment_date {
    font-size: 13px;
}
.review_content {
    font-size: 13px;
    color: #3a3a3a;
    margin-bottom: 10px;
    line-height: 1.4;
    padding-left: 0;
}
.review_content_main {
    margin-bottom: 5px;
}
.reviews_list .reviews_list_body_item {
    margin-top: 10px;
}
.user_review_note {
    border-left: 3px solid #cece04;
    margin-left: 25px;
    margin-top: 10px;
    padding: 0 0 0 10px !important;
}
.tag_review {
    line-height: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(56, 192, 243);
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 3px 3px;
}
.tag_review_2 {
    line-height: 1;
    color: rgb(255, 255, 255);
    background-color: #cece04;
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 3px 3px;
}
.admin_review_note {
    border-left: 3px solid #38C0F3;
    margin-left: 25px;
    margin-top: 10px;
    padding: 0 0 0 10px !important;
}
.comment_header {
    margin-bottom: 5px;
}
.review_content.wrap_buttons {
    margin-top: 10px;
}
.annotation_rewes {
    font-size: 12px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.email_rewes {
    margin-bottom: 20px;
    padding-left: 31px;
    font-size: 13px;
}
/*/reviews*/



.mb.col-xs-12.col-md-8.col-xl-9 {
    margin: 0px auto;
}


.item_main_categories {
    text-align: center;
    background: white;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
}