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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

/* Fontface */
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-Light.otf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-Regular.otf") format("opentype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-Medium.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Manrope-Regular';
  src: url("fonts/Manrope-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal; }
/* Global styles */
body {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #5f6669;
  overflow-x: hidden; }

/* GRID */
@media (min-width: 1200px) {
  #column-left.col-md-3,
  #column-left.col-sm-3 {
    flex: 0 0 31%;
    max-width: 31%; } }
@media (max-width: 991px) {
  #column-left.col-md-3,
  #column-left.col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  #content.col-md-9,
  #content.col-sm-9 {
    flex: 0 0 69%;
    max-width: 69%; } }
@media (max-width: 991px) {
  #content.col-md-9,
  #content.col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%; } }

/* Custom styles */
b {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800; }

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges; }

p {
  margin: 0 0 1em 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center; } }

a {
  color: #5f6669;
  text-decoration: underline;
  transition: all 0.1s ease; }
  a:hover, a:focus {
    color: #8ACC36; }

input {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 400; }

.hidden-desktop {
  display: none !important; }
  @media (max-width: 991px) {
    .hidden-desktop {
      display: block  !important; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: block  !important; } }

@media (max-width: 991px) {
  .hidden-tablet {
    display: none !important; } }

h1, .h1 {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1c1c1c;
  margin: 20px 0 20px 0;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 20px; } }

h2, .h2 {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1c1c1c;
  margin: 40px 0 20px 0;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 20px; } }

h3, .h3 {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #5f6669;
  margin: 40px 0 20px 0;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 20px; } }
h4, .h4 {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: color: #5f6669;
  margin: 40px 0 20px 0;
  line-height: 1.2;
  @include for-phone-only {
     font-size: 20px; 
  }}
legend {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #1c1c1c;
  margin: 20px 0 10px 0;
  line-height: 1.2; }

.bold {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800; }

