.css12345 {
  color:gold;
}
/*===========================
Table of Content

0. Settings
1. Base styles
2. Header
3. Navigation
4. Sidebar
5. Home Slider
6. Benefits
7. Products
8. Reviews
9. Footer
10. Pages styles
11. Vendor libs import
12. Media import
===========================*/
/* 0. Settings
============================*/
/* 1. Text helpers
==============================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900&subset=cyrillic');
.text-normal {
  font-family: 'Roboto', sans-serif;
}
.text-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.grey-text {
  color: #666;
}
.placeholder-text {
  color: #999;
}
.cursor-zoom {
  cursor: zoom-in;
}
.inline-block {
  display: inline-block;
}
.vertical-t {
  vertical-align: top;
}
.vertical-m {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.no-overflow {
  overflow: hidden;
}
/* Share buttons hover */
@media (max-width: 680px) {
  .text-left-xs {
    text-align: left !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 679px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 680px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 680px) and (max-width: 959px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 680px) and (max-width: 959px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 680px) and (max-width: 959px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1179px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1179px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1179px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1179px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1180px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1180px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1180px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1180px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 679px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1179px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1180px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #09614D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #05372C;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 680px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1180px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 680px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1180px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 680px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #09614D;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #05372C;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #09614D;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #05372C;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 680px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #09614D;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 680px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI Draggable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/*!
 * jQuery UI Slider 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*! jQuery Timepicker Addon - v1.6.1 - 2015-11-14
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0 0;
  color: inherit;
  border: 0;
  outline: 0;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
/*===========================
Table of Content

1. Titles
2. Breadcrumbs
3. Buttons
4. Page navigation
5. Social Share buttons
6. Product Filter
7. Product View Type & Sortf
8. Select styling
9. Tabs
10. Modals
11. Alerts
12. Popups
13. Cookies
===========================*/
/* 1. Titles
==============================*/
.page-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
  color: #666;
  margin: 0 0 15px;
}
.page-title.opendoc {
  margin-bottom: 5px;
}
.block-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.block-title.mb-10 {
  margin-bottom: 10px;
}
.block-title_sm {
  font-size: 18px;
}
.block-title.no-indent {
  margin-top: 0;
  margin-bottom: 0;
}
.empty-container {
  height: 1000px;
}
/* 2. Breadcrumbs
==============================*/
.breadcrumbs {
  color: #666;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 18px;
}
.breadcrumbs.min {
  margin-bottom: 5px;
}
.breadcrumbs_item {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs_item:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("/images/design/small-arrow-icon.png") no-repeat;
  width: 5px;
  height: 7px;
  margin: 0 10px;
}
.breadcrumbs_item:last-child:after {
  display: none;
}
/* 3. Buttons
==============================*/
.btn {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  background: none;
  border-radius: 8px;
  padding: 7px 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  /* Colors */
  /* Sizes */
  /* Types */
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn_green {
  background: #09614D;
  background-image: none;
  filter: none;
}
.btn_green:hover {
  background: #07503F;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(9, 97, 77, 0.3);
}
.btn_green:focus,
.btn_green:active {
  background: #043d32;
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(9, 97, 77, 0.2) inset;
}
.btn_dark-green {
  background: #07503F;
  background-image: none;
  filter: none;
}
.btn_dark-green:hover {
  background: #043d32;
}
.btn_dark-green:focus,
.btn_dark-green:active {
  background: #032b24;
  box-shadow: 0 2px 4px rgba(9, 97, 77, 0.2) inset;
}
.btn_grey {
  background: #fff;
  background-image: none;
  filter: none;
  color: #09614D;
  border: 1.5px solid #09614D;
}
.btn_grey:hover,
.btn_grey:focus {
  background: rgba(9, 97, 77, 0.05);
  color: #09614D;
}
.btn_grey:focus,
.btn_grey:active {
  background: rgba(9, 97, 77, 0.08);
  box-shadow: none;
}
.btn_outline {
  background: #fff;
  background-image: none;
  filter: none;
  color: #09614D;
  border: 1.5px solid #09614D;
  font-weight: 500;
}
.btn_outline:hover,
.btn_outline:focus {
  background: rgba(9, 97, 77, 0.05);
  color: #09614D;
  border-color: #09614D;
}
.btn_outline:active {
  background: rgba(9, 97, 77, 0.08);
  color: #09614D;
}
.btn_sm {
  padding: 8px 30px;
}
.btn_huge {
  font-size: 16px;
  padding: 9px 38px;
}
.btn_full {
  width: 100%;
}
.btn_md {
  font-size: 16px;
  width: 280px;
  padding: 9px 38px;
}
.btn_open-product:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIlMjMwOTYxNEQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xIDguNVM0IDMgOC41IDMgMTYgOC41IDE2IDguNXMtMyA1LjUtNy41IDUuNVMxIDguNSAxIDguNXoiLz48Y2lyY2xlIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjIuNSIvPjwvc3ZnPg==") no-repeat center;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  left: -3px;
}
.btn_add-to-cart:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTQuNSAxLjVMMi41IDQuNXYxMGExIDEgMCAwMDEgMWgxMGExIDEgMCAwMDEtMXYtMTBsLTItM3oiLz48bGluZSB4MT0iMi41IiB5MT0iNC41IiB4Mj0iMTQuNSIgeTI9IjQuNSIvPjxwYXRoIGQ9Ik0xMS41IDcuNWEzIDMgMCAwMS02IDAiLz48L3N2Zz4=") no-repeat center;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
  left: -2px;
}
.btn_add-to-cart {
  transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.3s ease;
}
.btn_add-to-cart.btn_pressed {
  transform: scale(0.95);
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.3);
  opacity: 0.85;
}
.btn_add-to-cart.btn_added {
  background-color: #05372C !important;
  transform: scale(1);
}
.cart-preview--open > .cart-preview-products {
  display: block !important;
}
.btn_go-back {
  padding: 8px 22px;
}
.btn_go-back:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3IDEwIiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI2LDEgMSw1IDYsOSIvPjwvc3ZnPg==") no-repeat center;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 1px;
  left: -2px;
}
.btn_pay {
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
/* 4. Page navigation TODO: clear unused nav type
==============================*/
.page-navi {
  margin: 10px 0;
  text-align: right;
}
.page-navi:before,
.page-navi:after {
  content: " ";
  display: table;
}
.page-navi:after {
  clear: both;
}
.page-navi:before,
.page-navi:after {
  content: " ";
  display: table;
}
.page-navi:after {
  clear: both;
}
.page-navi_group {
  background: #fff;
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 3px 0;
  margin-right: 6px;
}
.page-navi_group.big {
  margin-left: 7px;
  margin-right: 13px;
}
.page-navi_group:last-child {
  margin-right: 0;
}
.page-navi_item {
  float: left;
  width: 36px;
  height: 28px;
  border-right: 1px solid #dcdcdc;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: #09614D;
  text-align: center;
}
.page-navi_item:last-child {
  border-right: 0;
}
.page-navi_item.active {
  color: #666;
}
.page-navi_item.disabled:before {
  cursor: default;
  opacity: .5;
}
.page-navi_item.prev:before,
.page-navi_item.next:before,
.page-navi_item.start:before,
.page-navi_item.end:before {
  content: "";
  display: inline-block;
  vertical-align: initial;
  background: url("/images/design/page-navi.png") 0 0 no-repeat;
}
.page-navi_item.prev:before,
.page-navi_item.next:before {
  width: 6px;
  height: 10px;
}
.page-navi_item.start:before,
.page-navi_item.end:before {
  width: 10px;
  height: 10px;
}
.page-navi_item.prev:before {
  background-position: -11px 0;
}
.page-navi_item.next:before {
  background-position: -20px 0;
}
.page-navi_item.start:before {
  background-position: 0 0;
}
.page-navi_item.end:before {
  background-position: -27px 0;
}
/* Bootstrap + Angular pagination html structure
===========================*/
.pagination-prev + .pagination-page {
  border-left: 1px solid #dcdcdc;
}
.pagination-page {
  border-right: 1px solid #dcdcdc;
}
.pagination {
  float: right;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination li {
  float: left;
  background: #fff;
  width: 36px;
  padding: 3px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
}
.pagination li a {
  height: 28px;
  display: block;
  color: #09614D;
  position: relative;
}
.pagination li a:hover {
  color: #05372C;
}
.pagination li:first-of-type {
  border-left: 1px solid #dcdcdc;
}
.pagination li:last-of-type {
  border-right: 1px solid #dcdcdc;
}
.pagination li.pagination-prev a,
.pagination li.pagination-next a,
.pagination li.pagination-first a,
.pagination li.pagination-last a {
  color: transparent;
}
.pagination li.pagination-prev a:after,
.pagination li.pagination-next a:after,
.pagination li.pagination-first a:after,
.pagination li.pagination-last a:after {
  display: none;
}
.pagination li.pagination-prev a:before,
.pagination li.pagination-next a:before,
.pagination li.pagination-first a:before,
.pagination li.pagination-last a:before {
  content: "";
  display: block;
  vertical-align: initial;
  background: url("/images/design/page-navi.png") 0 0 no-repeat;
  color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
.pagination li.pagination-prev a:before,
.pagination li.pagination-next a:before {
  width: 6px;
  height: 10px;
}
.pagination li.pagination-first a:before,
.pagination li.pagination-last a:before {
  width: 10px;
  height: 10px;
}
.pagination li.pagination-prev a:before {
  background-position: -11px 0;
}
.pagination li.pagination-prev a:hover:before {
  background-position: -11px -10px;
}
.pagination li.pagination-next a:before {
  background-position: -20px 0;
}
.pagination li.pagination-next a:hover:before {
  background-position: -20px -10px;
}
.pagination li.pagination-first a:before {
  background-position: 0 0;
}
.pagination li.pagination-first a:hover:before {
  background-position: 0 -10px;
}
.pagination li.pagination-last a:before {
  background-position: -27px 0;
}
.pagination li.pagination-last a:hover:before {
  background-position: -27px -10px;
}
.pagination li.disabled a {
  opacity: .5;
  cursor: not-allowed;
}
.pagination li.active a {
  color: #666;
}
.pagination .pagination-first,
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .pagination-last {
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
.pagination .pagination-first {
  margin-right: 10px;
}
.pagination .pagination-prev {
  margin-right: 20px;
}
.pagination .pagination-next {
  margin-left: 20px;
}
.pagination .pagination-last {
  margin-left: 10px;
}
/* 5. Social Share buttons
==============================*/
.social-container {
  padding: 7px 10px;
  background: #eee;
}
.social-share {
  float: right;
  /* With background & padding */
  /* Without counters */
}
.social-share:before,
.social-share:after {
  content: " ";
  display: table;
}
.social-share:after {
  clear: both;
}
.social-share:before,
.social-share:after {
  content: " ";
  display: table;
}
.social-share:after {
  clear: both;
}
.social-share_item {
  min-width: 81px;
  float: left;
  margin-right: 10px;
}
.social-share_item:before,
.social-share_item:after {
  content: " ";
  display: table;
}
.social-share_item:after {
  clear: both;
}
.social-share_item:before,
.social-share_item:after {
  content: " ";
  display: table;
}
.social-share_item:after {
  clear: both;
}
.social-share_item:last-child {
  margin-right: 0;
}
.social-share_btn,
.social-share_counter {
  float: left;
  text-align: center;
}
.social-share_btn {
  width: 41px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 2px 0 0 2px;
  height: 36px;
  position: relative;
}
.social-share_btn:before {
  content: "";
  background: url("/images/design/social-sprite.png") 0 0 no-repeat;
  display: block;
  width: 100%;
  height: 36px;
}
.social-share_btn:focus,
.social-share_btn:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}
.social-share_btn.dg {
  background: #fe982e;
  background-image: -webkit-linear-gradient(top, #fe982e 0%, #ff8329 100%);
  background-image: -o-linear-gradient(top, #fe982e 0%, #ff8329 100%);
  background-image: linear-gradient(to bottom, #fe982e 0%, #ff8329 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe982e', endColorstr='#ffff8329', GradientType=0);
}
.social-share_btn.dg:hover {
  background: #ff8329;
}
.social-share_btn.dg:focus,
.social-share_btn.dg:active {
  background: #e67525;
}
.social-share_btn.dg:before {
  background-position: 0 -2px;
}
.social-share_btn.fb {
  background: #5171b9;
  background-image: -webkit-linear-gradient(top, #5171b9 0%, #3a589b 100%);
  background-image: -o-linear-gradient(top, #5171b9 0%, #3a589b 100%);
  background-image: linear-gradient(to bottom, #5171b9 0%, #3a589b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5171b9', endColorstr='#ff3a589b', GradientType=0);
}
.social-share_btn.fb:hover {
  background: #3a589a;
}
.social-share_btn.fb:focus,
.social-share_btn.fb:active {
  background: #304980;
}
.social-share_btn.fb:before {
  background-position: -50px -2px;
}
.social-share_btn.tw {
  background: #27bffe;
  background-image: -webkit-linear-gradient(top, #27bffe 0%, #1baae5 100%);
  background-image: -o-linear-gradient(top, #27bffe 0%, #1baae5 100%);
  background-image: linear-gradient(to bottom, #27bffe 0%, #1baae5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27bffe', endColorstr='#ff1baae5', GradientType=0);
}
.social-share_btn.tw:hover {
  background: #1baae5;
}
.social-share_btn.tw:focus,
.social-share_btn.tw:active {
  background: #1896cc;
}
.social-share_btn.tw:before {
  background-position: -100px -2px;
}
.social-share_btn.gp {
  background: #fe513e;
  background-image: -webkit-linear-gradient(top, #fe513e 0%, #dd2a16 100%);
  background-image: -o-linear-gradient(top, #fe513e 0%, #dd2a16 100%);
  background-image: linear-gradient(to bottom, #fe513e 0%, #dd2a16 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe513e', endColorstr='#ffdd2a16', GradientType=0);
}
.social-share_btn.gp:hover {
  background: #dd2a16;
}
.social-share_btn.gp:focus,
.social-share_btn.gp:active {
  background: #c42514;
}
.social-share_btn.gp:before {
  background-position: -150px -2px;
}
.social-share_counter {
  min-width: 40px;
  background: #fff;
  padding: 7px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #dcdcdc;
  border-left: 0;
}
.social-share.with-bg {
  background: #eee;
  border-radius: 2px;
  padding: 10px;
}
.social-share.min {
  float: left;
}
.social-share.min .social-share_item {
  overflow: hidden;
  min-width: 41px;
  border-radius: 2px;
  margin-bottom: 0;
}
/* 6. Product Filter
==============================*/
/* Filter Header */
.filter-header {
  background: #f6f6f6;
}
.filter-header-top {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.filter-header-top_heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}
.filter-header-main {
  border-bottom: 1px solid #e4e4e4;
}
.filter-clear {
  color: #09614D;
  position: absolute;
  top: 15px;
  right: 20px;
}
.filter-clear:hover {
  cursor: pointer;
  text-decoration: underline;
}
.filter-header-main {
  padding: 0 20px 15px;
}
.filter-list_item {
  padding-left: 15px;
  font-size: 13px;
  color: #24231f;
  margin: 10px 0;
}
.filter-list_item-title {
  font-size: 15px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-left: 10px;
  margin-top: 15px;
}
.filter-delete {
  display: inline-block;
  vertical-align: sub;
  background: url("/images/design/filter-delete.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.filter-delete:hover {
  cursor: pointer;
}
/* Filter main */
.filter-wrapper {
  background: #fff;
  border-radius: 2px;
  padding: 10px 0;
}
.filter {
  padding: 0 40px 0 30px;
  max-height: 500px;
}
.filter_item {
  margin-top: 10px;
  position: relative;
}
.filter_item:first-of-type {
  margin-top: 0;
}
.filter-title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #09614D;
  margin-top: 10px;
}
.filter-title:hover {
  cursor: pointer;
}
.filter-title.active {
  color: #24231f;
}
.filter-toggle {
  display: none;
}
.filter-group {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.filter-group:first-child {
  padding-top: 10px;
}
.filter-group:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
}
.filter-label {
  margin-left: 5px;
  color: #666;
  font-size: 13px;
}
.filter-label.hover {
  color: #24231f;
  cursor: pointer;
}
.icheckbox.checked + .filter-label {
  color: #24231f;
}
.icheckbox.disabled {
  opacity: .7;
}
.icheckbox.disabled + .filter-label {
  opacity: .7;
}
/* 7. Product View Type & Sort
==============================*/
.product-sort,
.product-count {
  margin-bottom: 20px;
}
.product-sort:before,
.product-sort:after {
  content: " ";
  display: table;
}
.product-sort:after {
  clear: both;
}
.product-sort:before,
.product-sort:after {
  content: " ";
  display: table;
}
.product-sort:after {
  clear: both;
}
.product-count {
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.product-view-type_item {
  width: 36px;
  height: 36px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff url("/images/design/product-list-type.png") 0 0 no-repeat;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  margin-right: 2px;
}
.product-view-type_item.grid {
  background-position: 10px center;
}
.product-view-type_item.list {
  background-position: -25px center;
}
.product-view-type_item:hover {
  background-color: #f6fde2;
}
.product-view-type_item:active,
.product-view-type_item.active {
  background-color: #f6fde2;
  border-color: #09614D;
}
.sort-form {
  width: 174px;
  float: right;
}
/* 8. Select styling
==============================*/
.f-select-group {
  float: left;
  width: 100%;
  height: 36px;
  position: relative;
}
.checkout-form .f-select-group {
  height: 40px;
}
.f-select-group_item:last-of-type {
  padding-right: 0;
}
.f-select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.f-select {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  color: #24231f;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  height: 36px;
}
.f-select img {
  margin-right: 5px;
  height: 15px;
  width: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.f-select.select-disabled {
  pointer-events: none;
}
.f-select.select-disabled .f-select-styled {
  cursor: not-allowed;
  background: #ececec;
  color: #ddd;
}
.checkout-form .f-select {
  height: 40px;
}
.f-select-styled {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 6px 15px;
  border-radius: 1px;
}
.f-select-styled img {
  margin-left: -4px;
}
.f-select-styled:after {
  content: " ";
  border: 4px solid transparent;
  border-color: #7f7f7f transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}
.f-select-styled:hover {
  background-color: #f6fde2;
}
.f-select-styled:active,
.f-select-styled.active {
  background-color: #f6fde2;
  color: #24231f;
}
.f-select-styled:active:after,
.f-select-styled.active:after {
  border-color: #24231f transparent transparent transparent;
}
.checkout-form .f-select-styled {
  padding-top: 8px;
  padding-bottom: 8px;
}
.f-select-options {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  max-height: 200px;
  color: #24231f;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d0d7de;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.f-select-options li {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 8px 0;
  text-indent: 10px;
}
.f-select-options li:hover {
  background: #eee;
}
.f-select-options li[rel="hide"] {
  display: none;
}
.f-select-options li[rel="disabled"] {
  cursor: not-allowed;
  background: #ececec;
  color: #ddd;
  pointer-events: none;
}
/* 9. Tabs
=============================*/
.tab-nav {
  height: 48px;
  margin-top: -48px;
}
.tab-nav_item {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  padding: 12px 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
  margin-right: 5px;
}
.tab-nav_item.active {
  background: #fafbf2;
  color: #666;
  border-bottom: 0;
}
.tab-nav_item:last-child {
  margin-right: 0;
}
.tab-content {
  padding: 36px 0 49px;
  display: none;
}
.tab-content.active {
  display: block;
}
/* 10. Modals
===========================*/
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  /* has to be scroll, not auto, for ios momentum scroll */
  -webkit-overflow-scrolling: touch;
  /* for ios momentum scroll */
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal {
  top: 100px;
  position: relative;
  left: 50%;
  display: none;
  z-index: 1000;
  padding: 20px;
  /* Cart modal */
  /* Product Gallery Modal */
}
.modal_cart {
  top: 75px;
  width: 100%;
  max-width: 980px;
}
.modal_cart-body {
  padding: 30px;
  background: #fff;
}
.modal_cart-footer {
  padding: 30px;
  background: #fbfcf3;
  border-top: 1px solid #ddd;
}
.modal_gallery {
  width: 100%;
  max-width: 674px;
  height: 700px;
}
.modal_gallery-body {
  padding: 30px;
  background: #fff;
  position: relative;
}
.modal-close {
  width: 18px;
  height: 18px;
  display: block;
  background: url("/images/design/modal-close.png") no-repeat;
  position: absolute;
  top: 30px;
  right: -20px;
  overflow: hidden;
  text-indent: -999px;
}
/* 11. Alerts
===========================*/
.alert {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 20px;
}
.alert.success {
  background: #f6fde2 url("/images/design/alert-success.png") 20px center no-repeat;
  border-color: #09614D;
  color: #5b910e;
  padding-left: 55px;
}
.alert.error {
  background: #ffecec url("/images/design/alert-error.png") 20px center no-repeat;
  border-color: #f9cdcd;
  color: #b15f5f;
  padding-left: 55px;
}
.alert_message {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
}
.alert_action {
  line-height: 1.5;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/* 12. Popups
===========================*/
.popup {
  width: 280px;
  height: 41px;
  border-radius: 2px;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9;
}
.popup:before {
  content: "";
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #24231f transparent transparent;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}
.popup.error {
  background: #ee6360;
  color: #fff;
}
.popup.error:before {
  border-color: transparent #ee6360 transparent transparent;
}
/* 13. Cookies
===========================*/
.cookies {
  background: #dceef5;
  padding: 30px 0 20px;
}
.cookies_wrapper {
  position: relative;
}
.cookies .btn {
  margin-top: 20px;
}
.cookies-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #666;
  margin: 0 0 10px;
}
.cookies-close {
  position: absolute;
  right: 10px;
  top: -15px;
  z-index: 1;
}
/* 1. Base styles
============================*/
html {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #fdfff2 url("/images/design/body_bg.png");
  color: #666;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-width: 320px;
  position: relative;
}
body.nav-open {
  overflow: hidden;
}
body.white {
  background: #fff;
}
a:focus,
input:focus,
button:focus {
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
.link {
  display: inline-block;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
address {
  line-height: inherit;
  margin: 0;
}
b,
strong {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
i,
em {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* 2. Header
============================*/
/* Slideout menu */
.slideout-menu {
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  width: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  position: fixed;
  left: -260px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 7;
}
.slideout-menu.active {
  transform: translate3d(260px, 0, 0);
}
.slideout-menu.shadow {
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
}
.slideout-menu_header {
  background: #09614D;
  height: 60px;
  position: relative;
}
.slideout-panel {
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  background: #f8faf1;
  position: relative;
}
.slideout-panel.white {
  background: #fff;
}
.slideout-panel.active {
  left: 260px;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.slideout-menu-nav_item {
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.slideout-menu-nav_link {
  display: block;
  height: 50px;
  padding: 12px 20px;
}
.container.white {
  background-color: #fff;
}
.search-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNS41Ii8+PGxpbmUgeDE9IjExLjUiIHkxPSIxMS41IiB4Mj0iMTYiIHkyPSIxNiIvPjwvc3ZnPg==") no-repeat center;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.search-icon.active {
  opacity: .5;
}
/* Desktop Header */
.header-container {
  background: #fff;
  /* Minified header */
}
.header-container.min {
  border-bottom: 4px solid #09614D;
}
.header-container.min .header {
  height: 84px;
}
.header-container.min .logo {
  top: -2px;
}
.header-container .logo img {
  max-width: 200px;
  height: auto;
}
.header-container.min .header-contacts {
  margin-top: 12px;
}
.header {
  padding: 15px 0;
  height: 114px;
}
.logo {
  position: absolute;
  left: -10px;
  top: 1px;
}
.header-contacts {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #09614D;
  line-height: 1;
}
.header-contacts_phones,
.header-contacts_email {
  display: inline-block;
}
.header-contacts_phones {
  margin-right: 10px;
}
.header-contacts_phones:before,
.header-contacts_email:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background-size: contain;
}
.header-contacts_phones:before {
  background: url("/images/design/phone-green.svg") no-repeat center;
  background-size: contain;
  margin-left: 5px;
  top: 3px;
}
.header-contacts_email:before {
  background: url("/images/design/mail.svg") no-repeat center;
  background-size: contain;
  top: 5px;
}
.header-contacts_item {
  color: #09614D;
  text-decoration: none;
}
.header-contacts_item:hover {
  color: #4a7a06;
  text-decoration: none;
}
/* Search input */
.header-search {
  max-width: 560px;
  margin-top: 15px;
  position: relative;
}
.header-search:before,
.header-search:after {
  content: " ";
  display: table;
}
.header-search:after {
  clear: both;
}
.header-search:before,
.header-search:after {
  content: " ";
  display: table;
}
.header-search:after {
  clear: both;
}
.header-search-input,
.header-search-button {
  float: left;
}
.header-search-input {
  width: 100%;
  height: 40px;
  padding: 0 65px 0 15px;
  border: 1px solid #dcdcdc;
  border-radius: 2px 0 0 2px;
  position: relative;
  z-index: 5;
}
.header-search-input:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.header-search-button {
  border: 0;
  width: 57px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background: #09614D;
  background-image: none;
  filter: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.header-search-button:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxjaXJjbGUgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNS41Ii8+PGxpbmUgeDE9IjExLjUiIHkxPSIxMS41IiB4Mj0iMTYiIHkyPSIxNiIvPjwvc3ZnPg==") no-repeat center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.header-search-button:hover {
  background: #07503F;
}
.header-search-button:focus,
.header-search-button:active {
  background: #043d32;
  box-shadow: 0 2px 4px rgba(9, 97, 77, 0.2) inset;
}
/* Language select */
.header-lang {
  position: absolute;
  top: -15px;
  right: 7px;
  z-index: 6;
}
.header-lang_item {
  display: block;
  color: #666;
  text-decoration: none;
  position: relative;
  padding: 10px 15px;
}
.header-lang_item.active:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  top: 19px;
  right: 3px;
}
.header-lang_item:hover,
.header-lang_item:focus {
  color: #24231f;
}
.header-lang_item:hover:after,
.header-lang_item:focus:after {
  border-color: #24231f transparent transparent transparent;
}
.header-lang_item.dropdown {
  background: #fff;
}
.header-lang_item.dropdown:hover {
  background: #eee;
}
.header-lang_mobile {
  right: auto;
  left: 6px;
  top: 10px;
}
.header-lang_mobile .header-lang_item.active {
  color: #fff;
}
.header-lang_mobile .header-lang_item.active:after {
  border-color: #fff transparent transparent transparent;
}
.header-lang_dropdown {
  display: none;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
}
.header-day {
  margin-top: 38px;
  padding-left: 40px;
  background: url("/images/design/header-day-icon.png") 0 5px no-repeat;
}
.header-day_date {
  line-height: 1.5;
}
.header-day_names {
  line-height: 1.1;
  color: #24231f;
}
/* 3. Navigation
==============================*/
.nav-container {
  background: #09614D;
}
.nav {
  height: 40px;
}
.nav_item {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 40px;
}
.nav_item:last-child {
  margin-right: 0;
}
.nav_item:hover,
.nav_item:focus,
.nav_item.active {
  color: #F4E5B9;
}
.cart-preview {
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  height: 40px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.cart-preview_text {
  line-height: 15px;
  display: inline-block;
  max-width: 82%;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.cart-preview_text .pricetext {
  display: inline-block;
  white-space: nowrap;
}
.cart-preview_left,
.cart-preview_right {
  float: left;
  background: #05372C;
  position: relative;
}
.cart-preview_left {
  width: 57%;
  padding-left: 18px;
  height: 40px;
}
.cart-preview_left:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTQgMS41TDIgNC41djExYTEgMSAwIDAwMSAxaDEwYTEgMSAwIDAwMS0xdi0xMWwtMi0zeiIvPjxsaW5lIHgxPSIyIiB5MT0iNC41IiB4Mj0iMTQiIHkyPSI0LjUiLz48cGF0aCBkPSJNMTEgOGEzIDMgMCAwMS02IDAiLz48L3N2Zz4=") no-repeat center;
  background-size: 16px 18px;
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.cart-preview_right {
  width: 43%;
  padding-right: 27px;
  text-transform: uppercase;
}
.cart-preview_right:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -2px;
}
.cart-preview:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cart-preview:hover > .cart-preview-products {
  display: block;
}
.cart-preview-header {
  position: relative;
  z-index: 3;
  background: #05372C;
}
.cart-preview-header:before,
.cart-preview-header:after {
  content: " ";
  display: table;
}
.cart-preview-header:after {
  clear: both;
}
.cart-preview-header:before,
.cart-preview-header:after {
  content: " ";
  display: table;
}
.cart-preview-header:after {
  clear: both;
}
.cart-preview-products {
  background: #fff;
  border-radius: 0 0 5px 5px;
  width: 280px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 4;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cart-preview-products_item {
  padding: 15px 0 13px;
  border-bottom: 1px solid #eaeaea;
  text-shadow: none;
}
.cart-preview-products_item:before,
.cart-preview-products_item:after {
  content: " ";
  display: table;
}
.cart-preview-products_item:after {
  clear: both;
}
.cart-preview-products_item:before,
.cart-preview-products_item:after {
  content: " ";
  display: table;
}
.cart-preview-products_item:after {
  clear: both;
}
.cart-preview-products_item:last-of-type {
  border-bottom: 0;
}
.cart-preview-products_image,
.cart-preview-products_content {
  float: left;
  line-height: 1;
}
.cart-preview-products_image {
  width: 60px;
}
.cart-preview-products_content {
  width: 180px;
}
.cart-preview-products_title {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.cart-preview-products_count {
  color: #666;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.cart-preview-products_price {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2;
}
.cart-preview-products-main {
  padding: 0 20px;
}
.cart-preview-products-footer {
  background: #eee;
  padding: 12px 20px 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  text-align: center;
  text-shadow: none;
}
.cart-preview-products-footer .link {
  margin-top: 9px;
}
.cart-mobile > span {
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: #84ad12;
  color: #fff;
  font-size: 9px;
  padding: 1px;
  min-width: 16px;
  min-height: 16px;
  position: absolute;
  bottom: -10px;
  right: -7px;
}
/* 4. Sidebar
==============================*/
.sticky-wrapper {
  position: relative;
  z-index: 2;
}
.sticky-wrapper:before,
.sticky-wrapper:after {
  content: " ";
  display: table;
}
.sticky-wrapper:after {
  clear: both;
}
.sticky-wrapper:before,
.sticky-wrapper:after {
  content: " ";
  display: table;
}
.sticky-wrapper:after {
  clear: both;
}
.sidebar-wrapper {
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
}
/* Product categories */
.categories-wrapper {
  background: #fff;
  border-radius: 2px;
  padding: 10px 0;
}
.categories {
  max-height: 1000px;
  padding: 0 40px 0 20px;
}
.categories.hidden {
  display: none;
}
.categories.active {
  display: block;
}
.categories_sub {
  display: none;
  padding: 0 0 25px 20px;
}
.categories_sub_item {
  padding: 5px 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.categories_sub_link {
  display: block;
  color: #09614D;
  line-height: 1.2;
  text-decoration: none;
  text-indent: 0;
}
.categories_sub_link:hover {
  color: #05372C;
}
.categories_sub_link.active {
  color: #666;
}
.categories_item {
  list-style: none;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
}
.categories_item:last-of-type {
  border-bottom: 0;
}
.categories_link {
  display: block;
  color: #09614D;
  padding: 15px 0 17px 9px;
  line-height: 1.2;
  text-decoration: none;
}
.categories_link.has_submenu {
  position: relative;
}
.categories_link.has_submenu:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("/images/design/mobile-arrows-icon.png") -7px 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.categories_link.has_submenu.go-back {
  padding-left: 40px;
}
.categories_link.has_submenu.go-back:before {
  background: url("/images/design/mobile-arrows-icon.png") 0 0 no-repeat;
  right: auto;
  left: 20px;
}
.categories_link:hover {
  color: #05372C;
}
.categories_link.active {
  color: #666;
}
.categories-collapse {
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  position: relative;
  margin-bottom: 18px;
}
.categories-collapse:hover {
  box-shadow: 0 0 20px rgba(105, 110, 79, 0.4);
}
.categories-collapse_title {
  background: #09614D;
  padding: 9px 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  position: relative;
  z-index: 11;
}
.categories-collapse_title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 15px;
}
.categories-collapse .categories-wrapper {
  display: none;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(105, 110, 79, 0.4);
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 10;
}
.categories-collapse:hover > .categories-wrapper {
  display: block;
}
/* 5. Home Slider
==============================*/
.content {
  padding-top: 29px;
}
.home-slider {
  width: 100%;
  height: 325px;
  margin-bottom: 16px;
  background: #dceef5;
  overflow: hidden;
}
.home-slider_container {
  padding: 36px 50px;
  min-height: 325px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-slider_image {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home-slider_content {
  width: 445px;
  position: relative;
  z-index: 2;
}
.home-slider_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  color: #09614D;
  margin: 0 0 20px;
}
.home-slider_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.home-slider ul {
  list-style-type: disc;
  list-style-image: url("/images/design/list-item.png");
}
/* 6. Benefits
==============================*/
.benefits {
  margin-bottom: 16px;
}
.benefits_item {
  display: table;
  padding-left: 68px;
  height: 50px;
}
.benefits_item:hover {
  color: #24231f;
  cursor: pointer;
}
.benefits_image {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 10px;
}
.benefits_text {
  display: table-cell;
  vertical-align: middle;
}
.benefits_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.benefits.vertical {
  margin-top: 20px;
}
.benefits.vertical .benefits_item {
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  display: block;
  margin-bottom: 20px;
  padding: 19px 15px 20px 20px;
  height: 132px;
  position: relative;
}
.benefits.vertical .benefits_image {
  top: 49px;
  left: 20px;
}
.benefits.vertical .benefits_text {
  padding-left: 69px;
}
.benefits.vertical_min .benefits_item {
  display: block;
  margin-bottom: 30px;
}
/* 7. Products
==============================*/
.products_item {
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  max-width: 280px;
  height: 490px;
  border-radius: 1px;
  background: #fff;
  padding: 20px;
  margin: 0 auto 20px;
  position: relative;
}
.products_item:hover {
  box-shadow: 0 0 20px rgba(105, 110, 79, 0.4);
}
.products_item_image {
  max-width: 240px;
  margin-bottom: 12px;
}
.products_item_rating {
  width: 67px;
  height: 11px;
  margin-top: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #dcdcdc;
}
.products_item_rating-mask {
  width: 100%;
  height: 11px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NyAxMSI+PHBhdGggZmlsbD0id2hpdGUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAsMCBINjcgVjExIEgwIFogTTYuNywwLjMgTDcuOSwzLjggTDExLjYsMy45IEw4LjcsNi4xIEw5LjgsOS43IEw2LjcsNy42IEwzLjYsOS43IEw0LjcsNi4xIEwxLjgsMy45IEw1LjUsMy44IFogTTIwLjEsMC4zIEwyMS4zLDMuOCBMMjUsMy45IEwyMi4xLDYuMSBMMjMuMiw5LjcgTDIwLjEsNy42IEwxNyw5LjcgTDE4LjEsNi4xIEwxNS4yLDMuOSBMMTguOSwzLjggWiBNMzMuNSwwLjMgTDM0LjcsMy44IEwzOC40LDMuOSBMMzUuNSw2LjEgTDM2LjYsOS43IEwzMy41LDcuNiBMMzAuNCw5LjcgTDMxLjUsNi4xIEwyOC42LDMuOSBMMzIuMywzLjggWiBNNDYuOSwwLjMgTDQ4LjEsMy44IEw1MS44LDMuOSBMNDguOSw2LjEgTDUwLDkuNyBMNDYuOSw3LjYgTDQzLjgsOS43IEw0NC45LDYuMSBMNDIsMy45IEw0NS43LDMuOCBaIE02MC4zLDAuMyBMNjEuNSwzLjggTDY1LjIsMy45IEw2Mi4zLDYuMSBMNjMuNCw5LjcgTDYwLjMsNy42IEw1Ny4yLDkuNyBMNTguMyw2LjEgTDU1LjQsMy45IEw1OS4xLDMuOCBaICIvPjwvc3ZnPg==") left bottom no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
.products_item_rating-mask.big {
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NSAxNSI+PHBhdGggZmlsbD0id2hpdGUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAsMCBIOTUgVjE1IEgwIFogTTkuNSwwLjUgTDExLjEsNS4yIEwxNi4yLDUuMyBMMTIuMiw4LjQgTDEzLjYsMTMuMiBMOS41LDEwLjMgTDUuNCwxMy4yIEw2LjgsOC40IEwyLjgsNS4zIEw3LjksNS4yIFogTTI4LjUsMC41IEwzMC4xLDUuMiBMMzUuMiw1LjMgTDMxLjIsOC40IEwzMi42LDEzLjIgTDI4LjUsMTAuMyBMMjQuNCwxMy4yIEwyNS44LDguNCBMMjEuOCw1LjMgTDI2LjksNS4yIFogTTQ3LjUsMC41IEw0OS4xLDUuMiBMNTQuMiw1LjMgTDUwLjIsOC40IEw1MS42LDEzLjIgTDQ3LjUsMTAuMyBMNDMuNCwxMy4yIEw0NC44LDguNCBMNDAuOCw1LjMgTDQ1LjksNS4yIFogTTY2LjUsMC41IEw2OC4xLDUuMiBMNzMuMiw1LjMgTDY5LjIsOC40IEw3MC42LDEzLjIgTDY2LjUsMTAuMyBMNjIuNCwxMy4yIEw2My44LDguNCBMNTkuOCw1LjMgTDY0LjksNS4yIFogTTg1LjUsMC41IEw4Ny4xLDUuMiBMOTIuMiw1LjMgTDg4LjIsOC40IEw4OS42LDEzLjIgTDg1LjUsMTAuMyBMODEuNCwxMy4yIEw4Mi44LDguNCBMNzguOCw1LjMgTDgzLjksNS4yIFogIi8+PC9zdmc+") left bottom no-repeat;
  background-size: 100% 100%;
}
.products_item_rating-process {
  height: 11px;
  background: #f9b814;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.products_item_rating-process.p100 {
  width: 100%;
}
.products_item_rating-process.p90 {
  width: 90%;
}
.products_item_rating-process.p80 {
  width: 80%;
}
.products_item_rating-process.p70 {
  width: 70%;
}
.products_item_rating-process.p60 {
  width: 60%;
}
.products_item_rating-process.p50 {
  width: 50%;
}
.products_item_rating-process.p40 {
  width: 40%;
}
.products_item_rating-process.p30 {
  width: 30%;
}
.products_item_rating-process.p20 {
  width: 20%;
}
.products_item_rating-process.p10 {
  width: 10%;
}
.products_item_rating-process.p5 {
  width: 5%;
}
.products_item_rating-process.big {
  height: 15px;
}
.products_item_rating.big {
  width: 95px;
  height: 15px;
}
.products_item_rating.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.products_item_content {
  height: 120px;
  overflow: hidden;
}
.products_item_content.min {
  height: 103px;
}
.products_item_title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #05372C;
}
.products_item_title:hover,
.products_item_title:focus {
  color: #09614D;
  text-decoration: none;
}
.products_item_price {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #05372C;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.products_item_price.footer {
  font-size: 18px;
  margin-bottom: 20px;
  display: none;
}
.products_item_text {
  font-size: 13px;
  line-height: 1.4;
}
.products_item_footer {
  position: absolute;
  width: 100%;
  padding-right: 40px;
  bottom: 30px;
}
.products_item_footer:before,
.products_item_footer:after {
  content: " ";
  display: table;
}
.products_item_footer:after {
  clear: both;
}
.products_item_footer:before,
.products_item_footer:after {
  content: " ";
  display: table;
}
.products_item_footer:after {
  clear: both;
}
.products_item_counter {
  width: 25%;
  float: left;
}
.products_item_counter_title {
  font-size: 13px;
  display: none;
}
.products_item_btn {
  width: 75%;
  float: left;
  padding-left: 10px;
}
/* List type view */
.list .products_item {
  max-width: none;
  width: 100%;
  height: auto;
  /* Product type btns */
  /* Spinner */
}
.list .products_item:before,
.list .products_item:after {
  content: " ";
  display: table;
}
.list .products_item:after {
  clear: both;
}
.list .products_item:before,
.list .products_item:after {
  content: " ";
  display: table;
}
.list .products_item:after {
  clear: both;
}
.list .products_item_image {
  max-width: 160px;
  float: left;
  margin-bottom: 0;
}
.list .products_item_content {
  float: left;
  width: 100%;
  max-width: 459px;
  height: 165px;
  padding: 0 10px 0 18px;
  border-right: 1px solid #eaeaea;
}
.list .products_item_footer {
  float: left;
  width: 100%;
  max-width: 220px;
  position: relative;
  bottom: auto;
  padding-right: 0;
  padding-left: 20px;
}
.list .products_item_price {
  display: none;
}
.list .products_item_price.footer {
  display: block;
}
.list .products_item_counter {
  width: 100%;
}
.list .products_item_counter_title {
  margin-right: 10px;
  display: inline-block;
  vertical-align: super;
}
.list .products_item_btn {
  float: none;
  width: 100%;
  padding-left: 0;
}
.list .products_item .product-type {
  width: 100%;
  max-width: 220px;
  margin-bottom: 0;
}
.list .products_item .product-type_btn {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 8px;
}
.list .products_item .spinner {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
.spinner {
  width: 60px;
  border-radius: 6px;
  border: 1px solid #D1D5DB;
  position: relative;
  overflow: hidden;
}
.spinner:before,
.spinner:after {
  content: " ";
  display: table;
}
.spinner:after {
  clear: both;
}
.spinner:before,
.spinner:after {
  content: " ";
  display: table;
}
.spinner:after {
  clear: both;
}
.spinner_inline {
  margin-right: 15px;
}
.spinner input,
.spinner .spinner-input {
  border: 0;
  border-right: 1px solid #D1D5DB;
  width: 40px;
  height: 34px;
  border-radius: 0;
  text-align: center;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.spinner .ui-spinner-button,
.spinner .spinner-up,
.spinner .spinner-down {
  display: block;
  width: 18px;
  height: 17px;
  background: #F9FAFB;
  border-left: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: 9999px;
  position: relative;
  transition: background 0.15s;
}
.spinner .ui-spinner-button:before,
.spinner .spinner-up:before,
.spinner .spinner-down:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
}
.spinner .ui-spinner-button:hover,
.spinner .spinner-up:hover,
.spinner .spinner-down:hover,
.spinner .ui-spinner-button:focus,
.spinner .spinner-up:focus,
.spinner .spinner-down:focus {
  background: #E5E7EB;
}
.spinner .ui-spinner-up,
.spinner .spinner-up {
  color: transparent;
}
.spinner .ui-spinner-up:before,
.spinner .spinner-up:before {
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #7f7f7f transparent;
  top: 9px;
}
.spinner .ui-spinner-up:hover:before,
.spinner .spinner-up:hover:before {
  border-color: transparent transparent #000 transparent;
}
.spinner .ui-spinner-down:before,
.spinner .spinner-down:before {
  border-width: 4px 3.5px 0 3.5px;
  border-color: #7f7f7f transparent transparent transparent;
  top: 4px;
}
.spinner .ui-spinner-down:hover:before,
.spinner .spinner-down:hover:before {
  border-color: #000 transparent transparent transparent;
}
.spinner-buttons {
  float: left;
  width: 18px;
}
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
/* Product Types */
.product-type {
  margin: 12px 0 10px;
}
.product-type:before,
.product-type:after {
  content: " ";
  display: table;
}
.product-type:after {
  clear: both;
}
.product-type:before,
.product-type:after {
  content: " ";
  display: table;
}
.product-type:after {
  clear: both;
}
.product-type_btn {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 115px;
  float: left;
  height: 26px;
  padding: 0 9px;
  margin-right: 7px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  font-size: 13px;
  text-align: left;
}
.product-type_btn.big {
  width: 166px;
  margin-bottom: 8px;
}
.product-type_btn.auto {
  width: auto;
}
.product-type_btn:last-of-type {
  margin-right: 0;
}
.product-type_btn.premium:before {
  content: "";
  background: url("/images/design/premium-icon.png") no-repeat;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 7px;
}
.product-type_btn:hover {
  background: #f6fde2;
}
.product-type_btn:focus,
.product-type_btn:active,
.product-type_btn.active {
  background: #f6fde2;
  border-color: #09614D;
}
/* 8. Reviews
==============================*/
.reviews-slider {
  position: relative;
  margin-bottom: 43px;
}
.reviews-slider .slick-list {
  overflow: inherit;
}
.reviews-all {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #09614D;
  position: absolute;
  top: -40px;
  right: 0;
}
.reviews-all:hover {
  text-decoration: none;
}
.review-text {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
  border-radius: 2px;
  padding: 22px 28px;
  box-shadow: 0 0 8px rgba(105, 110, 79, 0.4);
  margin-bottom: 20px;
  position: relative;
}
.review-text:after {
  content: "";
  background: url("/images/design/review-arrow.png") no-repeat;
  display: block;
  width: 23px;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 30px;
}
.review-author {
  padding-left: 10px;
}
.review-author:before,
.review-author:after {
  content: " ";
  display: table;
}
.review-author:after {
  clear: both;
}
.review-author:before,
.review-author:after {
  content: " ";
  display: table;
}
.review-author:after {
  clear: both;
}
.review-author_photo {
  float: left;
  width: 60px;
  height: 60px;
}
.review-author_photo img {
  width: 60px;
  height: 60px;
}
.review-author_info {
  float: left;
  padding: 12px 0 0 20px;
  line-height: 1.4;
}
.review-author_name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* About text */
.about-text {
  margin-top: 54px;
}
.about-text p {
  margin-bottom: 16px;
  line-height: 1.5;
}
/* 9. Footer
==============================*/
.rose {
  position: absolute;
  left: -125px;
  bottom: -100px;
  z-index: 1;
}
.footer-container {
  background: #05372C;
  color: #fff;
  margin-top: 90px;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.footer-container.min {
  margin-top: 30px;
}
.footer-container.no-margin {
  margin-top: 0;
}
.footer-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 14px;
}
.footer-address_item {
  margin-bottom: 14px;
}
.footer-address_worktime {
  line-height: 1.5;
}
.footer-address_title {
  margin-bottom: 3px;
}
.footer-nav {
  font-size: 13px;
}
.footer-nav_link {
  line-height: 1.8;
  color: #fff;
}
.footer-nav_link:hover,
.footer-nav_link:focus {
  color: #d3e5a1;
  text-decoration: none;
}
.footer-payments {
  margin-top: 29px;
}
.footer-payments:before,
.footer-payments:after {
  content: " ";
  display: table;
}
.footer-payments:after {
  clear: both;
}
.footer-payments:before,
.footer-payments:after {
  content: " ";
  display: table;
}
.footer-payments:after {
  clear: both;
}
.footer-payments_item {
  float: left;
  margin-right: 30px;
}
.footer-payments_item:last-of-type {
  margin-right: 0;
}
/* Subscribe */
.footer-follow {
  padding-left: 33px;
}
.subscribe-form {
  margin-bottom: 26px;
  padding-top: 3px;
}
.subscribe-form:before,
.subscribe-form:after {
  content: " ";
  display: table;
}
.subscribe-form:after {
  clear: both;
}
.subscribe-form:before,
.subscribe-form:after {
  content: " ";
  display: table;
}
.subscribe-form:after {
  clear: both;
}
.subscribe-form_input,
.subscribe-form_btn {
  float: left;
}
.subscribe-form_input {
  background: #fff url("/images/design/email-icon.png") 11px center no-repeat;
  color: #24231f;
  border: 0;
  width: 250px;
  padding: 10px 10px 10px 42px;
  border-radius: 2px 0 0 2px;
}
.subscribe-form_input.error {
  color: #c84542;
}
.subscribe-form_input.success {
  color: #5b910e;
}
.subscribe-form_btn {
  width: 105px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background: #09614D;
  background-image: none;
  filter: none;
}
.subscribe-form_btn:hover {
  background: #07503F;
}
.subscribe-form_btn:focus,
.subscribe-form_btn:active {
  background: #043d32;
  box-shadow: 0 2px 4px rgba(9, 97, 77, 0.2) inset;
}
/* Social buttons */
.social {
  margin: 8px 0;
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social_item {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background: #09614D;
  background-image: none;
  filter: none;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
}
.social_item:hover {
  background: #07503F;
}
.social_item:focus,
.social_item:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}
.social_link {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/images/design/social-sprite.png") no-repeat;
}
.social_link.dg {
  background-position: 0 0;
}
.social_link.fb {
  background-position: -50px 0;
}
.social_link.tw {
  background-position: -100px 0;
}
.social_link.gp {
  background-position: -150px 0;
}
.social_link.ig {
  background-position: -200px 0;
}
/* Credits */
.credits-container {
  background: #f8faf1;
  font-size: 12px;
  line-height: 1.4;
  color: #4a7a06;
}
.credits-text {
  padding-top: 14px;
  padding-bottom: 10px;
}
.credits-logo {
  text-align: right;
  padding-top: 9px;
  padding-bottom: 5px;
}
.efumo-logo {
  display: inline-block;
  background: url("/images/efumo-logo.png") no-repeat;
  width: 74px;
  height: 23px;
}
.efumo-logo:hover {
  background-position: 0 -23px;
}
.mobile-phone {
  width: 30px;
  height: 30px;
  background-image: url("/images/ic_phone_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px 23px;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -16px;
}
/* 10. Pages styles
==============================*/
.contacts-map {
  width: 100%;
  height: 341px;
  margin-bottom: 30px;
}
.contacts {
  position: relative;
}
.contacts:before,
.contacts:after {
  content: " ";
  display: table;
}
.contacts:after {
  clear: both;
}
.contacts:before,
.contacts:after {
  content: " ";
  display: table;
}
.contacts:after {
  clear: both;
}
.contacts_left {
  float: left;
  width: 450px;
  min-height: 1px;
  padding-left: 20px;
}
.contacts_right {
  float: left;
  width: 730px;
  padding: 5px 0 0 30px;
}
.contacts-title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.contacts-title.black {
  font-family: 'Roboto', sans-serif;
}
.contacts-info {
  width: 430px;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  padding: 27px 30px 74px;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  position: absolute;
  top: -321px;
  left: 21px;
}
.contacts-info_item {
  margin-bottom: 10px;
}
.contacts-info_item-title,
.contacts-info_item-content {
  display: inline-block;
  vertical-align: top;
}
.contacts-info_item-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 148px;
}
.contact-data {
  padding-bottom: 20px;
  margin-top: 20px;
}
.contacts-info-text {
  margin-top: 16px;
}
.requisites {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.flowers {
  width: 243px;
  height: 196px;
  background: url("/images/design/contacts/flowers.png") no-repeat;
  position: absolute;
  bottom: -16px;
  right: 0;
  z-index: 1;
}
/* Form */
.contacts-form-text {
  line-height: 22px;
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-label {
  color: #666;
  margin-top: 8px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
}
.form-input,
.form-textarea {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  color: #24231f;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #c2c2c2;
}
.form-input.error,
.form-textarea.error {
  border-color: #ffa9a7;
  background: #fff4f4;
}
.form-input.error:focus,
.form-textarea.error:focus {
  border-color: #ffa9a7;
}
.form-input.md,
.form-textarea.md {
  height: 150px;
}
.form-input {
  width: 100%;
  padding: 10px 34px 10px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff;
}
.form-input_md {
  width: 224px;
}
.form-input_datepicker {
  background: #fff url("/images/design/calendar-icon.png") 95% center no-repeat;
  cursor: pointer;
}
.form-input_datepicker:focus {
  border-color: #dcdcdc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.form-input_timepicker {
  background: #fff url("/images/design/time-icon.png") 95% center no-repeat;
  cursor: pointer;
}
.form-input_timepicker:focus {
  border-color: #dcdcdc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.form-input.success:not(:focus):not(.form-input_datepicker):not(.form-input_timepicker) {
  background: #fff url("/images/design/valid-icon.png") 95% center no-repeat;
}
.form-input.error {
  background: #fff4f4 url("/images/design/error-icon.png") 95% center no-repeat;
}
.phone-group {
  transition: height 200ms;
}
.phone-group .form-input-prefix {
  top: 0px;
  left: 10px;
  transition: top 200ms;
  width: 130px;
  z-index: 1;
  position: absolute;
}
.phone-group .f-select {
  z-index: 2;
  position: relative;
}
.phone-group .checkout-form_right .col-md-6 {
  margin-top: 0px;
  transition: margin-top 200ms;
}
.phone-group-open {
  height: 90px;
}
.phone-group-open .form-input-prefix {
  top: 50px;
}
.phone-group-open .checkout-form_right .col-md-6 {
  margin-top: 50px;
}
.phone-group #phone_prefix-error {
  top: 50px;
  right: 100%;
  left: initial;
}
.phone-group #phone_prefix-error:before {
  content: initial;
}
.form-textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 10px 15px;
  resize: none;
}
.input-group:before,
.input-group:after {
  content: " ";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group:before,
.input-group:after {
  content: " ";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group .form-input {
  float: left;
}
.input-group .form-input:last-child {
  margin-left: 14px;
}
.input-group .form-input:first-child {
  margin-left: 0;
  margin-right: 14px;
}
.required {
  vertical-align: sub;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #e03b38;
}
/* Radio */
.radio-group {
  margin: 7px 0;
}
.inline-label {
  color: #666;
  display: inline;
  cursor: pointer;
  margin-left: 5px;
  line-height: 1.5;
}
.message {
  padding: 8px 6px;
}
.message.success {
  color: #5b910e;
}
.message.error {
  color: #c84542;
}
.post {
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  max-width: 430px;
  margin: 0 auto 20px;
  background: #fff;
}
.post:hover {
  box-shadow: 0 0 20px rgba(105, 110, 79, 0.4);
}
.post-image img {
  padding: 17px 20px 0;
}
.post-content {
  padding: 17px 20px 26px;
}
.post-content_text {
  height: 145px;
  overflow: hidden;
}
.post-content_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
  max-height: 50px;
  overflow: hidden;
}
.post-content_title a {
  color: #09614D;
}
.post-content_title a:hover {
  color: #09614D;
  text-decoration: underline;
}
.post-content_date {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #999;
  margin-bottom: 10px;
}
.post-content_description {
  line-height: 1.6;
}
.post-content_more {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 15px;
}
.blog-post-text {
  background: #fff;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  padding: 30px;
}
.blog-post-text {
  margin: 20px 0 30px;
}
.blog-post-text h1,
.blog-post-text h2,
.blog-post-text h3,
.blog-post-text h4,
.blog-post-text h5,
.blog-post-text h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #666;
}
.blog-post-text h1 b,
.blog-post-text h2 b,
.blog-post-text h3 b,
.blog-post-text h4 b,
.blog-post-text h5 b,
.blog-post-text h6 b,
.blog-post-text h1 strong,
.blog-post-text h2 strong,
.blog-post-text h3 strong,
.blog-post-text h4 strong,
.blog-post-text h5 strong,
.blog-post-text h6 strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.blog-post-text h1 {
  font-size: 36px;
}
.blog-post-text h2 {
  font-size: 30px;
}
.blog-post-text h3 {
  font-size: 24px;
}
.blog-post-text h4 {
  font-size: 18px;
}
.blog-post-text h5 {
  font-size: 14px;
}
.blog-post-text h6 {
  font-size: 10px;
}
.blog-post-text p {
  line-height: 22px;
}
.blog-post-text p:before,
.blog-post-text p:after {
  content: " ";
  display: table;
}
.blog-post-text p:after {
  clear: both;
}
.blog-post-text p:before,
.blog-post-text p:after {
  content: " ";
  display: table;
}
.blog-post-text p:after {
  clear: both;
}
.blog-post-text a {
  color: #09614D;
}
.blog-post-text a:hover {
  text-decoration: underline;
}
.blog-post-text img {
  float: left;
  margin: 0 20px 10px 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-post-text ul,
.blog-post-text ol {
  margin: 10px 0 10px 25px;
}
.blog-post-text ul li,
.blog-post-text ol li {
  margin-bottom: 10px;
  padding-left: 5px;
}
.blog-post-text ul li small,
.blog-post-text ol li small {
  font-size: 12px;
  color: #808080;
  padding-left: 5px;
}
.blog-post-text ol {
  counter-reset: list;
}
.blog-post-text ol li {
  list-style-type: none;
  margin-bottom: 8px;
  line-height: 1.5;
  position: relative;
}
.blog-post-text ol li:before {
  content: counter(list) '.';
  counter-increment: list;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #09614D;
  width: 24px;
  text-align: right;
  position: absolute;
  left: -25px;
  top: 0;
}
.blog-post-text ul li {
  list-style-image: url("/images/design/list-item.png");
}
.blog-post-text table {
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
}
.blog-post-text table thead {
  border: 1px solid #86bb3c;
}
.blog-post-text table th {
  background: #86bb3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
}
.blog-post-text table tbody {
  border: 1px solid #dedede;
}
.blog-post-text table td {
  padding: 10px 15px;
  border-bottom: 1px solid #dedede;
}
.cart-container {
  margin-top: -4px;
  position: relative;
}
.checkout-text {
  margin-bottom: 45px;
}
/* Cart table */
.cart-table {
  display: table;
  width: 100%;
  max-width: 840px;
  font-size: 14px;
  border-collapse: collapse;
  border-top: 1px solid #eaeaea;
  margin-top: -10px;
}
.cart-table.full-width {
  max-width: none;
}
.cart-table_row {
  display: table-row;
  border-bottom: 1px solid #eaeaea;
}
.cart-table_row:last-of-type {
  border-bottom: 0;
}
.cart-table_td {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-table_head .cart-table_td {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cart-table_foot .cart-table_td {
  padding-top: 13px;
  line-height: 1.5;
}
.cart-table_foot .cart-table_td:empty {
  height: 0;
  width: 0;
  padding: 0;
}
.cart-table_foot {
  border-bottom: 0;
}
.cart-table_body .cart-table_flower_count {
  width: 80px;
}
.cart-table_body .cart-table_price {
  text-align: right;
  width: 80px;
}
.cart-table_count {
  width: 70px;
}
.cart-table_price {
  text-align: right;
}
.cart-table_summary {
  width: 145px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: right;
}
.cart-table_summary-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.cart-table_discount {
  color: #09614D;
}
.cart-table_mobile-info {
  display: none;
}
.cart-table_product-delete {
  border: 0;
  width: 10px;
  height: 10px;
  background: url("/images/design/close-icon.png") no-repeat;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -5px;
}
.cart-table_mobile_product-delete {
  text-decoration: underline;
  color: #09614D;
  cursor: pointer;
}
.cart-description {
  width: 492px;
}
.cart-table_product-image {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}
.cart-table_product-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  width: 406px;
  padding: 0 20px;
}
.cart-back-link {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  float: right;
  margin-right: 40px;
  line-height: 2.4;
}
/* Discount */
.discount {
  background: #eee;
  border-radius: 2px;
  padding: 10px;
  margin-top: 5px;
}
.discount:before,
.discount:after {
  content: " ";
  display: table;
}
.discount:after {
  clear: both;
}
.discount:before,
.discount:after {
  content: " ";
  display: table;
}
.discount:after {
  clear: both;
}
.discount-form-container {
  float: right;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  position: relative;
}
.discount-form-container.error {
  border-color: #ffa9a7;
  background: #fff4f4;
}
.discount-form-container .popup {
  left: 107%;
}
.discount-form_input {
  background: none;
  border: 0;
  padding: 8px 10px;
  color: #24231f;
}
.discount-form_input.valid {
  color: #5b910e;
}
.discount-form_input.error {
  background: url("/images/design/error-icon.png") right center no-repeat;
}
.discount-form_btn {
  background: none;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #09614D;
  padding-right: 10px;
  float: right;
  height: 37px;
}
/* Checkout Form */
.checkout-form {
  margin-top: 12px;
}
.fieldset-title {
  width: 100%;
  max-width: 840px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}
.fieldset-title.full-width {
  max-width: none;
}
.checkout-form_fieldset {
  margin-bottom: 5px;
}
.checkout-form_left {
  text-align: right;
}
.checkout-form_input-group {
  margin-bottom: 10px;
}
.checkout-form_input-group.big-margin {
  margin-bottom: 17px;
  margin-top: 17px;
}
.checkout-form_textarea {
  height: 107px;
}
.precise-time {
  display: none;
}
/* Payments */
.payments-group {
  max-width: 480px;
  width: 100%;
  margin: 9px 0 31px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.payments-group_item {
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.payments-group_item .inline-label {
  margin-left: 125px;
  display: inline-block;
  vertical-align: top;
}
.payments-group_item:after {
  content: "";
  display: block;
  background: url("/images/design/payments-sprite.png") no-repeat;
  width: 77px;
  height: 38px;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 55px;
}
.payments-group_item.visa:after {
  background-position: 0 0;
}
.payments-group_item.swed:after {
  background-position: 0 -38px;
}
.payments-group_item.citadele:after {
  background-position: 0 -76px;
}
.payments-group_item.seb:after {
  background-position: 0 -116px;
}
.payments-group_item.paypal:after {
  background-position: 0 -152px;
}
.payments-group_item.money-tr:after {
  background-position: 0 -193px;
}
.payments-group_item.cash:after {
  background-position: 0 -232px;
}
.payments-group_item.montonio-banklink:after {
  background: url("/images/design/alert-success.png") no-repeat;
  background-size: 22%;
  background-position: 2px 7px;
}
.payments-group_item.active {
  background-color: #f6f6f6;
}
.payments-group_item.active:after {
  opacity: 1;
}
.payments-group_item:last-of-type {
  border-bottom: 0;
}
.checkout-btn-container {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.cart-footer {
  margin-top: 20px;
  max-width: 860px;
}
.thanks-main {
  border-bottom: 1px solid #dfdfdf;
}
.thanks-content,
.thanks-footer-content {
  padding-left: 40px;
}
.thanks-content {
  width: 100%;
  max-width: 610px;
  padding-top: 94px;
  padding-bottom: 39px;
}
.thanks-footer-content {
  padding-top: 25px;
  padding-bottom: 155px;
}
.thanks-footer-content:before,
.thanks-footer-content:after {
  content: " ";
  display: table;
}
.thanks-footer-content:after {
  clear: both;
}
.thanks-footer-content:before,
.thanks-footer-content:after {
  content: " ";
  display: table;
}
.thanks-footer-content:after {
  clear: both;
}
.thanks-text {
  margin-bottom: 25px;
}
.pdf-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
}
.pdf-link.vertical {
  line-height: 3;
  margin-left: 25px;
}
.pdf-link:hover {
  text-decoration: underline;
}
.pdf-link:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 15px;
  height: 18px;
  margin-right: 10px;
  background: url("/images/design/pdf-icon.png") no-repeat;
}
/* Thanks footer */
.thanks-footer {
  background: #fff;
  min-height: 250px;
}
/* Postcard */
.postcard-container {
  position: relative;
}
.postcard,
.payment-fail {
  width: 317px;
  height: 417px;
  position: absolute;
  top: 55px;
  right: -4px;
}
.postcard {
  background: url("/images/design/postcard.png") no-repeat;
}
.payment-fail {
  background: url("/images/design/payment-fail.png") no-repeat;
}
.product-container {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 120px;
}
.product-gallery {
  margin-bottom: 30px;
  overflow: hidden;
}
.product-gallery:before,
.product-gallery:after {
  content: " ";
  display: table;
}
.product-gallery:after {
  clear: both;
}
.product-gallery:before,
.product-gallery:after {
  content: " ";
  display: table;
}
.product-gallery:after {
  clear: both;
}
.product-gallery_left {
  width: 80px;
  float: left;
}
.product-gallery_right {
  float: left;
  width: 580px;
  padding-left: 60px;
}
.product-gallery_nav-item {
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  margin: 5px 0;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.product-gallery_nav-item.horizontal {
  width: 83px;
  height: 83px;
  border-width: 2px;
  margin: 10px 5px;
}
.product-gallery_nav-item.horizontal img {
  display: block;
  margin: 0 auto;
}
.product-gallery_nav-item.video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-gallery_nav-item.video:after {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: url("/images/design/video-icon.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -20px 0 0 -20px;
}
.product-gallery_nav-item:hover {
  border-color: #09614D;
}
.slick-current .product-gallery_nav-item {
  border-color: #09614D;
}
.slick-current .product-gallery_nav-item:before {
  content: '';
  background: #f6fde2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
}
.slick-current .product-gallery_nav-item.horizontal {
  border-width: 2px;
}
.product {
  margin-bottom: 14px;
}
.product_info-block {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product_info-block:before,
.product_info-block:after {
  content: " ";
  display: table;
}
.product_info-block:after {
  clear: both;
}
.product_info-block:before,
.product_info-block:after {
  content: " ";
  display: table;
}
.product_info-block:after {
  clear: both;
}
.product_info-block_title {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.product_view-reviews {
  line-height: 1.5;
  margin-left: 11px;
}
.product_rating {
  width: 50%;
  float: left;
}
.product_code {
  width: 50%;
  float: left;
  color: #999;
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
}
.product_price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin-right: 20px;
  text-transform: uppercase;
}
.product_price.block {
  margin-bottom: 20px;
}
.product_benefits {
  padding-top: 66px;
}
/* Out of Stock request info
==========================*/
.request-info {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #09614D;
  line-height: 1.3;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}
.request-phone {
  color: #09614D;
}
.request-phone:hover,
.request-phone:focus {
  color: #09614D;
  text-decoration: underline;
}
/* Product Slider */
.product_gallery-slider {
  margin-top: 8px;
}
/* Reviews */
.review-item {
  background: #fff;
  padding: 17px 20px;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  border-radius: 2px;
  margin-bottom: 10px;
}
.review-item_header {
  line-height: 1.4;
  margin-bottom: 5px;
}
.review-item_header span {
  font-size: 13px;
}
.review-item_text {
  line-height: 1.5;
}
.review-pubdate {
  color: #999;
  font-size: 13px;
}
.set-rating {
  margin: 10px 0 0 10px;
}
/* Photo slider in modal */
/* Custom arrows */
.product-main-photo_arrow {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -18px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border: none;
  outline: none;
}
.product-main-photo_arrow:before {
  content: "";
  display: block;
  background: url("/images/design/horizontal-arrows.png") no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -4px;
}
.product-main-photo_arrow.prev {
  left: -45px;
}
.product-main-photo_arrow.next {
  right: -45px;
}
.product-main-photo_arrow.next:before {
  background-position: -6px 0;
}
/* Cart modal slider
=============================*/
.cart-upsale-slider {
  width: 100%;
  box-shadow: 0 0 3px rgba(105, 110, 79, 0.3);
  background: #fff;
  padding: 20px 34px;
  border-radius: 2px;
  margin: 15px 0 30px;
  position: relative;
}
.cart-upsale-slider:before,
.cart-upsale-slider:after {
  content: " ";
  display: table;
}
.cart-upsale-slider:after {
  clear: both;
}
.cart-upsale-slider:before,
.cart-upsale-slider:after {
  content: " ";
  display: table;
}
.cart-upsale-slider:after {
  clear: both;
}
.cart-upsale-slider_item {
  width: 270px;
  padding: 0 20px;
  float: left;
}
.cart-upsale-slider_item_text {
  font-size: 13px;
  line-height: 1.4;
  height: 35px;
  overflow: hidden;
}
.cart-upsale-slider_item_main {
  margin-bottom: 10px;
}
.cart-upsale-slider_item_main:before,
.cart-upsale-slider_item_main:after {
  content: " ";
  display: table;
}
.cart-upsale-slider_item_main:after {
  clear: both;
}
.cart-upsale-slider_item_main:before,
.cart-upsale-slider_item_main:after {
  content: " ";
  display: table;
}
.cart-upsale-slider_item_main:after {
  clear: both;
}
.cart-upsale-slider_item_photo {
  width: 70px;
  float: left;
}
.cart-upsale-slider_item_content {
  width: 160px;
  float: left;
  padding-left: 10px;
  line-height: 1;
}
.cart-upsale-slider_item_title {
  width: inherit;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 3px;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-upsale-slider_item_price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-list {
  min-height: 1000px;
  height: auto;
}
.loader {
  display: block;
  width: 48px;
  height: 48px;
  background: url("/images/design/loader.gif") no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -24px 0 0 -24px;
}
/* 11. Vendor libs import
==============================*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-loading .slick-list {
  background: #ececec url('/images/design/ajax-loader.gif') center center no-repeat;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/images/design/ajax-loader.gif') center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}
/* Product gallery vertical slider arrows */
.product_gallery-slider .slick-prev,
.product_gallery-slider .slick-next {
  background: url("/images/design/vertical-arrows.png") no-repeat;
  width: 10px;
  height: 6px;
  left: 50%;
  margin-left: -5px;
}
.product_gallery-slider .slick-prev {
  background-position: 0 -6px;
  top: auto;
  bottom: -10px;
}
.product_gallery-slider .slick-next {
  top: 2px;
}
.product_gallery-slider_modal .slick-prev,
.product_gallery-slider_modal .slick-next {
  background: url("/images/design/horizontal-arrows-white.png") no-repeat;
  width: 6px;
  height: 10px;
  margin-top: -5px;
}
.product_gallery-slider_modal .slick-prev {
  left: -10px;
}
.product_gallery-slider_modal .slick-next {
  background-position: -6px 0;
  right: -12px;
}
/* Product main photo */
.product-main-photo .slick-prev,
.product-main-photo .slick-next {
  width: 100px;
  height: 100%;
  background: transparent;
  margin-top: 0;
  z-index: 100;
}
.product-main-photo .slick-prev {
  top: 0;
  left: 0;
}
.product-main-photo .slick-next {
  top: 0;
  right: 0;
}
/* Upsale products slider */
.upsale-product-slider .slick-track {
  padding-top: 10px;
}
.upsale-product-slider .slick-prev,
.upsale-product-slider .slick-next {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-top: -28px;
}
.upsale-product-slider .slick-prev:before,
.upsale-product-slider .slick-next:before {
  content: "";
  display: block;
  background: url("/images/design/horizontal-arrows.png") no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -4px;
}
.upsale-product-slider .slick-prev {
  left: -45px;
}
.upsale-product-slider .slick-next {
  right: -45px;
}
.upsale-product-slider .slick-next:before {
  background-position: -6px 0;
}
/* Cart upsale product arrows */
.cart-upsale-slider .slick-prev,
.cart-upsale-slider .slick-next {
  width: 34px;
  height: 100%;
  background: #fafafa;
  top: 10px;
}
.cart-upsale-slider .slick-prev:before,
.cart-upsale-slider .slick-next:before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("/images/design/mobile-arrows-icon.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -3px;
}
.cart-upsale-slider .slick-prev {
  left: 0;
}
.cart-upsale-slider .slick-next {
  right: 0;
}
.cart-upsale-slider .slick-next:before {
  background-position: -7px 0;
}
/* Dots
============================*/
.slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
  opacity: .6;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
/* Home Slider */
.home-slider .slick-dots {
  right: 43px;
  bottom: 38px;
  text-align: right;
}
/* Reviews Slider */
.reviews-slider .slick-dots {
  bottom: 40px;
  right: 6px;
  text-align: right;
}
.reviews-slider .slick-dots li {
  margin-left: 7px;
  margin-right: 7px;
}
.reviews-slider .slick-dots button {
  width: 12px;
  height: 12px;
  background: #09614D;
}
/* Upsale products slider */
.upsale-product-slider .slick-dots,
.cart-upsale-slider .slick-dots {
  width: 100%;
  display: block;
  left: 0;
  bottom: -20px;
  text-align: center;
}
.upsale-product-slider .slick-dots button,
.cart-upsale-slider .slick-dots button {
  width: 12px;
  height: 12px;
  background: #09614D;
}
.cart-upsale-slider .slick-dots {
  bottom: -30px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  cursor: default;
}
.ui-front {
  z-index: 350;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 5px 15px;
  cursor: pointer;
  min-height: 0;
}
.ui-menu .ui-menu-item:hover {
  background: #eee;
}
.ui-widget-content {
  background: #fff;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete-term {
  font-family: 'Roboto', sans-serif;
}
.nicescroll-cursors,
.nicescroll-rails {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nicescroll-rails {
  overflow: hidden;
}
.nicescroll-rails:before {
  content: "";
  display: block;
  background: #eaeaea;
  width: 4px;
  height: 90%;
  position: absolute;
  top: 20px;
  left: 2px;
}
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 19px;
  height: 19px;
  background: url("/images/design/icheck.png") no-repeat;
  border: none;
  cursor: pointer;
}
.checkbox-error .inline-label {
  color: #ee6360;
}
.checkbox-error .icheckbox {
  background-position: -140px 0;
}
.icheckbox {
  background-position: 0 0;
}
.icheckbox.hover {
  background-position: 0 0;
}
.icheckbox.checked {
  background-position: -19px 0;
}
.icheckbox.disabled {
  background-position: 0 0;
  cursor: default;
}
.icheckbox.checked.disabled {
  background-position: 0 0;
}
.iradio {
  background-position: -39px 0;
}
.iradio.hover {
  background-position: -39px 0;
}
.iradio.checked {
  background-position: -79px 0;
}
.iradio.disabled {
  background-position: -39px 0;
  cursor: default;
}
.iradio.checked.disabled {
  background-position: -39px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox,
  .iradio {
    background-image: url("/images/design/icheck@2x.png");
    -webkit-background-size: 158px 18px;
    background-size: 158px 18px;
  }
}
.stars {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NSAzMCI+PHBvbHlnb24gcG9pbnRzPSI5LjUsMC41IDExLjEsNS4yIDE2LjIsNS4zIDEyLjIsOC40IDEzLjYsMTMuMiA5LjUsMTAuMyA1LjQsMTMuMiA2LjgsOC40IDIuOCw1LjMgNy45LDUuMiIgZmlsbD0iI2RjZGNkYyIvPjxwb2x5Z29uIHBvaW50cz0iMjguNSwwLjUgMzAuMSw1LjIgMzUuMiw1LjMgMzEuMiw4LjQgMzIuNiwxMy4yIDI4LjUsMTAuMyAyNC40LDEzLjIgMjUuOCw4LjQgMjEuOCw1LjMgMjYuOSw1LjIiIGZpbGw9IiNkY2RjZGMiLz48cG9seWdvbiBwb2ludHM9IjQ3LjUsMC41IDQ5LjEsNS4yIDU0LjIsNS4zIDUwLjIsOC40IDUxLjYsMTMuMiA0Ny41LDEwLjMgNDMuNCwxMy4yIDQ0LjgsOC40IDQwLjgsNS4zIDQ1LjksNS4yIiBmaWxsPSIjZGNkY2RjIi8+PHBvbHlnb24gcG9pbnRzPSI2Ni41LDAuNSA2OC4xLDUuMiA3My4yLDUuMyA2OS4yLDguNCA3MC42LDEzLjIgNjYuNSwxMC4zIDYyLjQsMTMuMiA2My44LDguNCA1OS44LDUuMyA2NC45LDUuMiIgZmlsbD0iI2RjZGNkYyIvPjxwb2x5Z29uIHBvaW50cz0iODUuNSwwLjUgODcuMSw1LjIgOTIuMiw1LjMgODguMiw4LjQgODkuNiwxMy4yIDg1LjUsMTAuMyA4MS40LDEzLjIgODIuOCw4LjQgNzguOCw1LjMgODMuOSw1LjIiIGZpbGw9IiNkY2RjZGMiLz48cG9seWdvbiBwb2ludHM9IjkuNSwxNS41IDExLjEsMjAuMiAxNi4yLDIwLjMgMTIuMiwyMy40IDEzLjYsMjguMiA5LjUsMjUuMyA1LjQsMjguMiA2LjgsMjMuNCAyLjgsMjAuMyA3LjksMjAuMiIgZmlsbD0iI2Y5YjgxNCIvPjxwb2x5Z29uIHBvaW50cz0iMjguNSwxNS41IDMwLjEsMjAuMiAzNS4yLDIwLjMgMzEuMiwyMy40IDMyLjYsMjguMiAyOC41LDI1LjMgMjQuNCwyOC4yIDI1LjgsMjMuNCAyMS44LDIwLjMgMjYuOSwyMC4yIiBmaWxsPSIjZjliODE0Ii8+PHBvbHlnb24gcG9pbnRzPSI0Ny41LDE1LjUgNDkuMSwyMC4yIDU0LjIsMjAuMyA1MC4yLDIzLjQgNTEuNiwyOC4yIDQ3LjUsMjUuMyA0My40LDI4LjIgNDQuOCwyMy40IDQwLjgsMjAuMyA0NS45LDIwLjIiIGZpbGw9IiNmOWI4MTQiLz48cG9seWdvbiBwb2ludHM9IjY2LjUsMTUuNSA2OC4xLDIwLjIgNzMuMiwyMC4zIDY5LjIsMjMuNCA3MC42LDI4LjIgNjYuNSwyNS4zIDYyLjQsMjguMiA2My44LDIzLjQgNTkuOCwyMC4zIDY0LjksMjAuMiIgZmlsbD0iI2Y5YjgxNCIvPjxwb2x5Z29uIHBvaW50cz0iODUuNSwxNS41IDg3LjEsMjAuMiA5Mi4yLDIwLjMgODguMiwyMy40IDg5LjYsMjguMiA4NS41LDI1LjMgODEuNCwyOC4yIDgyLjgsMjMuNCA3OC44LDIwLjMgODMuOSwyMC4yIiBmaWxsPSIjZjliODE0Ii8+PC9zdmc+") repeat-x 0 0;
  background-size: 95px 30px;
  width: 95px;
  height: 15px;
  margin-left: 10px;
}
.ie7 form .stars {
  *zoom: 1;
}
.stars:before,
.stars:after {
  display: table;
  content: "";
}
.stars:after {
  clear: both;
}
.stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
.stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
.stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
.stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
.stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
.stars label {
  display: block;
  width: 18px;
  height: 15px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.stars label:hover ~ span {
  background-position: 0 -15px;
}
.stars label.star-5:hover ~ span {
  width: 100% !important;
}
.stars label.star-4:hover ~ span {
  width: 80% !important;
}
.stars label.star-3:hover ~ span {
  width: 60% !important;
}
.stars label.star-2:hover ~ span {
  width: 40% !important;
}
.stars label.star-1:hover ~ span {
  width: 20% !important;
}
.stars span {
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NSAzMCI+PHBvbHlnb24gcG9pbnRzPSI5LjUsMC41IDExLjEsNS4yIDE2LjIsNS4zIDEyLjIsOC40IDEzLjYsMTMuMiA5LjUsMTAuMyA1LjQsMTMuMiA2LjgsOC40IDIuOCw1LjMgNy45LDUuMiIgZmlsbD0iI2RjZGNkYyIvPjxwb2x5Z29uIHBvaW50cz0iMjguNSwwLjUgMzAuMSw1LjIgMzUuMiw1LjMgMzEuMiw4LjQgMzIuNiwxMy4yIDI4LjUsMTAuMyAyNC40LDEzLjIgMjUuOCw4LjQgMjEuOCw1LjMgMjYuOSw1LjIiIGZpbGw9IiNkY2RjZGMiLz48cG9seWdvbiBwb2ludHM9IjQ3LjUsMC41IDQ5LjEsNS4yIDU0LjIsNS4zIDUwLjIsOC40IDUxLjYsMTMuMiA0Ny41LDEwLjMgNDMuNCwxMy4yIDQ0LjgsOC40IDQwLjgsNS4zIDQ1LjksNS4yIiBmaWxsPSIjZGNkY2RjIi8+PHBvbHlnb24gcG9pbnRzPSI2Ni41LDAuNSA2OC4xLDUuMiA3My4yLDUuMyA2OS4yLDguNCA3MC42LDEzLjIgNjYuNSwxMC4zIDYyLjQsMTMuMiA2My44LDguNCA1OS44LDUuMyA2NC45LDUuMiIgZmlsbD0iI2RjZGNkYyIvPjxwb2x5Z29uIHBvaW50cz0iODUuNSwwLjUgODcuMSw1LjIgOTIuMiw1LjMgODguMiw4LjQgODkuNiwxMy4yIDg1LjUsMTAuMyA4MS40LDEzLjIgODIuOCw4LjQgNzguOCw1LjMgODMuOSw1LjIiIGZpbGw9IiNkY2RjZGMiLz48cG9seWdvbiBwb2ludHM9IjkuNSwxNS41IDExLjEsMjAuMiAxNi4yLDIwLjMgMTIuMiwyMy40IDEzLjYsMjguMiA5LjUsMjUuMyA1LjQsMjguMiA2LjgsMjMuNCAyLjgsMjAuMyA3LjksMjAuMiIgZmlsbD0iI2Y5YjgxNCIvPjxwb2x5Z29uIHBvaW50cz0iMjguNSwxNS41IDMwLjEsMjAuMiAzNS4yLDIwLjMgMzEuMiwyMy40IDMyLjYsMjguMiAyOC41LDI1LjMgMjQuNCwyOC4yIDI1LjgsMjMuNCAyMS44LDIwLjMgMjYuOSwyMC4yIiBmaWxsPSIjZjliODE0Ii8+PHBvbHlnb24gcG9pbnRzPSI0Ny41LDE1LjUgNDkuMSwyMC4yIDU0LjIsMjAuMyA1MC4yLDIzLjQgNTEuNiwyOC4yIDQ3LjUsMjUuMyA0My40LDI4LjIgNDQuOCwyMy40IDQwLjgsMjAuMyA0NS45LDIwLjIiIGZpbGw9IiNmOWI4MTQiLz48cG9seWdvbiBwb2ludHM9IjY2LjUsMTUuNSA2OC4xLDIwLjIgNzMuMiwyMC4zIDY5LjIsMjMuNCA3MC42LDI4LjIgNjYuNSwyNS4zIDYyLjQsMjguMiA2My44LDIzLjQgNTkuOCwyMC4zIDY0LjksMjAuMiIgZmlsbD0iI2Y5YjgxNCIvPjxwb2x5Z29uIHBvaW50cz0iODUuNSwxNS41IDg3LjEsMjAuMiA5Mi4yLDIwLjMgODguMiwyMy40IDg5LjYsMjguMiA4NS41LDI1LjMgODEuNCwyOC4yIDgyLjgsMjMuNCA3OC44LDIwLjMgODMuOSwyMC4yIiBmaWxsPSIjZjliODE0Ii8+PC9zdmc+") repeat-x 0 -15px;
  background-size: 95px 30px;
}
.bootstrap-select {
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.bootstrap-select .btn {
  font-family: 'Roboto', sans-serif;
  outline: none;
  color: #24231f;
  text-shadow: none;
  height: 36px;
  overflow: hidden;
}
.bootstrap-select .btn:focus {
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  color: #7f7f7f;
}
.bootstrap-select.open .caret {
  color: #24231f;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled span {
  color: #999;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/* Datepicker
=====================*/
.ui-datepicker {
  width: 100%;
  max-width: 280px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-header {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: transparent;
  cursor: pointer;
  width: 40px;
  float: left;
  text-align: center;
  margin-top: 6px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  content: "";
  background: url("/images/design/datepicker-arrows.png") no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-top: 7px;
  opacity: .5;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-next:hover span {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-next span {
  background-position: -9px 0;
}
.ui-datepicker .ui-state-default {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 40px;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td span {
  padding: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-highlight {
  font-family: 'Roboto', sans-serif;
  color: #24231f;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  height: 40px;
  padding-top: 10px;
}
.ui-datepicker .ui-state-default {
  color: #666;
}
.ui-datepicker .ui-state-default:hover {
  background: #eee;
}
.ui-datepicker .ui-state-default.ui-state-active {
  color: #24231f;
  font-family: 'Roboto', sans-serif;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  color: #999;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default:hover {
  background: #fff;
}
/* Timepicker
=====================*/
.ui-timepicker-div .ui-slider {
  margin-top: 9px;
}
.ui-timepicker-div .ui-datepicker-title {
  display: none;
}
.ui-timepicker-div .ui-slider-horizontal {
  height: 2px;
  background: #dcdcdc;
}
.ui-timepicker-div .ui-slider-handle {
  cursor: pointer;
  outline: none;
}
.ui-timepicker-div .ui-slider-handle.ui-state-default {
  width: 16px;
  height: 16px;
  background: #96c11f;
  border-radius: 50%;
  top: -7px;
}
.ui-timepicker-div .ui_tpicker_time_label,
.ui-timepicker-div .ui_tpicker_hour_label,
.ui-timepicker-div .ui_tpicker_minute_label {
  font-weight: normal;
}
.ui-timepicker-div dl {
  margin-bottom: 15px;
}
.ui-timepicker-div dl dt {
  padding-left: 10px;
}
.ui-timepicker-div dl dd {
  margin: 0 20px 10px 85px;
}
.ui-timepicker-div dl dd:before,
.ui-timepicker-div dl dd:after {
  content: " ";
  display: table;
}
.ui-timepicker-div dl dd:after {
  clear: both;
}
.ui-timepicker-div dl dd:before,
.ui-timepicker-div dl dd:after {
  content: " ";
  display: table;
}
.ui-timepicker-div dl dd:after {
  clear: both;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  font-family: 'Roboto', sans-serif;
  border: 0;
}
.checkbox-wrapper {
  position: relative;
}
.checkbox-text {
  position: absolute;
  left: 30px;
  top: -1px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.ang-checkbox {
  display: none;
}
.ang-checkbox + .custom-checkbox {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 7px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
.ang-checkbox + .custom-checkbox:hover {
  cursor: pointer;
}
.ang-checkbox:checked + .custom-checkbox {
  background-color: #f6fde2;
  border: 1px solid #09614D;
  color: #24231f;
}
.ang-checkbox:checked + .custom-checkbox:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 2px;
  background: url("/images/design/checkbox.png") no-repeat;
}
.ang-checkbox:checked ~ .checkbox-text {
  color: #24231f;
}
.checkbox-wrapper input[type="radio"] {
  display: none;
}
.checkbox-wrapper input[type="radio"] + .custom-radio {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.checkbox-wrapper input[type="radio"]:checked + .custom-radio:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}
.checkbox-wrapper input[type="radio"]:checked + .custom-radio {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper:active input[type="radio"] + .custom-radio,
.checkbox-wrapper:active input[type="radio"]:checked + .custom-radio {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
/* 12. Media import
==============================*/
@media (max-width: 1180px) {
  /* Search input */
  .header-search {
    max-width: none;
  }
  /* 3. Navigation
    ==============================*/
  .nav_item {
    margin-right: 24px;
  }
  .cart-preview_left {
    float: none;
    width: 100%;
  }
  .cart-preview_left:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
  }
  /* 7. Products
    ==============================*/
  .list {
    /* Product type btns */
  }
  .list .products_item_content {
    max-width: 220px;
  }
  .list .products_item_footer {
    max-width: 155px;
  }
  .list .product-type {
    max-width: 155px;
  }
  .product-count {
    text-align: left;
  }
  .product_view-reviews {
    margin-left: 0;
  }
  /* Out of Stock request info
    ==========================*/
  .request-info {
    max-width: none;
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
  /* Subscribe */
  .subscribe-form_input,
  .subscribe-form_btn {
    float: none;
    width: 100%;
  }
  .subscribe-form_btn {
    margin-top: 5px;
  }
  /* Contacts Page
    ============================*/
  .contacts-page-container {
    margin-bottom: 20px;
  }
  .contacts_right {
    width: 430px;
  }
  .form-input {
    margin-bottom: 15px;
  }
  .form-input:last-of-type {
    margin-bottom: 0;
  }
  .form-input_md {
    width: 100%;
  }
  .input-group .form-input {
    float: none;
  }
  .input-group .form-input:first-child {
    margin-right: 0;
  }
  .input-group .form-input:last-child {
    margin-left: 0;
  }
  /* Open Product
    ============================*/
  .product-gallery_right {
    width: 420px;
    padding-left: 20px;
  }
  /* Cart modal slider
    =============================*/
  .cart-upsale-slider_item {
    width: 220px;
  }
  .cart-upsale-slider_item_content {
    width: 110px;
  }
  /* 10. Modals
    ===========================*/
  .modal-close {
    top: -5px;
    right: 20px;
  }
}
@media (max-width: 960px) {
  /* Mobile nav
    ==============================*/
  .categories {
    border: 0;
    padding: 0;
  }
  .categories_link {
    padding-left: 20px;
  }
  /* Mobile Header
    ==============================*/
  .mobile-header {
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    width: 100%;
    min-width: 320px;
    height: 60px;
    background: #09614D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .mobile-header.active {
    left: 260px;
  }
  .logo-mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -77px;
  }
  .cart-mobile {
    display: block;
    width: 16px;
    height: 18px;
    background: url("/images/design/btn-sprite.png") -22px 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
  .cart-mobile.has-items:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF6600;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -9px;
  }
  /* Nav Burger */
  .nav-burger {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  .nav-burger span,
  .nav-burger span:before,
  .nav-burger span:after {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 24px;
    background: #fff none repeat scroll 0% 0%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    content: "";
  }
  .nav-burger span:before {
    top: -7px;
  }
  .nav-burger span:after {
    bottom: -7px;
  }
  .nav-burger.active span {
    background-color: transparent;
    box-shadow: none;
  }
  .nav-burger.active span:before,
  .nav-burger.active span:after {
    top: 0;
  }
  .nav-burger.active span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-burger.active span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-search {
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #eaeaea;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #09614D;
    z-index: 199;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  /* Search input */
  .header-search {
    margin-top: 0;
  }
  .header-search-button {
    width: 40px;
  }
  .content {
    padding-top: 151px;
  }
  .rz-cart {
    padding-top: 60px;
  }
  .checkout2-wrapper {
    padding-top: 40px;
  }
  /* 7. Products
    ==============================*/
  .list .products_item_content {
    max-width: 325px;
  }
  /* 8. Reviews
    ==============================*/
  .reviews-all {
    display: inline-block;
    position: relative;
    top: inherit;
    margin-bottom: 10px;
  }
  .reviews-slider .slick-dots {
    bottom: auto;
    top: -35px;
    right: -6px;
  }
  /* Subscribe */
  .footer-follow {
    padding-left: 10px;
  }
  .subscribe-form_input,
  .subscribe-form_btn {
    float: none;
    width: 100%;
  }
  .subscribe-form_btn {
    margin-top: 5px;
  }
  .footer-block {
    margin-bottom: 30px;
  }
  /* Contacts Page
    ============================*/
  .contacts_left {
    width: 50%;
    padding-left: 0;
  }
  .contacts_right {
    width: 50%;
  }
  .contacts-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  /* Checkout Page
    ============================*/
  .cart-container {
    padding-right: 10px;
  }
  /* Discount */
  .discount {
    background: #eee;
    border-radius: 2px;
    padding: 10px;
    margin-top: 5px;
  }
  .discount:before,
  .discount:after {
    content: " ";
    display: table;
  }
  .discount:after {
    clear: both;
  }
  .discount:before,
  .discount:after {
    content: " ";
    display: table;
  }
  .discount:after {
    clear: both;
  }
  .discount-form-container {
    float: none;
    margin-top: 10px;
  }
  .discount-form_input {
    background: none;
    border: 0;
    padding: 8px 10px;
  }
  .discount-form_btn {
    background: none;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #09614D;
    padding-right: 10px;
  }
  /* Cart Table
    =============================*/
  .cart-description {
    width: 300px;
  }
  .cart-table_product-image {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
  }
  .cart-table_product-text {
    display: inline-block;
    vertical-align: middle;
    width: 225px;
    padding: 0 20px;
  }
  .cart-back-link {
    margin-right: 0;
  }
  /* SocialShare buttons
    =============================*/
  /* Without counters */
  .social-share.min {
    float: none;
  }
  .social-share.min .social-share_item {
    overflow: hidden;
    min-width: 41px;
    border-radius: 2px;
    margin-bottom: 0;
  }
  /* Thanks Page
    =============================*/
  .postcard,
  .payment-fail {
    width: 240px;
    height: 316px;
    background-size: cover;
    top: 85px;
    right: -4px;
  }
  .thanks-footer-content {
    padding-bottom: 40px;
  }
  .thanks-footer {
    min-height: 100px;
  }
  /* Open Product
    ============================*/
  .product-gallery_right {
    width: 580px;
    padding-left: 40px;
  }
  /* Cart modal slider
    =============================*/
  .cart-upsale-slider_item {
    width: 300px;
  }
  .cart-upsale-slider_item_content {
    width: 190px;
  }
  /* 12. Popups
    ===========================*/
  .popup {
    width: 100%;
    margin-top: 10px;
    position: static;
  }
  .popup:before {
    content: "";
    display: none;
  }
  /* Cookies */
  .cookies {
    position: relative;
    top: 121px;
    z-index: 2;
  }
  /* Opened Nav */
  .nav-open .mobile-search {
    left: 260px;
  }
  .nav-open .slideout-menu {
    z-index: 999;
  }
  .nav-open .mobile-header {
    left: 260px;
  }
  .mobile-call {
    display: block;
    padding-left: 50px;
    position: relative;
    line-height: 51px;
    background: #dceef5;
    font-family: 'robotobold', sans-serif;
    font-size: 15px;
    color: #09614D;
  }
  .mobile-call:before {
    content: '';
    left: 20px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("/images/design/contacts-icons.png") no-repeat;
  }
}
@media (max-width: 680px) {
  /* Credits */
  .credits-logo {
    text-align: left;
  }
  /* Contacts Page
    ============================*/
  .contacts-map {
    height: 200px;
  }
  .contacts_left,
  .contacts_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  /* 5. Page navigation
    ==============================*/
  .page-navi {
    text-align: center;
  }
  .page-navi_group.big {
    margin-left: 0;
    margin-right: 6px;
  }
  /* 6. Social Share buttons
    ==============================*/
  .social-share {
    float: none;
    margin: 20px 0;
  }
  /* 7. Products
    ==============================*/
  .list .products_item {
    max-width: 280px;
    height: 490px;
    /* Product type btns */
    /* Spinner */
  }
  .list .products_item:before,
  .list .products_item:after {
    content: " ";
    display: table;
  }
  .list .products_item:after {
    clear: both;
  }
  .list .products_item:before,
  .list .products_item:after {
    content: " ";
    display: table;
  }
  .list .products_item:after {
    clear: both;
  }
  .list .products_item_image {
    max-width: 240px;
    margin-bottom: 12px;
    float: none;
  }
  .list .products_item_content {
    float: none;
    max-width: none;
    height: 120px;
    padding: 0;
    border-right: 0;
  }
  .list .products_item_content.min {
    height: 103px;
  }
  .list .products_item_footer {
    float: none;
    max-width: none;
    position: absolute;
    bottom: 30px;
    padding-right: 40px;
    padding-left: 0;
  }
  .list .products_item_price {
    display: block;
  }
  .list .products_item_price.footer {
    display: none;
  }
  .list .products_item_counter {
    width: 25%;
    float: left;
  }
  .list .products_item_counter_title {
    display: none;
  }
  .list .products_item_btn {
    float: left;
    width: 75%;
    padding-left: 10px;
  }
  .list .products_item .product-type {
    max-width: none;
    margin: 12px 0 10px;
  }
  .list .products_item .product-type_btn {
    width: 115px;
    float: left;
    margin-right: 7px;
    margin-bottom: 0;
  }
  .list .products_item .product-type_btn:last-of-type {
    margin-right: 0;
  }
  .list .products_item .spinner {
    display: block;
  }
  .sort-form {
    width: 300px;
    float: none;
  }
  /* Checkout Page
    ============================*/
  .cart-table {
    display: block;
  }
  .cart-table_head:before,
  .cart-table_body:before,
  .cart-table_head:after,
  .cart-table_body:after {
    content: " ";
    display: table;
  }
  .cart-table_head:after,
  .cart-table_body:after {
    clear: both;
  }
  .cart-table_head:before,
  .cart-table_body:before,
  .cart-table_head:after,
  .cart-table_body:after {
    content: " ";
    display: table;
  }
  .cart-table_head:after,
  .cart-table_body:after {
    clear: both;
  }
  .cart-table_row {
    display: block;
  }
  .cart-table_td {
    display: block;
  }
  .cart-table_body .cart-table_summary,
  .cart-table_body .cart-description {
    height: 100px;
  }
  .cart-table_foot .cart-table_price {
    width: 49%;
    display: inline-block;
  }
  .cart-table_mobile-info {
    padding-bottom: 10px;
  }
  .cart-table_product-image {
    vertical-align: top;
  }
  .cart-description,
  .cart-table_product-name {
    width: 73%;
    display: inline-block;
  }
  .cart-table_summary {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
  }
  .cart-table_product-image {
    width: 20%;
  }
  .cart-table_product-text {
    width: 70%;
    padding: 0 10px;
    height: 83px;
    overflow: hidden;
  }
  .cart-back-link {
    display: block;
    float: none;
  }
  .checkout-form_left {
    text-align: left;
    margin-bottom: 5px;
  }
  /* Payments */
  .payments-group {
    max-width: none;
  }
  .payments-group_item .inline-label {
    margin-left: 115px;
    width: 50%;
  }
  .discount-form_input {
    width: 65%;
  }
  /* SocialShare buttons
    =============================*/
  /* Without counters */
  .social-share_item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .social-share.min {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .social-share.min .social-share_item {
    overflow: hidden;
    min-width: 41px;
    border-radius: 2px;
    margin-bottom: 0;
  }
  /* Thanks Page
    =============================*/
  .thanks-footer-content,
  .thanks-content {
    padding-left: 0;
  }
  .thanks-content {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .thanks-footer-content {
    padding-bottom: 20px;
  }
  .pdf-link.vertical {
    line-height: 3;
    margin-left: 0;
  }
  /* Open Product
    ============================*/
  .product-container {
    padding-bottom: 70px;
  }
  .product-gallery_right {
    width: 100%;
    padding-left: 0;
  }
  .product-main-photo,
  .product-main-photo img {
    width: 100%;
  }
  .product_price {
    margin-bottom: 10px;
  }
  .upsale-product-slider .slick-prev,
  .upsale-product-slider .slick-next {
    display: none !important;
  }
  /* 9. Tabs
    =============================*/
  .tab-nav_item {
    width: 142px;
    line-height: 1.1;
    padding: 7px 10px;
    background: #fff;
  }
  /* 10. Modals
    ===========================*/
  .modal_gallery-body {
    padding: 15px;
  }
  .modal_cart-body,
  .modal_cart-footer {
    padding: 15px;
  }
  .product-main-photo .slick-prev,
  .product-main-photo .slick-next {
    width: 50px;
  }
  /* Cart modal slider
    =============================*/
  .cart-upsale-slider {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-upsale-slider_item {
    width: 240px;
  }
  .cart-upsale-slider_item_content {
    width: 130px;
  }
  .cart-upsale-slider .btn_sm {
    padding-right: 22px;
    padding-left: 22px;
  }
  /* 11. Alerts
    ===========================*/
  .alert.success {
    background-position: 20px 20px;
    border-color: #09614D;
    color: #5b910e;
    padding-left: 55px;
  }
  .alert_action {
    text-align: left;
  }
  /* 12. Pagination
    ==============================*/
  .pagination {
    float: none;
    margin-bottom: 20px;
  }
  .pagination .pagination-prev {
    margin-right: 13px;
  }
  .pagination .pagination-next {
    margin-left: 13px;
  }
  .phone-group .col-phone-prefixes {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .discount-form_input {
    width: 100%;
  }
}
.neradit,
.slept {
  display: none;
}
.make-clickable {
  cursor: pointer;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-lang.js-lang {
  cursor: pointer;
}

/* Horizontal language switcher - desktop */
.header-lang-inline {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  top: -10px;
  right: 7px;
  z-index: 6;
}
.header-lang-inline__item {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #888;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.header-lang-inline__item:hover {
  color: #555;
  background: #f0f0f0;
  text-decoration: none;
}
.header-lang-inline__item:active {
  color: #333;
  background: #e0e0e0;
}
.header-lang-inline__item--active {
  color: #fff;
  background: #2d6b4f;
  cursor: default;
}
.header-lang-inline__item--active:hover {
  color: #fff;
  background: #2d6b4f;
}

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

/* Rīgas Ziedi Datepicker Styles - 2026-01-11 */
.ui-datepicker {
  border: 2px solid #09614D;
  border-radius: 8px;
}
.ui-datepicker .ui-datepicker-header {
  background: #09614D;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-title {
  color: #fff;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-next:hover span {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar th {
  background: #F5F4F0;
  color: #05372C;
  font-weight: bold;
  padding: 8px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  background: #fff;
}
.ui-datepicker .ui-state-default {
  background: #fff;
  color: #09614D;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.ui-datepicker .ui-state-default:hover {
  background: #09614D;
  color: #fff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-default.ui-state-active {
  background: #05372C !important;
  color: #fff !important;
  font-weight: bold;
}
.ui-datepicker .ui-state-highlight {
  background: #F4E5B9;
  color: #05372C;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default,
.ui-datepicker .ui-state-disabled .ui-state-default {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default:hover,
.ui-datepicker .ui-state-disabled .ui-state-default:hover {
  background: #e0e0e0;
  color: #999;
}

/* Mini-cart dropdown improvements - 2026-01-13 */
.cart-preview-products-main {
  max-height: 300px;
  overflow-y: auto;
}
.cart-preview.open > .cart-preview-products {
  display: block;
}

/* Mobile header improvements - 2026-01-13 */
@media (max-width: 991px) {
  /* Override old mobile-header to use flexbox */
  .mobile-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 12px !important;
  }

  .mobile-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Nav burger - absolute, vertically centered */
  .mobile-header .nav-burger {
    position: absolute !important;
    top: 50% !important;
    left: 10px !important;
    transform: translateY(-50%) !important;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Phone icon */
  .mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
  }

  .mobile-icon svg {
    stroke: #fff;
  }

  /* Logo center */
  .mobile-header .logo-mobile {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
  }

  .mobile-header .logo-mobile img {
    height: 36px;
    width: auto;
  }

  /* Cart icon */
  .mobile-cart-icon {
    position: relative;
  }

  .cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #FF6600;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;
  }

  /* Hide old classes */
  .mobile-phone {
    display: none !important;
  }

  .cart-mobile {
    display: none !important;
  }
}

/* Mobile header + search redesign - 2026-01-15 */
@media (max-width: 991px) {
  .mobile-search {
    top: 96px !important;
  }

  .mobile-search .header-search-input {
    border-radius: 8px 0 0 8px;
    height: 48px;
    border: none;
  }

  .mobile-search .header-search-button {
    width: 54px;
    height: 48px;
    border-radius: 0 8px 8px 0;
    background: #fff !important;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-search .header-search-button:hover {
    background: #f5f5f5 !important;
  }

  .mobile-search .header-search-button:before {
    display: none !important;
  }

  .mobile-search .header-search-button:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%2309614D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

/* Payment logos for new payment types template - 2026-01-27 */
.payment-content {
  flex: 1;
  min-width: 0;
}
.payment-title {
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
}
.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.payment-logos img {
  height: 32px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.15s;
}
.payments-group_item:hover .payment-logos img,
.payments-group_item.active .payment-logos img {
  opacity: 1;
}
.payment-logos .logo-swedbank {
  height: 18px;
}
.payment-logos .logo-seb {
  height: 22px;
}
.payment-logos .logo-citadele {
  height: 24px;
}
.payment-logos .logo-luminor {
  height: 18px;
}
.payment-logos .logo-revolut {
  height: 16px;
}
.payment-logos .logo-visa {
  height: 22px;
}
.payment-logos .logo-mastercard {
  height: 26px;
}
.payment-logos .logo-amex {
  height: 26px;
}
.payment-logos--icon {
  gap: 8px;
}
.payment-logos--icon .logo-icon {
  height: 26px;
  width: auto;
}
/* Hide old sprite pseudo-elements - new template uses SVG img tags */
.payments-group_item.montonio-banklink:after,
.payments-group_item.mypos-card:after,
.payments-group_item.montonio-card:after,
.payments-group_item.money-tr:after,
.payments-group_item.cash:after,
.payments-group_item.paypal:after {
  display: none;
}
/* Adjust layout for new payment template structure */
.payments-group_item .payment-content {
  margin-left: 0;
}
.payments-group_item .no-icheck {
  display: none;
}

/* =============================================
   SEO content blocks (.rz-content)
   ============================================= */
.rz-content {
  margin-top: 30px;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.rz-content .block-title {
  margin-bottom: 15px;
}
h2.rz-h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
  margin: 25px 0 12px;
}
.rz-content h2.rz-h2:first-of-type {
  margin-top: 20px;
}
p.rz-p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 12px;
}
ul.rz-ul {
  padding-left: 20px;
  margin: 0 0 15px;
  list-style: disc;
}
ul.rz-ul li {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
}
ul.rz-ul li strong {
  color: #333;
}

/* Unavailable product overlay */
.products_item.rz-unavailable {
  position: relative;
  opacity: 0.6;
}
.products_item.rz-unavailable::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.4);
  pointer-events: none;
  border-radius: inherit;
}
.rz-unavailable-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #6B7280;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  line-height: 1.4;
}
