/*
Theme Name: kofein_new
Author: site4all
*/
/*** styles for all ***/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic');
@font-face {
  font-family: 'Haymaker';
  src: url('fonts/AAHaymaker_0.eot');
  src: url('fonts/AAHaymaker_0.eot') format('embedded-opentype'), url('fonts/AAHaymaker_0.woff2') format('woff2'), url('fonts/AAHaymaker_0.woff') format('woff'), url('fonts/AAHaymaker_0.ttf') format('truetype'), url('fonts/AAHaymaker_0.svg#AAHaymaker_0') format('svg');
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold'") format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype"), url("fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold'") format("svg"); }

@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular'") format("svg"); }

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
iframe {
  max-width: 100%;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery[class*="galleryid"] {
  margin: 0 -15px !important;
}
.gallery[class*="galleryid"] .gallery-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: none !important;
}
.gallery[class*="galleryid"] .gallery-item img {
  border: 0 !important;
}
.gallery[class*="galleryid"] br {
  display: none;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d1c1c;
}
.navbar-collapse {
  border: none;
}
.navbar-default {
  background: none;
  border: none;
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
}
.share {
  text-align: center;
  margin-top: 30px;
}
.share .title {
  color: #1d1c1c;
}
.share .ya-share2 {
  margin-top: 10px;
}
.share .ya-share2 .ya-share2__item {
  margin-right: 20px;
}
.share .ya-share2 .ya-share2__item .ya-share2__badge {
  border-radius: 4px;
}
.share .ya-share2 .ya-share2__item .ya-share2__badge .ya-share2__icon {
  width: 36px;
  height: 36px;
}
.form-group_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-group .error {
  font-size: 14px;
}
label {
  margin: 0;
  cursor: pointer;
}
.form-control {
  border: 1px solid #cbcbcb;
  height: 38px;
  border-radius: 0;
}
.form-control:focus {
  border-color: #1c1c1c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(28, 28, 28, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(28, 28, 28, 0.6);
}
.ie .button:active div,
.ie .button:focus div {
  top: 0;
  left: 0;
  position: relative;
}
.ie .button.button_arrows > div {
  padding-top: 3px;
}
.button {
  background: none;
  display: block;
  border: 1px solid transparent;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 7px;
  transition: all 0.3s ease;
  position: relative;
  outline: none !important;
  font-family: 'Haymaker';
}
.button > div {
  transition: all 0.3s ease;
}

.button.button_orange {
  background: #dd7200;
}
input.button_orange{
  background: #dd7200;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
input.button_brown{
  background: #461f13;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.button.button_orange > div {
  background: #dd7200;
}
.button.button_orange:before {
  border-color: #dd7200;
}
.button.button_orange:after {
  border-color: #dd7200;
}
.button.button_orange:hover {
  opacity: 0.7;
}
.button.button_brown {
  background: #461f13;
}
.button.button_brown > div {
  background: #461f13;
}
.wpcf7-form .button.button_arrows > div{
    border: unset;
    margin: 0 auto;
}
.wpcf7-form .button.button_arrows{
    text-align:center;
}
.button.button_brown::before {
  border-color: #461f13;
}
.button.button_brown::after {
  border-color: #461f13;
}
.button.button_brown:hover {
  opacity: 0.7;
}
.button.button_arrows {
  background: none;
  padding: 0 10px;
}
.button.button_arrows:hover {
  background: none;
}
.button.button_arrows:hover::after {
  border-right-color: transparent;
}
.button.button_arrows:hover::before {
  border-left-color: transparent;
}
.button.button_arrows > div {
  border: 1px solid transparent;
  font-size: 18px;
  text-transform: uppercase;
  height: 52px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: 4px;
}
.button.button_arrows.order_price_button > div {
  font-size: 16px;
}
.button.button_arrows::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-right-width: 0;
  border-top-width: 26px;
  border-bottom-width: 26px;
  border-left-width: 10px;
  border-left-color: transparent;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.button.button_arrows::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-left-width: 0;
  border-top-width: 26px;
  border-bottom-width: 26px;
  border-right-width: 10px;
  border-right-color: transparent;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.button.button_white {
  color: #2d2526 !important;
}
.button.button_white:hover {
  opacity: 0.7;
}
.button.button_white::before {
  background: url(/wp-content/uploads/2017/12/left_button_white.png) no-repeat !important;
  background-size: contain !important;
  border: none !important;
  width: 12px !important;
  height: 50px !important;
}
.button.button_white::after {
  background: url(/wp-content/uploads/2017/12/right_button_white.png) no-repeat !important;
  background-size: contain !important;
  border: none !important;
  width: 12px !important;
  height: 50px !important;
}
.button.button_white > div {
  border-color: #2d2526;
  border-left: none;
  border-right: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  margin-right: 5px;
  margin-left: 1px;
  font-size: 14px;
  cursor: pointer;
  outline: none !important;
}
input[type="checkbox"]::before {
  content: "\f0c8";
}
input[type="checkbox"]:checked::before {
  content: "\f14a";
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  margin-right: 5px;
  margin-left: 1px;
  font-size: 14px;
  cursor: pointer;
  outline: none !important;
}
input[type="radio"]::before {
  content: "\f10c";
}
input[type="radio"]:checked::before {
  content: "\f192";
}
.form-control.transparent_placeholder::-webkit-input-placeholder {
  color: transparent;
}
.form-control.transparent_placeholder::-moz-placeholder {
  color: transparent;
}
.form-control.transparent_placeholder:-moz-placeholder {
  color: transparent;
}
.form-control.transparent_placeholder:-ms-input-placeholder {
  color: transparent;
}
.agreement_label {
  margin-bottom: 0;
  font-weight: 400;
  color: inherit;
  cursor: pointer;
  font-size: 11px;
  text-align: left;
}
.agreement_label a {
  font-size: inherit;
  text-decoration: underline;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.wysiwyg {
  font-size: 0;
  margin: 20px 0;
}
.wysiwyg * {
  font-size: 14px;
}
.wysiwyg h1 {
  font-size: 30px;
}
.wysiwyg h2 {
  font-size: 30px;
}
.wysiwyg h3 {
  font-size: 24px;
}
.wysiwyg h4 {
  font-size: 18px;
}
.wysiwyg h5 {
  font-size: 14px;
}
.wysiwyg h6 {
  font-size: 12px;
}
body,
html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  /*display:grid;*/
}
#wrapper {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
}
#wrapper #header {
  flex: 0 0 auto;
}
#wrapper #middle {
  flex: 1 0 auto;
}
#wrapper #footer {
  flex: 0 0 auto;
}
.slick-slide {
  outline: none !important;
}
.slider {
  position: relative;
}
.slider .arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
}
.slider .arrow .fa {
  color: #fff;
  font-size: 50px;
  transition: all 0.3s ease;
}
.slider .arrow:hover .fa {
  opacity: 0.7;
  transform: scale(1.1);
}
.slider .arrow.prev {
  left: 0;
}
.slider .arrow.next {
  right: 0;
}
.slick-slide,
a {
  outline: none !important;
}
.first_level > li > a {
  transition: all 0.3s ease;
}
.breadcrumbs span {
  color: #171615;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumbs span a {
  color: #171615;
  font-weight: 300;
}
.breadcrumbs span a span {
  font-weight: 300;
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  padding-left: 10px;
  border: 1px solid #b9b9b9;
  background: url('img/select_bg.png') right center no-repeat;
  cursor: pointer;
  height: 38px;
}
select::-ms-expand {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity,
.wysiwyg .quantity {
  font-size: 0;
}
.quantity .qty_button,
.wysiwyg .quantity .qty_button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 33px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  border: 1px solid #b9b9b9;
  cursor: pointer;
  transition: all 0.3s ease;
}
.quantity .qty_button:hover,
.wysiwyg .quantity .qty_button:hover {
  background: #b9b9b9;
  color: #fff;
}
.quantity .qty_input,
.wysiwyg .quantity .qty_input {
  display: inline-block;
  height: 38px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #b9b9b9;
  border-left: none;
  border-right: none;
  vertical-align: middle;
}
.suggestions-wrapper {
  font-size: 14px;
}
.woocommerce .form-row-wide {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0;
}
.woocommerce .form-row-wide .select2 {
  margin-bottom: 15px;
}
.woocommerce .form-row-wide .select2-container--default .select2-selection--single {
  height: 38px;
  border-radius: 0;
  border: 1px solid #cbcbcb;
}
.woocommerce .form-row-wide .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  background: url(img/select_bg.png) right center no-repeat;
  padding-right: 36px;
}
.woocommerce .form-row-wide .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-message--info a.button {
  font-family: 'Roboto';
  padding: 0;
}
.woocommerce-pagination {
  text-align: right;
}
.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.woocommerce-pagination ul li {
  display: inline-block;
}
.woocommerce-pagination span {
  color: #171615;
  font-weight: 900;
  padding: 7px;
  display: inline-block;
}
.woocommerce-pagination a {
  color: #171615;
  padding: 7px;
  display: inline-block;
}
.spinner {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
}
.spinner .fa {
  font-size: 30px;
  vertical-align: middle;
  color: #462012;
}
.archive .woocommerce-message,
.single-product .woocommerce-message {
  display: none !important;
}
/*** end of styles for all ***/
/*** header ***/
#header .header_top {
  background: #1e1e1e;
}
#header .header_top > .container {
  position: relative;
}
#header .header_top .main_menu_container {
  float: left;
  max-width: 820px;
}
#header .header_top .main_menu_container #main_menu {
  padding: 0;
}
#header .header_top .main_menu_container #main_menu ul li.menu-item-has-children > a:after {
  content: "\f0d7";
  -webkit-appearance: none;
  -moz-appearance: none;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  outline: none !important;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