.dark {
  color: #1c1c1c; }

.color-grey {
  color: #acb2b5; }

.color-green {
  color: #8ACC36; }

.color-red {
  color: #a94442; }

.hidden {
  display: none !important; }

.mt-1 {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .mt-1 {
      margin-top: 10px; } }

.mt-2 {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .mt-2 {
      margin-top: 10px; } }

.mt-3 {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .mt-3 {
      margin-top: 15px; } }

.mt-4 {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .mt-4 {
      margin-top: 20px; } }

.mt-5 {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .mt-5 {
      margin-top: 25px; } }

.mb-1 {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .mb-1 {
      margin-bottom: 10px; } }

.mb-2 {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .mb-2 {
      margin-bottom: 10px; } }

.mb-3 {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .mb-3 {
      margin-bottom: 15px; } }

.mb-4 {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .mb-4 {
      margin-bottom: 20px; } }

.mb-5 {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .mb-5 {
      margin-bottom: 25px; } }

.pt-1 {
  padding-top: 10px; }
  @media (max-width: 767px) {
    .pt-1 {
      padding-top: 10px; } }

.pt-2 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .pt-2 {
      padding-top: 10px; } }

.pt-3 {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .pt-3 {
      padding-top: 15px; } }

.pt-4 {
  padding-top: 40px; }
  @media (max-width: 767px) {
    .pt-4 {
      padding-top: 20px; } }

.pt-5 {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .pt-5 {
      padding-top: 25px; } }

.pb-1 {
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .pb-1 {
      padding-bottom: 10px; } }

.pb-2 {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .pb-2 {
      padding-bottom: 10px; } }

.pb-3 {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .pb-3 {
      padding-bottom: 15px; } }

.pb-4 {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .pb-4 {
      padding-bottom: 20px; } }

.pb-5 {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .pb-5 {
      padding-bottom: 25px; } }

.margin-v-1 {
  margin: 10px 0; }
  @media (max-width: 767px) {
    .margin-v-1 {
      margin: 10px 0; } }

.margin-v-2 {
  margin: 20px 0; }
  @media (max-width: 767px) {
    .margin-v-2 {
      margin: 10px 0; } }

.margin-v-3 {
  margin: 30px 0; }
  @media (max-width: 767px) {
    .margin-v-3 {
      margin: 15px 0; } }

.margin-v-4 {
  margin: 40px 0; }
  @media (max-width: 767px) {
    .margin-v-4 {
      margin: 20px 0; } }

.padding-v-1 {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .padding-v-1 {
      padding: 10px 0; } }

.padding-v-2 {
  padding: 20px 0; }
  @media (max-width: 767px) {
    .padding-v-2 {
      padding: 10px 0; } }

.padding-v-3 {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .padding-v-3 {
      padding: 15px 0; } }

.padding-v-4 {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .padding-v-4 {
      padding: 20px 0; } }

.top-line {
  border-top: 1px solid #d6dfe4; }

.bottom-line {
  border-bottom: 1px solid #d6dfe4; }

/* Раскрывающееся меню */
.dropdown-menu {
  display: none;
  position: absolute;
  box-shadow: 0px 0px 15px 0px #f0f0f0;
  padding: 8px 10px;
  z-index: 10;
  background: #fff;
  border-radius: 3px; }

.show .dropdown-menu {
  display: block; }

/* UI KIT */
button,
input[type=submit],
input[type=button],
.btn, .button {
  border: 1px solid #8ACC36;
  background: #8ACC36;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s ease; }
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover,
  .btn:hover, .button:hover {
    background: #fff;
    color: #8ACC36; }
  button.btn-big,
  input[type=submit].btn-big,
  input[type=button].btn-big,
  .btn.btn-big, .button.btn-big {
    padding: 13px 30px;
    font-size: 14px; }

.btn {
  text-decoration: none !important; }
  .btn.btn-default {
    background: #fff;
    color: #8ACC36; }
    .btn.btn-default:hover {
      background: #8ACC36;
      color: #fff; }
  .btn.btn-primary:hover {
    background: #fff;
    color: #8ACC36; }

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  width: 100%;
  font-size: 14px;
  border: 1px solid #d6dfe4;
  padding: 15px; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: 3px; }

.input-group {
  position: relative; }
  .input-group .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .input-group .input-group-btn .btn {
      height: 100%; }

div.required .control-label:before {
  content: '* ';
  color: #8ACC36;
  font-weight: bold; }

.text-danger {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.form-group {
  margin-bottom: 15px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

.datepicker,
.timepicker-picker {
  background: #fff;
  border: 1px solid #d6dfe4;
  padding: 5px;
  margin-top: -5px;
  border-radius: 3px; }

.buttons {
  margin: 1em 0; }
  .buttons.row {
    margin: 1em -15px; }

/* Слайдер */
#content .swiper-viewport {
  box-shadow: none;
  border-radius: 0;
  margin: 30px 0 60px 0;
  border: 0; }
  @media (max-width: 991px) {
    #content .swiper-viewport {
      margin: 10px 0 50px 0; } }
  #content .swiper-viewport .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #fff;
    font-size: 25px; }
  #content .swiper-viewport .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    color: #fff;
    font-size: 25px; }
  #content .swiper-viewport .swiper-pagination {
    bottom: -30px; }
    #content .swiper-viewport .swiper-pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background: #acb2b5;
      border-radius: 50%;
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      margin: 0 3px;
      opacity: 1; }
    #content .swiper-viewport .swiper-pagination .swiper-pagination-bullet-active {
      background: #8ACC36; }
  #content .swiper-viewport .swiper-pager {
    top: 54%;
    top: calc(50% + 15px); }
    @media (max-width: 991px) {
      #content .swiper-viewport .swiper-pager {
        top: 57%;
        top: calc(50% + 9px); } }
  #content .swiper-viewport img.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto; }

/* Alerts */
.alert {
  background: #fff;
  position: fixed;
  top: 34px;
  right: 20px;
  z-index: 20;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #acb2b5; }
  .alert.alert-success {
    border: 1px solid #8ACC36; }
    .alert.alert-success i.fa {
      color: #8ACC36; }
  .alert.alert-info {
    border: 1px solid #d2da00; }
    .alert.alert-info i.fa {
      color: #d2da00; }
  .alert .close {
    margin-left: 30px; }

/* Таблицы */
.table-bordered {
  width: 100%;
  border: 1px solid #d6dfe4; }
  .table-bordered td {
    border: 1px solid #d6dfe4;
    padding: 10px; }

/* Звезды рейтинг */
.review-rate .fa-stack {
  color: #8ACC36;
  width: 1.3em;
  height: 1em; }
.review-rate .fa-stack-2x {
  font-size: 1em;
  width: auto;
  height: auto; }

/* Accordion */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-body {
  padding: 15px; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }

.collapse {
  display: none;
  transition: none; }
  .collapse.show {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

/* 404 page */
.block-404 .mega-404 {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  font-size: 115px;
  color: #8ACC36;
  margin: 120px 0 0 0;
  line-height: 1; }
.block-404 h1 {
  color: #5f6669;
  font-size: 35px; }
.block-404 p {
  font-size: 23px; }
.block-404 .buttons {
  margin: 30px 0 120px 0; }

/* Close button */
.close-btn {
  font-size: 30px;
  line-height: 1;
  padding: 10px;
  color: #000; }

/* Modal Window */
.modal .input-group-addon {
  position: absolute;
  font-size: 20px;
  left: 12px;
  top: 11px; }

.modal-header .modal-title {
  font-size: 20px; }
.modal-header .close {
  padding: 5px 10px;
  margin: 0; }

#boc_order .input-group input[type="text"],
#boc_order .input-group input[type="tel"] {
  padding-left: 47px; }

/* Сравнение товаров */
.table-compare {
  max-width: 100%;
  overflow-x: auto; }
  @media (max-width: 767px) {
    .table-compare {
      display: block;
      border: none; } }

/* Элементы контента */
.big-title {
  font-size: 28px; }
  @media (max-width: 767px) {
    .big-title {
      font-size: 22px; } }

#information-information {
  font-size: 14px; }

.div-list-item {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  padding: 20px 0;
  color: #1c1c1c; }
  .div-list-item i {
    display: inline-block;
    float: left;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    background: #8ACC36;
    color: #fff;
    border-radius: 50%; }
  .div-list-item span {
    display: block;
    padding-left: 55px;
    line-height: 1.3; }

a.link {
  display: inline-block;
  cursor: pointer;
  color: #8ACC36;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #8ACC36; }

.menu-list {
  list-style-type: none;
  border: 1px solid #edf2f4; }
  .menu-list a {
    transition: 0.1s ease all;
    display: block;
    padding: 15px 20px 15px 38px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #edf2f4;
    background: url(../image/right-arrow.png) no-repeat 16px center;
    font-size: 14px; }
    .menu-list a:hover, .menu-list a:focus {
      background-color: #f5f9fc; }

#blog-article .content ul {
  padding-left: 25px; }
  #blog-article .content ul li {
    list-style-type: disc; }
#blog-article .thumbnails {
  float: left;
  max-width: 45%;
  margin-right: 50px;
  margin-bottom: 20px; }

.addthis_toolbox {
  margin-top: 20px; }
  .addthis_toolbox .addthis_button_tweet {
    min-width: 92px; }

/* Контакты */
.contact-block {
  margin-bottom: 30px; }

.contact-line {
  line-height: 30px;
  font-weight: 500; }
  .contact-line * {
    display: inline-block;
    vertical-align: middle;
    color: #1c1c1c; }
  .contact-line a {
    text-decoration: none;
    font-size: 20px; }

.contact-icon-phone {
  background: url(../image/phone.png) no-repeat center center; }

.contact-icon-telegram {
  background: url(../image/telegram.png) no-repeat center center; }

.contact-icon-viber {
  background: url(../image/viber.png) no-repeat center center; }

.contact-icon-map {
  background: url(../image/pin.png) no-repeat center center; }

.contact-icon-mail {
  background: url(../image/mail.png) no-repeat center center; }

.contact-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%; }
  .contact-icon.bg-green {
    background-color: #62ce33; }
  .contact-icon.bg-purp {
    background-color: #a61faf; }
  .contact-icon.bg-blue {
    background-color: #009ce8; }

/* Пагинация */
.pagination {
  margin: 3em 0;
  display: flex;
  justify-content: center; }
  .pagination li {
    display: inline-block; }
    .pagination li a, .pagination li span {
      color: #fff;
      text-decoration: none;
      border: 1px solid #8ACC36;
      background: #8ACC36;
      border-radius: 2px;
      display: inline-block;
      text-align: center;
      padding: 5px 10px;
      min-width: 30px;
      margin: 0 2px;
      color: #fff;
      cursor: pointer;
      transition: all 0.1s ease; }
      .pagination li a:hover, .pagination li span:hover {
        background: #fff;
        color: #8ACC36; }
    .pagination li.active a, .pagination li.active span {
      color: #8ACC36;
      background: #fff; }

/* Поиск */
#d_ajax_search_results {
  margin-top: 24px; }
  @media (max-width: 767px) {
    #d_ajax_search_results {
      width: 100% !important;
      position: relative; } }
  #d_ajax_search_results .row {
    display: flex !important; }
    @media (max-width: 767px) {
      #d_ajax_search_results .row {
        margin-bottom: 35px !important; } }

#searchModal .modal-content {
  border: none; }
#searchModal .modal-header {
  background: #8ACC36; }
#searchModal #search_input {
  padding: 11px; }

/* Скрываем стикер модуля "Сообщить о наличии". Так как работают стикеры модуля XDStickers */
.out_of_stock_label {
  display: none; }

/**
 * Header
 */
.header-wrapper {
  background: #fff; }
  .header-wrapper.fixed {
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
    z-index: 1050; }
    .header-wrapper.fixed.nav-up {
      top: -150px !important; }

.header-flex {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; }
  .header-flex > div {
    margin-right: 10px;
    margin-left: 10px; }
  @media (max-width: 991px) {
    .header-flex {
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 20px;
      padding-top: 0;
      padding-bottom: 10px;
      flex-wrap: wrap;
      border-bottom: 1px solid #d6dfe4; }
      .header-flex > div {
        margin-right: 0;
        margin-left: 0; } }

@media (max-width: 991px) {
  #column-left {
    order: 10;
    position: static; } }

/* ------ Порядок элементов Хедера моб версии ------ */
div[class^="header-mob-"] {
  display: none; }
  @media (max-width: 991px) {
    div[class^="header-mob-"] {
      display: block; } }

@media (max-width: 991px) {
  .header-mob-menus-wrapper {
    order: 10;
    flex: 0 0 17%;
    max-width: 17%; }

  .header-mob-search-wrapper {
    order: 20;
    flex: 0 0 16%;
    max-width: 16%; }

  .search-wrapper {
    display: none; }

  .menu-vreditel-wrapper {
    display: none; }

  .header-mob-menu-vreditel-wrapper {
    order: 60;
    flex: 0 0 50%;
    max-width: 50%; }

  .header-phones-wrapper {
    display: none; }

  .header-user-wrapper {
    order: 40;
    flex: 0 0 33%;
    max-width: 33%; }

  .header-cart-wrapper {
    order: 70;
    flex: 0 0 17%;
    max-width: 17%; }

  .language-wrapper {
    display: none; }

  .header-mob-catalog-wrapper {
    order: 50;
    flex: 0 0 33%;
    max-width: 33%; }

  .header-mob-line-wrapper {
    order: 45;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #d6dfe4;
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    border-bottom: 1px solid #d6dfe4;
    margin-left: -15px !important;
    margin-top: 10px;
    margin-bottom: 10px; } }
/* ------ Logo ------ */
#logo img {
  max-width: 100%;
  width: 216px;
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 991px) {
  #logo {
    order: 30;
    flex: 0 0 34%;
    max-width: 34%; }
    #logo img {
      max-width: 100%;
      width: 216px;
      display: inline-block;
      vertical-align: middle; } }

/* ----- Search ----- */
.search-wrapper {
  min-width: 230px; }
  @media (max-width: 1199px) {
    .search-wrapper {
      min-width: 120px; } }

#search {
  position: relative; }
  #search .input-group-btn {
    position: absolute;
    right: 0; }
    #search .input-group-btn button {
      background: none;
      border: none;
      font-size: 18px;
      line-height: 43px;
      color: #8ACC36; }
  #search input[type="text"] {
    width: 100%;
    font-size: 14px;
    border: 1px solid #d6dfe4;
    padding: 15px;
    padding-right: 30px;
    border-radius: 3px; }

.header-mob-search {
  background: url(../image/search-icon-m.svg) no-repeat center center;
  background-size: 18px 18px;
  width: 34px;
  height: 34px;
  border: none; }
  .header-mob-search:hover {
    background: url(../image/search-icon-m.svg) no-repeat center center;
    background-size: 18px 18px; }

/* ----- Меню "Выбор по вредителю" ----- */
#catalog-menu-vrediteli {
  position: relative; }
  #catalog-menu-vrediteli .catalog-menu-header {
    width: 200px;
    font-size: 14px;
    padding: 15px;
    background: #8ACC36;
    border: 1px solid #8ACC36;
    color: #fff;
    cursor: pointer;
    border-radius: 2px; }
    #catalog-menu-vrediteli .catalog-menu-header:after {
      content: "";
      width: 11px;
      height: 5px;
      display: inline-block;
      margin-left: 11px;
      vertical-align: middle;
      background: url(../image/down-arrow.svg) no-repeat; }
    @media (max-width: 1199px) {
      #catalog-menu-vrediteli .catalog-menu-header {
        width: 128px;
        font-size: 12px;
        padding: 8px 15px; } }
  #catalog-menu-vrediteli .catalog-menu-wrapper {
    display: none;
    position: absolute;
    z-index: 1000; }
  #catalog-menu-vrediteli .catalog-menu {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0px 0px 15px 0px #f0f0f0;
    z-index: 10; }
    #catalog-menu-vrediteli .catalog-menu li {
      margin: 10px 0;
      vertical-align: top;
      flex: 0 0 25%;
      max-width: 25%; }
      #catalog-menu-vrediteli .catalog-menu li a {
        text-decoration: none; }
  #catalog-menu-vrediteli:hover .catalog-menu-wrapper {
    display: block; }

