@charset "UTF-8";


@import url('../css/fonts2/stylesheet.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: 'GT Eesti Pro Text';
  font-size: 18px;
  line-height: 1.4;
     background: #fff;
  color: #383838;
}

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: #383838;
  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: #e74c3c;
}

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: #383838;
}

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

.form_input {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  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: #f7f7f7;
  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: #e9e9e9;
}

.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: #3b3b3b;
  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: #3b3b3b;
  -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: #ffffff;
    border: none;
    background-color: #e74c3c;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
}

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

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

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

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

.mobheader {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #efefef;
    height: 64px;
    background-color: #fff;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.header {
       background: #fff;
}

.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: #383838;
}

.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: #343434;
  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;
}



.header_informer {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 48px; */
    margin-right: 17px;
    line-height: 17px;
    font-size: 15px;
    position: relative;
    color: #b4b4b4;
    font-size: 14px;
    float: right;
    width: 48px;
    height: 48px;
    background: #e74c3c;
    text-align: center;
    border-radius: 100px;
	    margin-top: 21px;
}

.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: #383838;
  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: #fff;
  height: 95px;
}

.fixed.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
     background: #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;
     box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

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



.fixed .header_details,
.fixed .header_informer,
.fixed .header_search {
 
}

.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;
    margin-right: 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: 90px;
}

.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-size: 16px;
    font-weight: 700;
    color: #383838;
    text-transform: inherit;
}

.header .menu_link:hover {
    color: #e74c3c;
	}

.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: #e74c3c;
}

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

.header .submenu {
  position: absolute;
  z-index: 101;
  left: 0;
     top: 66%;
  width: 100%;
  background-color: #383838;
  -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: #383838;
  -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%;
}

li.submenu_item {
      font-family: 'Gilroy';
    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: #383838;
    float: left;
          font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 700;
    
    text-transform: inherit;
}

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

.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: #363636;
  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: #fff;
  color: #383838;
  -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: 9999;
  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 rgb(159 159 159 / 63%);
  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: #383838;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

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

.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: #e74c3c;
}

.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: #383838;
}

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

.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: #383838;
}

@-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: #383838;
  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: #e74c3c;
}

.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: #e74c3c;
}

.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: #383838;
}

.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: #383838;
}

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

.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: #e74c3c;
    color: #ffffff;
}

.footer a {
  text-decoration: none;
}

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

.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: #f5f5f5;
  letter-spacing: 1.08px;
  font-weight: 700;
}

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

.foot_descr {
  margin: 0;
}

.foot_mail {
  color: #e74c3c;
}

.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: #e7e7e7;
  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: #e7e7e7;
  text-align: center;
  color: #383838;
  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: #e74c3c;
}

.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: #383838;
  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: #383838;
  background-color: #383838;
}

.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(https://wamsushi.ru/design/food/images/common-384.jpg);
	height: 500px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 60px;
    align-items: center;
    position: relative;
}

.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: #383838;
}

.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: #383838;
  font-size: 14px;
  margin: 0 0 2px;
}

.blog_date {
  color: #383838;
  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: 50%;
}

.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;
   
    color: #383838;
    text-decoration: none;
    overflow: hidden;
   
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 3px 0 5px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.product_name:hover {
  color: #e74c3c;
}

.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%;
}

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

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

.new_price {
  color: #de2e2e;
}

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

span.fn_old_price1 {
    font-size: 12px;
    color: #383838;
    display: block;
}

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

.buy_btn {
  color: #e74c3c;
  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: #383838;
}

.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: #383838;
}

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

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

.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: #383838;
  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: 48%;
    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: #383838;
  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: #383838;
  background: #e4e4e4;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}

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

.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: #e74c3c;
}

.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: #383838;
  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: #383838;
}

.sort_select:hover,
.sort_select:focus {
  background-color: #e74c3c;
  color: #383838;
  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: #383838;
}

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

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

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

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

.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: #e74c3c;
}