#header .header_top .main_menu_container #main_menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
#header .header_top .main_menu_container #main_menu ul li a:hover {
  color: #fff5e4;
}
#header .header_top .header_actions {
  float: right;
}
#header .header_top .header_actions > div {
  display: inline-block;
  vertical-align: top;
}
#header .header_top .header_actions a {
  padding: 15px 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 500;
}
#header .header_top .header_actions .login_links a span {
  font-size: 10px;
}
#header .header_top .header_actions a:hover {
  background: #372a1d;
  color: #f3c99f;
  text-decoration: none;
}
#header .header_top .header_actions a:hover .fa {
  color: #f3c99f;
}
#header .header_top .header_actions .header_phone {
  margin-right: 15px;
}
#header .header_top .header_actions .header_phone a {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 5px;
  color: #dd7200;
}
#header .header_top .header_actions .fa {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 20px;
  vertical-align: bottom;
}
#header .header_top .header_actions .header_log_in .fa {
  margin-right: 10px;
}
#header .header_top .header_actions .header_cart {
  position: relative;
}
#header .header_top .header_actions .header_cart a {
  padding: 15px 25px 15px 5px;
  font-size: 10px;
}
#header .header_top .header_actions .header_cart .fa {
  margin-right: 15px;
}
#header .header_top .header_actions .header_cart:hover #mini-cart:not(.empty) {
  max-height: 600px;
  opacity: 1;
}
#header .header_top .header_actions .header_cart #mini-cart {
  transition: all 0.5s ease;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.14);
  width: 400px;
}
#header .header_top .header_actions .header_cart #mini-cart ul {
  padding: 0 20px 15px;
  list-style: none;
  max-height: 410px;
  margin-bottom: 30px;
}
#header .header_top .header_actions .header_cart #mini-cart ul li {
  color: #1d1c1c;
  font-size: 20px;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header_top .header_actions .header_cart #mini-cart ul li a {
  color: #1d1c1c;
}
#header .header_top .header_actions .header_cart #mini-cart ul li a:hover {
  background: none;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .img {
  width: 93px;
  height: 93px;
  border: 1px solid #f2f2f2;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .product_info {
  width: 250px;
  padding: 0 15px;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .product_info .name {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .product_info .weight {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .product_info .quantity {
  width: 100%;
  display: block;
  font-size: 20px;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .product_info .quantity .amount {
  float: right;
}
#header .header_top .header_actions .header_cart #mini-cart ul li .remove {
  padding: 5px;
  font-size: 20px;
}
#header .header_top .header_actions .header_cart #mini-cart .buttons {
  text-align: center;
  padding-bottom: 20px;
}
#header .header_top .header_actions .header_cart #mini-cart .buttons .button_wrap {
  margin-bottom: 15px;
}
#header .header_top .header_actions .header_cart #mini-cart .buttons .button {
  width: 300px;
  padding: 0 10px;
}
#header .header_top .header_actions .header_cart #mini-cart .buttons .button:hover {
  background: none;
  color: #fff;
}
#header .header_top .header_actions .header_cart #mini-cart .buttons .button div {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
#header .header_top .header_actions .header_cart #mini-cart .buttons .button::before,
#header .header_top .header_actions .header_cart #mini-cart .buttons .button::after {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
#header .header_top .search_form {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
#header .header_top .search_form form {
  padding-right: 44px;
}
#header .header_top .search_form form button {
  position: absolute;
  right: 15px;
  top: 0;
  background: none;
  padding: 8px 12px;
  border: 1px solid #cbcbcb;
  outline: none !important;
  transition: all 0.3s ease;
}
#header .header_top .search_form form button:hover {
  opacity: 0.7;
}
#header .header_bottom {
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#header .header_bottom .logo {
  display: block;
  margin: 20px 0;
}
#header .header_bottom .front_slider .items {
  width:100%;/* 970px;750px;*/
  /*max-width:100%;*/
  margin: 0 auto;
}
#header .header_bottom .front_slider .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .header_bottom .front_slider .item .text {
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  margin-left: 50px;
  font-weight: 900;
  line-height: 60px;
}
#header .header_bottom #cats_menu {
  margin-top: 15px;
}
#header .header_bottom #cats_menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}
#header .header_bottom #cats_menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
}
#header .header_bottom #cats_menu ul li a {
  display: block;
  text-align: center;
}
#header .header_bottom #cats_menu ul li a:hover .image_wrap {
  background: #fff;
  border-color: #222222;
}
#header .header_bottom #cats_menu ul li a .image_wrap {
  position: relative;
  width: 103px;
  height: 103px;
  border-radius: 100%;
  background: #fff5e4;
  margin: auto;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
#header .header_bottom #cats_menu ul li a .image_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
#header .header_bottom #cats_menu ul li a span {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  display: block;
  font-family: 'Haymaker';
  word-wrap: break-word;
  max-width: 160px;
}
#header .header_bottom #cats_menu.non_front_cats_menu {
  margin-top: 70px;
}
#header .header_bottom #cats_menu.non_front_cats_menu li a .image_wrap {
  background: #fff;
  border: 1px solid #d1d1d1;
}
/*#header .header_bottom #cats_menu.non_front_cats_menu li a span {
  color: #171615;
}*/
#header .header_bottom #cats_menu li.current-menu-item a .image_wrap {
  border-color: #222222;
}
/*** end of header ***/
/*** front page ***/
.front_popular {
  background: url('img/coffee_seed.png') center top no-repeat;
  padding-top: 120px;
  margin-top: 30px;
}
.front_popular .block_title {
  font-size: 30px;
  text-align: center;
  color: #171615;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.front_banner a {
  justify-content: center;
  overflow: hidden;
  display: flex;
}
.front_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.front_text .left_text {
  flex-basis: 30%;
  color: #6d6d6d;
  font-size: 15px;
  font-style: italic;
}
.front_text .img {
  flex-basis: 40%;
  text-align: center;
  padding: 0 20px;
}
.front_text .img img {
  max-width: 100%;
}
.front_text .right_text {
  text-align: right;
  flex-basis: 30%;
  color: #6d6d6d;
  font-size: 15px;
  font-style: italic;
}
/*** end of front page ***/
/*** footer ***/
#footer {
  padding: 50px 0 44px;
  margin-top: 30px;
}
#footer .footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .footer_container .footer_info {
  flex-basis: 25%;
  padding-right: 15px;
}
#footer .footer_container .footer_info .copyright {
  color: #fff;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}
#footer .footer_container .footer_info .phone {
  margin-top: 15px;
}
#footer .footer_container .footer_info .phone a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
#footer .footer_container .footer_info .phone div {
  font-size: 12px;
  font-style: italic;
}
#footer .footer_container .footer_info .address {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
#footer .footer_container .footer_info .address .fa {
  font-size: 20px;
  margin-right: 10px;
}
#footer .footer_container .footer_info .email {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  display: block;
}
#footer .footer_container .footer_info .email .fa {
  font-size: 18px;
  margin-right: 8px;
}
#footer .footer_container .footer_menus {
  display: flex;
  flex-basis: 50%;
}
#footer .footer_container .footer_menus ul {
  list-style: none;
  padding: 0;
  padding-right: 40px;
}
#footer .footer_container .footer_menus ul li {
  display: block;
}
#footer .footer_container .footer_menus ul li a {
  color: #fff;
  padding: 4px 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
#footer .footer_container .footer_menus ul li a:hover {
  color: #fff5e4;
}
#footer .footer_container .footer_callback {
  flex-basis: 25%;
}
#footer .footer_container .footer_callback .block_title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#footer .footer_container .footer_callback .agreement .agreement_label {
  color: #fff;
  word-break: break-all;
}
#footer .footer_container .footer_callback .button div {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 2px;
}
#footer .footer_container .footer_callback .button::after,
#footer .footer_container .footer_callback .button::before {
  border-top-width: 19px;
  border-bottom-width: 19px;
}
/*** end of  footer ***/
/*** single product ***/
.single_product {
  margin-top: 20px;
}
.product .onsale {
  display: none;
}
.product .product_title {
  font-size: 30px;
  font-weight: 600;
  color: #171615;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
.product .product_gallery {
  border: 1px solid #000000;
  position: relative;
}
.product .product_gallery .main_image_slider {
  margin-top: 30px;
}
.product .product_gallery .main_image_slider .item a {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  margin: auto;
}
.product .product_gallery .main_image_slider .item a img {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}
.product .product_gallery .thumbs_slider {
  padding: 0 25px;
  margin: 30px 0;
}
.product .product_gallery .thumbs_slider .slick-track {
  left: -52px;
}
.product .product_gallery .thumbs_slider .item {
  position: relative;
  width: 87px;
  height: 87px;
  opacity: 0.5;
  cursor: pointer;
  margin: 0 9px;
}
.product .product_gallery .thumbs_slider .item.slick-current {
  opacity: 1;
}
.product .product_gallery .thumbs_slider .item .img {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  border: 1px solid #000;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
}
.product .product_gallery .thumbs_slider .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product .product_gallery .arrow {
  position: absolute;
  font-size: 50px;
  top: 150px;
  opacity: 0.5;
  color: #221509;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product .product_gallery .arrow.prev {
  left: 30px;
}
.product .product_gallery .arrow.next {
  right: 30px;
}
.product .product_gallery .arrow:hover {
  opacity: 1;
}
.product .product_content {
  padding-left: 30px;
}
.product .product_content .product_meta {
  margin-bottom: 30px;
}
.product .product_content .product_meta .product_tag {
  color: #6d6d6d;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}
.product .product_content .variations_form .variations .radio_variations {
  margin-bottom: 20px;
}
.product .product_content .variations_form .variations .radio_variations .radio_variations_title {
  color: #171615;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.product .product_content .variations_form .variations .radio_variations label {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.product .product_content .variations_form .variations .radio_variations label span {
  font-style: italic;
  color: #171615;
}
.product .product_content .variations_form .variations .radio_variations #pa_weight {
  display: none;
}
.product .product_content .variations_form .variations .select_variations_wrap {
  display: table;
}
.product .product_content .variations_form .variations .select_variations_wrap .select_variations {
  display: table-row;
}
.product .product_content .variations_form .variations .select_variations_wrap .select_variations .label {
  display: table-cell;
  color: #171615;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 10px 10px 10px 0;
}
.product .product_content .variations_form .variations .select_variations_wrap .select_variations .value {
  display: table-cell;
  padding-bottom: 10px;
}
.product .product_content .variations_form .variations .select_variations_wrap .select_variations .value select {
  width: 100%;
  min-width: 230px;
  color: #171615;
  font-size: 15px;
  font-style: italic;
}
.product .product_content .variations_form .single_variation_wrap {
  margin-top: 20px;
  position: relative;
}
.product .product_content .variations_form .single_variation_wrap .js_add_to_cart div {
  height: 52px;
  line-height: 52px;
}
.product .product_content .shop_attributes {
  display: table;
}
.product .product_content .shop_attributes .item {
  display: table-row;
}
.product .product_content .shop_attributes .item .label {
  display: table-cell;
  color: #171615;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 10px 10px 10px 0;
}
.product .product_content .shop_attributes .item .label span {
  text-transform: none;
  font-weight: 400;
}
.product .product_content .shop_attributes .item .value {
  display: table-cell;
}
.product .product_content .add_to_cart_block .quantity {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.product .product_content .add_to_cart_block .price_block {
  display: inline-block;
  vertical-align: middle;
}
.product .product_content .add_to_cart_block .woocommerce-variation-price,
.product .product_content .add_to_cart_block .woocommerce-Price-amount {
  color: #171615;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}
.product .product_content .add_to_cart_block .woocommerce-Price-amount {
  font-size: 30px;
}
.product .product_content .add_to_cart_block del .amount {
  text-decoration: line-through;
  padding-right: 10px;
  font-size: 22px;
  display: inline-block;
  padding-bottom: 5px;
  color: #bcbcbc;
}
.product .product_content .add_to_cart_block ins {
  text-decoration: none;
}
.product .product_content .add_to_cart_block .discount_hint {
  position: absolute;
  padding: 15px;
  box-shadow: 0 0 5px 2px #de7200;
  background: #fff;
  bottom: -6px;
  left: 320px;
  opacity: 0;
  z-index: -1;
  text-transform: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.product .product_content .add_to_cart_block .discount_hint::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: 29px;
  box-sizing: border-box;
  border: 8px solid white;
  border-color: #fff transparent transparent #fff;
  transform: rotate(-45deg) skew(10deg, 10deg);
  box-shadow: -3px -3px 3px 0px #de7200;
}
.product .product_content .add_to_cart_block .single_add_to_cart_button {
  width: 300px;
  margin-top: 20px;
}
.product .product_content .add_to_cart_block .single_add_to_cart_button:hover + .discount_hint {
  opacity: 1;
  z-index: 1;
}
.product .wc-tabs-wrapper {
  margin-top: 30px;
}
.product .wc-tabs-wrapper .wc-tabs {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.product .wc-tabs-wrapper .wc-tabs li {
  display: inline-block;
}
.product .wc-tabs-wrapper .wc-tabs li a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
}
.product .wc-tabs-wrapper .wc-tabs li.active {
  background: #000;
}
.product .wc-tabs-wrapper .wc-tabs li.active a {
  color: #fff;
}
.product .wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 20px 15px;
  border: 1px solid #000;
  border-radius: 0;
}
.product .wc-tabs-wrapper #reviews {
  padding: 10px;
}
.product .wc-tabs-wrapper #reviews #comments .commentlist {
  padding: 0;
  list-style: none;
}
.product .wc-tabs-wrapper #reviews #comments .commentlist li {
  margin-bottom: 30px;
}
.product .wc-tabs-wrapper #reviews #comments .commentlist .children{list-style:none;padding-top: 20px;}