.header-mob-vreditel {
  font-size: 12px;
  padding: 9px;
  background: #8ACC36;
  border: 1px solid #8ACC36;
  color: #fff;
  cursor: pointer; }
  .header-mob-vreditel:after {
    content: "";
    width: 11px;
    height: 5px;
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    background: url(../image/down-arrow.svg) no-repeat; }

.menu-vreditel-wrapper .close-btn {
  display: none; }
@media (max-width: 991px) {
  .menu-vreditel-wrapper {
    display: none; }
    .menu-vreditel-wrapper.active {
      display: block;
      position: absolute;
      top: 124px;
      left: 0;
      right: 0;
      z-index: 10;
      background: #fff;
      box-shadow: 0px 0px 15px 0px #f0f0f0; }
      .menu-vreditel-wrapper.active #catalog-menu-vrediteli .catalog-menu-header {
        display: none; }
      .menu-vreditel-wrapper.active #catalog-menu-vrediteli .catalog-menu-wrapper {
        position: static;
        display: block; }
        .menu-vreditel-wrapper.active #catalog-menu-vrediteli .catalog-menu-wrapper .catalog-menu {
          width: 100%;
          margin-top: 0;
          box-shadow: none; }
          .menu-vreditel-wrapper.active #catalog-menu-vrediteli .catalog-menu-wrapper .catalog-menu li {
            flex: 0 0 50%;
            max-width: 50%;
            margin: 0; }
            .menu-vreditel-wrapper.active #catalog-menu-vrediteli .catalog-menu-wrapper .catalog-menu li a {
              display: block;
              padding: 10px 0; }
      .menu-vreditel-wrapper.active .close-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 15px; } }