.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: #e74c3c;
}

.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: #383838;
}

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

.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: #383838;
}

.input_amount:focus {
  background-color: #383838;
  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: #383838;
  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: #383838;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  background: #383838;
  border: none;
  cursor: pointer;
}

.coupon_button:hover {
  background: #e74c3c;
}

.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: #e74c3c;
}

.active.delivery_label::before {
  background-color: #e74c3c;
  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: #383838;
}

.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: #e74c3c;
  cursor: pointer;
}

.method_btn:hover {
  color: #383838;
}

.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: #383838;
  color: #383838;
  font-size: 14px;
}

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

.active .page_link,
.active .page_link:hover {
  color: #383838;
  background-color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product_heading {
  line-height: 37px;
  letter-spacing: 1.3px;
  font-weight: 700;
  font-style: normal;
  color: #383838;
  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: #383838;
}

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

.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: #383838;
}

.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: #e74c3c;
}

.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: #e74c3c;
  color: #383838;
  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: #383838;
  text-decoration: none;
}

.post_comments_anchor:hover {
  color: #383838;
}

.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: #383838;
  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: #e74c3c;
}

.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: #383838;
}

.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: #e74c3c;
}

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

.pager_date {
  font-size: 14px;
}

.user_table th {
  color: #383838;
}

.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: #e74c3c;
  text-decoration: none;
}

.password_remind:hover {
  color: #383838;
}

.sidebar_top {
  background-color: #383838;
  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: #383838;
  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: #383838;
}

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

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

.filters .category_link.selected::before,
.checked.filter_link::before {
  background-color: #e74c3c;
  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: #383838;
  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: #383838;
  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);
         margin: 55px 0 29px;
  background-color: #ffffff;
}

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

.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: #383838;
}

.breadcrumbs a:hover {
  color: #e74c3c;
}

.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 #e74c3c;
  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: #e74c3c;
  color: #383838;
}

.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: #383838;
}

.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: #383838;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  color: #383838;
}

.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: #383838;
  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: #383838;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.4px;
  background-color: #e74c3c;
  white-space: nowrap;
}

.openfilters .filters_switch {
  background-color: #383838;
  color: #e74c3c;
}

.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: #383838;
}

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

.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: #383838;
  font-size: 190px;
  line-height: .95;
  margin: 0;
  letter-spacing: 11.4px;
  color: #e74c3c;
}

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

.content_404 {
  text-transform: uppercase;
  color: #383838;
  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: #383838;
}

.search_button_404 {
  display: inline-block;
  background-color: #e74c3c;
  color: #383838;
  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: #383838;
    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: #383838;
   
}

.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: #383838;
    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;
}


   
   @media (max-width: 1500px) {
    
   
   }
   
   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 #e74c3c;
    border-radius: 12px;
    padding: 10px;
    transition: all 0.5s;
}

}

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

img.logo_header {
   
    margin-top: -2px;
    z-index: 1;
    max-height: 84px;
    transition: all 0.3s;
}

.fixed.header img.logo_header {
   
    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;
 
}

   .preview.fn_product {

}

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

.preview.fn_product {

}


    }
   
   
   .preview.fn_product {
        padding: 20px;
       box-shadow: 0px 0px 6px 0px #c1bcbc;
    margin: 7px;
   
    transition: all 0.3s;
    display: flex;
   
    max-width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 15px 15px;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
    text-align: center;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	border-radius: 10px;
}
   
   .preview.fn_product:hover {
   
           border: 1px solid #e74c3c;
    
}
   
   button.buy_btn.fn_is_stock {
    margin-bottom: 20px;
    background: #d43e21;
    color: white;
    width: 88%;
    height: 39px;
    border-radius: 8px;
}
   
   span.hideprice {
    font-size: 12px;
   
    
    color: #ededed;
}


li.b-contacts-i {
    list-style: none;
	    text-align: center;
		margin-top: -9px;
}