.product .wc-tabs-wrapper #reviews #comments .commentlist .comment-text {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
}
.product .wc-tabs-wrapper #reviews #comments .commentlist .comment-text .meta .woocommerce-review__author {
  font-size: 20px;
  text-transform: uppercase;
}
.product .wc-tabs-wrapper #reviews #comments .commentlist .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.product .wc-tabs-wrapper #reviews #comments .commentlist .comment-text .meta .woocommerce-review__published-date {
  font-weight: 400;
  float: right;
  padding-top: 4px;
}
.product .wc-tabs-wrapper #review_form .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.product .wc-tabs-wrapper #review_form #commentform {
  margin-top: 20px;
  max-width: 760px;
  font-size: 0;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-author {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-author label {
  color: #1d1c1c;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-author input {
  font-size: 14px;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-email {
  width: 50%;
  display: inline-block;
  padding-left: 15px;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-email label {
  color: #1d1c1c;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-email input {
  font-size: 14px;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-comment {
  margin-top: 20px;
}
.product .wc-tabs-wrapper #review_form #commentform .comment-form-comment textarea {
  width: 100%;
  min-height: 100px;
}
.product .wc-tabs-wrapper #review_form #commentform .form-submit {
  margin-top: 30px;
}
.product .wc-tabs-wrapper #review_form #commentform .form-submit button {
  width: 300px;
}
.product .other_info {
  margin-top: 50px;
}
.product .other_info .delivery_text .block_title {
  color: #171615;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  background: url(img/delivery_icon.png) left center no-repeat;
  padding-left: 70px;
  min-height: 50px;
  line-height: 50px;
}
.product .other_info .delivery_text .text {
  margin-top: 30px;
}
.product .other_info .news .block_title {
  color: #171615;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  background: url(img/article_icon.png) left center no-repeat;
  padding-left: 70px;
  min-height: 50px;
  line-height: 50px;
}
.product .other_info .news .items {
  margin-top: 30px;
}
.product .other_info .news .items .item {
  margin-top: 15px;
}
.product .other_info .news .items .item .date {
  color: #171615;
  font-size: 15px;
  font-weight: 600;
}
.product .other_info .news .items .item .text {
  margin-top: 15px;
  max-height: 40px;
  overflow: hidden;
  display: block;
  color: #171615;
}
.product .related {
  margin-top: 15px;
  margin-bottom: 30px;
}
.product .related .block_title {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #171615;
  font-size: 30px;
  font-weight: 600;
}
/*** end of single product ***/
/*** propducts ***/
.product_list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.product_list .product_wrap {
  display: flex;
  flex-direction: column;
  width: 33.333333333333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.product_list .product {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  border: 1px solid #bbbbbb;
  padding: 25px;
  transition: all 0.3s ease;
}
.product_list .product:hover {
  border: 1px solid #000;
}
.product_list .product .onsale {
  display: none;
}
.product_list .product .woocommerce-loop-product__link {
  margin-bottom: 15px;
}
.product_list .product .woocommerce-loop-product__title {
  color: #171615;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product_list .product img {
  max-height: 180px;
  height: auto;
  max-width: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.product_list .product .product_meta {
  margin-bottom: 15px;
}
.product_list .product .product_meta .short_descr {
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
}
.product_list .product .radio_variations {
  margin-bottom: 20px;
}
.product_list .product .radio_variations .radio_variations_title {
  color: #171615;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.product_list .product .radio_variations label {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.product_list .product .radio_variations label span {
  font-style: italic;
  color: #171615;
}
.product_list .product .radio_variations #pa_weight {
  display: none;
}
.product_list .product .select_variations_wrap {
  display: table;
}
.product_list .product .select_variations_wrap .select_variations {
  display: table-row;
}
.product_list .product .select_variations_wrap .select_variations .label {
  display: table-cell;
  color: #171615;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 10px 10px 10px 0;
}
.product_list .product .select_variations_wrap .select_variations .value {
  display: table-cell;
  padding-bottom: 10px;
}
.product_list .product .select_variations_wrap .select_variations .value select {
  width: 100%;
  min-width: 230px;
  color: #171615;
  font-size: 15px;
  font-style: italic;
}
.product_list .product .shop_attributes {
  display: table;
}
.product_list .product .shop_attributes .item {
  display: table-row;
}
.product_list .product .shop_attributes .item .label {
  display: table-cell;
  color: #171615;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 10px 10px 10px 0;
}
.product_list .product .shop_attributes .item .label span {
  text-transform: none;
  font-weight: 400;
}
.product_list .product .shop_attributes .item .value {
  display: table-cell;
}
.product_list .product form.cart {
  margin: auto 0 0 0;
}
.product_list .product .add_to_cart_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.product_list .product .quantity {
  align-self: flex-end;
}
.product_list .product .price_block {
  color: #171615;
  font-size: 0;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  text-align: right;
}
.product_list .product .woocommerce-Price-amount {
  font-size: 30px;
}
.product_list .product del {
  display: block;
  font-size: 0;
}
.product_list .product del .amount {
  text-decoration: line-through;
  font-size: 22px;
  display: inline-block;
  color: #bcbcbc;
}
.product_list .product ins {
  text-decoration: none;
  font-size: 0;
  display: block;
}
.product_list .product .discount_hint {
  position: absolute;
  padding: 15px;
  box-shadow: 0 0 5px 2px #de7200;
  background: #fff;
  opacity: 0;
  z-index: -1;
  text-transform: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  top: 100%;
  margin-top: 15px;
  width: 100%;
  left: 0;
}
.product_list .product .discount_hint::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -9px;
  left: 50%;
  top: -6px;
  box-sizing: border-box;
  border: 8px solid white;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
  box-shadow: -3px -3px 3px 0px #de7200;
}
.product_list .product .single_add_to_cart_button {
  margin-top: 20px;
}
.product_list .product .single_add_to_cart_button div {
  height: 42px;
  line-height: 42px;
}
.product_list .product .single_add_to_cart_button::after,
.product_list .product .single_add_to_cart_button::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.product_list .product .single_add_to_cart_button:hover + .discount_hint {
  opacity: 1;
  z-index: 1;
}
/*** end of products ***/
/*** product_cat ***/
.product_cat .woocommerce-info {
  margin: 30px 0;
}
.product_cat .filters_block {
  border: 1px solid #000000;
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom:30px;
}
.product_cat .filters_block .sub_cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product_cat .filters_block .sub_cats .item {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_cat .filters_block .sub_cats .item .img {
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all 0.3s ease;
  width: 88px;
  height: 88px;
  position: relative;
}
.product_cat .filters_block .sub_cats .item .img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
.product_cat .filters_block .sub_cats .item .title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.3s ease;
  width: 120px;
  color: #171615;
  text-align: center;
  word-wrap: break-word;
}
.product_cat .filters_block .sub_cats .item.active .img,
.product_cat .filters_block .sub_cats .item:hover .img {
  border: 1px solid #000;
  background: #462012;
}
.product_cat .filters_block .sub_cats .item.active .img img,
.product_cat .filters_block .sub_cats .item:hover .img img {
  opacity: 0.7;
}
.product_cat .filters_block .sub_cats .item.active .title,
.product_cat .filters_block .sub_cats .item:hover .title {
  text-shadow: 0px 0px 0px #171615;
}
.product_cat .filters_block .filters {
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  padding: 35px 0 10px;
  align-items: center;
}
.product_cat .filters_block .filters .price_range_wrap {
  position: relative;
  flex-basis: 350px;
  font-size: 0;
}
.product_cat .filters_block .filters .price_range_wrap #price_from {
  width: 50px;
  border: none;
  pointer-events: none;
  text-align: center;
  position: absolute;
  font-size: 14px;
  background: transparent;
  top: -25px;
  left: 20px;
}
.product_cat .filters_block .filters .price_range_wrap #price_to {
  width: 50px;
  border: none;
  pointer-events: none;
  text-align: center;
  position: absolute;
  background: transparent;
  font-size: 14px;
  top: -25px;
  right: 15px;
}
.product_cat .filters_block .filters .price_range_wrap #price_range {
  position: relative;
  background: #ccc;
  width: 245px;
  display: inline-block;
  vertical-align: middle;
}
.product_cat .filters_block .filters .price_range_wrap #price_range .ui-slider-range {
  height: 3px;
  background: #000000;
}
.product_cat .filters_block .filters .price_range_wrap #price_range .ui-slider-range::before {
  content: '';
  width: 10px;
  position: absolute;
  left: -10px;
  background: #000;
  height: 3px;
}
.product_cat .filters_block .filters .price_range_wrap #price_range .ui-slider-range::after {
  content: '';
  position: absolute;
  right: -10px;
  width: 10px;
  height: 3px;
  background: #ccc;
}
.product_cat .filters_block .filters .price_range_wrap #price_range .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #000000;
  position: absolute;
  top: -8px;
  background: #ffffff;
  cursor: pointer;
  margin-left: -10px;
  outline: none !important;
}
.product_cat .filters_block .filters .price_range_wrap .caption {
  display: inline-block;
  font-size: 13px;
  color: #171615;
  text-transform: uppercase;
  width: 55px;
  vertical-align: middle;
}
.product_cat .filters_block .filters .price_range_wrap .caption.right {
  text-align: right;
  width: 50px;
}
.product_cat .filters_block .filters select {
  background: url(img/filters_select_bg.png) right 10px center no-repeat;
  height: 33px;
  border: 1px solid #000;
  padding-right: 25px;
  flex-basis: 150px;
}
.product_cat .filters_block .filters .button {
  width: auto;
  background: #000;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.product_cat .filters_block .filters .button:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.product_cat .filters_block .filters .reset {
  color: inherit;
  text-decoration: underline;
  font-size: 12px;
}
.product_cat .woocommerce-ordering {
  text-align: right;
  padding: 15px 0;
}
.product_cat .woocommerce-ordering span {
  font-size: 12px;
  color: #adacac;
}
.product_cat .woocommerce-ordering select {
  background: url(img/filters_select_bg.png) right 10px center no-repeat;
  height: 22px;
  border: 1px solid #adacac;
  padding-right: 25px;
  min-width: 130px;
  margin-left: 5px;
}
/*** end of product_cat ***/
/*** page_cart ***/
.cart_title {
  display: inline-block;
  vertical-align: middle;
}
.back {
  margin-left: 30px;
  background: #e5e5e5;
  border: none;
  height: 28px;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 20px;
  transition: all 0.3s ease;
  outline: none !important;
}
.back:hover {
  opacity: 0.7;
}
.page_cart .shop_table {
  display: table;
  width: 100%;
}
.page_cart .shop_table .table_headers {
  display: table-row;
}
.page_cart .shop_table .table_headers .cell {
  display: table-cell;
  padding: 10px 0;
  opacity: 0.8;
}
.page_cart .shop_table .table_headers .cell.product-quantity,
.page_cart .shop_table .table_headers .cell.product-price {
  text-align: center;
}
.page_cart .shop_table .cart_item {
  display: table-row;
}
.page_cart .shop_table .cart_item .cell {
  display: table-cell;
  border-top: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
}
.page_cart .shop_table .cart_item:last-of-type .cell {
  border-bottom: 1px solid #ccc;
}
.page_cart .shop_table .cart_item .product-thumbnail {
  width: 120px;
  height: 120px;
  padding-left: 0;
}
.page_cart .shop_table .cart_item .product-thumbnail a {
  border: 1px solid #f2f2f2;
  display: block;
  text-align: center;
}
.page_cart .shop_table .cart_item .product-thumbnail img {
  max-width: 100%;
  height: auto;
}
.page_cart .shop_table .cart_item .product-name {
  color: #1d1c1c;
}
.page_cart .shop_table .cart_item .product-name a {
  color: #1d1c1c;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  position: relative;
}
.page_cart .shop_table .cart_item .product-name a .short_descr {
  position: absolute;
  padding: 20px;
  box-shadow: 0 0 15px 5px #dedede;
  background: #fff;
  top: 30px;
  left: -18px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
  text-transform: none;
  font-size: 12px;
  width: 300px;
}
.page_cart .shop_table .cart_item .product-name a .short_descr::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  top: -5px;
  box-sizing: border-box;
  border: 8px solid white;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
  box-shadow: -4px -4px 6px 0px #dedede;
}
.page_cart .shop_table .cart_item .product-name a:hover .short_descr {
  opacity: 1;
  z-index: 1;
}
.page_cart .shop_table .cart_item .product-name .variation {
  display: table;
  margin-top: 10px;
}
.page_cart .shop_table .cart_item .product-name .variation .tr {
  display: table-row;
}
.page_cart .shop_table .cart_item .product-name .variation .tr span {
  display: table-cell;
  color: inherit;
  text-align: left;
  font-style: italic;
  padding-left: 0;
}
.page_cart .shop_table .cart_item .product-name .variation .tr span.span {
  font-weight: 500;
}
.page_cart .shop_table .cart_item .product-name .variation .tr span.value {
  font-weight: 400;
}
.page_cart .shop_table .cart_item .product-quantity {
  text-align: center;
  min-width: 150px;
}
.page_cart .shop_table .cart_item .product-remove {
  text-align: center;
  margin-top: 10px;
}
.page_cart .shop_table .cart_item .product-remove a {
  color: #1d1c1c;
  font-size: 15px;
  text-decoration: underline;
  font-style: italic;
}
.page_cart .shop_table .cart_item .product-price {
  min-width: 160px;
}
.page_cart .shop_table .cart_item .product-price > div {
  text-align: center;
  color: #171615;
  font-weight: 700;
  font-size: 20px;
  font-family: Roboto Condensed;
}
.page_cart .shop_table .cart_item .product-price > div.with_discount {
  font-size: 16px;
  text-decoration: line-through;
  color: #bcbcbc;
}
.page_cart .shop_table .cart_item .product-price span {
  font-size: inherit;
}
.page_cart .shop_table input[name="update_cart"] {
  font-size: 0;
  padding: 0;
  width: 0;
  border: none;
}
.page_cart .cart-collaterals .cart_totals {
  border: 1px dashed #666;
  padding: 30px;
}
.page_cart .cart-collaterals .cart_totals h2 {
  color: #1d1c1c;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.page_cart .cart-collaterals .cart_totals .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_cart .cart-collaterals .cart_totals .cart-total > span {
  color: #1d1c1c;
  opacity: 0.8;
}
.page_cart .cart-collaterals .cart_totals .cart-total > strong span {
  font-weight: 700;
  font-size: 20px;
  font-family: Roboto Condensed;
}
.page_cart .cart-collaterals .cart_totals .cart-sum {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.page_cart .cart-collaterals .cart_totals .discount_hint {
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 0 5px 2px #de7200;
  border-radius: 5px;
  padding: 15px;
  margin-left: -10px;
  margin-right: -10px;
}
.page_cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-left: -15px;
  margin-right: -15px;
  height: 54px;
  margin-top: 20px;
}
.page_cart .cart-collaterals .cart_totals .button {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.page_cart .cart-collaterals .wysiwyg {
  padding: 0 30px;
}
/*** end of page_cart ***/
/*** page checkout ***/
.checkout .checkout_content {
  padding-right: 30px;
  margin-bottom: 50px;
}
.checkout .woocommerce-billing-fields {
  color: #1d1c1c;
}
.checkout h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout .delivery_methods h3{
    margin-bottom: 30px;
}
.checkout .woocommerce-additional-fields textarea {
  width: 100%;
  min-height: 100px;
  padding: 6px 12px;
  border: 1px solid #cbcbcb;
}
.checkout .radio_shipping {
  display: none;
}
.checkout .address_fields {
  transition: all 0.3s ease;
  overflow: hidden;
}
.checkout .address_fields.closed {
  visibility: hidden;
  z-index: -1;
  max-height: 0;
}
.checkout .address_fields.opened {
  visibility: visible;
  z-index: 0;
  max-height: 300px;
}
.checkout .address_fields.courier .billing_postcode,
.checkout .address_fields.courier .address-field,
.checkout .address_fields.courier .billing_city {
  visibility: hidden;
  z-index: -1;
  max-height: 0;
}
.checkout .delivery_method_block {
  transition: all 0.3s ease;
  overflow: hidden;
}
.checkout .delivery_method_block.closed {
  visibility: hidden;
  z-index: -1;
  max-height: 0;
}
.checkout .delivery_method_block.opened {
  visibility: visible;
  z-index: 0;
  max-height: 100px;
}
/*.checkout .pickup_places_wrap {
  margin-top: -20px;
}*/
.checkout .places_wrap,
.checkout .pickup_places_wrap {
  transition: all 0.3s ease;
  overflow: hidden;
}
.checkout .places_wrap.closed,
.checkout .pickup_places_wrap.closed {
  visibility: hidden;
  z-index: -1;
  max-height: 0;
}
.checkout .places_wrap.opened,
.checkout .pickup_places_wrap.opened {
  visibility: visible;
  z-index: 0;
  /*max-height: 100px;*/
}
.checkbox.pickup_place{width:100%}
.ui-autocomplete {
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
  border: 1px solid #cbcbcb;
}
.ui-autocomplete li {
  padding: 0 12px;
}
.ui-autocomplete li:hover {
  background: #268af9;
  color: #fff;
}
.ui-helper-hidden-accessible {
  display: none;
}
form.woocommerce-checkout {
  float: left;max-width:100%;
}
.woocommerce-checkout-payment .payment_methods {
  padding: 0;
  list-style: none;
}
.woocommerce-checkout-payment .payment_methods li {
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.woocommerce-checkout-payment .payment_methods li .item input {
  visibility: hidden;
  position: absolute;
}
.woocommerce-checkout-payment .payment_methods li .item label {
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  width: 100%;
}
.woocommerce-checkout-payment .payment_methods li .item input:checked + label {
  border: 1px solid #000;
}
#order_review {
  color: #1d1c1c;
  padding: 0 15px;
  position: relative;
}
#order_review .table_wrap {
  max-height: 400px;
}
#order_review table {
  width: 100%;
}
#order_review .cart_item td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#order_review .cart_item td:last-child {
  padding-left: 20px;
  vertical-align: top;
  text-align: right;
  padding-right: 10px;
  min-width: 130px;
}
#order_review .cart_item td:last-child span {
  font-weight: 500;
  font-size: 16px;
}
#order_review .product-name .name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
#order_review .product-name .product-quantity {
  font-size: 16px;
  font-weight: 500;
}
#order_review .product-name .variation {
  margin-top: 10px;
}
#order_review .product-name .variation span {
  display: table-cell;
  color: inherit;
}
#order_review + .wysiwyg {
  padding: 0 30px;
}
.order_totals {
  border: 1px dashed #666;
  padding: 30px;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 102px;
}
.order_totals h2 {
  color: #1d1c1c;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.order_totals .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order_totals .cart-total > span {
  color: #1d1c1c;
  opacity: 0.8;
}
.order_totals .cart-total > strong span {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Roboto Condensed';
}
.order_totals .cart-sum {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.order_totals .wc-proceed-to-checkout {
  margin-left: -15px;
  margin-right: -15px;
}
.order_totals .button {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.place-order {
  position: absolute;
  bottom: 30px;
  width: 328px;
  left: 11px;
  height: 54px;
}
.woocommerce-NoticeGroup-checkout li {
  color: red;
}
.payment_confirmation .order_details {
  list-style: none;
  padding: 0;
}
.payment_confirmation p {
  font-size: 18px;
  margin: 30px 0 10px;
}
.payment_confirmation .button {
  display: inline-block;
  width: 300px;
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-right: 30px;
  margin-top: 20px;
}
.payment_confirmation .button div {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}
.payment_confirmation .button::before,
.payment_confirmation .button::after {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
/*** end of page checkout ***/
/*** cabinet ***/
.lost_reset_password {
  width: 300px;
  margin: auto;
}
.lost_reset_password .form_title {
  margin-bottom: 10px;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  background: #361910;
  padding: 10px 0;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 7px 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 25px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #dd7200;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #dd7200;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
  content: '';
  position: absolute;
  border: 20px solid #dd7200;
  border-right: 10px solid #dd7200;
  border-left: 10px solid transparent;
  left: -13px;
  top: 0;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li.is-active a::after {
  content: '';
}
.woocommerce-MyAccount-content {
  color: #171615;
}
.woocommerce-MyAccount-content a {
  color: #171615;
  font-size: 12px;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-message {
  border-top: 3px solid #dd7300;
  background: #f7f6f7;
  padding: 15px 15px 15px 45px;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-MyAccount-content .woocommerce-message::before {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
  content: '\f058';
  color: #dd7300;
}
.woocommerce-MyAccount-content .woocommerce-message::after {
  clear: both;
  display: table;
}
.woocommerce-MyAccount-content .woocommerce-error {
  list-style: none;
  border-top: 3px solid #b81c23;
  background: #f7f6f7;
  padding: 15px 15px 15px 45px;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-MyAccount-content .woocommerce-error::before {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
  content: '\f06a';
  color: #b81c23;
}
.woocommerce-MyAccount-content .woocommerce-error::after {
  clear: both;
  display: table;
}
.woocommerce-MyAccount-content .woocommerce-error li {
  color: #b81c23;
}
.woocommerce-MyAccount-content .woocommerce-info {
  border-top: 3px solid #361910;
  background: #f7f6f7;
  padding: 15px 15px 15px 45px;
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-MyAccount-content .woocommerce-info::before {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 14px;
  content: '\f05a';
  color: #361910;
}
.woocommerce-MyAccount-content .woocommerce-info::after {
  clear: both;
  display: table;
}
.dashboard {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard .profile_info > div {
  margin-bottom: 20px;
}
.dashboard .profile_info .fa {
  font-size: 17px;
  width: 20px;
  text-align: left;
  margin-right: 15px;
}
.dashboard .profile_info span {
  font-size: 15px;
}
.dashboard .jur_block {
  display: table;
}
.dashboard .jur_block .block_title {
  color: #1d1c1c;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
  display: table-caption;
}
.dashboard .jur_block .item {
  display: table-row;
}
.dashboard .jur_block .item span {
  font-size: 15px;
  text-align: left;
  padding-bottom: 20px;
  display: table-cell;
}
.dashboard .jur_block .item .label {
  font-weight: 700;
  color: inherit;
  padding: 0;
  padding-right: 15px;
}
.dashboard .links {
  margin-top: 30px;
}
.dashboard .links a {
  margin-right: 50px;
}
.dashboard .links a .fa {
  margin-right: 10px;
}
.edit-account .block_title {
  color: #1d1c1c;
  padding: 0 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
}
.edit-account label {
  font-weight: 400;
  color: #616161;
  font-size: 12px;
}
.edit-account .button {
  margin-top: 30px;
}
.order_filter {
  margin-bottom: 20px;
}
.order_filter a {
  display: inline-block;
  color: #1e1e1e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 15px 5px;
  border: 1px solid transparent;
}
.order_filter a.active {
  border-color: #1e1e1e;
  font-weight: 700;
}
.order_filter a:hover {
  text-decoration: underline;
}
.orders_table {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
.orders_table .orders_headers {
  display: table-row;
}
.orders_table .orders_headers .orders_header {
  background: #333;
}
.orders_table .orders_headers .orders_header.cell {
  color: #fff;
}
.orders_table .items {
  display: table-row-group;
}
.orders_table .item {
  display: table-row;
}
.orders_table .item:nth-child(odd) {
  background: #f1f1f1;
}
.orders_table .cell {
  display: table-cell;
  padding: 6px 15px;
  font-size: 12px;
  border: 1px solid #fff;
}
.orders_table .cell * {
  font-size: 12px;
  padding: 0;
}
.orders_table .cell.cell_order-actions .actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.orders_table .cell.cell_order-actions .fa {
  font-size: 14px;
}
.orders_table .cell.cell_order-actions .fa.fa-rub {
  font-size: 16px;
}
.orders_table .cell.cell_order-actions .fa.fa-times {
  font-size: 18px;
}
.view_order .order_info mark {
  background: none;
  font-weight: 700;
}
.view_order .order_details_table {
  display: table;
}
.view_order .order_details_table .order_details_headers {
  display: table-row;
}
.view_order .order_details_table .order_details_headers .order_details_header {
  background: #333;
}
.view_order .order_details_table .order_details_headers .order_details_header.cell {
  color: #fff;
}
.view_order .order_details_table .item {
  display: table-row;
}
.view_order .order_details_table .item:nth-child(odd) {
  background: #f1f1f1;
}
.view_order .order_details_table .cell {
  display: table-cell;
  border: 1px solid #fff;
  padding: 6px 15px;
  vertical-align: middle;
}
.view_order .order_details_table .cell.product-name a {
  font-size: 14px;
}
.view_order .order_details_table .cell .wc-item-meta {
  list-style: none;
  display: table;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  margin-top: 10px;
}
.view_order .order_details_table .cell .wc-item-meta li {
  display: table-row;
}
.view_order .order_details_table .cell .wc-item-meta li .wc-item-meta-label {
  display: table-cell;
  padding-right: 10px;
}
.view_order .order_details_table .cell .wc-item-meta li p {
  display: table-cell;
  margin-bottom: 0;
}
.view_order .order_details_table .items {
  display: table-row-group;
}
.view_order .order_details_table .totals {
  display: table-footer-group;
}
.view_order .order_details_table .total_row {
  display: table-row;
}
.view_order .order_details_table .total_row:first-child .cell {
  border: none;
  height: 30px;
}
.view_order .order_details_table .total_row .cell {
  border: none;
  border-bottom: 1px solid #333;
}
.view_order .order-again {
  margin-top: 15px;
}
.view_order .order-again a {
  text-decoration: none;
  width: 250px;
  color: #fff;
}
.view_order .order-again a div {
  font-size: 14px;
  text-align: center;
}
.woocommerce-address-fields label {
  font-weight: 400;
  color: #1d1c1c;
  font-size: 12px;
}
.woocommerce-Address {
  padding: 0 15px;
}
.woocommerce-Address address {
  margin-top: 20px;
}
.woocommerce-Address .address_item {
  color: #171615;
  font-size: 15px;
  margin-bottom: 15px;
}
.woocommerce-Address .address_item .fa {
  font-size: 17px;
  width: 20px;
  margin-right: 15px;
  color: inherit;
}
.woocommerce-Address .address_item .label {
  font-weight: 700;
  font-size: 17px;
  color: inherit;
  padding: 0;
  padding-right: 5px;
  font-style: italic;
}
.discount_system_page {
  padding: 0 5px;
}
.discount_system_page .scale {
  position: relative;
}
.discount_system_page .scale .discount_percents {
  position: relative;
  /*      display: flex;
            justify-content: space-between;*/
  margin-bottom: 15px;
  height: 40px;
}
.discount_system_page .scale .discount_percents .item {
  text-align: center;
  font-size: 16px;
  color: #1e1d1d;
  position: absolute;
  width: 100px;
  margin-left: -50px;
  padding: 10px 0;
}
.discount_system_page .scale .discount_percents .item.active {
  font-weight: 700;
  color: #de7200;
}
.discount_system_page .scale .range {
  background: #371a0f;
  position: relative;
  height: 16px;
}
.discount_system_page .scale .range::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-right-width: 0;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 5px;
  border-left-color: transparent;
  left: -5px;
  top: 0;
  transition: all 0.3s ease;
}
.discount_system_page .scale .range::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-left-width: 0;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 5px;
  border-right-color: transparent;
  right: -5px;
  top: 0;
  transition: all 0.3s ease;
}
.discount_system_page .scale .range .handle {
  position: absolute;
  height: 100%;
  background: #de7200;
  color: #de7200;
}
.discount_system_page .scale .range .handle::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-right-width: 0;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 5px;
  border-left-color: transparent;
  left: -5px;
  top: 0;
  transition: all 0.3s ease;
}
.discount_system_page .scale .range .handle .sum {
  position: absolute;
  right: -40px;
  top: -22px;
  color: #847e7e;
}
.discount_system_page .scale .discount_sums {
  position: relative;
  /*      display: flex;
            justify-content: space-between;*/
  margin-top: 15px;
  height: 40px;
}
.discount_system_page .scale .discount_sums .item {
  text-align: center;
  font-size: 16px;
  color: #1e1d1d;
  position: absolute;
  width: 100px;
  margin-left: -50px;
  padding: 10px 0;
}
.discount_system_page .scale .discount_sums .item.active {
  background: #de7200;
  color: #fff;
}
.discount_system_page .text {
  margin-top: 30px;
  font-size: 16px;
  color: #1e1d1d;
  font-style: italic;
}
/*** end of cabinet ***/
/*** page actions ***/
.page_actions {
  padding-top: 30px;
}
.page_actions .posts {
  margin-top: 30px;
}
.page_actions .item {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  min-height: 270px;
  margin-bottom: 40px;
  overflow: hidden;
  animation-duration: 1s;
  animation-name: fadein;
}
.page_actions .item .content {
  width: 50%;
}
.page_actions .item .content .title {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  line-height: 27px;
}
.page_actions .item .content .text {
  color: #171615;
  font-size: 15px;
  margin-top: 25px;
  max-height: 65px;
  overflow: hidden;
}
.page_actions .item .content .button {
  width: 300px;
  margin-top: 25px;
  color: #fff;
}
.page_actions .item .content .button div {
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.page_actions .item .content .button::after,
.page_actions .item .content .button::before {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.page_actions .item .img {
  position: absolute;
  height: 100%;
  right: -85px;
  top: 0;
  width: 50%;
  overflow: hidden;
  transform: skewX(-30deg);
}
.page_actions .item .img img {
  transform: skewX(30deg);
  top: -50%;
  position: absolute;
  bottom: -50%;
  left: -85px;
  margin: auto;
}
/*** end of page actions ***/
/*** category ***/
.category {
  /*padding: 30px 0;*/
}
.category .posts {
  margin-top: 40px;
}
.category .item {
  margin-bottom: 30px;
  animation-duration: 1s;
  animation-name: fadein;
}
.category .item .title {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  line-height: 27px;
}
.category .item .date {
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  margin-top: 10px;
}
.category .item .text {
  color: #171615;
  font-size: 15px;
  max-height: 65px;
  overflow: hidden;
  margin-top: 10px;
}
.category .item .line {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  width: 67%;
}
/*** end of category ***/
/*** single post ***/
.single_post {
  margin-bottom: 20px;
  margin-top: 30px;
}
.single_post .date {
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  margin: 30px 0;
}
.single_post .other_news {
  background: url(img/article_icon.png) center top no-repeat;
  padding-top: 50px;
  color: #171615;
  margin: 30px 0;
}
.single_post .other_news .block_title {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}
.single_post .other_news .items {
  margin-top: 30px;
}
.single_post .other_news .item .date {
  margin: 0;
}
.single_post .other_news .item .title {
  color: #171615;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.single_post .other_news .item .text {
  margin-top: 15px;
  font-size: 15px;
  max-height: 85px;
  overflow: hidden;
}
/*** end of single post ***/
/*** page contacts ***/
.page_contacts .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.page_contacts .info .item {
  flex-basis: 25%;
}
.page_contacts .info .item .img {
  text-align: center;
}
.page_contacts .info .item .text {
  color: #1d1c1c;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.page_contacts .button_wrap {
  margin-top: 50px;
}
.page_contacts .button {
  width: 300px;
  color: #fff;
  display: inline-block;
}
.page_contacts .button div {
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.page_contacts .button::before,
.page_contacts .button::after {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.page_contacts .wysiwyg {
  margin: 30px 0;
}
.page_contacts #yamap {
  height: 600px;
  margin-top: 50px;
}
.page_contacts #yamap ymaps[class*=placemark-overlay] ymaps[class*=-image] {
  position: relative;
}
.page_contacts #yamap ymaps[class*=placemark-overlay] ymaps[class*=-image]::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.2);
}
/*** end of page contacts ***/
/*** modals ***/
.modal-dialog {
  max-width: 430px;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-content .modal-header {
  border: none;
  position: relative;
  padding-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
.modal-dialog .modal-content .modal-header .close_modal {
  position: absolute;
  background: none;
  border: none;
  right: 15px;
  top: 15px;
  padding: 0;
  outline: none !important;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
.modal-dialog .modal-content .modal-header .close_modal img {
  width: 15px;
}
.modal-dialog .modal-content .modal-header .modal-title {
  color: #1d1c1c;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.modal-dialog .modal-content .modal-body {
  padding: 15px 30px 30px;
  /*    .button {

            >div {
              padding: 11.5px;
              font-size: 18px;
              text-transform: uppercase;
              font-weight: 700;
            }

            &::before, &::after {
              border-top-width: 25px;
              border-bottom-width: 25px;
            }
          }*/
}
.modal-dialog .modal-content .modal-body .block_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.modal-dialog .modal-content .form-group {
  font-size: 0;
  position: relative;
}
.modal-dialog .modal-content .form-group .error {
  position: absolute;
  left: 0;
  padding-left: 15px;
  color: red;
  font-weight: 500;
  top: 12px;
  font-size: 13px;
  pointer-events: none;
  width: 99%;
  background: #fff;
  margin-left: 1px;
}
.modal-dialog .modal-content .form-group .rememberme,
.modal-dialog .modal-content .form-group .forgot-password {
  font-size: 14px;
}
.modal-dialog .modal-content .form-group textarea {
  width: 100% !important;
  min-height: 100px;
}
.modal-dialog a:not(.button) {
  color: #3961bb;
  text-decoration: underline;
}
.modal-dialog .other_form_link {
  padding: 15px 0;
  border-top: 1px solid #999;
  text-align: center;
}
.fade_blur {
  transition: all 0.5s ease;
  filter: blur(500px);
}
.fade_blur.in {
  filter: blur(0);
}
#modal_register .custom_register_form .jur_details,
#modal_register .custom_register_form .org_info,
#modal_register .custom_register_form .bank_info {
  display: none;
}
#modal_add_to_cart .totals {
  text-align: center;
  font-size: 15px;
}
#modal_add_to_cart a {
  text-decoration: none;
  margin-top: 15px;
  color: #fff;
}
#modal_add_to_cart a div {
  text-align: center;
  font-size: 15px;
}
/*** end of modals ***/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.at-main__subtitle {
  margin-top: 15px;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  padding: 0 30px;
}
#header .custom_header .logo {
  margin-top: 40px !important;
}
.button_order {
  margin-top: 40px !important;
}

.container.container_cats {
  margin-top: 40px;
}

.opt .container.container_cats {
    margin-top: 0;
}










/*** media ***/
@media (min-width: 992px) {
  #header .header_top .main_menu_container #main_menu ul li .sub-menu {
    z-index: -1;
    position: absolute;
    padding: 15px;
    left: 0;
    list-style: none;
    transition: all 0.3s ease;
    background: #1e1e1e;
    width: auto;
    opacity: 0;
  }
  #header .header_top .main_menu_container #main_menu ul li .sub-menu li a {
    white-space: nowrap;
    padding-bottom: 10px;
    display: inline-block;
  }
  #header .header_top .main_menu_container #main_menu ul li .sub-menu li:last-child a {
    padding-bottom: 0;
  }
  #header .header_top .main_menu_container #main_menu ul li:hover .sub-menu {
    z-index: 1;
    opacity: 1;
  }
}
/* lg size */
/* md size */
@media (max-width: 1199px) {
  .button.button_arrows > div {
    font-size: 16px;
  }
  .payment_confirmation .button.button_arrows > div {
    font-size: 14px;
  }
  #header .header_bottom #cats_menu ul li a .image_wrap {
    width: 85px;
    height: 85px;
  }
  #header .header_bottom #cats_menu ul li a .image_wrap img {
    max-width: 60px;
    height: auto;
  }
  #header .header_bottom #cats_menu ul li a span {
    font-size: 12px;
  }
  #header .header_top > .container {
    width: 100%;
  }
  #header .header_top .main_menu_container {
    float: none;
    max-width: none;
  }
  #header .header_top .main_menu_container .navbar-collapse.collapse {
    display: none !important;
  }
  #header .header_top .main_menu_container .collapse.in {
    display: block !important;
  }
  #header .header_top .main_menu_container .navbar_header {
    position: absolute;
    z-index: 1000;
  }
  #header .header_top .main_menu_container .navbar_header .navbar-toggle {
    display: block;
    border: none;
    background: none;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  #header .header_top .main_menu_container .navbar_header .navbar-toggle .icon-bar {
    border-radius: 0;
    margin: 0;
    margin-bottom: 3px;
    height: 3px;
    width: 18px;
    background: #fff;
  }
  #header .header_top .main_menu_container #main_menu {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50px;
    background: #1e1e1e;
    box-shadow: none;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav {
    float: none;
    padding-bottom: 15px;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li {
    float: none;
    text-align: center;
    border-bottom: 1px solid #323232;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li a:hover {
    color: #1e1e1e;
    background: #fff;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li a:hover::after {
    color: #1e1e1e;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li.menu-item-has-children > a:after {
    display: inline-block;
    padding: 19px 15px;
    margin-top: -16px;
    top: auto;
    right: auto;
    width: 50px;
    text-align: left;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li .sub-menu {
    display: none;
    padding: 0;
    position: relative;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li .sub-menu li a {
    text-transform: none;
    display: block;
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav > li:last-child {
    border: none;
  }
  .product_list .product .select_variations_wrap .select_variations .value select {
    min-width: 160px;
  }
  #footer .footer_container .footer_callback .button div {
    letter-spacing: 1px;
  }
  #footer .footer_container .footer_info .phone a {
    font-size: 25px;
  }
  .product .product_gallery .thumbs_slider .slick-track {
    left: 0;
  }
  .product .product_gallery .thumbs_slider .item {
    margin: 0 11px;
  }
  .product .product_content .add_to_cart_block .discount_hint {
    bottom: -46px;
  }
  #order_review {
    padding: 0;
  }
  .place-order {
    width: 290px;
    left: -4px;
  }
}
/* sm size */
@media (max-width: 991px) {
  #header .header_top > .container {
    width: 100%;
  }
  #header .header_top .search_form {
    padding: 0;
  }
  #header .header_top .search_form form button {
    right: 0;
  }
  #header .header_top .header_actions .header_cart:hover #mini-cart:not(.empty) {
    opacity: 0;
    max-height: 0;
    display: none;
  }
  #header .header_bottom .front_slider .items {
    margin: 0;
    width: auto;
    padding: 0 70px;
  }
  #header .header_bottom .front_slider .item .img img {
    max-height: 255px;
  }
  #header .header_bottom .front_slider .item .text {
    font-size: 40px;
    line-height: 50px;
  }
  #header .header_bottom #cats_menu {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
  }
  #header .header_bottom #cats_menu ul li a .image_wrap {
    width: 75px;
    height: 75px;
  }
  #header .header_bottom #cats_menu ul li a span {
    font-size: 10px;
  }
  .front_text .left_text,
  .front_text .right_text {
    flex-basis: 35%;
    font-size: 13px;
  }
  .front_text .img {
    flex-basis: 30%;
  }
  .product_list .product_wrap {
    padding: 5px;
  }
  .product_list .product {
    padding: 15px;
  }
  .product_list .product .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .product_list .product img {
    max-height: 120px;
  }
  .product_list .product .product_meta .short_descr {
    font-size: 12px;
  }
  .product_list .product .select_variations_wrap {
    display: block;
  }
  .product_list .product .select_variations_wrap .select_variations {
    display: block;
  }
  .product_list .product .select_variations_wrap .select_variations .label {
    display: block;
    text-transform: none;
    font-weight: 400;
    padding: 5px 0;
  }
  .product_list .product .select_variations_wrap .select_variations .value {
    display: block;
  }
  .product_list .product .add_to_cart_block {
    flex-direction: column;
    align-items: center;
  }
  .product_list .product .quantity {
    align-self: auto;
    margin-bottom: 10px;
  }
  .product_list .product .price_block del {
    display: inline-block;
    padding-right: 10px;
  }
  .product_list .product .price_block del .amount {
    font-size: 20px;
  }
  .product_list .product .price_block ins {
    display: inline-block;
  }
  .product_list .product .price_block ins .amount {
    font-size: 28px;
  }
  .product_list .product .discount_hint {
    font-size: 11px;
    margin-left: -5px;
    margin-right: -5px;
    width: auto;
    padding: 10px;
    position: static;
    z-index: 1;
    opacity: 1;
  }
  .product_list .product .discount_hint::before {
    display: none;
  }
  .product_list .product .single_add_to_cart_button {
    margin-top: 10px;
  }
  #footer .footer_container {
    flex-wrap: wrap;
  }
  #footer .footer_container .footer_info {
    order: 2;
    flex-basis: 33.333333%;
  }
  #footer .footer_container .footer_menus {
    order: 3;
    flex-basis: 66.666666%;
  }
  #footer .footer_container .footer_callback {
    order: 1;
    flex-basis: 100%;
  }
  #footer .footer_container .footer_callback .request_form {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer_container .footer_callback .request_form .form-group {
    flex-basis: 33.333333%;
    order: 1;
    padding-right: 15px;
  }
  #footer .footer_container .footer_callback .request_form .form-group:nth-of-type(3) {
    order: 2;
    flex-basis: 100%;
    padding-right: 0;
    text-align: center;
    margin-top: -10px;
  }
  #footer .footer_container .footer_callback .request_form .form-group:nth-of-type(4) {
    padding-right: 0;
  }
  .woocommerce-MyAccount-navigation {
    position: relative;
    height: 41px;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .woocommerce-MyAccount-navigation ul::after {
    content: "\f0c9";
    -webkit-appearance: none;
    -moz-appearance: none;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    cursor: pointer;
    outline: none !important;
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 11px;
    color: #dd7200;
    pointer-events: none;
  }
  .woocommerce-MyAccount-navigation ul li {
    order: 2;
    padding: 0;
    display: none;
  }
  .woocommerce-MyAccount-navigation ul li.is-active {
    order: 1;
    display: block;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    background: none;
  }
  .woocommerce-MyAccount-navigation ul li a::before,
  .woocommerce-MyAccount-navigation ul li a::after {
    display: none;
  }
  .product .product_gallery .thumbs_slider .item {
    margin: 0 2px;
    width: 80px;
    height: 80px;
  }
  .product .product_gallery .main_image_slider .item a {
    width: 250px;
    height: 250px;
  }
  .product .product_gallery .arrow.next {
    right: 10px;
  }
  .product .product_gallery .arrow.prev {
    left: 10px;
  }
  .product .product_content .add_to_cart_block .discount_hint {
    position: static;
    margin-top: 15px;
    display: block;
    z-index: 1;
    opacity: 1;
    width: 300px;
  }
  .product .product_content .add_to_cart_block .discount_hint::before {
    display: none;
  }
  .page_cart .cart-collaterals {
    display: flex;
    margin-top: 30px;
    align-items: center;
  }
  .page_cart .cart-collaterals .cart_totals {
    order: 2;
    flex-basis: 50%;
  }
  .page_cart .cart-collaterals .cart_totals .discount_hint {
    margin-right: 0;
    margin-left: 0;
  }
  .page_cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-right: 0;
    margin-left: 0;
  }
  .page_cart .cart-collaterals .wysiwyg {
    order: 1;
    flex-basis: 50%;
    padding-left: 0;
  }
  .page_cart .shop_table .cart_item .product-name a .short_descr {
    display: none;
  }
  .checkout .checkout_content .form-row {
    width: 100%;
  }
  .checkout .address_fields.opened {
    max-height: 500px;
  }
  .checkout .delivery_method_block.opened {
    max-height: 150px;
  }
  .checkout .order_totals {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout .place-order {
    left: 20px;
  }
  .checkout .place-order button div {
    letter-spacing: 3px;
  }
  .checkout .woocommerce-checkout-payment .payment_methods li {
    margin-bottom: 20px;
  }
  .checkout .pickup_places_wrap {
    margin-top: 0;
  }
  .category .item .title {
    font-size: 20px;
  }
  .page_actions .item .content .title {
    font-size: 20px;
  }
}
/* xs size */
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
  #header .header_top .header_actions .header_search {
    position: absolute;
    left: 50px;
  }
  #header .header_top .header_actions .header_search a {
    padding: 13px 15px 17px;
  }
  #header .header_top .header_actions .header_search .search_form {
    width: 100vw;
    left: -50px;
  }
  #header .header_top .main_menu_container #main_menu .navbar-nav {
    margin: 0;
  }
  #header .header_top .main_menu_container #main_menu .login_links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  #header .header_top .main_menu_container #main_menu .login_links a {
    color: #fff;
    font-size: 12px;
  }
  #header .header_top .main_menu_container #main_menu .login_links a .fa {
    color: #fff;
  }
  #header .header_bottom {
    padding-bottom: 0;
  }
  #header .header_bottom .logo img {
    max-width: 80%;
  }
  #header .header_bottom .front_slider .item {
    flex-direction: column;
    justify-content: center;
  }
  #header .header_bottom .front_slider .item img {
    max-width: 60%;
    margin: auto;
  }
  #header .header_bottom .front_slider .item .text {
    font-size: 20px;
    margin: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
  }
  #header .header_bottom #cats_menu {
    min-height: 42px;
    position: relative;
    background: #461f13;
    transition: all 0.3s ease;
    z-index: 2;
  }
  #header .header_bottom #cats_menu.non_front_cats_menu {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #header .header_bottom #cats_menu::before {
    content: "\f0c9";
    -webkit-appearance: none;
    -moz-appearance: none;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    cursor: pointer;
    outline: none !important;
    position: absolute;
    font-size: 20px;
    right: auto;
    left: 15px;
    top: 11px;
    color: #fff;
    pointer-events: none;
  }
  #header .header_bottom #cats_menu::after {
    content: 'КАТАЛОГ';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 50px;
    top: 7px;
    z-index: 1;
  }
  #header .header_bottom #cats_menu.opened {
    background: #fff;
  }
  #header .header_bottom #cats_menu.opened::before {
    color: #1e1e1e;
  }
  #header .header_bottom #cats_menu.opened::after {
    color: #1e1e1e;
  }
  #header .header_bottom #cats_menu > div {
    display: none;
    position: absolute;
    width: 100%;
    top: 41px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 10px;
  }
  #header .header_bottom #cats_menu > div ul {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 15px 0;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
  }
  #header .header_bottom #cats_menu > div ul li {
    padding: 10px 5px;
    flex-basis: 33.33333333%;
  }
  #header .header_bottom #cats_menu > div ul li a .image_wrap {
    background: #fff;
    border: 1px solid #e6e6e6;
  }
  #header .header_bottom #cats_menu > div ul li a span {
    max-width: 100px;
    color: #1e1e1e;
    font-size: 12px;
    word-break: break-word;
  }
  .front_popular .block_title {
    font-size: 20px;
  }
  .front_banner a img {
    width: 960px;
    flex-basis: 100%;
    align-self: center;
  }
  .front_text {
    flex-direction: column;
  }
  .front_text .img {
    flex-basis: 100%;
    margin: 15px 0;
  }
  .front_text .left_text {
    flex-basis: 100%;
  }
  .front_text .right_text {
    flex-basis: 100%;
    text-align: left;
  }
  .product_list .product_wrap {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .product_list .product {
    display: block;
  }
  .product_list .product .radio_variations {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .product_list .product .radio_variations .radio_variations_title {
    flex-basis: 100%;
  }
  .product_list .product .radio_variations label {
    flex-basis: 33.333333%;
  }
  .product_list .product .discount_hint {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .product_cat .filters_block {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 0;
    border-left: none;
    border-right: none;
  }
  .product_cat .filters_block .sub_cats .item {
    padding: 10px 5px;
    flex-basis: 33.333333333333%;
  }
  .product_cat .filters_block .sub_cats .item .img {
    width: 70px;
    height: 70px;
  }
  .product_cat .filters_block .sub_cats .item .title {
    font-size: 12px;
  }
  .product_cat .woocommerce-ordering {
    margin-right: -15px;
  }
  .product .product_title {
    font-size: 20px;
  }
  .product .product_gallery {
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
  }
  .product .product_gallery .thumbs_slider {
    padding: 0;
    width: 300px;
    margin: 30px auto;
  }
  .product .product_gallery .thumbs_slider .item {
    margin: 0 8px;
    width: 85px;
    height: 85px;
  }
  .product .product_content {
    padding: 0;
    margin-top: 20px;
  }
  .product .product_content .product_title {
    display: none;
  }
  .product .product_content .variations_form .variations .select_variations_wrap {
    display: block;
  }
  .product .product_content .variations_form .variations .select_variations_wrap .select_variations {
    display: block;
  }
  .product .product_content .variations_form .variations .select_variations_wrap .select_variations .label {
    display: block;
  }
  .product .product_content .variations_form .variations .select_variations_wrap .select_variations .value {
    display: block;
  }
  .product .product_content .add_to_cart_block .quantity {
    display: block;
    margin: 0;
    text-align: center;
  }
  .product .product_content .add_to_cart_block .price_block {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
  .product .product_content .add_to_cart_block .single_add_to_cart_button {
    width: 100%;
    margin-top: 10px;
  }
  .product .product_content .add_to_cart_block .discount_hint {
    width: 100%;
    text-align: center;
  }
  .product .wc-tabs-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product .wc-tabs-wrapper .wc-tabs {
    font-size: 0;
  }
  .product .wc-tabs-wrapper .wc-tabs li {
    width: 50%;
  }
  .product .wc-tabs-wrapper .wc-tabs li a {
    text-align: center;
  }
  .product .wc-tabs-wrapper .woocommerce-Tabs-panel {
    border-right: none;
    border-left: none;
  }
  .product .wc-tabs-wrapper #review_form #commentform .form-submit button {
    width: 100%;
  }
  .product .wc-tabs-wrapper #reviews {
    padding: 0;
  }
  .product .wc-tabs-wrapper #reviews #comments .commentlist .comment-text .meta .woocommerce-review__author {
    font-size: 16px;
  }
  .product .wc-tabs-wrapper #reviews #comments .commentlist .comment-text .meta .woocommerce-review__published-date {
    padding-top: 0;
  }
  .product .other_info {
    margin: 0;
  }
  .product .other_info .delivery_text .block_title {
    font-size: 25px;
  }
  .product .other_info .delivery_text .text {
    margin-top: 10px;
  }
  .product .other_info .news {
    margin-top: 15px;
  }
  .product .other_info .news .block_title {
    font-size: 25px;
  }
  .product .other_info .news .text {
    margin-top: 10px;
  }
  .product .related {
    margin-top: 30px;
  }
  .product .related .block_title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #middle .category {
    padding-top: 30px;
  }
  .category .posts {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
  }
  .category .item {
    padding: 15px;
    margin-bottom: 10px;
  }
  .category .item .title {
    font-size: 20px;
    line-height: normal;
  }
  .category .item .line {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .page_actions .item {
    min-height: 0;
    margin-bottom: 10px;
  }
  .page_actions .item .content {
    width: 100%;
  }
  .page_actions .item .content .title {
    line-height: normal;
  }
  .page_actions .item .img {
    display: none;
  }
  .woocommerce-MyAccount-navigation {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
  }
  .dashboard .jur_block {
    display: block;
  }
  .dashboard .jur_block .block_title {
    display: block;
  }
  .dashboard .jur_block .item {
    display: block;
  }
  .dashboard .jur_block .item span {
    display: block;
  }
  .dashboard .jur_block .item span.label {
    margin-bottom: 5px;
  }
  .dashboard .links {
    display: flex;
    justify-content: space-between;
  }
  .dashboard .links a {
    margin: 0;
  }
  .order_filter {
    font-size: 0;
  }
  .order_filter a {
    padding: 6px 7px 5px;
    font-size: 12px;
  }
  .woocommerce-orders .woocommerce-MyAccount-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .orders_table {
    width: 100%;
  }
  .orders_table .orders_headers .cell {
    padding: 6px 3px;
  }
  .orders_table .cell {
    padding: 6px 3px 36px;
    border: none;
    text-align: center;
  }
  .orders_table .cell.cell_order-total {
    white-space: nowrap;
  }
  .orders_table .cell.cell_order-actions {
    position: relative;
    padding: 0;
  }
  .orders_table .cell.cell_order-actions .actions {
    position: absolute;
    right: 0px;
    bottom: 7px;
  }
  .orders_table .cell.cell_order-actions .actions a {
    padding: 0 10px;
  }
  .orders_table .cell.cell_order-actions .actions a::before {
    content: attr(title);
  }
  .orders_table .cell.cell_order-actions .actions a .fa {
    display: none;
  }
  .woocommerce-Address {
    padding: 0;
  }
  .woocommerce-Address .address_item .label {
    font-size: 15px;
  }
  .woocommerce-Address .address_item .label .fa {
    font-size: 15px;
  }
  .woocommerce-Address .address_item .value {
    display: block;
    margin-top: 5px;
  }
  .woocommerce-address-fields {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce .form-row-wide {
    width: 100%;
  }
  .woocommerce-cart-form {
    margin-right: -15px;
    margin-left: -15px;
  }
  .back {
    height: 24px;
  }
  .page_cart .shop_table {
    display: block;
    width: auto;
  }
  .page_cart .shop_table .table_headers {
    display: none;
  }
  .page_cart .shop_table .cart_item {
    /*        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;*/
    display: block;
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
  .page_cart .shop_table .cart_item:last-of-type .cell {
    border: none;
  }
  .page_cart .shop_table .cart_item .cell {
    display: block;
    border: none;
    text-align: left;
    width: 70%;
    float: right;
    padding: 5px 10px;
  }
  .page_cart .shop_table .cart_item .cell.product-thumbnail {
    float: left;
    width: 30%;
    height: auto;
  }
  .page_cart .shop_table .cart_item .cell.product-name {
    padding-right: 40px;
  }
  .page_cart .shop_table .cart_item .cell.product-name a {
    font-size: 14px;
  }
  .page_cart .shop_table .cart_item .cell .product-remove {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .page_cart .shop_table .cart_item .cell .product-remove a {
    font-size: 0;
    text-decoration: none;
  }
  .page_cart .shop_table .cart_item .cell .product-remove a::after {
    content: "\f00d";
    -webkit-appearance: none;
    -moz-appearance: none;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    cursor: pointer;
    outline: none !important;
    font-size: 15px;
    color: #000;
  }
  .page_cart .shop_table .cart_item .cell.product-price .price {
    text-align: left;
  }
  .page_cart .shop_table .cart_item .cell.product-price .with_discount {
    display: inline-block;
    padding-right: 15px;
  }
  .page_cart .shop_table .cart_item .cell.product-price .discount_price {
    display: inline-block;
  }
  .page_cart .cart-collaterals {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page_cart .cart-collaterals .cart_totals {
    order: 1;
    padding: 15px;
    border-left: none;
    border-right: none;
    flex-basis: 100%;
    width: 100%;
  }
  .page_cart .cart-collaterals .wysiwyg {
    padding: 15px;
    margin: 10px 0;
    flex-basis: 100%;
  }
  .woocommerce-checkout h1 + .wysiwyg {
    margin: 0;
  }
  .checkout .checkout_content {
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .checkout .order_totals {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
    width: auto;
    margin-left: -15px;
  }
  .checkout .place-order {
    left: 0;
    width: 100%;
  }
  #order_review {
    margin-left: -15px;
    margin-right: -15px;
  }
  #order_review .table_wrap {
    max-height: 300px;
  }
  #order_review .scrollable .viewport .overview {
    width: 100%;
  }
  #order_review .product-name .name {
    font-size: 14px;
  }
  #order_review .product-name .product-quantity {
    font-size: 14px;
  }
  #order_review .cart_item td:last-child {
    min-width: 100px;
  }
  #order_review .cart_item td:last-child span {
    font-size: 14px;
  }
  #order_review + .wysiwyg {
    padding: 0;
  }
  .wysiwyg img {
    max-width: 100%;
    height: auto;
  }
  #gallery-2 .gallery-item {
    width: 50% !important;
  }
  .single_post .other_news .item {
    margin-bottom: 30px;
  }
  #footer {
    padding: 20px 0;
  }
  #footer .footer_container .footer_callback .block_title {
    text-align: center;
  }
  #footer .footer_container .footer_callback .request_form .form-group {
    flex-basis: 100%;
    padding: 0;
  }
  #footer .footer_container .footer_info {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #footer .footer_container .footer_info .logo {
    order: 4;
    margin-top: 20px;
  }
  #footer .footer_container .footer_info .copyright {
    order: 5;
    margin-top: 10px;
  }
  #footer .footer_container .footer_info .phone {
    order: 1;
  }
  #footer .footer_container .footer_info .phone div {
    text-align: center;
  }
  #footer .footer_container .footer_info .address {
    order: 2;
    font-size: 12px;
  }
  #footer .footer_container .footer_info .email {
    order: 3;
    font-size: 12px;
  }
  #footer .footer_container .footer_menus {
    flex-basis: 100%;
    overflow: hidden;
    display: none;
  }
  #modal_add_to_cart a div {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .payment_confirmation .button {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
  }
  .page_contacts .info {
    margin-top: 10px;
  }
  .page_contacts .info .item {
    flex-basis: 50%;
    margin-top: 25px;
  }
  .page_contacts .info .item .img {
    min-height: 40px;
  }
  .page_contacts .info .item .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .page_contacts .button_wrap {
    margin-top: 0;
  }
  .page_contacts .button_wrap .button {
    width: 100%;
  }
  .page_contacts #yamap {
    height: 300px;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 15px 10px 10px;
  }
  .modal-dialog .modal-content .modal-body .custom_register_form .button div {
    letter-spacing: 2px;
  }
  .discount_system_page .scale .discount_sums .item {
    font-size: 10px;
    width: 80px;
    margin-left: -40px;
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  #header .header_top .header_actions .header_phone {
    position: absolute;
    top: 0px;
    width: 130px;
    left: 50%;
    margin-left: -50px;
    margin-right:0;
  }
  #header .header_top .header_actions .header_phone a {
    font-size: 14px;
  }
}
/*** end of media ***/
.front_banner_top{text-align: center;overflow: hidden;display:block;}
.home .front_banner_top{margin-top: -15px;margin-bottom: 15px;}
.front_banner_top img{max-width: 100%;height: auto;}
.tax-product_cat .front_banner_top{margin-top: 0;margin-bottom: 30px;}
/*top-slider*/
.front_slider_top{
    width:1140px;
    margin: 0 auto;
    margin-top: -15px;
}
.front_slider_top .item{
    width:1140px;
    height:321px;
    display: flex;
    flex-direction: column;
    padding:65px 87px 40px;
    justify-content: space-between;
}
.front_slider_top .item .title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1B1B1A;
}
.front_slider_top .item .subtitle{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1B1B1A;
}
.front_slider_top .item .text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.button_slider{
    width: 194px;
    height: 45px;
    background: #1B1B1A;
    padding: 7px;
    transition: all 0.3s ease;
    position: relative;
    outline: none !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}