/* ----- Телефоны ----- */
.header-phones {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  min-width: 150px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; }
  .header-phones .icon-phone {
    color: #8ACC36;
    font-size: 18px;
    padding-right: 5px; }
  .header-phones .phones a {
    color: #5f6669;
    text-decoration: none; }
    .header-phones .phones a:hover, .header-phones .phones a:focus {
      color: #8ACC36; }
  @media (max-width: 1199px) {
    .header-phones {
      font-size: 13px; } }

/* Переключатель языков */
#form-language button.dropdown-toggle {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #f0f4f7; }
#form-language button {
  border: none;
  background: transparent;
  color: #5f6669; }

/* Меню юзера */
.header-user > a {
  text-decoration: none; }
.header-user .icon {
  display: inline-block;
  height: 22px;
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  margin-top: 5px; }
  .header-user .icon.icon-user {
    width: 23px;
    background-image: url(../image/user-icon.svg);
    background-size: 21px; }
.header-user .user-title {
  width: 90px;
  font-size: 10px;
  line-height: 1.1;
  padding-left: 32px;
  display: block;
  color: #8ACC36; }
@media (max-width: 991px) {
  .header-user {
    float: right;
    padding-right: 10px; }
    .header-user .icon {
      display: inline-block;
      vertical-align: middle;
      height: 34px;
      background-repeat: no-repeat;
      background-position: left center;
      float: none;
      margin-top: 0; }
      .header-user .icon.icon-user {
        width: 19px;
        background-image: url(../image/user-icon-m.svg); }
    .header-user .user-title {
      width: 50px;
      font-size: 8px;
      line-height: 1.1;
      padding-left: 5px;
      display: inline-block;
      vertical-align: middle;
      color: #8ACC36; } }

/* Меню корзина */
.header-cart .cart-link {
  display: none; }
.header-cart #cart > button {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../image/cart-icon.svg);
  background-size: 25px;
  background-color: transparent;
  border: none;
  outline: none; }
  .header-cart #cart > button #cart-total {
    padding: 3px;
    line-height: 1;
    display: inline-block;
    background: #8ACC36;
    color: #fff;
    margin-top: 13px;
    margin-left: 7px;
    min-width: 19px;
    border-radius: 100%; }
@media (max-width: 991px) {
  .header-cart #cart {
    text-align: right; }
    .header-cart #cart > button {
      background-repeat: no-repeat;
      background-position: top 8px left 3px;
      background-image: url(../image/cart-icon-m.svg);
      background-size: 21px 21px;
      background-color: transparent;
      border: none;
      outline: none; }
      .header-cart #cart > button #cart-total {
        padding: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-top: 13px;
        margin-left: 7px;
        min-width: 0;
        font-size: 10px; } }

/* Главное меню */
#menu .nav {
  list-style-type: none;
  display: flex;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap; }
  #menu .nav a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    padding-top: 4px; }
    #menu .nav a:hover {
      border-bottom: 2px solid #8ACC36; }
  #menu .nav .akcii a {
    font-weight: bold;
    color: tomato; }

.header-mob-menus {
  background: url(../image/menu-icon-m.svg) no-repeat center center;
  background-size: 23px;
  width: 34px;
  height: 34px;
  border: none; }
  .header-mob-menus:hover {
    background: url(../image/menu-icon-m.svg) no-repeat center center;
    background-size: 23px; }

.main-menu-wrapper .close-btn {
  display: none; }
@media (max-width: 991px) {
  .main-menu-wrapper {
    display: none; }
    .main-menu-wrapper.active {
      display: block;
      position: absolute;
      top: 64px;
      left: 0;
      right: 0;
      z-index: 10;
      background: #fff;
      box-shadow: 0px 0px 15px 0px #f0f0f0; }
      .main-menu-wrapper.active .bottom-line {
        border-bottom: none; }
      .main-menu-wrapper.active .top-line {
        border-top: none; }
      .main-menu-wrapper.active #menu .nav {
        display: block; }
        .main-menu-wrapper.active #menu .nav a {
          display: block;
          border-bottom: 1px solid #d6dfe4;
          padding: 16px 0; }
        .main-menu-wrapper.active #menu .nav li:last-child a {
          border-bottom: none; }
      .main-menu-wrapper.active .close-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 15px; } }