span.b-phone-t {
    font-size: 1.8em;
    font-weight: 800;
    color: #383838;
    /* height: 74px; */
    margin-top: 13px;
    display: block;
}

span.b-small {
    font-size: 17px;
    margin-right: 10px;
    /* margin-top: -11px; */
    color: #727272;
}

span.title_phone {
    display: block;
       margin-bottom: -13px;
    float: right;
    font-size: 15px;
}

.social {display: inline-block;}
.social a {
	display: block;
	width: 28px;
	height: 28px;
	    margin: 0 0px 10px 0;
	text-align: center;
	color: #383838;
	border: 1px solid #ccc;
	border-radius: 24px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.social a:hover {
	border-color: #383838;
	opacity: .8;
}
.social svg {
	margin-top: 7px;
	width: 12px;
	height: 12px;
}
.instagram a {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.vk a {background: #4a76a8}
   
   

   
   
   span.fn_price_p1 {
       line-height: 1;
    padding: 7px;
    color: #e74c3c;
   
    font-weight: 800;
    font-size: 25px;
	    float: left;
}
   
   
   button.buy_btn1.fn_is_stock {
        background-color: #77c030;
    text-decoration: none;
    border: none;
    color: white;
    font: 800 13px / 1 Girloy, sans-serif;
    display: block;
    text-transform: uppercase;
    background-color: #e74c3c;
    -webkit-box-shadow: 0 6px 18px 3px rgb(124 200 50 / 10%);
    box-shadow: 0 6px 18px 3px rgb(124 200 50 / 10%);
    transition: background-color 0.25s ease;
    text-decoration: none;
    color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 46px;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
    line-height: 22px;

}
   
   .menu_button_perple a {
        font-size: 18px;
    font-weight: 800;
    line-height: 1;
    display: block;
    padding: 16px 10px;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    -o-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #e74c3c;
    border: 2px solid #e74c3c;
    -webkit-border-radius: 3px;
    text-align: center;
    border-radius: 41px;
    background-color: transparent;
    }
   
      .menu_button_perple a:hover {
        background-color: #e74c3c;
       color: #ffffff;
       
      }

   
   .menu_button_perple  {
   display: inline-block;
    width: 201px;
  
    vertical-align: middle;}
   
   
@media (min-width: 960px) {   
   .fn_card.card.four_product {
    max-width: 25%;
}
 
 .mob_count {display: none;}
 
    .menu_button_perple  {
   display: inline-block;
    width: auto;
    margin: 15px;
    vertical-align: middle;}
	

 
 
 }  
   
   #cart_informer {
   
        display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    line-height: 48px;
    position: relative;
    color: white;
    background: #e74c3c;
    border-radius: 3px;
    height: 46px;
    width: 148px;
    margin-top: 22px;
    border-radius: 100px;
}
   
   .basket {
    background: white;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 100px;
}


   
   
a.cart_info {
    text-align: center;
    font-weight: 800;
    font-size: 15px;
}
   
   .count_cart {
    margin-top: 17px;
}
   
.basket_icon1 {
    width: 24px;
    height: 36px;
    float: left;
    /* margin-top: 14px; */
    position: absolute;
    color: #e74c3c;
    /* padding-right: 10px; */
    left: 7px;
    top: 1px;
}

.cart_info_summ {
    margin-left: 30px;
}
   
   @media (max-width: 760px) {   
   .fn_card.card.four_product {
          max-width: 47%;
        margin: 1.5%;
}


.annotation {
    
   
}
span.fn_price_p1 {
    float: none;
	        height: 50px !important;
        display: block;
}

.fn_categories {
   
    margin-bottom: 20px;
}

    
    .b-scroller {
    right: 15px;
    bottom: 15px;
    width: 80px;
    height: 80px;
    padding-top: 18px;
}
    
    .cart_info_summ {
   
}
.mob_count {
    display: none;
}
    
    .count_cart {
   
}
    
    .mob_count {display: block;}
    
    .mobheader .logo {
    margin-right: auto;
    margin-left: auto;
}
    
    .basket_icon1 {
            width: 25px;
       
        margin-top: 0px;
        margin-left: 0px;
}
    
    
    #cart_informer {
            display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 22px;
        /* line-height: 17px; */
        position: relative;
        color: white;
        background: #e74c3c;
        border-radius: 100px;
        /* height: 50px; */
        width: 132px;
        margin-top: 20px;
}
    
    
 
    .menu_button_perple  {
       display: inline-block;
    width: auto;
    margin-top: 7px;
    vertical-align: middle;
    }
    
    
    .menu_button_perple a {
            font-size: 18px;
        font-weight: 800;
        line-height: 1;
        display: block;
        padding: 12px 10px;
        -webkit-transition: background-color 0.25s ease, color 0.25s ease;
        -o-transition: background-color 0.25s ease, color 0.25s ease;
        transition: background-color 0.25s ease, color 0.25s ease;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase;
        color: #e74c3c;
        border: 2px solid #e74c3c;
        -webkit-border-radius: 3px;
        text-align: center;
        border-radius: 100px;
        background-color: transparent;
}
    
 
 
 }  
   
   .Menu_nav {
    display: block;
    
    text-align: center;
}
   
   
   .mob_count {
    position: absolute;
    background: #ed1691;
    border-radius: 27px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
     
    top: 6px;
}
   
   
   
   .b-scroller {
    line-height: 1;
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
    overflow: hidden;
    width: 99px;
    height: 99px;
    padding-top: 20px;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    text-align: center;
    text-decoration: none;
    color: #383838;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e74c3c;
    -webkit-box-shadow: 0 6px 18px 3px rgb(124 200 50 / 10%);
    box-shadow: 0 6px 18px 3px rgb(124 200 50 / 10%);
}
   
   
   
      
   .fullscreen-bg {
    height: 700px;
}

.fullscreen-bg {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.overlay {
    background: rgba(0,0,0,0.5);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.section-table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.section-row {
    display: table-row;
}

.section-cell {
    display: table-cell;
    text-align: center;
    color: #383838;
    vertical-align: middle;
}

.parallax-btn {
   padding: 28px 48px;
    border-radius: 3px;
    background: #ed1691;
}

.parallax-btn {
    display: inline-block;
    color: #383838;
    margin-top: 20px;
    transition: .4s;
    font-weight: bold;
     text-decoration: none;
}

.fullscreen-bg__video {
    position: absolute;
       bottom: 0px;
    left: 0;
    width: 100%;
}
   
   .section-title h1 {color: white;}
   
   
   @media (max-width: 575.98px){
.fullscreen-bg, .videobg-image {
    display: none;
}
    
   }
   
   
   .section-title {
    /* text-align: right; */
    margin-right: 67px;
    float: right;
}
   
   .no_pay {
    width: 53%;
    background: #383838;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
   
   .nopay_title {
    display: flex;
    /* display: table-cell; */
    justify-content: center;
    margin-top: 50%;
    /* width: 500px; */
    font-size: 20px;
    font-weight: 800;
    color: #e74c3c;
}


.container_main {
    display: inline-flex;
    list-style-type: none;
    background: #fff;
    margin: 0px auto;
    margin-top: -135px;
    position: relative;
    border-radius: 10px;
    width: auto;
    align-items: center;
    justify-content: center;
	    padding: 15px 35px 15px 35px;
		box-shadow: -4px 5px 20px 2px #9f9f9f33;
   
   
}

.element_main {
    padding: 0 20px;
    border-right: 1px solid #393939;
	    width: 200px;
    text-align: left;
	   
}

.delivery-params-list__icon.d-flex {
    width: 20px;
    display: flex;
    fill: #e55c02;
    float: left;
	    height: 20px;
		    margin-right: 16px;
}
.delivery-params-list__title.fs-14.fw-600.lh-120 {
    font-weight: 600;
    color: #3b3b3b;
    line-height: 1.2;
    font-size: 14px;
    white-space: nowrap;
}

.delivery-params-list__description.fs-14.fw-400.lh-120 {
    font-size: 16px;
}

.element_main_end {
    padding: 0 20px;
    
	    width: 200px;
    text-align: left;
	   
}

.online-indicator {
  position: absolute;
  right: 10px;
    bottom: 10px;
    border: 1px solid #b95e5e;
    padding: 3px 5px 3px 19px;
    border-radius: 5px;
}
.online-indicator .in-bounce1, .online-indicator .in-bounce2 {
     border-radius: 50%;
    position: absolute;
    background-color: #c31818;
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
}
.online-indicator .in-bounce1 {
  opacity: 0.5;
  -webkit-animation: in-bounce 2s infinite ease-in-out;
  animation: in-bounce 2s infinite ease-in-out;
}
@keyframes in-bounce {
  0%, 100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}

.livetime {
    font-size: 13px;
    font-weight: 400;
       color: #e74c35;
}

.like {
	position: absolute;
    z-index: 1;
    width: 100px;
    right: 20px;
    top: 22px;
}


#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
    color: black;
}

.cookie_accept {
    width: 30%;
    font-size: 14px;
    padding: 7px 5px 7px 5px;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 675px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	
button.buy_btn1.fn_is_stock.cart_dop {
    padding: 3px;
}
.product_name {
    display: block;
    color: #383838;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 3px 0 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}


.button {
           position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        padding: 6px 15px;
        font-weight: bold;
        font-family: inherit;
        font-size: 12px;
        line-height: 15px;
        
        color: #ffffff;
        border: none;
        background-color: #e74c3c;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        border-radius: 100px;
}


.products_item.slick-slide.slick-active {
    margin: 5px;
}
span.fn_price_p1 {
    line-height: 1;
    /* padding: 7px; */
    color: #e74c3c;
    font-weight: 800;
    font-size: 20px;
    float: left;
}
.preview.fn_product {
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #c1bcbc;
    margin: 7px;
    transition: all 0.3s;
    display: flex;
    max-width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 5px 5px;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
    text-align: center;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
}
	
	
}


#deliverychoice {
	
    position: fixed;
   
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	
}

.city {
    display: flex;
    /* height: 38px; */
    /* background: #e74c3c; */
    margin-right: 32px;
    padding-top: 10px;
}
   
   
   @media (min-width: 900.98px){
   
   .corp {
    background: #542ec3;
    color: white;
    padding: 15px 0px 15px 0px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}
    
    }
   
   @media (max-width: 575px){
    .corp {
    
    background: #542ec3;
    color: white;
    padding: 2px 0px 2px 2px;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    }
    
    .Menu_nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: sticky;
    top: 60px !important;
    background-color: #fff;
    z-index: 1000;
    padding: 10px 0;
    white-space: nowrap;
    scroll-behavior: smooth;
    text-align: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e4e4e4;
    cursor: grab; /* Курсор для указания возможности перетаскивания */
    -webkit-user-select: none; /* Отключаем выделение текста */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
    
   }
   
   
.Menu_nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: sticky;
    top: 88px;
    background-color: #fff;
    z-index: 1000;
    padding: 10px 0;
    white-space: nowrap;
    scroll-behavior: smooth;
    text-align: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e4e4e4;
    cursor: grab; /* Курсор для указания возможности перетаскивания */
    -webkit-user-select: none; /* Отключаем выделение текста */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Menu_nav::-webkit-scrollbar {
    display: none;
}

.Menu_nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Улучшение визуальной обратной связи */
.menu_button_perple {
    flex: 0 0 auto;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.menu_button_perple.active a {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

/* Адаптивность */
@media (max-width: 760px) {
    .Menu_nav {
        padding: 5px 0;
    }
    .menu_button_perple {
        margin: 5px;
    }
    .menu_button_perple a {
        padding: 10px 8px;
        font-size: 16px;
    }
}