/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
/*fix other elements on the page moving (on Chrome)*/
/** THEME
===================================*/
/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
/* Main image in popup */
/* The shadow behind the image */
/**
       * Remove all paddings around the image on small screen
       */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');
/**
 * HEADER 
 */
/**
 * BANNERS 
 */
/**
 * PRODUCT LIST 
 */
/**
 * FOOTER
 */
/**
 * SEARCH
 */
/**
 * DETAIL 
 */
/**
 * NOVINKY 
 */
.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11,
  .col-s-12 {
    float: left;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-11 {
    width: 91.66666667%;
  }
  .col-s-10 {
    width: 83.33333333%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-8 {
    width: 66.66666667%;
  }
  .col-s-7 {
    width: 58.33333333%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-5 {
    width: 41.66666667%;
  }
  .col-s-4 {
    width: 33.33333333%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-2 {
    width: 16.66666667%;
  }
  .col-s-1 {
    width: 8.33333333%;
  }
  .col-s-pull-12 {
    right: 100%;
  }
  .col-s-pull-11 {
    right: 91.66666667%;
  }
  .col-s-pull-10 {
    right: 83.33333333%;
  }
  .col-s-pull-9 {
    right: 75%;
  }
  .col-s-pull-8 {
    right: 66.66666667%;
  }
  .col-s-pull-7 {
    right: 58.33333333%;
  }
  .col-s-pull-6 {
    right: 50%;
  }
  .col-s-pull-5 {
    right: 41.66666667%;
  }
  .col-s-pull-4 {
    right: 33.33333333%;
  }
  .col-s-pull-3 {
    right: 25%;
  }
  .col-s-pull-2 {
    right: 16.66666667%;
  }
  .col-s-pull-1 {
    right: 8.33333333%;
  }
  .col-s-pull-0 {
    right: auto;
  }
  .col-s-push-12 {
    left: 100%;
  }
  .col-s-push-11 {
    left: 91.66666667%;
  }
  .col-s-push-10 {
    left: 83.33333333%;
  }
  .col-s-push-9 {
    left: 75%;
  }
  .col-s-push-8 {
    left: 66.66666667%;
  }
  .col-s-push-7 {
    left: 58.33333333%;
  }
  .col-s-push-6 {
    left: 50%;
  }
  .col-s-push-5 {
    left: 41.66666667%;
  }
  .col-s-push-4 {
    left: 33.33333333%;
  }
  .col-s-push-3 {
    left: 25%;
  }
  .col-s-push-2 {
    left: 16.66666667%;
  }
  .col-s-push-1 {
    left: 8.33333333%;
  }
  .col-s-push-0 {
    left: auto;
  }
  .col-s-offset-12 {
    margin-left: 100%;
  }
  .col-s-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-s-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-s-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-s-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-s-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-s-offset-0 {
    margin-left: 0%;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #ffffff;
  background-color: #9cc528;
  border-color: #85a722;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #7a9b1f;
  border-color: #313d0c;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #7a9b1f;
  border-color: #5c7418;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #7a9b1f;
  border-color: #5c7418;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #637d19;
  border-color: #313d0c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #9cc528;
  border-color: #85a722;
}
.btn-primary .badge {
  color: #9cc528;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bxslider/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #ddd;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 10px 0;
  outline: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    margin: 5px 8px 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    margin: 0 6px 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9cc528;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/bxslider/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/bxslider/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/bxslider/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/bxslider/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ddd;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body {
  background: #fff;
  height: 100%;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
body,
html {
  height: 100%;
}
h1 {
  font-size: 30px;
  line-height: 1.2;
  color: #58585a;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3.2rem;
}
h2 {
  font-size: 19px;
  line-height: 1.2;
  color: #9cc528;
  font-weight: 600;
  margin-bottom: 2.8rem;
}
header .header__menu {
  position: relative;
  background: #9cc528;
}
header .header__menu .container {
  height: 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header__menu a {
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  padding-left: 55px;
  color: #58585a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  header .header__menu a {
    padding-left: 20px;
    font-size: 12px;
  }
}
header .header__menu a:hover,
header .header__menu a.active {
  text-decoration: none;
  color: #ffffff;
}
header .header__menu a:not(:last-child) {
  padding-right: 55px;
  border-right: 1px solid #7b9041;
}
@media only screen and (max-width: 768px) {
  header .header__menu a:not(:last-child) {
    padding-right: 20px;
  }
}
header .header__logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
header .header__logo .logo {
  padding-right: 25px;
}
header .header__logo .logo img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  header .header__logo .logo {
    max-width: 49%;
  }
}
header .header__logo .heading {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  header .header__logo .heading {
    font-size: 12px;
    line-height: 1.2;
  }
}
header .header__logo .heading:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #c8c8c8;
  left: 0;
  top: 0;
}
header .header__search {
  position: relative;
  margin: 35px auto;
  display: flex;
  height: 50px;
}
@media only screen and (min-width: 992px) {
  header .header__search {
    width: 65%;
  }
}
header .header__search form {
  position: relative;
  display: flex;
  width: 100%;
}
header .header__search form input {
  position: relative;
  width: 70%;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-right: 0;
  height: 50px;
  font-style: italic;
  color: #58585a;
}
@media only screen and (max-width: 768px) {
  header .header__search form input {
    width: 85%;
  }
}
header .header__search form button {
  position: relative;
  width: 30%;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
}
header .header__search form button i {
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  header .header__search form button {
    width: 15%;
  }
  header .header__search form button span {
    display: none;
  }
}
header .header__alphabet {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  header .header__alphabet {
    flex-direction: column;
  }
}
header .header__alphabet span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #58585a;
}
header .header__alphabet .alphabet__letters {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  header .header__alphabet .alphabet__letters {
    flex-flow: wrap;
    margin-top: 20px;
  }
}
header .header__alphabet .alphabet__letters a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #f4f4f4;
  color: #000000;
}
header .header__alphabet .alphabet__letters a:not(:last-child) {
  margin-right: 2px;
}
header .header__alphabet .alphabet__letters a:hover,
header .header__alphabet .alphabet__letters a.active {
  background-color: #9cc528;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  header .header__alphabet .alphabet__letters a {
    margin-bottom: 2px;
  }
}
.banner img {
  max-width: 100%;
}
.banner.banner--gray {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #58585a;
  font-weight: 600;
  width: 100%;
  height: 250px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.product__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  border-top: 1px solid #7b7b7d;
}
@media only screen and (max-width: 768px) {
  .product__list {
    flex-direction: column;
  }
}
.product__list .product {
  position: relative;
  margin: 45px 0;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.product__list .product:after {
  position: absolute;
  content: '';
  bottom: -45px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #7b7b7d;
}
.product__list .product:nth-child(odd) {
  padding-right: 65px;
}
.product__list .product:nth-child(odd) .product__products .link__more {
  right: 65px;
}
.product__list .product:nth-child(even) {
  padding-left: 45px;
}
.product__list .product:nth-child(even):before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  background-color: #b1b1b2;
  height: 100%;
  left: 0;
}
.product__list .product:nth-child(even) .product__products .link__more {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .product__list .product {
    width: 100%;
  }
  .product__list .product:nth-child(odd) {
    padding-right: 0;
  }
  .product__list .product:nth-child(odd) .product__products .link__more {
    right: 0;
  }
  .product__list .product:nth-child(even) {
    padding-left: 0;
  }
  .product__list .product:nth-child(even):before {
    display: none;
  }
}
.product__list .product .product__letter a {
  font-size: 39px;
  line-height: 27px;
  margin-top: -20px;
  font-weight: 600;
  color: #000000;
  margin-right: 50px;
}
.product__list .product .product__letter a:hover {
  text-decoration: none;
  color: #9cc528;
}
.product__list .product .product__products {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.product__list .product .product__products a {
  color: #58585a;
}
.product__list .product .product__products a:hover {
  color: #9cc528;
}
.product__list .product .product__products .link__more {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.footer {
  /* NEWS*/
  margin-top: 50px;
  /* CLAIM */
}
.footer .footer__news {
  position: relative;
  height: 600px;
  max-height: 601px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../images/homepage_news_bg.jpg');
  top: -4px;
  display: flex;
  align-items: center;
  padding: 75px 0;
  box-sizing: border-box;
}
.footer .footer__news .content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 45px 38px;
}
.footer .footer__news .content h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #58585a;
  font-weight: 600;
}
.footer .footer__news .news__listlink {
  position: relative;
  display: flex;
  justify-content: center;
}
.footer .footer__news .news__listlink a.btn {
  max-width: 340px;
  width: 40%;
  border: none;
}
.footer .footer__claim {
  position: relative;
  margin: 65px 0;
}
.footer .footer__claim .footer__logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.footer .footer__claim .footer__logo .logo {
  padding-right: 25px;
}
.footer .footer__claim .footer__logo .logo img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer .footer__claim .footer__logo .logo {
    max-width: 49%;
  }
}
.footer .footer__claim .footer__logo .heading {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .footer .footer__claim .footer__logo .heading {
    font-size: 12px;
    line-height: 1.2;
  }
}
.footer .footer__claim .footer__logo .heading:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #c8c8c8;
  left: 0;
  top: 0;
}
footer {
  background-color: #58585a;
  padding: 25px 0;
  color: #ffffff;
}
.search__results {
  margin: 45px 0;
}
.product__detail .product__photo {
  position: relative;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__detail .product__photo span {
  position: relative;
  display: block;
  padding: 5px 10px;
  background-color: #f5f5f5;
  color: #58585a;
  text-align: center;
}
.product__detail .product__photo img {
  max-width: 300px;
}
.news__list .news__item {
  position: relative;
}
.news__list .news__item:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 30px;
}
.news__list .news__item .item__title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #9cc528;
  font-weight: 600;
  margin-bottom: 8px;
}
.news__list .news__item .item__description {
  font-size: 13px;
  color: #58585a;
  margin-bottom: 10px;
}
.news__list .news__item .item__info {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news__list .news__item .item__info span {
  font-size: 13px;
  color: #58585a;
  opacity: .63;
}
.news__list .news__item .item__info span i {
  color: #9cc528;
  margin-right: 5px;
}
.news__list .news__item .item__info a {
  color: #9cc528;
  font-weight: 600;
  font-size: 15px;
}
.ui-autocomplete {
  background-color: #FFF;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 9999;
}
.ui-menu {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  background-color: #FFF;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 3px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu-item {
  padding: 3.75px 24px;
  background-color: #ffffff;
  color: #333333;
  border-bottom: 1px solid #f4f4f4;
  word-wrap: break-word;
}
.ui-menu-item:hover {
  background-color: #eee;
  color: #ffffff;
  cursor: pointer;
}
.ui-menu-item-wrapper:hover {
  background: transparent !important;
  color: #000 !important;
}
.ui-menu-item:hover {
  color: #fff !important;
}
.ui-autocomplete-category {
  background: #eeeeee;
  color: gray;
  padding: 5px 12px;
}
.ui-autocomplete-category:hover {
  background: #eeeeee;
  color: gray;
  cursor: default;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-autocomplete-category:hover {
  color: #9cc528 !important;
}
.ui-autocomplete-category {
  color: #9cc528 !important;
}
.ui-menu-item {
  color: black !important;
}
.ui-menu-item:hover {
  color: #9cc528 !important;
}
.ui-menu-item br {
  display: none !important;
}