/* Меню каталога */
#catalog-menu {
  margin-bottom: 30px; }
  #catalog-menu .close-btn {
    display: none; }
  #catalog-menu ul {
    box-shadow: 0px 0px 15px 0px #f0f0f0;
    transition: 0.1s ease all; }
    #catalog-menu ul a {
      display: block;
      padding: 15px 20px 15px 38px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #edf2f4;
      background: url(../image/right-arrow.png) no-repeat 16px center;
      font-size: 14px; }
      #catalog-menu ul a:hover, #catalog-menu ul a:focus {
        background-color: #f5f9fc; }
    #catalog-menu ul li.has-children {
      position: relative; }
      #catalog-menu ul li.has-children > a {
        background: url(../image/right-arrow.png) no-repeat 16px center, url(../image/right-arrow.png) no-repeat right 16px center; }
        @media (max-width: 991px) {
          #catalog-menu ul li.has-children > a {
            background: url(../image/right-arrow.png) no-repeat 16px center; } }
      #catalog-menu ul li.has-children .icon-show {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 42px;
        width: 42px;
        background: url(../image/right-arrow.png) no-repeat center;
        cursor: pointer;
        transition: all 0.2s; }
        #catalog-menu ul li.has-children .icon-show.opened {
          transform: rotate(90deg); }
        @media (max-width: 991px) {
          #catalog-menu ul li.has-children .icon-show {
            display: block; } }
    #catalog-menu ul .catalog-menu__subcategory {
      display: none;
      opacity: 0;
      width: 100%;
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 100;
      background: #fff;
      transition: opacity 0.2s; }
      @media (max-width: 991px) {
        #catalog-menu ul .catalog-menu__subcategory {
          opacity: 1;
          position: static;
          padding-left: 24px; } }
    @media (min-width: 768px) {
      #catalog-menu ul li.has-children:hover > .catalog-menu__subcategory {
        opacity: 1;
        display: block; } }
  #catalog-menu .catalog-menu-header {
    cursor: pointer;
    background: url(../image/grid.svg) no-repeat 9px center;
    background-size: 20px 20px;
    background-color: #8ACC36;
    padding: 15px 20px 15px 40px;
    color: #fff;
    font-size: 14px;
    margin-top: 28px;
    text-decoration: none;
    display: none;
    border-radius: 2px; }
  @media (max-width: 991px) {
    #catalog-menu {
      display: none; }
      #catalog-menu.active {
        display: block;
        position: fixed;
        overflow-y: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1055;
        background: #fff;
        box-shadow: 0px 0px 15px 0px #f0f0f0;
        padding-top: 50px;
        margin-bottom: 0; }
        #catalog-menu.active .bottom-line {
          border-bottom: none; }
        #catalog-menu.active .top-line {
          border-top: none; }
        #catalog-menu.active #menu .nav {
          display: block; }
          #catalog-menu.active #menu .nav a {
            display: block;
            border-bottom: 1px solid #d6dfe4;
            padding: 16px 0; }
          #catalog-menu.active #menu .nav li:last-child a {
            border-bottom: none; }
        #catalog-menu.active .close-btn {
          display: block;
          position: absolute;
          top: 0;
          right: 15px; } }

@media (min-width: 1200px) {
  #product-category #catalog-menu,
  div[id^="account"] #catalog-menu,
  body:not(.menu-opened) #simple-header #catalog-menu,
  #common-success #catalog-menu {
    z-index: 10; }
    #product-category #catalog-menu > ul,
    div[id^="account"] #catalog-menu > ul,
    body:not(.menu-opened) #simple-header #catalog-menu > ul,
    #common-success #catalog-menu > ul {
      display: none; }
    #product-category #catalog-menu .catalog-menu-header,
    div[id^="account"] #catalog-menu .catalog-menu-header,
    body:not(.menu-opened) #simple-header #catalog-menu .catalog-menu-header,
    #common-success #catalog-menu .catalog-menu-header {
      display: block; }
    #product-category #catalog-menu:hover,
    div[id^="account"] #catalog-menu:hover,
    body:not(.menu-opened) #simple-header #catalog-menu:hover,
    #common-success #catalog-menu:hover {
      position: relative; }
      #product-category #catalog-menu:hover > ul,
      div[id^="account"] #catalog-menu:hover > ul,
      body:not(.menu-opened) #simple-header #catalog-menu:hover > ul,
      #common-success #catalog-menu:hover > ul {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 5; } }

.header-mob-catalog {
  background: url(../image/grid-icon-m.svg) no-repeat 6px center;
  background-size: 20px 20px;
  padding-left: 32px;
  height: 34px;
  border: none;
  color: #5f6669; }
  .header-mob-catalog:hover {
    background: url(../image/grid-icon-m.svg) no-repeat 6px center;
    background-size: 20px 20px;
    color: #5f6669; }

/* хлебные крошки */
.breadcrumb {
  font-size: 12px;
  padding: 20px 0 0 0; }
  .breadcrumb li {
    display: inline-block;
    list-style-type: none; }
    .breadcrumb li:after {
      content: "→";
      padding: 0 10px; }
    .breadcrumb li:last-child:after {
      content: ""; }

/* Listing */
.product-layout {
  position: relative; }
  .product-layout .image {
    text-align: center; }
    .product-layout .image img {
      max-width: 100%; }
  .product-layout .caption h4, .product-layout .caption .h4 {
    color: #1c1c1c;
    margin: 8px 0 15px 0; }
    .product-layout .caption h4 a, .product-layout .caption .h4 a {
      font-family: "Manrope-Regular", sans-serif;
      font-weight: 800;
      color: #1c1c1c;
      text-decoration: none; }
  .product-layout .button-group button {
    font-size: 11px;
    width: 100%; }
  .product-layout .price {
    font-size: 14px;
    color: #1c1c1c;
    font-family: "Manrope-Regular", sans-serif;
    font-weight: 800; }
    .product-layout .price .price-old {
      font-family: "Manrope-Regular", sans-serif;
      font-weight: 100;
      display: block;
      font-size: 11px;
      color: #5f6669;
      text-decoration: line-through; }
  .product-layout .description {
    display: none;
    z-index: 10;
    margin: 10px 0;
    font-size: 11px; }
    .product-layout .description .desc-attr-name {
      margin: 0 0 10px 0;
      font-weight: bold; }
    .product-layout .description .desc-attr-li {
      margin: 8px 0; }
  .product-layout .product-thumb {
    padding: 20px;
    height: 100%;
    word-break: break-word; }
    .product-layout .product-thumb .description-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      @media (max-width: 991px) {
        .product-layout .product-thumb .description-wrapper {
          height: auto; } }
  @media (min-width: 1200px) {
    .product-layout:hover {
      box-shadow: 0px 0px 15px 0px #e6e6e6;
      border-radius: 3px; }
      .product-layout:hover .description {
        display: block;
        padding: 0 35px 20px 35px;
        z-index: 10;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 11px 15px 0px #e6e6e6; } }
  @media (max-width: 991px) {
    .product-layout {
      margin-bottom: 30px; }
      .product-layout .description {
        display: block;
        margin: 10px 0; }
      .product-layout .product-thumb {
        padding: 30px;
        box-shadow: 0px 0px 15px 0px #e6e6e6; } }

@media (min-width: 992px) {
  #content .product-layout {
    border-right: 1px solid #edf2f4;
    border-bottom: 1px solid #edf2f4; }
    #content .product-layout:nth-child(3n) {
      border-right: none; } }

.product-layout.product-list {
  flex: 0 0 100%;
  max-width: 100%; }
  .product-layout.product-list:last-child .product-thumb {
    border-bottom: 1px solid #edf2f4; }
  .product-layout.product-list .description {
    display: block;
    margin: 10px 0;
    clear: both; }
  .product-layout.product-list .product-thumb {
    padding: 15px;
    border-top: 1px solid #edf2f4;
    border-left: 1px solid #edf2f4;
    border-right: 1px solid #edf2f4; }
    .product-layout.product-list .product-thumb:hover {
      position: relative;
      left: auto;
      right: auto;
      padding: 15px;
      box-shadow: none;
      background: #fff; }
    .product-layout.product-list .product-thumb .image {
      float: left; }
    .product-layout.product-list .product-thumb .caption {
      margin-left: 105px;
      padding-top: 5px; }
      .product-layout.product-list .product-thumb .caption h4, .product-layout.product-list .product-thumb .caption .h4 {
        margin-top: 0; }

#column-left .product-layout {
  flex: 0 0 100%;
  max-width: 100%; }
  #column-left .product-layout:last-child .product-thumb {
    border-bottom: 1px solid #edf2f4; }
  @media (min-width: 1200px) {
    #column-left .product-layout:hover {
      box-shadow: none; }
      #column-left .product-layout:hover .description {
        display: block;
        padding: 0;
        position: static;
        box-shadow: none; } }
  @media (max-width: 991px) {
    #column-left .product-layout {
      margin-bottom: 30px; }
      #column-left .product-layout .description {
        display: block;
        margin: 10px 0; }
      #column-left .product-layout .product-thumb {
        padding: 30px;
        box-shadow: 0px 0px 15px 0px #e6e6e6; } }
#column-left .description {
  display: none;
  margin: 10px 0;
  clear: both; }
#column-left .product-thumb {
  padding: 15px;
  border-top: 1px solid #edf2f4;
  border-left: 1px solid #edf2f4;
  border-right: 1px solid #edf2f4; }
  #column-left .product-thumb:hover {
    position: static;
    left: auto;
    right: auto;
    padding: 15px;
    box-shadow: none;
    background: #fff; }
    #column-left .product-thumb:hover .description {
      display: none; }
  #column-left .product-thumb .image {
    float: left;
    width: 90px; }
    @media (max-width: 1199px) {
      #column-left .product-thumb .image {
        width: auto;
        float: none;
        display: block;
        text-align: center; }
        #column-left .product-thumb .image img {
          /*width: 120px;*/ } }
  #column-left .product-thumb .caption {
    margin-left: 105px;
    padding-top: 5px; }
    #column-left .product-thumb .caption h4, #column-left .product-thumb .caption .h4 {
      margin-top: 0; }
    @media (max-width: 1199px) {
      #column-left .product-thumb .caption {
        margin-left: 0; } }