a.button_slider:hover{
    opacity:0.7;
    color: #FFFFFF;
}
.front_slider_top .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 13px;
    height: 26px;
    z-index: 10;
}
.front_slider_top .next.slick-arrow {
    right: -30px;
}
.front_slider_top .prev.slick-arrow {
    left: -30px;
}
@media(max-width:1239px){
    .front_slider_top{
        width: 970px;
    }
    .front_slider_top .item{
        width:970px;
        height:321px;
        padding: 48px 70px 40px;
    }
}
@media(max-width:1073px){
    .front_slider_top{
        width: 798px;
    }
    .front_slider_top .item{
        width:798px;
        height:288px;
        padding: 30px;
    }
}
@media(max-width:899px){
    .front_slider_top{
        width: 698px;
    }
    .front_slider_top .item{
        width:698px;
        height:266px;
        padding: 30px;
    }
    .front_slider_top .item .title {
        font-size: 22px;
        line-height: 24px;
    }
    .front_slider_top .item .text,
    .front_slider_top .item .subtitle {
        font-size: 12px;
    }
}
@media(max-width:789px){
    .front_slider_top{
        width: 598px;
    }
    .front_slider_top .item{
        width:598px;
        height:266px;
        padding: 30px;
    }
    .front_slider_top .item .title {
        font-size: 22px;
        line-height: 24px;
    }
    .front_slider_top .item .text,
    .front_slider_top .item .subtitle {
        font-size: 12px;
    }
}
@media(max-width:669px){
    .front_slider_top{
        width: 360px;
    }
    .front_slider_top .item{
        width:360px;
        height:336px;
        padding: 15px;
    }
    .button_slider {
        margin:0 auto;
    }
}
#header .header_bottom .button_order {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#header .header_bottom .button_order .button:hover,
#header .header_bottom .button_order .button:focus
{
    color: white;
}
section.feedback_product {
    background: transparent url(/wp-content/themes/site4all/img/rent-feedback-bg.png) center center no-repeat;
    background-size: cover;
    color: white;
    padding: 60px 0 84px;
}
section.feedback_product .feedback__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 30px;
}
section.feedback_product form {
    max-width: 560px;
    margin: 0 auto;
}
section.feedback_product .form-group {
    margin-bottom: 30px;
}
section.feedback_product .form-control {
    height: 60px;
    border: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 21px;
}
section.feedback_product .wpcf7-list-item-label {
    font-weight: 400;
}
.coffee-banner{
  position: relative;
}
.coffee-banner img{
  width: 100%;
  height: auto;
}
.coffee-banner .mob-banner{
  display: none;
}
@media (max-width: 767px) {
  .coffee-banner{
    width: calc(100% + 30px);
    margin: 15px -15px;
  }
  .coffee-banner .mob-banner{
    display: block;
  }
  .coffee-banner .desc-banner{
    display: none;
  }
}
.wpcf7-spinner {
  width: 0 !important;
  margin: 0 !important;
}
/*--promocode--*/
.discount_promo{
    display: block;
    width: 100%;
    position:relative;
    margin-top: 20px;
}
.discount_promo label{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #dd7110;
    width: 100%;
    margin-bottom: 5px;
}
.discount_promo input{
    width: 100%;
    height: 38px;
    border: 1px solid #b9b9b9;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    padding: 0 10px;
	/*text-transform: uppercase;*/
}
.discount_promo input:focus{
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 0 5px 2px #de7200;
}
.remove_promo{
    position: absolute;
  right: 0;
  width: 14px;
  margin-top: 12px;
  margin-right: 12px;
  cursor:pointer;
}
.promoclick{
    cursor:pointer;
}
.button.button_arrows.promoclick > div{
    height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 2px;
  text-align:center;
}
.button.button_arrows.promoclick:before,
.button.button_arrows.promoclick:after {
  border-top-width: 19px;
  border-bottom-width: 19px;
}
/*--new delivery*/
.checkout .pickup_places_wrap.opened {
margin-top: 0;
}
.delivery_types{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    margin-bottom:30px;
}
.delivery_type{
	padding: 0 10px;
  border: 1px solid #1d1c1c;
  margin-right: 10px;	
	width:auto;
  height: 36px;
  text-align: center;
}
.delivery_type.active{
	color:#fff;
	background-color:#1d1c1c;
}
.delivery_type .checkbox__label{
    line-height: 36px;
    cursor:pointer;
}

