/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate(0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.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;
}
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #E7E7E7;
  background: #FFFFFF;
  position: relative;
  border-radius: 3px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 23px 0 10px;
  font-size: 12px;
  line-height: 30px;
  color: #383838;
  height: 30px;
  border-radius: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}
.selectric .button {
  background: none;
  border-radius: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 30px;
  color: #A8A7AC;
  text-align: center;
  font: 0/0 a;
  *font: 30px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  margin-right: 5px;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #A8A7AC;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #AAA;
}
.selectric-hover .selectric {
  border-color: #8f8e93;
}
.selectric-hover .selectric .button {
  color: #8f8e93;
}
.selectric-hover .selectric .button:after {
  border-top-color: #8f8e93;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #8f8e93;
  background: #ffffff;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 3px 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #F0F0F0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*!
 * 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%;
}
.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;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.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: 0.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: 0.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;
}
.commentit-comment {
  margin-bottom: 10px;
  margin-top: 10px;
}
.commentit-comment.even {
  background-color: #E9F9FF;
}
.commentit-comment .comment-date {
  color: #c1d2db;
  font-size: 0.91666667rem;
  line-height: 1.5em;
  margin-top: 3px;
}
.commentit-comment .comment-text {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* perfect-scrollbar v0.7.1 */
.ps {
  touch-action: auto;
  overflow: hidden !important;
  position: relative;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x {
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps > .ps__scrollbar-x-rail {
  position: absolute;
  background: #dddddd;
  border-radius: 2px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  /* please don't change 'position' */
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 4px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background: #ec9399;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 #d07d82 inset;
  border-radius: 2px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 0;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 4px;
}
.ps > .ps__scrollbar-y-rail {
  position: absolute;
  background: #dddddd;
  border-radius: 2px;
  box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
  /* please don't change 'position' */
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 4px;
  margin-right: 5px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background: #ec9399;
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.15), 1px 0 0 0 #d07d82 inset;
  border-radius: 2px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 4px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2018 4:00 PM */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-MediumItalic.eot');
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Italic.eot');
  src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/Roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-BoldItalic.eot');
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-ThinItalic.eot');
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-ThinItalic.woff') format('woff'), url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Black.woff') format('woff'), url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Light.woff') format('woff'), url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-LightItalic.eot');
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-BlackItalic.eot');
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  background: #fff;
  color: #4a4a4a;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
body {
  margin: 0;
}
a,
img,
input,
button,
select,
textarea {
  outline: none;
}
img {
  border: none;
}
a {
  color: #333333;
  display: inline-block;
  text-decoration: underline;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  float: none;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
h1,
.section-title {
  font-size: 1.83333333rem;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0px;
  margin-bottom: 10px;
}
h2 {
  margin-top: 1.8em;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a4a4a;
  font-weight: 500;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.hide-overflow {
  overflow: hidden;
}
.button {
  background-color: #ec9399;
  border: none;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: none;
}
a.button:hover {
  text-decoration: none;
}
.button-block {
  display: block;
  width: 100%;
}
.button-blue {
  background-color: #e42f2f;
}
.button-blue:hover {
  background-color: #b12020;
}
.button-white {
  background: #fff;
  border: 2px solid #ec9399;
  color: #ec9399;
  padding: 8px 26px;
}
.button-red {
  background-color: #e42f2f;
  color: #fff;
}
.button-big {
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 5px 13px;
}
.button-big:active {
  padding: 6px 12px 4px 14px;
}
.button-small {
  font-size: 0.83333333rem;
  line-height: 1.5em;
  padding: 4px 6px;
}
.button-white.button-small {
  padding: 2px 6px;
}
.button:disabled,
.button-disabled {
  cursor: not-allowed;
}
.button:disabled,
.button-disabled,
.button:disabled:hover,
.button-disabled:hover {
  background-color: #C3C3C3;
}
.button:disabled:active,
.button-disabled:active {
  box-shadow: none;
  padding: 5px 10px;
}
.button:disabled.button-big:active,
.button-disabled.button-big:active {
  padding: 5px 13px;
}
.form-group {
  margin-bottom: 18px;
  margin-top: 18px;
}
.form-group .control-label {
  display: block;
  color: #606060;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-group .help-block {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
}
.form-group.has-error,
.form-group.has-error .form-control {
  color: #ff0000;
}
.form-group.has-error .form-control {
  border-color: #ff0000;
}
.form-group.has-success,
.form-group.has-success .form-control {
  color: #64b520;
}
.form-group.has-success .form-control {
  border-color: #64b520;
}
.form-group.has-warning,
.form-group.has-warning .form-control {
  color: #f9be10;
}
.form-group.has-warning .form-control {
  border-color: #f9be10;
}
.form-control {
  border: 1px solid #dcdcdc;
  color: #333333;
  padding: 0 5px;
  height: 43px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  display: block;
  width: 100%;
}
.form-control.inline {
  display: inline-block;
  width: auto;
}
.form-control.disabled,
.form-control:disabled {
  border-color: #C3C3C3;
}
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="number"].form-control {
  padding: 0 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
textarea.form-control {
  padding: 5px;
}
.middle-width-form {
  margin: auto;
  max-width: 400px;
}
header,
footer,
main,
aside,
figure,
figcaption {
  display: block;
}
time {
  display: inline;
}
.tabs {
  border-bottom: 1px solid #c0c0c0;
  font-size: 0;
  line-height: 0;
}
.tabs .tab-item {
  color: #606060;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 30px;
  margin-bottom: -1px;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 3px;
  border-color: transparent;
}
.tabs .tab-item:hover,
.tabs .tab-item.active {
  border-color: #ec9399;
  color: #ec9399;
  font-weight: 500;
}
#block {
  position: relative;
}
.main-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  min-width: 300px;
}
@media (max-width: 1380px) {
  .main-width {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #00BEFF url('../images/select-arrow.svg') right 8px center / 9px auto no-repeat;
  border: none;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  line-height: 27px;
  height: 27px;
  margin: 0;
  padding: 0 32px 0 10px;
}
.dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.dropdown .selected {
  background: #fff url('../images/select-arrow.svg') right 8px center / 9px auto no-repeat;
  color: #7d7d7d;
  cursor: pointer;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  overflow: hidden;
  padding: 7px 28px 7px 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #dcdcdc;
}
.dropdown .options {
  background: #fff;
  border: 1px solid #dcdcdc;
  display: none;
  font-size: 13px;
  line-height: 14px;
  left: 0;
  max-width: 200px;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.dropdown .options .option {
  display: block;
  overflow: hidden;
  padding: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7d7d7d;
  padding: 6px 8px;
  text-decoration: none;
}
.dropdown.opened .options {
  display: block;
}
.custom-radiobox {
  cursor: pointer;
  display: inline-block;
}
.custom-radiobox input {
  display: none;
}
.custom-radiobox label {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1) inset;
  display: block;
  height: 17px;
  position: relative;
  width: 17px;
  cursor: pointer;
}
.custom-radiobox label:after {
  background: #e67b82;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3) inset;
  content: '.';
  display: none;
  font-size: 0;
  height: 10px;
  left: 3px;
  line-height: 0;
  position: absolute;
  top: 3px;
  width: 10px;
}
.custom-radiobox label:active:after {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
  display: block;
}
.custom-radiobox input:checked ~ label:after {
  display: block;
}
.radiobox-group {
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.radiobox-group .custom-radiobox {
  margin-right: 10px;
}
.radiobox-group .custom-radiobox,
.radiobox-group label {
  vertical-align: middle;
}
.custom-checkbox {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox label {
  background-color: #F2F3F8;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  width: 18px;
}
.custom-checkbox input:checked ~ label {
  background-image: url('../images/checkbox-checked.svg');
}
.custom-checkbox input:disabled ~ label {
  box-shadow: none;
}
.custom-checkbox input:checked:disabled ~ label {
  background-image: url('../images/checkbox-checked-disabled.svg');
  cursor: not-allowed;
}
.compare-wishlist {
  display: flex;
  height: 51px;
  align-items: center;
}
.compare-wishlist .custom-checkbox-wishlist {
  cursor: pointer;
  height: 33px;
  display: block;
}
.compare-wishlist .custom-checkbox-wishlist input {
  display: none;
}
.compare-wishlist .custom-checkbox-wishlist label {
  cursor: pointer;
  display: inline-block;
  height: 33px;
  width: 40px;
  background-image: url('../images/checkbox-checked-wishlist-disabled.svg');
  background-size: contain;
}
.compare-wishlist .custom-checkbox-wishlist input:checked ~ label {
  background-image: url('../images/checkbox-checked-wishlist.svg');
}
.compare-wishlist .custom-checkbox-wishlist input:disabled ~ label {
  box-shadow: none;
}
.compare-wishlist .custom-checkbox-wishlist input:checked:disabled ~ label {
  cursor: not-allowed;
}
.popover {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s linear;
  z-index: 500;
}
.popover .popup {
  background: #fff;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.05), -20px 20px 20px 0 rgba(0, 0, 0, 0.05);
  margin-top: -50%;
  transition: margin-top 0.3s linear;
}
.popover .popup-padding {
  padding: 20px;
  position: relative;
}
.popover .close-popup-button {
  background: url('../images/close-cart-popup.svg') 0 0 / contain no-repeat;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  z-index: 200;
}
.popover.visible {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.popover.visible .popup {
  margin-top: 0;
  transition: margin-top 0.3s ease-in-out;
}
.alert {
  border-style: solid;
  border-width: 1px;
  margin: 10px 0;
  padding: 10px;
}
.alert.alert-success {
  background-color: #dff3cf;
  border-color: #64b520;
  color: #466d25;
}
.alert.alert-warning {
  background-color: #ffebaf;
  border-color: #bd9c39;
  color: #967206;
}
.alert.alert-error {
  background-color: #ffe4e4;
  border-color: #ff0000;
  color: #b51f1f;
}
.alert.alert-info {
  background-color: #f2f2f2;
  border-color: #d7d7d7;
  color: #333333;
}
.page-header .level-1 {
  background: #ffffff;
  border-bottom: 1px solid #fbdcda;
  font-size: 14px;
  line-height: 1;
  padding: 0px 0 0px;
}
@media (max-width: 800px) {
  .page-header .level-1 {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 0;
    border: 0px;
  }
}
.page-header .level-1,
.page-header .level-1 a {
  color: #333333;
}
.page-header .level-1 a {
  text-decoration: none;
}
.page-header .level-1 a:hover {
  text-decoration: underline;
}
.page-header .level-1 .main-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .page-header .level-1 .main-width .phones {
    width: 100%;
    order: 4;
  }
}
.page-header .level-1 .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-header .level-1 .menu li:not(:last-child) {
    display: none;
  }
}
.page-header .level-1 .customer-cp .icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: top;
}
.page-header .level-1 .customer-cp .icon--login {
  background-image: url('../images/login.svg');
  width: 15px;
  height: 15px;
}
.page-header .level-1 .customer-cp .icon--user {
  background-image: url('../images/user.svg');
  width: 16px;
  height: 16px;
}
.page-header .level-1 .phones {
  margin-left: auto;
  margin-right: 10px;
}
.page-header .level-1 .lang-switch {
  margin: 0 3px;
}
.page-header .level-1 .lang-switch span {
  text-transform: uppercase;
  color: #0b6152;
}
.page-header .level-1 .lang-switch span a {
  color: #333333;
}
.page-header .level-1 .lang-switch span a:hover {
  background: #6a6a6a;
}
.page-header .level-1 .lang-switch .dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.page-header .level-1 .lang-switch .dropdown .selected {
  background: #ffffff url('../images/select-arrow-white.svg') right 8px center / 9px auto no-repeat;
  color: #4A4A4A;
  cursor: pointer;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
  padding: 7px 28px 7px 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
}
.page-header .level-1 .lang-switch .dropdown .options {
  background-color: #ec9399;
  display: none;
  font-size: 13px;
  line-height: 14px;
  left: 0;
  border: 0;
  max-width: 200px;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.page-header .level-1 .lang-switch .dropdown .options .option {
  display: block;
  overflow: hidden;
  padding: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  padding: 6px 15px;
  text-decoration: none;
}
.page-header .level-1 .lang-switch .dropdown .options a:hover {
  color: #fffefe;
  background-color: #ec9399;
}
.page-header .level-1 .lang-switch .dropdown.opened .options {
  display: block;
}
.page-header .level-1 .lang-switch .icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: top;
}
.page-header .level-1 .lang-switch .icon--globe {
  background-image: url('../images/globe.svg');
  width: 15px;
  height: 15px;
}
.page-header .level-2 {
  background: #ffffff;
  padding: 0px 0 18px;
}
.page-header .level-2 .main-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media (max-width: 880px) {
  .page-header .level-2 .main-width {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .page-header .level-2 .main-width {
    justify-content: center;
  }
}
.page-header .level-2 .logo {
  flex: 0 1 200px;
  display: block;
}
.page-header .level-2 .logo__image {
  display: block;
  padding-top: 80%;
  background: url('../images/logo-lushlume.svg') 0 0 / 100% auto no-repeat;
}
@media (max-width: 920px) {
  .page-header .level-2 .logo {
    flex: 0 0 230px;
  }
}
@media (max-width: 880px) {
  .page-header .level-2 .logo {
    flex: 0 0 230px;
    order: 1;
    margin-top: -40px;
  }
}
.page-header .level-2 .search {
  flex: 1 1 auto;
  max-width: 450px;
}
@media (max-width: 880px) {
  .page-header .level-2 .search {
    order: 2;
    max-width: unset;
    flex-basis: 100%;
    margin-top: 14px;
  }
}
.page-header .level-2 .break {
  flex: 0 0 100%;
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  .page-header .level-2 .break {
    display: block;
    margin-bottom: 14px;
  }
}
.page-header .level-2 .phones {
  order: 3;
  font-size: 14px;
}
.page-header .level-2 .right-wrapper {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  max-width: 450px;
  order: 4;
}
@media (max-width: 880px) {
  .page-header .level-2 .right-wrapper .shopping-cart {
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    order: 0;
  }
}
@media (max-width: 880px) {
  .page-header .level-2 .right-wrapper {
    margin-top: 20px;
  }
}
.header-level-2-block-phone {
  color: #333333;
  float: left;
  display: flex;
  position: relative;
}
.header-level-2-block-phone,
.header-level-2-block-phone:hover {
  text-decoration: none;
}
.header-level-2-block {
  color: #333333;
  float: right;
  display: flex;
  position: relative;
}
.header-level-2-block,
.header-level-2-block:hover {
  text-decoration: none;
}
.header-level-2-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 49px;
  width: 22px;
  position: relative;
  margin-right: 10px;
}
.header-level-2-icon--phone {
  background-image: url('../images/phone.svg');
  background-size: 16px auto;
}
@media (max-width: 880px) {
  .header-level-2-icon--phone {
    background-size: 16px auto;
  }
}
.header-level-2-icon--cart {
  background-image: url('../images/cart-head.svg');
  background-size: 35px auto;
  height: 40px;
  width: 40px;
}
@media (max-width: 880px) {
  .header-level-2-icon--cart {
    height: 40px;
    width: 40px;
    background-size: 28px auto;
  }
}
.header-level-2-icon__bage {
  top: -10px;
  left: 27px;
  background: #e49399;
  position: absolute;
  padding: 5px 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  min-width: 10px;
  border-radius: 29px;
  text-align: center;
}
@media (max-width: 1200px) and (min-width: 881px) {
  .header-level-2-icon__bage--cart {
    display: block;
  }
}
@media (max-width: 500px) {
  .header-level-2-icon__bage--cart {
    display: block;
  }
}
.header-level-2-cart {
  font-weight: 300;
  margin-left: 10px;
  padding-top: 2px;
}
.header-level-2-cart__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 880px) {
  .header-level-2-cart__title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1200px) and (min-width: 881px) {
  .header-level-2-cart {
    display: none;
  }
}
@media (max-width: 500px) {
  .header-level-2-cart {
    display: none;
  }
}
.header-level-2-phones {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin-left: 5px;
  padding-top: 3px;
}
.header-level-2-phones div ~ div {
  margin-top: 4px;
}
.header-level-2-phones a {
  color: inherit;
}
.header-level-2-phones a,
.header-level-2-phones a:hover {
  text-decoration: none;
}
@media (max-width: 880px) {
  .header-level-2-phones {
    font-size: 14x;
    padding-top: 1px;
  }
}
.header-search-form {
  height: 49px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
@media (max-width: 880px) {
  .header-search-form {
    height: 40px;
  }
}
.header-search-form__input,
.header-search-form__button {
  background-color: #ffffff;
  outline: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #fbdcda;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.header-search-form__input {
  flex: 1 1 0;
  padding: 0 0 0 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  min-width: 0;
}
.header-search-form__input::-moz-placeholder {
  color: #949494;
  opacity: 1;
}
.header-search-form__input,
.header-search-form__input::placeholder {
  color: #949494;
  opacity: 1;
}
.header-search-form__button {
  flex: 0 0 49px;
  background-image: url('../images/search_l.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 23px auto;
}
.header-search-results {
  position: relative;
}
.header-search-results__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.header-search-results__item {
  display: block;
  padding: 5px 10px 5px 5px;
  border-top: 1px solid #fbdcda;
  color: #333333;
}
.header-search-results__item,
.header-search-results__item:hover {
  text-decoration: none;
}
.header-search-results__item:hover {
  background: #f7f7f7;
}
.header-search-results__item--all {
  text-align: right;
}
.header-search-result__wrapper {
  display: flex;
  overflow: hidden;
}
.header-search-result__picture {
  flex: 0 0 70px;
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.header-search-result__picture img {
  max-width: 100%;
  max-height: 100%;
}
.header-search-result__text {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.header-search-result__model {
  flex: 0 0 100%;
  color: #cf7a7d;
  font-weight: 500;
}
.header-search-result__name {
  flex: 0 0 100%;
  color: #333333;
  margin-bottom: 3px;
}
.header-search-result__rating {
  flex: 0 0 94.41px;
  height: 18px;
  background-image: url('../images/star-grey.svg');
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.header-search-result__price {
  color: #202020;
  font-size: 19px;
}
.header-search-result__old-price {
  color: #777777;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 15px;
}
nav {
  background: #ffffff;
  font-size: 0;
  line-height: 0;
  position: relative;
  border-top: 1px solid #fbdcda;
  border-bottom: 1px solid #fbdcda;
}
@media (max-width: 920px) {
  nav .main-width {
    margin-left: 0;
    margin-right: 0;
  }
}
nav .toggle-menu {
  display: none;
  padding: 5px 10px;
}
@media (max-width: 920px) {
  nav .toggle-menu {
    display: flex;
  }
}
nav .toggle-button {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
nav .toggle-button.toggle-main-menu {
  background-image: url('../images/toggle-main-menu.svg');
  margin-left: auto;
}
nav .toggle-button.toggle-side-menu {
  background-image: url('../images/toggle-side-menu.svg');
}
@media (max-width: 920px) {
  nav .first-level-items {
    display: none;
  }
  nav .first-level-items.visible {
    display: block;
  }
}
@media (min-width: 921px) {
  nav .first-level-items .rail {
    display: flex;
    position: relative;
  }
}
nav .first-level-item-wrapper {
  display: block;
  z-index: 51;
}
@media (min-width: 921px) {
  nav .first-level-item-wrapper:hover .first-level-children-wrapper {
    display: block;
  }
}
nav .first-level-item-wrapper:hover .first-level-item {
  background: #ec9399;
}
nav .first-level-item-wrapper:hover .first-level-item--specials {
  background: #e0461c;
}
nav .first-level-item {
  color: #4a4a4a;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 52;
  height: 40px;
  margin: 7px auto;
  padding: 0 15px;
}
@media (max-width: 1020px) {
  nav .first-level-item {
    height: 45px;
    font-size: 14px;
  }
}
nav .first-level-item,
nav .first-level-item:hover {
  text-decoration: none;
}
nav .first-level-item:hover,
nav .first-level-item--active {
  color: #ffffff;
  background: #ec9399;
}
nav .first-level-item__text {
  display: block;
}
@media (max-width: 920px) {
  nav .first-level-item--open ~ .first-level-children-wrapper {
    background: #ec9399ff;
    display: block;
  }
}
nav .first-level-children-wrapper {
  display: none;
  margin-top: -7px;
  padding: 24px 36px 20px;
}
@media (min-width: 921px) {
  nav .first-level-children-wrapper {
    background: #ec9399;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    z-index: 50;
  }
}
nav .second-level-items {
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
nav .second-level-item-wrapper {
  flex: 0 0 calc(25% - 15px);
}
@media (max-width: 920px) {
  nav .second-level-item-wrapper {
    flex-basis: calc(33.3333% - 14px);
  }
}
@media (max-width: 578px) {
  nav .second-level-item-wrapper {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  nav .second-level-item-wrapper {
    flex-basis: 100%;
  }
}
nav .second-level-item {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
nav .second-level-item,
nav .second-level-item a {
  color: #ffffff;
}
nav .third-level-items {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}
nav .third-level-item {
  margin: 10px 0;
  padding-left: 15px;
  background: url('../images/menu-item-marker.svg') 0 3px / auto 8px no-repeat;
}
nav .third-level-item,
nav .third-level-item a {
  color: #ffffff;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
.page-content {
  display: flex;
  justify-content: stretch;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.page-content .side-column {
  flex: 0 0 245px;
}
.page-content .column-center {
  flex: 1 1 auto;
  overflow: hidden;
}
.breadcrumbs {
  margin: 30px 0;
  font-size: 14px;
  line-height: 15px;
  color: #c77b7d;
}
.breadcrumbs a {
  color: #757575;
  text-decoration: underline;
}
.breadcrumbs i {
  font-style: normal;
}
.breadcrumbs__home-icon {
  width: 15px;
  height: auto;
  fill: #ec9399;
}
.page-footer {
  background: #272727;
}
.page-footer,
.page-footer a {
  color: #fff;
}
.page-footer a {
  text-decoration: none;
  color: #a5a5a5;
  font-size: 13px;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer__level-1 {
  padding: 36px 0;
}
.page-footer__level-2 {
  border-top: 1px solid #3b3b3b;
  padding: 14px 0;
}
.page-footer__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 980px) {
  .page-footer__flexbox {
    flex-wrap: wrap;
  }
}
.page-footer__flexbox--valign-middle {
  align-items: center;
}
.footer-level-2 {
  font-size: 14px;
  line-height: 1;
}
.footer-level-2__copyright {
  font-weight: normal;
}
.footer-level-2__developer {
  font-weight: 500;
}
@media (max-width: 980px) {
  .footer-level-1-column {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 580px) {
  .footer-level-1-column {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.footer-level-1-column__header {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-level-1-column__text {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 580px) {
  .footer-level-2-column {
    flex: 0 0 100%;
  }
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  margin: 7px 0;
}
.footer-cards {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-cards__card {
  flex: 0 0 65px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 42px;
}
.footer-cards__card--visa {
  background-image: url('../images/visa-card.svg');
}
.footer-cards__card--mastercard {
  background-image: url('../images/mastercard-card.svg');
}
.footer-map {
  display: flex;
  overflow: hidden;
  max-width: 100%;
}
.footer-map__frame {
  flex: 1 1 412px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-listing .tile-margin--tile {
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.products-listing .tile-margin--slide {
  margin-left: -7px;
  margin-right: -7px;
}
.products-listing .tile-margin--slide .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
}
.products-listing .tile-margin--slide .slick-slide {
  float: unset;
  height: unset;
  flex: 0 0 auto;
}
.products-listing .product-item--tile {
  flex: 0 1 25%;
}
@media (max-width: 1220px) {
  .products-listing .product-item--tile {
    flex-basis: 33.3333%;
  }
}
@media (max-width: 1000px) and (min-width: 921px) {
  .products-listing .product-item--tile {
    flex-basis: 50%;
  }
}
@media (max-width: 700px) {
  .products-listing .product-item--tile {
    flex-basis: 50%;
  }
}
.products-listing .item-padding {
  padding: 7px;
  height: 100%;
  position: relative;
}
.products-listing .item-border {
  background: #fff;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  z-index: 1;
}
.products-listing .image-block {
  display: block;
  text-decoration: none;
}
.products-listing .image-padding {
  padding-top: 100%;
  position: relative;
}
.products-listing .image-padding picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-listing .image-padding img {
  flex: 0 1 auto;
  max-width: 100%;
  max-height: 100%;
}
.products-listing .product-model {
  color: #cf7a7d;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-top: 15px;
  min-height: 1em;
}
.products-listing .product-name {
  color: #333333;
  display: block;
  line-height: 22px;
  margin-top: 12px;
  text-decoration: none;
  height: 66px;
}
@media (max-width: 1220px) {
  .products-listing .product-name {
    height: 66px;
  }
}
@media (max-width: 1000px) and (min-width: 921px) {
  .products-listing .product-name {
    height: 66px;
  }
}
@media (max-width: 500px) {
  .products-listing .product-name {
    height: 89px;
    overflow: hidden;
  }
}
.products-listing .rating-and-comments {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
}
.products-listing .comments {
  color: #7b7b7b;
}
.products-listing .rating {
  width: 94.75px;
  height: 16px;
  background: url('../images/rating.svg') 0 0 / 100% auto no-repeat;
}
.products-listing .rating--1 {
  background-position: 0 -18.58440999px;
}
.products-listing .rating--2 {
  background-position: 0 -37.16881998px;
}
.products-listing .rating--3 {
  background-position: 0 -55.75322997px;
}
.products-listing .rating--4 {
  background-position: 0 -74.33763997px;
}
.products-listing .rating--5 {
  background-position: 0 -92.92204996px;
}
.products-listing .price-and-add-to-cart {
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.products-listing .old-price {
  color: #777777;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}
.products-listing .price {
  color: #202020;
  font-size: 24px;
  line-height: 1;
}
.products-listing .add-to-cart {
  float: right;
}
.products-listing .add-to-cart button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 35px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent url('../images/add-to-cart.svg') 50% 50% / contain no-repeat;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.products-listing .add-to-cart .product-link-cart {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 35px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent url('../images/add-to-cart.svg') 50% 50% / contain no-repeat;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.products-listing .labels-block {
  position: absolute;
  top: 17px;
  left: 7px;
  z-index: 2;
}
.pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 7px;
  align-items: center;
  justify-content: center;
}
.pagination li {
  flex: 0 0 auto;
}
.pagination .link {
  background-color: #ececec;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  color: #7d7d7d;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 30px;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.pagination .link.link-next {
  transform: scaleX(-1);
}
.pagination .link.link-prev,
.pagination .link.link-next {
  background-image: url('../images/paginator-arrow.svg');
  font-size: 0;
  line-height: 0;
}
.pagination .link.link-active {
  background: #ec9399;
  color: #ffffff;
}
.module-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  overflow: hidden;
}
.module-header__caption {
  flex: 1 1 0;
}
.module-header__arrows {
  flex: 0 0 52px;
  display: flex;
  justify-content: space-between;
}
.module-header__arrows:empty {
  display: none;
}
.module-header__arrows .slick-arrow {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  background: transparent url('../images/module-header-arrow.svg') 50% 50% / contain no-repeat;
  padding: 0;
  margin: 5px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.module-header__arrows .slick-next {
  transform: scaleX(-1);
}
.module-header-caption {
  display: flex;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 7px;
  flex-wrap: wrap;
  overflow: hidden;
}
.module-header-caption__text {
  font-size: 28px;
  font-weight: 400;
  line-height: 43px;
  text-transform: uppercase;
  color: #3e3e3e;
  flex: 0 1 auto;
}
@media (max-width: 425px) {
  .module-header-caption__text {
    font-size: 18px;
    line-height: 23px;
  }
}
.module-header-caption__button {
  flex: 0 1 auto;
}
.mpm-slider-main .slick-slide {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.mpm-slider-main .slick-slide img {
  flex: 0 1 auto;
  max-width: 100%;
  height: auto;
}
.mpm-slider-main .slick-dots {
  bottom: 16px;
  font-size: 0;
  left: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.mpm-slider-main .slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.mpm-slider-main .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #3d3d3b;
  width: 35px;
  height: 4px;
  display: block;
  outline: none;
  cursor: pointer;
  font-size: 0;
  border: 0px;
  line-height: 0;
}
.mpm-slider-main .slick-dots li.slick-active button {
  background: #ec9399;
  border: 0px;
}
.mpm-slider-main .slick-dots li ~ li {
  margin-left: 5px;
}
.mpm-recent-articles-and-news {
  margin: 30px 0;
  font-size: 0;
}
.mpm-recent-articles-and-news .articles,
.mpm-recent-articles-and-news .news {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}
.mpm-recent-articles-and-news .news {
  padding-left: 15px;
}
.mpm-recent-articles-and-news .item {
  width: 100%;
  text-align: left;
  margin-bottom: 35px;
  box-sizing: border-box;
  min-height: 116px;
}
.mpm-recent-articles-and-news .item .image-block {
  max-width: 116px;
  width: 100%;
  float: left;
  display: inline;
  text-align: left;
  margin-right: 15px;
  box-sizing: border-box;
}
.mpm-recent-articles-and-news .item .image-block .image {
  height: 100%;
  width: 100%;
}
.mpm-recent-articles-and-news .item .image-block .image img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.mpm-recent-articles-and-news .item .text-block {
  display: table-cell;
  padding-bottom: 30px;
  position: relative;
}
.mpm-recent-articles-and-news .item .text-block .title {
  color: #00BEFF;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.mpm-recent-articles-and-news .item .text-block .text {
  padding-top: 3px;
  overflow: hidden;
  color: #4a4a4a !important;
  line-height: 18px;
  font-size: 12px;
}
.mpm-recent-articles-and-news .item .text-block .text * {
  margin: 0 !important;
  font-family: "Arial", sans-serif !important;
  line-height: 18px !important;
  font-size: 12px !important;
  color: #4a4a4a !important;
}
.mpm-recent-articles-and-news .item .text-block .date {
  background: url("../images/calendar.png") no-repeat left top;
  position: absolute;
  bottom: 0;
  width: 110px;
  color: #00BEFF;
  font-size: 12px;
  line-height: 18px;
  padding-left: 20px;
}
.mpm-manufacturers {
  margin: 45px 0 95px;
}
.mpm-manufacturers .slider {
  margin: 50px -10px 0;
}
.mpm-manufacturers .slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 10px;
}
.mpm-manufacturers .slider img {
  flex: 0 0 auto;
  max-width: 100%;
}
.mpm-manufacturers .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.mpm-manufacturers .slick-slide {
  float: unset;
  height: unset;
  flex: 0 0 auto;
}
.mpm-articles__tile {
  margin: 30px 0 40px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 860px) {
  .mpm-articles__tile {
    flex-wrap: wrap;
  }
}
.mpm-articles__item {
  flex: 0 1 100%;
  justify-content: stretch;
  flex-flow: column;
}
@media (max-width: 860px) {
  .mpm-articles__item {
    margin: 5px 0 20px;
  }
}
.mpm-articles__item:nth-of-type(2) > .mpm-articles__text-block {
  margin-left: 0px;
  margin-right: 25px;
}
.mpm-articles__image {
  flex: 0 0 50%;
}
@media (max-width: 480px) {
  .mpm-articles__image {
    flex-basis: 100%;
  }
}
.mpm-articles__image a {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.mpm-articles__image img {
  display: block;
  max-width: 100%;
}
.mpm-articles__text-block {
  flex: 1 1 auto;
  margin-left: 0px;
}
@media (max-width: 860px) {
  .mpm-articles__text-block {
    margin: 15px 0 0 0;
  }
}
.mpm-articles__title {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
}
.mpm-articles__title a {
  color: inherit;
  text-decoration: none;
}
.mpm-articles__text {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}
.mpm-articles__date {
  display: none;
  color: #d37a7e;
  margin-top: 15px;
  font-size: 14px;
  line-height: 15px;
}
.mpm-articles__icon {
  width: 16px;
  height: 15px;
  background: url('../images/calendar-icon.svg') 0 0 / 100% auto no-repeat;
  display: inline-block;
  vertical-align: top;
}
.mpm-featured {
  background: #ffffff;
  padding: 50px 0 47px;
}
.mpm-best-sellers {
  background: #ffffff;
  padding: 50px 0 47px;
}
.mpm-same-category-products {
  margin: 60px 0;
}
.box-categories {
  border: 1px solid #e3e3e3;
  margin-bottom: 17px;
  padding: 1px 13px 3px;
}
.box-categories,
.box-categories a {
  color: #333333;
}
.box-categories a {
  text-decoration: none;
}
.box-categories li {
  padding-left: 11px;
}
.box-categories ul.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.box-categories li.level-1 {
  margin: 12px 0;
}
.box-categories li.level-1.active a.level-1 {
  color: #c77b7d;
  font-weight: bold;
}
.box-categories ul.level-2 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 3px;
  font-size: 14px;
  line-height: 1;
}
.box-categories li.level-2 {
  background-image: url('../images/categories-list-marker.svg');
  background-position: 0 3px;
  background-size: auto 8px;
  background-repeat: no-repeat;
  margin: 10px 0;
}
.box-categories li.level-2.active {
  background-image: url('../images/categories-list-marker-active.svg');
}
.box-categories li.level-2.active a.level-2 {
  color: #c77b7d;
  font-weight: bold;
}
.box-categories ul.level-3 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 3px;
  font-size: 14px;
  line-height: 1;
}
.box-categories li.level-3 {
  margin: 10px 0;
}
.box-categories li.level-3.active a.level-3 {
  color: #c77b7d;
  font-weight: bold;
}
.box-filter {
  margin-bottom: 90px;
}
.box-filter .selector {
  background: #dddddd;
  border-radius: 2px;
  height: 4px;
  margin: 18px 4px 14px 9px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
}
.box-filter .selector .ui-slider-range {
  background: #ce797e;
  top: 0;
  bottom: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 -1px 0 0 #b85e63 inset;
}
.box-filter .selector .ui-slider-handle {
  background: url('../images/ui-slider-handle.svg') 0 0 / cover no-repeat;
  cursor: pointer;
  top: -9px;
  width: 12px;
  height: 19px;
}
.box-filter .selector .ui-slider-handle,
.box-filter .selector .ui-slider-handle:active,
.box-filter .selector .ui-slider-handle:focus {
  outline: none;
}
.box-filter .inputs {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 13px;
  line-height: 1;
  color: #606060;
}
.box-filter .inputs input {
  border: 1px solid #dcdcdc;
  color: #ce797e;
  text-align: center;
  padding: 0 5px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  flex: 1 0 58px;
  max-width: 58px;
}
.box-filter .inputs input::-webkit-outer-spin-button,
.box-filter .inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.box-filter .options .option {
  color: #606060;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 9px;
  display: flex;
  text-decoration: none;
}
.box-filter .options .option .checkbox-label {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #dcdcdc;
  height: 14px;
  width: 14px;
  flex: 0 0 auto;
  margin-right: 7px;
}
.box-filter .options .option .control-label {
  flex: 1 1 auto;
}
.box-filter .options .option.checked {
  color: #d17780;
}
.box-filter .options .option.checked .checkbox-label {
  background-image: url('../images/checkbox.svg');
  background-size: 10px auto;
  background-color: #ec9399;
  border-color: #ec9399;
}
.box-filter .options .option.disabled .control-label {
  text-decoration: line-through;
}
.box-filter .options .but_show {
  display: none;
}
@media (max-width: 920px) {
  .box-filter .options .but_show {
    display: none;
    position: absolute;
    right: 0;
    top: 19px;
    color: #fff;
    background: #ec9399;
    z-index: 999;
    padding: 2px 10px;
    font-size: 12px;
    cursor: pointer;
  }
}
.box-filter .scrool_filter_class {
  overflow-y: scroll;
  height: 195px;
  scrollbar-color: #00beff #F5F5F5;
  scrollbar-width: thin;
}
.box-filter .scrool_filter_class::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}
.box-filter .scrool_filter_class::-webkit-scrollbar-thumb {
  background-color: #00beff;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.selected-filters {
  border: 1px solid #e3e3e3;
  padding: 15px 20px 10px;
  margin-bottom: 11px;
}
.selected-filters__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.selected-filters__reset-all {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.selected-filters__reset-all a {
  color: #d1787c;
  text-decoration: underline;
}
.selected-option {
  margin-top: 8px;
}
.selected-option__title {
  color: #606060;
  font-size: 13px;
  line-height: 1;
}
.selected-option__values {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 9px;
  margin-top: 4px;
}
.selected-option__values a {
  display: block;
  flex: 0 0 auto;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  padding: 6px 20px 5px 10px;
  background: #ec9399 url('../images/selected-option-cross.svg') right 9px center / 5px auto no-repeat;
}
.non-selected-filters {
  border: 1px solid #e3e3e3;
  padding: 18px 17px 1px;
}
.options-group {
  margin-bottom: 25px;
  position: relative;
}
.options-group__title {
  cursor: pointer;
}
.options-group__content {
  margin-top: 12px;
  max-height: 180px;
  overflow-y: auto;
}
.options-group__content--hidden {
  display: none;
}
.options-group-title {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.options-group-title__text {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  flex: 1 1 auto;
}
.options-group-title__arrow {
  background: url('../images/select-arrow.svg') right center / 100% auto no-repeat;
  flex: 0 0 9px;
  height: 5px;
  margin-top: 5px;
}
.options-group-title__arrow--flipped {
  transform: scaleY(-1);
}
#currencies-top {
  float: right;
  margin-right: 10px;
}
.currencies-top {
  float: right;
  margin-right: 30px;
}
.currencies-top a,
.currencies-top b {
  display: inline-block;
  margin-left: 5px;
}
.currencies-top b {
  font-size: 1.1em;
}
.category-listing-params {
  padding: 6px 7px 7px 16px;
  border: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.category-listing-params .sort-order,
.category-listing-params .display-items {
  float: left;
  color: #7d7d7d;
  font-size: 13px;
}
.category-listing-params .block-pagination {
  float: right;
}
.category-listing-params .dropdown {
  margin-left: 10px;
}
.product-category-heading {
  color: #3e3e3e;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.category-list {
  display: block;
}
.category-list ul {
  list-style: none;
  padding-inline-start: 0;
}
.category-list ul li {
  display: inline-block;
  margin: 0 5px 25px;
  width: 31.5%;
}
.category-list ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 100%;
}
.category-list ul li a .picture {
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  max-height: 220px;
}
.category-list ul li a .picture img {
  max-width: 100%;
  max-height: 180px;
}
.category-list ul li a span {
  background: #ec9399;
  color: white;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  display: block;
}
@media all and (max-width: 700px) {
  .category-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .category-list ul li {
    width: 47%;
    margin: 0 1% 25px 1%;
  }
}
main {
  transition: all 0.5s;
}
main.loading {
  opacity: 0.2;
  transition: all 0.5s;
}
.load-more-products-block {
  margin-bottom: 20px;
}
.category-description .category-image {
  margin-bottom: 10px;
  margin-left: 10px;
  max-width: 400px;
}
.load-more-products-block {
  margin-top: 30px;
}
.load-more-products-block .button {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 30px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15), -2px 0 4px 0 rgba(0, 0, 0, 0.15);
}
.shopping-cart-content .shopping-cart-item {
  font-size: 0;
  line-height: 0;
}
.shopping-cart-content .shopping-cart-item .image,
.shopping-cart-content .shopping-cart-item .name-and-attributes,
.shopping-cart-content .shopping-cart-item .price,
.shopping-cart-content .shopping-cart-item .quantity,
.shopping-cart-content .shopping-cart-item .cost,
.shopping-cart-content .shopping-cart-item .remove {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5em;
  vertical-align: middle;
}
.shopping-cart-content .shopping-cart-item .image {
  line-height: 100px;
  text-align: center;
  width: 14%;
}
.shopping-cart-content .shopping-cart-item .image a,
.shopping-cart-content .shopping-cart-item .image img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.shopping-cart-content .shopping-cart-item .image a {
  max-height: 150px;
  overflow: hidden;
}
.shopping-cart-content .shopping-cart-item .image img {
  height: auto;
}
.shopping-cart-content .shopping-cart-item .name-and-attributes {
  width: 48%;
}
.shopping-cart-content .shopping-cart-item .price,
.shopping-cart-content .shopping-cart-item .quantity,
.shopping-cart-content .shopping-cart-item .cost {
  text-align: center;
  width: 10%;
}
.shopping-cart-content .shopping-cart-item .name-and-attributes,
.shopping-cart-content .shopping-cart-item .price,
.shopping-cart-content .shopping-cart-item .quantity,
.shopping-cart-content .shopping-cart-item .cost,
.shopping-cart-content .shopping-cart-item .remove {
  padding-left: 10px;
}
.shopping-cart-content .shopping-cart-item .remove {
  width: 8%;
  text-align: right;
}
.shopping-cart-content .shopping-cart-item .quantity .button {
  margin-top: 5px;
}
.shopping-cart-content .shopping-cart-item.no-image .name-and-attributes {
  margin-left: 14%;
}
.shopping-cart-content .shopping-cart-item.no-name .price {
  margin-left: 60%;
}
.shopping-cart-content .shopping-cart-item.item-heading {
  font-weight: bold;
}
.shopping-cart-content .shopping-cart-item ~ .shopping-cart-item {
  margin-top: 10px;
}
.buttons-block {
  line-height: 2.91666667rem;
  margin-bottom: 0.28571429em;
  margin-top: 0.28571429em;
}
.product-page .images-and-details {
  margin-bottom: 65px;
}
@media (min-width: 991px) {
  .product-page .images-and-details {
    display: flex;
    justify-content: stretch;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 991px) {
  .product-page .images-and-details .images {
    display: flex;
    flex: 1 1 auto;
    max-width: 690px;
  }
}
.product-page .images-and-details .images .primary-image {
  position: relative;
}
@media (min-width: 991px) {
  .product-page .images-and-details .images .primary-image {
    overflow: hidden;
    flex: 0 52 520px;
    max-width: 520px;
    order: 1;
  }
}
.product-page .images-and-details .images .primary-image a {
  display: block;
}
.product-page .images-and-details .images .primary-image picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .images-and-details .images .primary-image img {
  flex: 0 1 auto;
  max-width: 100%;
}
.product-page .images-and-details .images .primary-image .labels-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-page .images-and-details .images .secondary-images {
  overflow: hidden;
  position: relative;
}
@media (min-width: 991px) {
  .product-page .images-and-details .images .secondary-images {
    flex: 0 17 170px;
    max-width: 170px;
    padding-right: 20px;
    order: 0;
    height: 492px;
  }
}
@media (max-width: 990px) {
  .product-page .images-and-details .images .secondary-images {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.product-page .images-and-details .images .secondary-images__items {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .product-page .images-and-details .images .secondary-images__items {
    row-gap: 19px;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .product-page .images-and-details .images .secondary-images__items {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: row;
    width: 100%;
  }
}
.product-page .images-and-details .images .secondary-images__item {
  border: 1px solid #c0c0c0;
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  min-width: 150px;
  max-width: 150px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .product-page .images-and-details .images .secondary-images__item {
    width: 100px;
    height: 100px;
    flex-basis: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
.product-page .images-and-details .images .secondary-images__item .image-border {
  border: 1px solid #fff;
  padding-top: 100%;
  position: relative;
}
.product-page .images-and-details .images .secondary-images__item .image-border picture {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .images-and-details .images .secondary-images__item .image-border img {
  flex: 0 1 auto;
  max-width: 100%;
  max-height: 100%;
}
.product-page .images-and-details .images .secondary-images__item.active {
  border-color: #ec9399;
}
.product-page .images-and-details .images .secondary-images__item.active .image-border {
  border-color: #ec9399;
}
@media (min-width: 991px) {
  .product-page .images-and-details .details {
    flex: 1 1 auto;
    max-width: 690px;
  }
}
@media (max-width: 990px) {
  .product-page .images-and-details .details {
    margin-top: 30px;
  }
}
.product-page .images-and-details .details h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  color: #333333;
  margin: 0 0 20px;
}
.product-page .images-and-details .details .model-rating-comments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.product-page .images-and-details .details .model-rating-comments .model {
  color: #c97b7b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 0px 8px;
}
.product-page .images-and-details .details .model-rating-comments .rating {
  font-size: 0;
  line-height: 0;
}
.product-page .images-and-details .details .model-rating-comments .rating .scale {
  background: url('../images/rating-stars.svg') 0 0 repeat-x;
  display: inline-block;
  position: relative;
  z-index: 48;
}
.product-page .images-and-details .details .model-rating-comments .rating .indicator {
  background: url('../images/rating-stars.svg') 0 -17px repeat-x;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.product-page .images-and-details .details .model-rating-comments .rating .indicator.value-1 {
  width: 18px;
}
.product-page .images-and-details .details .model-rating-comments .rating .indicator.value-2 {
  width: 36px;
}
.product-page .images-and-details .details .model-rating-comments .rating .indicator.value-3 {
  width: 54px;
}
.product-page .images-and-details .details .model-rating-comments .rating .indicator.value-4 {
  width: 72px;
}
.product-page .images-and-details .details .model-rating-comments .rating .indicator.value-5 {
  width: 90px;
}
.product-page .images-and-details .details .model-rating-comments .rating .rate {
  display: inline-block;
  height: 17px;
  position: relative;
  width: 18px;
  z-index: 50;
}
.product-page .images-and-details .details .model-rating-comments .rating .rate.mark-1:hover ~ .indicator {
  width: 18px;
}
.product-page .images-and-details .details .model-rating-comments .rating .rate.mark-2:hover ~ .indicator {
  width: 36px;
}
.product-page .images-and-details .details .model-rating-comments .rating .rate.mark-3:hover ~ .indicator {
  width: 54px;
}
.product-page .images-and-details .details .model-rating-comments .rating .rate.mark-4:hover ~ .indicator {
  width: 72px;
}
.product-page .images-and-details .details .model-rating-comments .rating .rate.mark-5:hover ~ .indicator {
  width: 90px;
}
.product-page .images-and-details .details .model-rating-comments .rating .cover {
  background: #fff url('../images/wait.gif') center center no-repeat;
  bottom: 0;
  cursor: wait;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 51;
}
.product-page .images-and-details .details .model-rating-comments .comments {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
.product-page .images-and-details .details .color-tittle {
  margin: 15px 0 5px 0;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
.product-page .images-and-details .details .color-options-list {
  position: relative;
  display: inline-block;
}
.product-page .images-and-details .details .color-options-list select {
  cursor: pointer;
  width: auto;
  max-width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-page .images-and-details .details .color-options-list select:focus {
  border-color: #ec9399;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 147, 153, 0.28);
}
.product-page .images-and-details .details .color-options-list select:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.product-page .images-and-details .details .color-options-list select .out-of-stock-color {
  color: #c3c3c4;
}
.product-page .images-and-details .details .color-options-list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0.6rem;
  height: 0.6rem;
  pointer-events: none;
  transform: translateY(-50%);
  background: #fff url('../images/select-arrow.svg') right 8px center / 9px auto no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 55%;
}
.product-page .images-and-details .details .products-values {
  margin-top: 20px;
}
.product-page .images-and-details .details .products-values__label {
  color: #606060;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-page .images-and-details .details .products-values__options {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.product-page .images-and-details .details .products-values__option {
  flex: 0 0 auto;
  padding: 2px 10px;
  border-radius: 14px;
  border: 1px solid #c0c0c0;
  color: #202020;
  text-decoration: none;
}
.product-page .images-and-details .details .products-values__option--selected {
  color: #501800;
  border-color: #febd17;
  background-color: #febd17;
}
.product-page .images-and-details .details .price-block {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
}
.product-page .images-and-details .details .price-block .price {
  color: #202020;
  font-size: 30px;
  line-height: 1;
}
.product-page .images-and-details .details .price-block .old-price {
  color: #777777;
  font-size: 24px;
  line-height: 1;
  text-decoration: line-through;
  margin-right: 12px;
}
.product-page .images-and-details .details .price-block .old-price::before,
.product-page .images-and-details .details .price-block .old-price::after {
  content: '\00a0';
}
.product-page .images-and-details .details .add-to-cart {
  margin-top: 22px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 14px;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.product-page .images-and-details .details .add-to-cart .button-add-to-cart {
  height: 51px;
  padding: 0 40px 0 24px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-family: Roboto, sans-serif;
}
.product-page .images-and-details .details .add-to-cart .button-add-to-cart__icon {
  width: 35px;
  height: 30px;
  margin-right: 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('../images/cart.svg');
  background-size: auto 30px;
}
.product-page .images-and-details .details .add-to-cart .button-buy-one-click {
  background: #fff;
  border: 2px solid #0b6152;
  color: #0b6152;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-family: Roboto, sans-serif;
  height: 51px;
  padding: 0 30px;
}
@media (max-width: 540px) {
  .product-page .tabs .tab-item {
    display: block;
  }
}
#textz {
  min-height: 120px;
}
.block-captcha {
  padding-left: 130px;
}
.block-captcha .block-image {
  float: left;
  margin-left: -130px;
  width: 120px;
}
.block-captcha .block-image .refresh-link {
  margin-top: 10px;
  text-align: center;
}
.block-captcha .block-image .refresh-link span {
  border-bottom: 1px dashed #ccc;
  color: #ccc;
  cursor: pointer;
  display: inline-block;
}
.block-captcha .block-input {
  float: left;
  width: 100%;
}
.buy-one-click-popup {
  margin: auto;
  max-width: 400px;
}
.lightbox-popover {
  padding: 0;
}
.lightbox-popover .lightbox-popup {
  height: 80%;
  position: absolute;
  width: 80%;
}
@media (max-width: 680px) {
  .lightbox-popover .lightbox-popup {
    height: 100%;
    width: 100%;
  }
}
.lightbox-popover .popup-padding {
  box-sizing: border-box;
}
.lightbox-popover .popup-padding,
.lightbox-popover .popup-content {
  height: 100%;
  position: relative;
}
.lightbox-popover .popup-content {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.lightbox-popover .popup-content .table {
  border: none;
  border-collapse: collapse;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.lightbox-popover .popup-content .tbody {
  display: table-row-group;
}
.lightbox-popover .popup-content .trow {
  display: table-row;
}
.lightbox-popover .popup-content .tcell {
  display: table-cell;
}
.lightbox-popover .popup-content img {
  height: auto;
  width: auto;
}
.lightbox-popover .popup-content .primary-image {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.lightbox-popover .popup-content .primary-image img {
  display: block;
  left: 50%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
}
.lightbox-popover .popup-content .secondary-images {
  padding-top: 20px;
  vertical-align: bottom;
}
.lightbox-popover .popup-content .secondary-images a {
  border: 1px solid #c0c0c0;
  display: inline-block;
  height: 80px;
  line-height: 68px;
  margin: 3px;
  overflow: hidden;
  padding: 5px;
  width: 80px;
}
.lightbox-popover .popup-content .secondary-images .active {
  border-color: #ec9399;
}
.lightbox-popover .popup-content .secondary-images img {
  display: inline-block;
  max-height: 68px;
  max-width: 68px;
  vertical-align: middle;
}
.lightbox-popover .arrow {
  background-color: transparent;
  background-image: url('../images/products-listing-slider-arrows.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 42px;
  line-height: 0;
  margin-top: -21px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 42px;
  z-index: 9;
}
.lightbox-popover .arrow-prev {
  background-position: 0 0;
  left: 10px;
}
.lightbox-popover .arrow-next {
  background-position: -42px 0;
  right: 10px;
}
.comment_form,
#addfomz {
  max-width: 520px;
}
.comment_form input[type=text],
#addfomz input[type=text] {
  max-width: 278px;
}
.comment_form .block-captcha,
#addfomz .block-captcha {
  float: left;
}
.comment_form .form-control,
#addfomz .form-control {
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.quantity-select-group__title {
  color: #606060;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.quantity-selector {
  border: 1px solid #c4c4c4;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 98px;
  overflow: hidden;
}
.quantity-selector__input,
.quantity-selector__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-style: #c4c4c4;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  height: 35px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  background: #fff;
}
.quantity-selector__input {
  flex: 0 0 38px;
  width: 38px;
  max-width: 38px;
  color: #202020;
  border-left-width: 1px;
  border-right-width: 1px;
}
.quantity-selector__button {
  flex: 0 0 29px;
  width: 29px;
  max-width: 29px;
  color: #777777;
}
.np-logo {
  display: block;
  background: url('../images/np-logo.svg') 50% 50% / contain no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
.checkout {
  padding-right: 50%;
}
.checkout #billingAddress .form-group,
.checkout #shippingMethods .form-group,
.checkout #paymentMethods .form-group {
  max-width: 300px;
}
.checkout .checkout-left {
  float: left;
  width: 100%;
}
.checkout .checkout-right {
  float: right;
  margin-right: -100%;
  width: 80%;
}
.checkout .checkout-right .column-padding {
  border: 1px solid #e3e3e3;
  padding: 20px;
}
.checkout .order-totals {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 20px;
}
.checkout .button-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 14px;
}
#login {
  max-width: 300px;
}
#login .buttons-block {
  float: left;
  margin: 0;
}
.login_page_soc {
  float: right;
  line-height: 35px;
}
.login_page_soc a {
  display: inline-block;
  width: 27px;
  height: 27px;
  font-size: 0;
  vertical-align: middle;
}
.login_page_soc a:not(:last-child) {
  margin-right: 5px;
}
.login_page_soc a.fb {
  background: url('../images/facebook.svg') center no-repeat;
  background-size: contain;
}
.login_page_soc a.vk {
  background: url('../images/vkontakte.svg') center no-repeat;
  background-size: contain;
}
.checkout-cart h2 {
  margin-top: 0;
}
.checkout-cart .cart-item {
  margin-top: 15px;
  padding-left: 110px;
}
.checkout-cart .item-image {
  display: block;
  float: left;
  line-height: 100px;
  margin-left: -110px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
.checkout-cart .item-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.checkout-cart .everything-else {
  float: left;
  width: 100%;
}
.checkout-cart .item-name {
  font-size: 1.16666667rem;
  line-height: 1.5em;
}
.checkout-cart .item-attributes {
  font-size: 0.91666667rem;
  line-height: 1.5em;
  list-style: none;
  margin-top: 10px;
  padding-left: 20px;
}
.checkout-cart .item-attributes li:before {
  content: '\2014\00a0';
}
.checkout-cart .item-total {
  list-style: none;
  padding-left: 0;
}
.shipping-and-payment-methods .method-item {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-left: 25px;
}
.shipping-and-payment-methods .custom-radiobox {
  float: left;
  margin-left: -25px;
}
.shipping-and-payment-methods .module-title {
  color: #333333;
  font-weight: 500;
}
.shipping-and-payment-methods .method-title {
  font-weight: 300;
}
.shipping-and-payment-methods .method-cost {
  margin-top: 4px;
}
#checkout-form-comments-textarea {
  height: 100px;
}
#create-account-form {
  margin: auto;
  max-width: 400px;
}
.login-page .login-columns {
  margin: auto;
  max-width: 800px;
}
.login-page .login-columns .column {
  float: left;
  width: 50%;
}
.login-page .login-columns .column-login .column-padding {
  padding-right: 10px;
}
.login-page .login-columns .column-register .column-padding {
  padding-left: 10px;
}
.soc_er {
  font-size: 14px;
  line-height: normal;
  text-align: left;
  padding: 0;
}
.soc_login .text,
.soc_create .text {
  overflow: hidden;
  font-size: 14px;
  line-height: normal;
  padding-left: 10px;
  box-sizing: border-box;
}
.soc_login .text > p,
.soc_create .text > p {
  margin-top: 0;
}
.account-history-table-wrapper {
  overflow-x: auto;
}
.account-history-table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.account-history-table th {
  background-color: #f0ebe6;
  text-align: left;
  color: #0b6152;
  font-weight: 500;
}
.account-history-table th,
.account-history-table td {
  padding: 10px;
}
.account-history-table tbody tr ~ tr {
  border-top: 1px solid #c0c0c0;
}
.account-history-table tbody tr:nth-child(even) {
  background-color: #fff9e8;
}
.account-history-table tbody tr td:last-child {
  text-align: right;
}
.account-history-table tbody tr:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.address-book-page .address-book-entry {
  padding: 10px 130px 10px 10px;
}
.address-book-page .address-book-entry .content {
  float: left;
  width: 100%;
}
.address-book-page .address-book-entry .buttons {
  float: right;
  margin-right: -120px;
  width: 100px;
}
.address-book-page .address-book-entry .buttons .button ~ .button {
  margin-top: 10px;
}
.address-book-page .address-book-entry:nth-child(even) {
  background-color: #d2f2ff;
}
.article-entry .entry-meta {
  color: #646e80;
  margin-bottom: 1em;
  margin-top: 1em;
}
.article-entry .entry-readmore {
  margin-bottom: 1em;
  margin-top: 1em;
}
.article-entry .entry-image {
  margin-bottom: 1em;
  margin-top: 1em;
}
.article-entry .entry-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.articles-tile {
  font-size: 0;
  line-height: 0;
}
.articles-tile .outer-margin {
  margin: 0 -10px;
}
.articles-tile .article-entry {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  width: 50%;
}
.compare-slide {
  overflow-x: auto;
}
.compare-table {
  border: 1px solid #eee;
  border-collapse: collapse;
  table-layout: fixed;
}
.compare-table th,
.compare-table td {
  border: 1px solid #eee;
  padding: 5px;
  vertical-align: top;
  width: 200px;
}
.compare-table tr:first-child th,
.compare-table tr:first-child td {
  border: none;
}
.compare-table tr:nth-child(2n) td:nth-child(2n) {
  background-color: #f7f7f7;
}
.compare-table th {
  text-align: left;
}
.compare-table td {
  text-align: center;
}
.html-invoice-iframe {
  width: 100%;
  height: 600px;
}
#allbrands .allbrands_list .symbol-list .symbol {
  font-size: 40px;
  color: #c77b7d;
  line-height: 45px;
  border-bottom: 1px solid #fbdcda;
}
#allbrands .allbrands_list .symbol-list .list {
  font-size: 0;
}
#allbrands .allbrands_list .symbol-list .list .list-item {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: center;
  margin: 20px 0;
}
#allbrands .allbrands_list .symbol-list .list .list-item .image {
  display: block;
  line-height: 58px;
  height: 65px;
  max-width: 145px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 3px;
}
#allbrands .allbrands_list .symbol-list .list .list-item .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
#allbrands .allbrands_list .symbol-list .list .list-item .name {
  margin-top: 15px;
  color: #c77b7d;
}
@media screen and (max-width: 767px) {
  #allbrands .allbrands_list .symbol-list .list .list-item {
    width: 33.3333%;
  }
}
#allbrands .allbrands_list .symbol-list .list .list-item a {
  text-decoration: none;
}
@media all and (max-width: 800px) {
  .mpm-recent-articles-and-news .articles,
  .mpm-recent-articles-and-news .news {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .mpm-recent-articles-and-news .articles .section-title,
  .mpm-recent-articles-and-news .news .section-title {
    text-align: left;
  }
  .mpm-recent-articles-and-news .articles {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 920px) {
  .page-content.with-left-column {
    padding-left: 0;
  }
  .page-content .column-left {
    margin-left: 0;
  }
  .page-content .column-left .column-wrapper {
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.1);
    margin-left: -375px;
    transition: margin-left 0.5s ease-in-out;
  }
  .page-content .column-left.visible .column-wrapper {
    margin-left: 0;
    transition: margin-left 0.5s ease-in-out;
  }
  .page-content.with-right-column {
    padding-right: 0;
  }
  .page-content .column-right {
    margin-right: 0;
  }
  .page-content .column-right .column-wrapper {
    box-shadow: -20px 20px 20px 0 rgba(0, 0, 0, 0.1);
    margin-right: -375px;
    transition: margin-right 0.5s ease-in-out;
  }
  .page-content .column-right.visible .column-wrapper {
    margin-right: 0;
    transition: margin-right 0.5s ease-in-out;
  }
  .page-content .side-column {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease-in-out, visibility 0s step-end 0.5s;
    visibility: hidden;
    width: auto;
    z-index: 150;
  }
  .page-content .side-column.visible {
    opacity: 1;
    transition: opacity 0.5s ease-in-out, visibility 0s step-start;
    visibility: visible;
  }
  .page-content .side-column .column-wrapper {
    background: #fff;
    padding: 39px 10px 10px;
    width: 280px;
    position: relative;
  }
  .page-content .side-column .column-wrapper .close-column {
    background: url('../images/close-cart-popup.svg') 0 0 / contain no-repeat;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
  }
}
@media all and (max-width: 999px) {
  .shopping-cart-content .shopping-cart-item .name-and-attributes {
    width: 38%;
  }
  .shopping-cart-content .shopping-cart-item .price,
  .shopping-cart-content .shopping-cart-item .quantity,
  .shopping-cart-content .shopping-cart-item .cost,
  .shopping-cart-content .shopping-cart-item .remove {
    width: 12%;
  }
  .shopping-cart-content .shopping-cart-item.no-name .price {
    margin-left: 52%;
  }
}
@media all and (max-width: 680px) {
  .shopping-cart-content .shopping-cart-item .name-and-attributes {
    width: 30%;
  }
  .shopping-cart-content .shopping-cart-item .price,
  .shopping-cart-content .shopping-cart-item .quantity,
  .shopping-cart-content .shopping-cart-item .cost,
  .shopping-cart-content .shopping-cart-item .remove {
    width: 14%;
  }
  .shopping-cart-content .shopping-cart-item.no-name .price {
    margin-left: 44%;
  }
}
@media all and (max-width: 600px) {
  .shopping-cart-content .shopping-cart-item {
    padding-left: 110px;
  }
  .shopping-cart-content .shopping-cart-item .image {
    float: left;
    margin-left: -110px;
    width: 100px;
  }
  .shopping-cart-content .shopping-cart-item .name-and-attributes {
    width: 100%;
  }
  .shopping-cart-content .shopping-cart-item .price,
  .shopping-cart-content .shopping-cart-item .quantity,
  .shopping-cart-content .shopping-cart-item .cost,
  .shopping-cart-content .shopping-cart-item .remove {
    margin-top: 10px;
    width: 25%;
  }
  .shopping-cart-content .shopping-cart-item .price {
    margin-left: 0;
  }
  .shopping-cart-content .shopping-cart-item .price:before,
  .shopping-cart-content .shopping-cart-item .quantity:before,
  .shopping-cart-content .shopping-cart-item .cost:before {
    content: attr(aria-label);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .shopping-cart-content .shopping-cart-item .remove .button {
    display: block;
    width: 100%;
  }
  .shopping-cart-content .shopping-cart-item.item-heading {
    display: none;
  }
  .shopping-cart-content .shopping-cart-item ~ .shopping-cart-item {
    margin-top: 25px;
  }
}
@media all and (max-width: 450px) {
  .shopping-cart-content .shopping-cart-item .price,
  .shopping-cart-content .shopping-cart-item .quantity,
  .shopping-cart-content .shopping-cart-item .cost,
  .shopping-cart-content .shopping-cart-item .remove {
    width: 50%;
  }
  .shopping-cart-content .shopping-cart-item .cost {
    margin-left: 0;
  }
}
@media all and (max-width: 855px) {
  .checkout {
    padding-right: 0;
  }
  .checkout .checkout-left {
    float: none;
  }
  .checkout .checkout-right {
    float: none;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .checkout .tabs .tab-item {
    border-radius: 0;
    display: block;
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  .login-page .login-columns .column {
    float: none;
    width: 100%;
  }
  .login-page .login-columns .column ~ .column {
    margin-top: 20px;
  }
  .login-page .login-columns .column-login .column-padding {
    padding-right: 0;
  }
  .login-page .login-columns .column-register .column-padding {
    padding-left: 0;
  }
}
@media all and (max-width: 720px) {
  .tabs.account-tabs .tab-item {
    border-radius: 0;
    display: block;
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  .articles-tile .article-entry {
    display: block;
    width: 100%;
  }
}
.compares:last-of-type {
  border-bottom: 0;
}
#compare_box {
  position: fixed;
  width: 40px;
  left: 0;
  top: 40%;
  z-index: 51;
}
#wishlist_box2 {
  width: 40px;
  left: 0;
  top: calc(40% + 60px);
  z-index: 51;
}
#wishlist_box2 a {
  display: block;
  font-size: 11px;
  text-decoration: none;
}
#compare_wishlist {
  margin: 10px 0;
}
.compare_item {
  position: relative;
  margin: 5px 0;
  transition: all 0.2s;
}
.compare_item:hover .compare_block__delete {
  opacity: 1;
}
.compare_block__prod_img {
  text-align: center;
  width: 100%;
}
.compare_block__prod_name {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  padding: 0px 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  height: 36px;
  line-height: 10px;
  width: 90px;
  border-radius: 0 0 10px 0;
}
.compare_item:hover .compare_block__prod_name {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
.compare_item a {
  font-size: 10px;
}
.compare_box_title {
  padding: 5px 10px;
  font-size: 12px;
  color: #00BEFF;
  font-weight: bold;
}
.compare_block__delete {
  position: absolute;
  top: -5px;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #00BEFF;
  text-align: center;
  width: 16px;
  line-height: 16px;
  display: inline-block;
  opacity: 0;
}
.compare_block__delete,
.compare_block__delete:hover {
  text-decoration: none;
}
.compare_item .inner {
  padding: 5px 10px;
}
.gocomparelink,
.gowishlistlink {
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  padding: 4px;
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: url("../images/compare.jpg") no-repeat left top;
}
.gocomparelink .compares-count,
.gowishlistlink .compares-count,
.gocomparelink .wishlist-count,
.gowishlistlink .wishlist-count {
  background: #eb949a;
  color: #ffffff;
  padding: 5px 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  min-width: 10px;
  border-radius: 29px;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  left: 27px;
}
.gowishlistlink {
  background: url("../images/wishlist.svg") no-repeat left 4px;
}
#comp_delete {
  margin-left: -55px;
  margin-top: -115px;
}
.comp_img {
  display: block;
  overflow: hidden;
}
.comp_img img {
  display: block;
  height: auto;
  max-width: 100%;
}
#copm_qty {
  width: 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 25px;
}
.comp_options {
  text-align: center;
  border-bottom: 1px solid #C6C4C5;
  min-height: 20px;
  padding-top: 3px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.wishlist_btn img {
  float: left;
  margin-right: 5px;
}
.item .wishlist_compare .compare-item,
.item .wishlist_compare .wishlist_block {
  margin-right: 8px;
  line-height: 17px;
  float: left;
}
.wishlist_btn,
.wishlist_block span {
  cursor: pointer;
}
.wishlist_compare {
  font-size: 11px;
}
.wishlist_compare a {
  color: #4a4a4a;
}
.wishlist_compare img {
  float: left;
}
#wishlist_bg {
  transform: rotate(-90deg);
  width: 200px;
  border-radius: 5px 5px 0 0;
  position: relative;
  left: -75px;
  top: 89px;
  background: #00D1FF;
  padding: 4px;
  text-align: center;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px;
  line-height: 22px;
  padding: 4px 0px;
}
#wishlist_box_in2 {
  position: fixed;
  top: 300px;
  z-index: 1001;
  right: 10px;
}
#wishlist_box_in2 a {
  display: block;
  font-size: 11px;
  width: 29px;
  text-decoration: none;
}
#wishlist_sum {
  text-align: center;
}
.logoff-page,
.checkout-page {
  font-size: 16px;
  line-height: 20px;
}
.novaposhta_item,
.novaposhta_cities li,
.novaposhta_cities li:hover,
.novaposhta_cities li:focus {
  height: 30px !important;
  font-weight: normal !important;
}
.novaposhta_cities #my-id {
  display: none !important;
}
.ac_results {
  z-index: 1004;
  background-color: Window;
  overflow: auto;
  overflow-x: hidden;
  margin-left: -5px;
  margin-top: 2px;
  min-width: 600px;
  width: 100%;
  padding-top: 0px;
  border-radius: 5px;
  border: 1px solid #268ce4;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li:hover {
  font-weight: bold;
  color: #fff;
  background: #268ce4;
}
.ac_results li:hover .qntp,
.ac_results li:hover .qnt {
  color: #ffffff;
}
.ac_results iframe {
  display: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: mask();
  width: 3000px;
  height: 3000px;
}
.ac_results li {
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  display: block;
  font: menu;
  font-size: 12px;
  height: 60px;
  margin: 0;
  overflow: hidden;
  padding: 7px 7px;
  position: relative;
  z-index: 3;
}
.ac_loading {
  background: Window url('../images/loading.gif') right center no-repeat;
}
.ac_over {
  background-color: #f3f3f3;
  color: #000;
}
#np_ref,
label[for=ui-multiselect-np_departments-option-0] {
  display: none;
}
.hide {
  display: none;
}
.text-content {
  font-size: 14px;
  line-height: 23px;
  color: #606060;
}
.text-content p,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content ul,
.text-content ol,
.text-content dl {
  margin: 17px 0;
}
.tab-content {
  text-align: left;
}
.label {
  display: flex;
  margin: 4px 0;
  height: 31px;
}
@media (max-width: 420px) {
  .label {
    height: 30px;
  }
}
.label__text {
  font-size: 15px;
  line-height: 1;
  padding-right: 11px;
  padding-left: 11px;
  color: #fff;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 420px) {
  .label__text {
    padding-right: 3px;
    padding-left: 4px;
    font-size: 13px;
  }
}
.label__bg {
  flex: 0 0 auto;
  margin-left: 0px;
}
.label--green .label__text {
  background: #3bc65f;
}
.label--green .label__bg {
  fill: #3bc65f;
  display: none;
}
.label--blue .label__text {
  background: #378ce7;
}
.label--blue .label__bg {
  fill: #1d947f;
  display: none;
}
.label--red .label__text {
  background: #ed9297;
}
.label--red .label__bg {
  fill: #df1f1f;
  display: none;
}
.page-footer-spacer {
  margin-bottom: 80px;
}
.wishlist-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wishlist-container .wishlist-header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.wishlist-container .wishlist-header .wishlist-col.image {
  flex: 0 0 100px;
}
.wishlist-container .wishlist-header .wishlist-col.name {
  flex: 1 1 40%;
}
.wishlist-container .wishlist-header .wishlist-col.name a {
  color: #333333;
  text-decoration: none;
}
.wishlist-container .wishlist-header .wishlist-col.price {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
}
.wishlist-container .wishlist-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.wishlist-container .wishlist-row .wishlist-col {
  padding: 5px;
  box-sizing: border-box;
}
.wishlist-container .wishlist-row .wishlist-col.image {
  flex: 0 0 100px;
}
.wishlist-container .wishlist-row .wishlist-col.name {
  flex: 1 1 40%;
}
.wishlist-container .wishlist-row .wishlist-col.name a {
  color: #333333;
  text-decoration: none;
}
.wishlist-container .wishlist-row .wishlist-col.price {
  flex: 0 0 120px;
  display: flex;
  color: #202020;
  font-size: 24px;
  line-height: 1;
  align-items: center;
}
.wishlist-container .wishlist-row .wishlist-col.actions {
  flex: 0 0 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wishlist-container .wishlist-row .wishlist-col.actions form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wishlist-container .wishlist-row .wishlist-col.actions form .button {
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
}
.wishlist-container .wishlist-row .wishlist-col.actions form .button-red {
  background-color: #e74c3c;
  color: #fff;
  border: none;
}
.wishlist-container .wishlist-row .wishlist-col.actions form .button-red:hover {
  background-color: #d62c1a;
}
.wishlist-container .wishlist-row .wishlist-col.actions form .show-cart {
  background-color: #ec9399;
  color: white;
}
.wishlist-container .wishlist-row .wishlist-col.actions form .show-cart:hover {
  background-color: #217dbb;
}
.wishlist-container .unavailable {
  color: red;
  font-weight: bold;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .wishlist-container .wishlist-header {
    display: none;
  }
  .wishlist-container .wishlist-row {
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .wishlist-container .wishlist-row .wishlist-col {
    width: 100%;
  }
}
.unavailable {
  color: red;
  font-weight: bold;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .wishlist-header {
    display: none;
  }
  .wishlist-row {
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .wishlist-col {
    width: 100%;
  }
}