/* Product page */
#product-product .thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: center; }
  #product-product .thumbnails .image-main {
    border: 1px solid #d6dfe4; }
    #product-product .thumbnails .image-main img {
      max-width: 100%; }
  #product-product .thumbnails .image-additional {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px; }
    #product-product .thumbnails .image-additional .fake-thumbnail {
      width: 74px; }
#product-product .product-description {
  margin-bottom: 20px; }
  #product-product .product-description .more-about {
    overflow-y: hidden;
    position: relative;
    max-height: 170px;
    transition: 0.1s ease all; }
    #product-product .product-description .more-about:after {
      content: "";
      position: absolute;
      z-index: 10;
      bottom: 0;
      width: 100%;
      height: 45px;
      background: linear-gradient(0deg, #fff 10%, rgba(255, 255, 255, 0) 100%); }
  #product-product .product-description .abount-arrow-down {
    cursor: pointer;
    display: inline-block;
    color: #8ACC36;
    border-bottom: 1px dashed #8ACC36; }
    #product-product .product-description .abount-arrow-down:after {
      content: "›";
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      color: #8ACC36;
      transform: rotate(90deg); }
  #product-product .product-description.opened .abount-arrow-down:after {
    transform: rotate(-90deg); }
  #product-product .product-description.opened .more-about {
    max-height: none; }
    #product-product .product-description.opened .more-about:after {
      display: none; }
#product-product .product-information-list {
  margin-bottom: 20px; }
#product-product .product-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
#product-product .product-stock-info {
  color: #acb2b5; }
#product-product .price {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  color: #1c1c1c;
  font-size: 16px; }
#product-product .old-price {
  color: #acb2b5;
  text-decoration: line-through; }
#product-product .product-info-link {
  display: inline-block;
  cursor: pointer;
  color: #8ACC36;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #8ACC36; }
#product-product .options-title {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 800;
  color: #1c1c1c;
  margin-bottom: 15px; }
#product-product .product-buy-button {
  width: 100%; }
  #product-product .product-buy-button #input-quantity {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    width: auto;
    text-align: center;
    margin: 0 10px; }
  #product-product .product-buy-button #button-cart {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    font-size: 18px;
    width: 100%;
    margin-top: 20px; }
    @media (max-width: 991px) {
      #product-product .product-buy-button #button-cart {
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 19;
        font-size: 17px;
        right: 71px;
        width: auto;
        padding: 9px 30px; } }
  #product-product .product-buy-button .boc_order_btn {
    float: right;
    background: none;
    border: none;
    color: #acb2b5;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    padding: 2px 0;
    margin: 7px 0 6px 0; }
    #product-product .product-buy-button .boc_order_btn:hover {
      color: #8ACC36;
      border-bottom: 1px solid #8ACC36; }
    @media (max-width: 1199px) {
      #product-product .product-buy-button .boc_order_btn {
        /*float: none;
        margin-top: 20px;*/ } }
  #product-product .product-buy-button br {
    display: none; }
#product-product .product-attributes {
  font-size: 11px; }
  #product-product .product-attributes td {
    padding: 15px 30px; }
    #product-product .product-attributes td:first-child {
      width: 35%; }
#product-product .product-color-wrapper {
  margin-top: 20px;
  margin-bottom: 20px; }
  #product-product .product-color-wrapper .title {
    font-family: "Manrope-Regular", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 15px;
    line-height: 1.2; }
#product-product .product-color {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 8px;
  background-size: 100%; }
  #product-product .product-color.active:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border-radius: 100%;
    border: 1px solid #000; }
  @media (max-width: 767px) {
    #product-product .product-color {
      width: 25px;
      height: 25px;
      margin-right: 13px; } }