.delivery_methods{
	max-width: 536px;
}
.delivery_method{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow:column wrap;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 13px;
  display:none;
}
.delivery_method.opened{
    display: flex;
}
.delivery_method .checkbox{
	position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
	margin-bottom: 10px;
	margin-top:0;
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 20px 32px;
	height:102px;
	justify-content: space-between;
}
.delivery_method.active .checkbox{
    border: 1px solid #000;
}

.delivery_method .checkbox__input{
  position: absolute;
  left: -40px;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.delivery_method .checkbox_icon{
	width: 152px;
	height:62px;
}
.delivery_method .checkbox_icon .img{
    height:40px;
    display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
    justify-content: center;
}
.delivery_method .checkbox_icon span{
	font-weight: 400;
  font-size: 14px;
  color: #1d1c1c;
  margin-top: 6px;
  display: flex;
}
.curcenter{line-height:45px}
.delivery_method .checkbox_icon img{
	max-width: 100%;
    max-height: 100%;
}
.delivery_method .checkbox_label{
  width: 140px;
	text-align: center;
	margin-left: 20px;
	/*margin-top:12px;*/
}
.delivery_method .checkbox_label span:first-child{
	font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
	line-height:16px;
  color: #1d1c1c;
    display: block;
}
.delivery_method .checkbox_label span:last-child{
	font-weight: 400;
  font-size: 14px;
  color: #b8b8b8;
  margin-top: 6px;
  line-height: 16px;
	width: 100%;
  display: block;
}
.delivery_method .checkbox_sum{
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #1d1c1c;
	width: 140px;
	line-height:54px;
}
.pickup_place span {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 50px;
	margin-right: 0;
	line-height: 50px;
	user-select: none;
	font-weight: 400;
    font-size: 14px;
    color: #1d1c1c;
}
.pickup_place span:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-10px;
	background: url(img/radio-empty.svg) 0 0 no-repeat;
}
 
/* Checked */
.pickup_place input[type=radio]:checked + span:before {
	background: url(img/radio-check.svg) 0 0 no-repeat;
}
.delivery4 span{
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
}
#billing_country_field{
    position: absolute;
    margin-top: -15px;
    left: 50%;
    margin-left: -8px;
}
.delivery_info .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media(max-width:991px){
    .delivery_type {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        margin-right:0;
    }
    .delivery_type:nth-child(2n+1) {
        margin-right:10px;
    }
    #billing_country_field{
        position:relative;
        margin-top:0;
        left:unset;
        margin-left:0;
    }
}
.unblock{
    padding: 0 10px;
  border: 1px solid #1d1c1c;
  margin-right: 10px;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  cursor:pointer;
  float: right;
  margin-right: 0px;
}
.unblock:hover{
    color: #fff;
    background-color: #1d1c1c;
}
.no-adres{margin-top:-40px;color:red;margin-bottom:20px;}
@media(max-width:767px){
.no-adres{margin-top:0}
}