/* Tabs */
.nav-tabs li {
  display: inline-block;
  margin-right: 40px; }
  .nav-tabs li a {
    text-decoration: none; }
    .nav-tabs li a.active {
      color: #8ACC36; }

.tab-pane {
  display: none; }
  .tab-pane.active, .tab-pane.show {
    display: block; }

/* Review */
.review-item {
  border: 1px solid #d6dfe4;
  margin-bottom: 30px;
  padding: 20px; }
  .review-item .review-author {
    font-family: "Manrope-Regular", sans-serif;
    font-weight: 800;
    margin-bottom: 3px; }
  .review-item .review-date {
    color: #d6dfe4;
    margin-bottom: 2px; }
  .review-item .review-text {
    font-size: 11px;
    max-height: 400px;
    overflow-y: auto;
    word-wrap: break-word; }
    @media (max-width: 991px) {
      .review-item .review-text {
        max-height: 300px; } }
  .review-item.hidden-review {
    display: none; }
    .review-item.hidden-review.showed {
      display: block; }

/* Fix Нет в наличии - серые */
.not_available_product img {
  -webkit-filter: none !important;
  filter: none !important; }

.text-gift {
  position: relative;
  background: rgba(95, 102, 105, 0.08);
  padding: 8px; }
  .text-gift .gift-title {
    margin-bottom: 4px; }
  .text-gift .gift-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9em; }
    .text-gift .gift-item img {
      width: 40px; }
  .text-gift:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 2px;
    width: 27px;
    height: 27px;
    background: url(../image/gift-icon.png) no-repeat center center;
    background-size: contain; }

.sort-block-mob {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  margin: 0 -15px 20px -15px;
  border-top: 1px solid #edf2f4;
  border-bottom: 1px solid #edf2f4; }
  .sort-block-mob .ocfilter-button-wrapper {
    flex: 0 0 40%;
    max-width: 40%; }
    .sort-block-mob .ocfilter-button-wrapper button {
      background-color: transparent;
      background: url(../image/filter-results-button.png) no-repeat 10px center;
      font-size: 14px;
      color: #5f6669;
      padding: 10px 20px 10px 40px;
      border-color: transparent; }
      .sort-block-mob .ocfilter-button-wrapper button:hover {
        background: url(../image/filter-results-button.png) no-repeat 10px center; }
  .sort-block-mob select {
    font-size: 12px;
    padding: 10px;
    background: #fff; }
  @media (min-width: 1200px) {
    .sort-block-mob {
      display: none; } }

@media (max-width: 991px) {
  .sort-block-desktop {
    display: none; } }
.sort-block-desktop .sort-label {
  display: inline-block;
  color: #5f6669;
  font-size: 14px;
  margin-right: 25px; }
.sort-block-desktop .sort-link {
  display: inline-block;
  cursor: pointer;
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
  margin-right: 25px;
  margin-bottom: 30px; }
  .sort-block-desktop .sort-link.active {
    text-decoration: underline;
    color: #8ACC36; }

.description h2, .description h3, .description h4, .description h5, .description h4 {
  margin: 1em 0; }
.description h2 {
  font-size: 18px; }
.description h3, .description h4 {
  font-size: 16px; }
.description ul, .description ol {
  padding-left: 20px;
  margin: 0 0 1em 0; }
  .description ul li, .description ol li {
    margin: 0.5em 0; }
.description ul {
  list-style-type: disc; }

/* Кастомизируем фильтр */
.ocfilter {
  border: none;
  color: #5f6669;
  padding-bottom: 20px;
  /* Слайдер */ }
  .ocfilter .panel-heading {
    background-color: transparent;
    background: url(../image/filter-results-button.png) no-repeat 10px center;
    font-size: 14px;
    color: #5f6669;
    padding: 20px 20px 20px 40px;
    border-color: #edf2f4;
    margin-bottom: 20px;
    margin-top: -20px; }
    .ocfilter .panel-heading .close-btn {
      display: none; }
      @media (max-width: 991px) {
        .ocfilter .panel-heading .close-btn {
          display: block;
          position: absolute;
          top: 7px;
          right: 12px;
          cursor: pointer; } }
    @media (max-width: 991px) {
      .ocfilter .panel-heading {
        margin-top: 0; } }
  .ocfilter .ocfilter-option .ocf-option-name {
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 25px; }
  .ocfilter .ocfilter-option label {
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 10px; }
  .ocfilter .selected-options .ocfilter-option {
    background-color: transparent;
    font-size: 12px;
    padding: 10px 0px; }
  .ocfilter .ocfilter-option label small {
    background-color: transparent;
    color: #acb2b5;
    font-weight: 200;
    font-size: 100%;
    margin-left: 5px;
    position: relative; }
    .ocfilter .ocfilter-option label small:after {
      content: ")"; }
    .ocfilter .ocfilter-option label small:before {
      content: "("; }
  .ocfilter .ocfilter-option label input {
    height: 18px; }
  @media (max-width: 991px) {
    .ocfilter {
      padding: 0 15px; } }
  .ocfilter .noUi-connect {
    background: #8ACC36 !important; }
  .ocfilter .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    top: -8px;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 5px 0px #c8c8c8; }
    .ocfilter .noUi-horizontal .noUi-handle:before, .ocfilter .noUi-horizontal .noUi-handle:after {
      display: none; }
  .ocfilter .noUi-horizontal {
    height: 2px;
    border: none; }
  .ocfilter .scale {
    margin-bottom: 55px;
    margin-left: 15px;
    margin-right: 2px; }
  .ocfilter #ocfilter-button {
    display: block !important; }
    .ocfilter #ocfilter-button button.disabled {
      display: none; }

/**
* Підкатегорії
*/
.subcategories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .subcategories .subcategory-item {
    display: block;
    flex: 0 1 25%;
    flex: 0 1 calc((100% - 15px * 4) / 5);
    color: #1c1c1c;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #edf2f4; }
    @media (max-width: 575px) {
      .subcategories .subcategory-item {
        word-wrap: break-word;
        flex: 0 1 calc((100% - 15px * 2) / 3);
        max-width: calc((100% - 15px * 2) / 3); } }
    .subcategories .subcategory-item img {
      max-width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      object-position: 50% 50%; }

[id*=account-] h1 {
  border-bottom: 1px solid #edf2f4;
  padding-bottom: 7px; }

.account-module {
  margin-top: 30px;
  margin-bottom: 30px; }
  .account-module ul {
    box-shadow: 0px 0px 15px 0px #f7f8f9; }
    .account-module ul a {
      display: block;
      padding: 15px 20px 15px 38px;
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #edf2f4;
      background: url(../image/right-arrow.png) no-repeat 16px center;
      font-size: 14px; }
      .account-module ul a:hover, .account-module ul a:focus {
        background-color: #f5f9fc; }
    .account-module ul .title {
      padding: 15px 20px 15px 12px;
      color: #8ACC36;
      background-color: #edf2f4;
      font-size: 14px; }
      .account-module ul .title .fa {
        margin-right: 8px;
        font-size: 16px; }

.table-cart .table-bordered {
  border: none; }
.table-cart td {
  border: none;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px; }
  .table-cart td:first-child {
    width: 100px; }
.table-cart tr {
  border-bottom: 1px solid #edf2f4; }
.table-cart img.img-thumbnail {
  padding: 20px;
  border: 1px solid #edf2f4; }
  @media (max-width: 767px) {
    .table-cart img.img-thumbnail {
      padding: 2px;
      min-width: 40px; } }

.amount {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .amount {
      flex-direction: column; } }
  .amount input[type="text"] {
    display: inline-block;
    width: auto;
    text-align: center;
    border: none;
    padding: 15px 5px;
    min-width: 52px; }
  .amount .down,
  .amount .up {
    user-select: none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #5f6669;
    width: 20px;
    height: 20px;
    border-radius: 50%; }

/* Кастомизация Модуля Симпл */
.simplecheckout-cart .input-group-btn {
  position: relative !important; }
.simplecheckout-cart td {
  vertical-align: middle !important; }
.simplecheckout-cart .quantity button[data-onclick="decreaseProductQuantity"],
.simplecheckout-cart .quantity button[data-onclick="increaseProductQuantity"],
.simplecheckout-cart .quantity button[data-onclick="removeProduct"] {
  user-select: none;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #5f6669;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  background: none;
  color: #5f6669; }
.simplecheckout-cart .quantity input[type="text"] {
  width: 30px;
  min-width: 0 !important;
  border: none;
  padding: 5px 0;
  text-align: center; }

.simple-content {
  margin: 0 !important; }
  .simple-content .simpleregister-block-content {
    padding: 0 !important; }
    .simple-content .simpleregister-block-content label {
      display: none !important; }
    .simple-content .simpleregister-block-content .form-group {
      margin-left: -15px;
      margin-right: -15px; }
  .simple-content .simplecheckout-block-content {
    padding: 15px 0 !important; }
    .simple-content .simplecheckout-block-content .form-group {
      margin-left: -15px;
      margin-right: -15px; }
    .simple-content .simplecheckout-block-content div[class^="col-sm-"] {
      flex: 0 0 100%;
      max-width: 100%; }
  .simple-content .row-customer_email label,
  .simple-content .row-customer_password label,
  .simple-content .row-customer_confirm_password label,
  .simple-content .row-customer_telephone label,
  .simple-content .row-shipping_address_firstname label,
  .simple-content .row-shipping_address_lastname label,
  .simple-content .row-shipping_address_city label,
  .simple-content .row-shipping_address_postcode label,
  .simple-content .row-shipping_address_address_1 label,
  .simple-content .row-shipping_address_address_2 label {
    display: none !important; }
  .simple-content #simplecheckout_customer {
    /*label { display: none !important; } */ }
  .simple-content .simplecheckout .simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #d6dfe4 !important;
    background-color: #edf2f4;
    color: #1c1c1c;
    font-weight: bold;
    vertical-align: middle; }
  .simple-content .simplecheckout .checkout-heading {
    font-family: "Manrope-Regular", sans-serif;
    font-weight: 800;
    background-color: #edf2f4;
    border: 1px solid #d6dfe4 !important;
    color: #1c1c1c;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px; }
  .simple-content #temp_popup_container .simplecheckout-block-content {
    padding: 10px !important; }
    .simple-content #temp_popup_container .simplecheckout-block-content .form-group {
      margin-left: 0px;
      margin-right: 0px; }

#total_sub_total {
  display: none; }

.cart-total-table tr:first-child {
  display: none; }

/* Стилим обязательные поля */
.form-group.required input[type="text"],
.form-group.required input[type="tel"],
.form-group.required input[type="email"],
.form-group.required input[type="password"] {
  background-image: url(../image/require.png);
  background-repeat: no-repeat;
  background-position: right 8px center; }

/* Костыли */
.row-customer_field20 .col-sm-4,
.row-customer_newsletter .col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-customer_newsletter .radio,
.row-customer_field20 .radio {
  display: inline-block !important;
  margin-right: 10px; }

.product-warning {
  color: red; }

/**
 * FOOTER
 */
footer .top-line {
  margin-top: 20px; }
@media (max-width: 1199px) {
  footer #logo {
    max-width: 100%;
    text-align: center;
    height: 100%; }
    footer #logo a {
      display: inline-block;
      vertical-align: middle;
      margin: 13px 0; } }

.footer-1 {
  padding-top: 57px;
  padding-bottom: 40px; }
  @media (max-width: 1199px) {
    .footer-1 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.footer-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 11px;
  text-align: center; }

.footer-menu {
  columns: 4;
  padding-left: 42px; }
  .footer-menu a {
    text-decoration: none; }
  .footer-menu > * {
    display: block;
    margin-left: 20px; }
    @media (max-width: 1199px) {
      .footer-menu > * {
        padding-top: 5px;
        padding-bottom: 5px; } }
  @media (max-width: 767px) {
    .footer-menu {
      columns: 2; } }
  @media (max-width: 1199px) {
    .footer-menu {
      padding-left: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px; }
      .footer-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        right: -30px;
        display: block;
        border-top: 1px solid #d6dfe4; }
      .footer-menu:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -30px;
        right: -30px;
        display: block;
        border-top: 1px solid #d6dfe4; } }

@media (min-width: 1200px) {
  .footer-phones-wrapper {
    flex: 0 0 14.666667%;
    max-width: 14.666667%; } }

.footer-phones {
  text-align: right; }
  .footer-phones a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px; }
    .footer-phones a:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 1199px) {
    .footer-phones {
      text-align: center; } }

@media (min-width: 1200px) {
  .footer-social-wrapper {
    padding-right: 0;
    flex: 0 0 10.333333%;
    max-width: 10.333333%; } }
@media (max-width: 1199px) {
  .footer-social-wrapper .footer-social {
    text-align: center; }
    .footer-social-wrapper .footer-social p {
      margin-bottom: 2px; } }

.social-icon {
  display: inline-block;
  height: 19px;
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: 10px; }
  .social-icon.facebook {
    width: 18px;
    background-image: url(../image/facebook.png); }
  .social-icon.youtube {
    width: 29px;
    background-image: url(../image/youtube.png); }

/*# sourceMappingURL=stylesheet.css.map */
