@import url("/res/less/columns.css");
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext';
/*
 * Z-indexes
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'Calibre', sans-serif;
}
h1 .btn,
.h1 .btn,
h2 .btn,
.h2 .btn {
  font-family: 'Calibre', sans-serif;
}
h1,
.h1 {
  font-weight: 100;
}
h2,
.h2 {
  font-weight: 300;
}
h3,
.h3 {
  font-weight: normal;
}
h4,
.h4 {
  font-weight: 500;
}
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
}
a {
  cursor: pointer;
}
.link,
.link-default {
  cursor: pointer;
}
.link-primary {
  cursor: pointer;
  color: #337ab7;
}
.link-primary:hover {
  color: #337ab7;
  text-decoration: underline;
}
.link-quiet {
  cursor: pointer;
  color: #999999;
  text-decoration: none;
}
.link-quiet:hover {
  color: #333333;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: normal;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h1,
  h2 {
    margin: 1em 0;
  }
}
.container-fluid {
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 479px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content_layout:before,
.content_layout:after {
  content: " ";
  display: table;
}
.content_layout:after {
  clear: both;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus {
  outline: none;
}
ul.menu-horizontal,
ul.horizontal {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu-horizontal:before,
ul.horizontal:before,
ul.menu-horizontal:after,
ul.horizontal:after {
  content: " ";
  display: table;
}
ul.menu-horizontal:after,
ul.horizontal:after {
  clear: both;
}
ul.menu-horizontal > li,
ul.horizontal > li {
  float: left;
  white-space: nowrap;
  margin-left: 20px;
  line-height: 2em;
}
ul.menu-horizontal > li:first-child,
ul.horizontal > li:first-child {
  margin-left: 0;
}
ul.menu-horizontal > li > a,
ul.horizontal > li > a {
  color: #555555;
  text-decoration: none;
  display: block;
}
ul.menu-horizontal > li > a:hover,
ul.horizontal > li > a:hover {
  color: #222222;
}
@media (min-width: 992px) {
  ul.menu-horizontal-desktop,
  ul.horizontal-desktop {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.menu-horizontal-desktop:before,
  ul.horizontal-desktop:before,
  ul.menu-horizontal-desktop:after,
  ul.horizontal-desktop:after {
    content: " ";
    display: table;
  }
  ul.menu-horizontal-desktop:after,
  ul.horizontal-desktop:after {
    clear: both;
  }
  ul.menu-horizontal-desktop > li,
  ul.horizontal-desktop > li {
    float: left;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 2em;
  }
  ul.menu-horizontal-desktop > li:first-child,
  ul.horizontal-desktop > li:first-child {
    margin-left: 0;
  }
  ul.menu-horizontal-desktop > li > a,
  ul.horizontal-desktop > li > a {
    color: #555555;
    text-decoration: none;
    display: block;
  }
  ul.menu-horizontal-desktop > li > a:hover,
  ul.horizontal-desktop > li > a:hover {
    color: #222222;
  }
}
@media (max-width: 991px) {
  ul.menu-horizontal-mobile,
  ul.horizontal-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.menu-horizontal-mobile:before,
  ul.horizontal-mobile:before,
  ul.menu-horizontal-mobile:after,
  ul.horizontal-mobile:after {
    content: " ";
    display: table;
  }
  ul.menu-horizontal-mobile:after,
  ul.horizontal-mobile:after {
    clear: both;
  }
  ul.menu-horizontal-mobile > li,
  ul.horizontal-mobile > li {
    float: left;
    white-space: nowrap;
    margin-left: 20px;
    line-height: 2em;
  }
  ul.menu-horizontal-mobile > li:first-child,
  ul.horizontal-mobile > li:first-child {
    margin-left: 0;
  }
  ul.menu-horizontal-mobile > li > a,
  ul.horizontal-mobile > li > a {
    color: #555555;
    text-decoration: none;
    display: block;
  }
  ul.menu-horizontal-mobile > li > a:hover,
  ul.horizontal-mobile > li > a:hover {
    color: #222222;
  }
  ul.menu-horizontal-desktop,
  ul.horizontal-desktop {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.menu-horizontal-desktop > li > a,
  ul.horizontal-desktop > li > a {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  ul.menu-horizontal-desktop > li > a:hover,
  ul.horizontal-desktop > li > a:hover {
    background: #fafafa;
  }
  ul.menu-horizontal-desktop > li > a > h2,
  ul.horizontal-desktop > li > a > h2,
  ul.menu-horizontal-desktop > li > a > h3,
  ul.horizontal-desktop > li > a > h3,
  ul.menu-horizontal-desktop > li > a > h4,
  ul.horizontal-desktop > li > a > h4,
  ul.menu-horizontal-desktop > li > a > h5,
  ul.horizontal-desktop > li > a > h5 {
    margin: 0;
  }
  ul.menu-horizontal-desktop > li > a > .check,
  ul.horizontal-desktop > li > a > .check {
    margin-top: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  ul.menu-horizontal-desktop > li > a,
  ul.horizontal-desktop > li > a {
    background-color: #fff;
  }
  ul.menu-horizontal-desktop > li > a:hover,
  ul.horizontal-desktop > li > a:hover {
    background-color: #fff;
  }
}
.list-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-default ul .title,
.list-default ul a {
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}
.list-default ul li {
  position: relative;
  padding-left: 15px;
}
.list-default ul li.active,
.list-default ul li.active > a {
  font-weight: bold;
}
.list-default ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5px;
  line-height: inherit;
  margin: 0;
}
.list-default ul li:not(.icon):before {
  content: "–";
}
.list-checkboxes > ul,
.list-checkboxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-checkboxes > ul > .title,
.list-checkboxes ul > .title {
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}
.list-checkboxes > ul > li,
.list-checkboxes ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0.5em 0;
  line-height: 1.2em;
}
.list-checkboxes > ul > li > span,
.list-checkboxes ul > li > span {
  cursor: pointer;
}
.list-checkboxes > ul > li.count0,
.list-checkboxes ul > li.count0 {
  color: #bbbbbb !important;
}
.list-checkboxes > ul > li > span.check,
.list-checkboxes ul > li > span.check {
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -20px;
  border: 1px solid #000;
}
.list-checkboxes > ul > li.active > span.check,
.list-checkboxes ul > li.active > span.check {
  background: #000;
  color: #fff;
}
.list-checkboxes > ul > li.active > span.check:before,
.list-checkboxes ul > li.active > span.check:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e902';
  margin: 0;
  vertical-align: top;
  line-height: 1em;
}
.list-checkboxes > ul > li .count,
.list-checkboxes ul > li .count {
  margin-left: 5px;
  font-size: 10px;
  color: #999999;
}
@media (max-width: 991px) {
  .list-checkboxes.list-collapse-mobile > ul > li {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
  }
  .list-checkboxes.list-collapse-mobile > ul > li:hover {
    background: #fafafa;
  }
  .list-checkboxes.list-collapse-mobile > ul > li > h2,
  .list-checkboxes.list-collapse-mobile > ul > li > h3,
  .list-checkboxes.list-collapse-mobile > ul > li > h4,
  .list-checkboxes.list-collapse-mobile > ul > li > h5 {
    margin: 0;
  }
  .list-checkboxes.list-collapse-mobile > ul > li > .check {
    margin-top: 2px;
  }
  .list-checkboxes.list-collapse-mobile > ul > li:before {
    left: 10px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .list-checkboxes.list-collapse-mobile > ul > li {
    background-color: #fff;
  }
  .list-checkboxes.list-collapse-mobile > ul > li:hover {
    background-color: #fff;
  }
}
.list-treeul,
.list-tree ul {
  list-style-type: none;
  padding: 0;
}
.list-treeul ul,
.list-tree ul ul {
  margin-left: 20px;
}
.list-tree li.parent > span {
  cursor: pointer;
}
.list-tree li.parent > span.arr:after {
  content: '▸';
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
}
.list-tree li.parent > ul {
  display: none;
}
.list-tree li.parent.expanded > span.arr:after {
  content: '▾';
}
.list-tree li.parent.expanded > ul {
  display: block;
}
@media (max-width: 991px) {
  .list-collapse-mobile.list-tree > ul {
    margin: 10px;
  }
}
.list-tree-checkboxesul ul,
.list-tree-checkboxes ul ul {
  margin-left: 0;
}
.list-tree-checkboxes li {
  position: relative;
  padding-left: 20px;
  margin: 0.5em 0;
  line-height: 1.2em;
}
.list-tree-checkboxes li > span {
  cursor: pointer;
}
.list-tree-checkboxes li.count0 {
  color: #bbbbbb !important;
}
.list-tree-checkboxes li > span.check {
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -20px;
  border: 1px solid #000;
}
.list-tree-checkboxes li.active > span.check {
  background: #000;
  color: #fff;
}
.list-tree-checkboxes li.active > span.check:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e902';
  margin: 0;
  vertical-align: top;
  line-height: 1em;
}
.list-tree-checkboxes li .count {
  margin-left: 5px;
  font-size: 10px;
  color: #999999;
}
.list-dropdown ul {
  list-style: none;
  /* Fixas IE 8 */
}
@media (min-width: 992px) {
  .list-dropdown,
  .list-dropdown-desktop {
    position: relative;
  }
  .list-dropdown:before,
  .list-dropdown-desktop:before,
  .list-dropdown:after,
  .list-dropdown-desktop:after {
    content: " ";
    display: table;
  }
  .list-dropdown:after,
  .list-dropdown-desktop:after {
    clear: both;
  }
  .list-dropdown > .title,
  .list-dropdown-desktop > .title {
    cursor: pointer;
    color: #555555;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .list-dropdown > .title:hover,
  .list-dropdown-desktop > .title:hover {
    color: #222222;
  }
  .list-dropdown > .title:after,
  .list-dropdown-desktop > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e814';
    position: absolute;
  }
  .list-dropdown.no-carret > .title,
  .list-dropdown-desktop.no-carret > .title {
    padding-right: 0;
  }
  .list-dropdown.no-carret > .title:after,
  .list-dropdown-desktop.no-carret > .title:after {
    display: none;
  }
  .list-dropdown > .title + ul,
  .list-dropdown-desktop > .title + ul,
  .list-dropdown > .title + div,
  .list-dropdown-desktop > .title + div {
    position: absolute;
    top: auto;
    left: 0px;
    visibility: hidden;
    margin: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .list-dropdown > .title + ul[data-dropdown-align="right"],
  .list-dropdown-desktop > .title + ul[data-dropdown-align="right"],
  .list-dropdown > .title + div[data-dropdown-align="right"],
  .list-dropdown-desktop > .title + div[data-dropdown-align="right"] {
    left: auto;
    right: 0;
  }
  .list-dropdown > ul,
  .list-dropdown-desktop > ul,
  .list-dropdown .submenu_list > ul,
  .list-dropdown-desktop .submenu_list > ul {
    z-index: 1000;
    float: left;
    padding: 5px 0;
    list-style: none;
    /*xxx*/
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .list-dropdown > ul .divider,
  .list-dropdown-desktop > ul .divider,
  .list-dropdown .submenu_list > ul .divider,
  .list-dropdown-desktop .submenu_list > ul .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 5px 0;
  }
  .list-dropdown .list-dropdown > .title,
  .list-dropdown .list-dropdown-desktop > .title,
  .list-dropdown-desktop .list-dropdown > .title,
  .list-dropdown-desktop .list-dropdown-desktop > .title,
  .list-dropdown > ul > li > a,
  .list-dropdown-desktop > ul > li > a,
  .list-dropdown .submenu_list > ul > li > a,
  .list-dropdown-desktop .submenu_list > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .list-dropdown .list-dropdown > .title:hover,
  .list-dropdown .list-dropdown-desktop > .title:hover,
  .list-dropdown-desktop .list-dropdown > .title:hover,
  .list-dropdown-desktop .list-dropdown-desktop > .title:hover,
  .list-dropdown > ul > li > a:hover,
  .list-dropdown-desktop > ul > li > a:hover,
  .list-dropdown .submenu_list > ul > li > a:hover,
  .list-dropdown-desktop .submenu_list > ul > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .list-dropdown.hover > .title + *,
  .list-dropdown-desktop.hover > .title + * {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .list-dropdown .list-dropdown > .title,
  .list-dropdown .list-dropdown-desktop > .title,
  .list-dropdown-desktop .list-dropdown > .title,
  .list-dropdown-desktop .list-dropdown-desktop > .title {
    padding-right: 35px;
  }
  .list-dropdown .list-dropdown > .title:after,
  .list-dropdown .list-dropdown-desktop > .title:after,
  .list-dropdown-desktop .list-dropdown > .title:after,
  .list-dropdown-desktop .list-dropdown-desktop > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e816';
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 0;
  }
  .list-dropdown .list-dropdown.hover > ul,
  .list-dropdown .list-dropdown-desktop.hover > ul,
  .list-dropdown-desktop .list-dropdown.hover > ul,
  .list-dropdown-desktop .list-dropdown-desktop.hover > ul {
    left: 100%;
    top: -6px;
  }
  .list-dropdown ul,
  .list-dropdown-desktop ul {
    list-style: none;
    /* Fixas IE 8 */
  }
  .list-collapse > .title,
  .list-collapse-desktop > .title {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-right: 30px;
  }
  .list-collapse > .title:after,
  .list-collapse-desktop > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e814';
    position: absolute;
  }
  .list-collapse .title + *,
  .list-collapse-desktop .title + * {
    display: none;
  }
  .list-collapse.open > .title:after,
  .list-collapse-desktop.open > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e815';
  }
  .list-collapse.open > .title + *,
  .list-collapse-desktop.open > .title + * {
    display: block;
  }
}
@media (max-width: 991px) {
  .list-dropdown:not(.list-collapse-mobile),
  .list-dropdown-mobile {
    position: relative;
  }
  .list-dropdown:not(.list-collapse-mobile):before,
  .list-dropdown-mobile:before,
  .list-dropdown:not(.list-collapse-mobile):after,
  .list-dropdown-mobile:after {
    content: " ";
    display: table;
  }
  .list-dropdown:not(.list-collapse-mobile):after,
  .list-dropdown-mobile:after {
    clear: both;
  }
  .list-dropdown:not(.list-collapse-mobile) > .title,
  .list-dropdown-mobile > .title {
    cursor: pointer;
    color: #555555;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .list-dropdown:not(.list-collapse-mobile) > .title:hover,
  .list-dropdown-mobile > .title:hover {
    color: #222222;
  }
  .list-dropdown:not(.list-collapse-mobile) > .title:after,
  .list-dropdown-mobile > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e814';
    position: absolute;
  }
  .list-dropdown:not(.list-collapse-mobile).no-carret > .title,
  .list-dropdown-mobile.no-carret > .title {
    padding-right: 0;
  }
  .list-dropdown:not(.list-collapse-mobile).no-carret > .title:after,
  .list-dropdown-mobile.no-carret > .title:after {
    display: none;
  }
  .list-dropdown:not(.list-collapse-mobile) > .title + ul,
  .list-dropdown-mobile > .title + ul,
  .list-dropdown:not(.list-collapse-mobile) > .title + div,
  .list-dropdown-mobile > .title + div {
    position: absolute;
    top: auto;
    left: 0px;
    visibility: hidden;
    margin: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .list-dropdown:not(.list-collapse-mobile) > .title + ul[data-dropdown-align="right"],
  .list-dropdown-mobile > .title + ul[data-dropdown-align="right"],
  .list-dropdown:not(.list-collapse-mobile) > .title + div[data-dropdown-align="right"],
  .list-dropdown-mobile > .title + div[data-dropdown-align="right"] {
    left: auto;
    right: 0;
  }
  .list-dropdown:not(.list-collapse-mobile) > ul,
  .list-dropdown-mobile > ul,
  .list-dropdown:not(.list-collapse-mobile) .submenu_list > ul,
  .list-dropdown-mobile .submenu_list > ul {
    z-index: 1000;
    float: left;
    padding: 5px 0;
    list-style: none;
    /*xxx*/
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .list-dropdown:not(.list-collapse-mobile) > ul .divider,
  .list-dropdown-mobile > ul .divider,
  .list-dropdown:not(.list-collapse-mobile) .submenu_list > ul .divider,
  .list-dropdown-mobile .submenu_list > ul .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 5px 0;
  }
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title,
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title,
  .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title,
  .list-dropdown-mobile .list-dropdown-mobile > .title,
  .list-dropdown:not(.list-collapse-mobile) > ul > li > a,
  .list-dropdown-mobile > ul > li > a,
  .list-dropdown:not(.list-collapse-mobile) .submenu_list > ul > li > a,
  .list-dropdown-mobile .submenu_list > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title:hover,
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title:hover,
  .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title:hover,
  .list-dropdown-mobile .list-dropdown-mobile > .title:hover,
  .list-dropdown:not(.list-collapse-mobile) > ul > li > a:hover,
  .list-dropdown-mobile > ul > li > a:hover,
  .list-dropdown:not(.list-collapse-mobile) .submenu_list > ul > li > a:hover,
  .list-dropdown-mobile .submenu_list > ul > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .list-dropdown:not(.list-collapse-mobile).hover > .title + *,
  .list-dropdown-mobile.hover > .title + * {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title,
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title,
  .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title,
  .list-dropdown-mobile .list-dropdown-mobile > .title {
    padding-right: 35px;
  }
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile) > .title:after,
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile > .title:after,
  .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile) > .title:after,
  .list-dropdown-mobile .list-dropdown-mobile > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e816';
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 0;
  }
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown:not(.list-collapse-mobile).hover > ul,
  .list-dropdown:not(.list-collapse-mobile) .list-dropdown-mobile.hover > ul,
  .list-dropdown-mobile .list-dropdown:not(.list-collapse-mobile).hover > ul,
  .list-dropdown-mobile .list-dropdown-mobile.hover > ul {
    left: 100%;
    top: -6px;
  }
  .list-dropdown:not(.list-collapse-mobile) ul,
  .list-dropdown-mobile ul {
    list-style: none;
    /* Fixas IE 8 */
  }
  .list-collapse > .title,
  .list-collapse-mobile > .title {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-right: 30px;
  }
  .list-collapse > .title:after,
  .list-collapse-mobile > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e814';
    position: absolute;
  }
  .list-collapse .title + *,
  .list-collapse-mobile .title + * {
    display: none;
  }
  .list-collapse.open > .title:after,
  .list-collapse-mobile.open > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e815';
  }
  .list-collapse.open > .title + *,
  .list-collapse-mobile.open > .title + * {
    display: block;
  }
  .list-collapse .title,
  .list-collapse-mobile .title,
  .list-collapse li > a:not(.keep-as-desktop),
  .list-collapse-mobile li > a:not(.keep-as-desktop) {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .list-collapse .title:hover,
  .list-collapse-mobile .title:hover,
  .list-collapse li > a:not(.keep-as-desktop):hover,
  .list-collapse-mobile li > a:not(.keep-as-desktop):hover {
    background: #fafafa;
  }
  .list-collapse .title > h2,
  .list-collapse-mobile .title > h2,
  .list-collapse li > a:not(.keep-as-desktop) > h2,
  .list-collapse-mobile li > a:not(.keep-as-desktop) > h2,
  .list-collapse .title > h3,
  .list-collapse-mobile .title > h3,
  .list-collapse li > a:not(.keep-as-desktop) > h3,
  .list-collapse-mobile li > a:not(.keep-as-desktop) > h3,
  .list-collapse .title > h4,
  .list-collapse-mobile .title > h4,
  .list-collapse li > a:not(.keep-as-desktop) > h4,
  .list-collapse-mobile li > a:not(.keep-as-desktop) > h4,
  .list-collapse .title > h5,
  .list-collapse-mobile .title > h5,
  .list-collapse li > a:not(.keep-as-desktop) > h5,
  .list-collapse-mobile li > a:not(.keep-as-desktop) > h5 {
    margin: 0;
  }
  .list-collapse .title > .check,
  .list-collapse-mobile .title > .check,
  .list-collapse li > a:not(.keep-as-desktop) > .check,
  .list-collapse-mobile li > a:not(.keep-as-desktop) > .check {
    margin-top: 2px;
  }
  .list-collapse > .title,
  .list-collapse-mobile > .title {
    padding-right: 40px;
  }
  .list-collapse > .title:after,
  .list-collapse-mobile > .title:after {
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e816';
  }
  .list-collapse.open > .title:after,
  .list-collapse-mobile.open > .title:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e814';
  }
  .list-collapse ul,
  .list-collapse-mobile ul {
    margin: 0;
    position: static;
    list-style: none;
    padding: 0;
    background: #fafafa;
  }
  .list-collapse ul.dropdown-menu,
  .list-collapse-mobile ul.dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: none;
  }
  .list-collapse ul .title,
  .list-collapse-mobile ul .title,
  .list-collapse ul a,
  .list-collapse-mobile ul a {
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
  }
  .list-collapse ul .title:hover,
  .list-collapse-mobile ul .title:hover,
  .list-collapse ul a:hover,
  .list-collapse-mobile ul a:hover {
    background: #f0f0f0;
  }
  .list-default.list-collapse ul > li,
  .list-default.list-collapse-mobile ul > li {
    color: #123456;
    padding-left: 0;
  }
  .list-default.list-collapse ul > li:before,
  .list-default.list-collapse-mobile ul > li:before {
    display: none;
  }
  .list-collapse .list-collapse ul,
  .list-collapse .list-collapse-mobile ul,
  .list-collapse-mobile .list-collapse ul,
  .list-collapse-mobile .list-collapse-mobile ul {
    background: #f0f0f0;
  }
  .list-collapse .list-collapse ul .title,
  .list-collapse .list-collapse-mobile ul .title,
  .list-collapse-mobile .list-collapse ul .title,
  .list-collapse-mobile .list-collapse-mobile ul .title,
  .list-collapse .list-collapse ul a,
  .list-collapse .list-collapse-mobile ul a,
  .list-collapse-mobile .list-collapse ul a,
  .list-collapse-mobile .list-collapse-mobile ul a {
    padding-left: 30px;
    border-bottom: 1px solid #bbb;
  }
  .list-collapse .list-collapse ul .title:hover,
  .list-collapse .list-collapse-mobile ul .title:hover,
  .list-collapse-mobile .list-collapse ul .title:hover,
  .list-collapse-mobile .list-collapse-mobile ul .title:hover,
  .list-collapse .list-collapse ul a:hover,
  .list-collapse .list-collapse-mobile ul a:hover,
  .list-collapse-mobile .list-collapse ul a:hover,
  .list-collapse-mobile .list-collapse-mobile ul a:hover {
    background: #e8e8e8;
  }
  .list-collapse .list-collapse .list-collapse ul,
  .list-collapse .list-collapse .list-collapse-mobile ul,
  .list-collapse .list-collapse-mobile .list-collapse ul,
  .list-collapse .list-collapse-mobile .list-collapse-mobile ul,
  .list-collapse-mobile .list-collapse .list-collapse ul,
  .list-collapse-mobile .list-collapse .list-collapse-mobile ul,
  .list-collapse-mobile .list-collapse-mobile .list-collapse ul,
  .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul {
    background: #e8e8e8;
  }
  .list-collapse .list-collapse .list-collapse ul .title,
  .list-collapse .list-collapse .list-collapse-mobile ul .title,
  .list-collapse .list-collapse-mobile .list-collapse ul .title,
  .list-collapse .list-collapse-mobile .list-collapse-mobile ul .title,
  .list-collapse-mobile .list-collapse .list-collapse ul .title,
  .list-collapse-mobile .list-collapse .list-collapse-mobile ul .title,
  .list-collapse-mobile .list-collapse-mobile .list-collapse ul .title,
  .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul .title,
  .list-collapse .list-collapse .list-collapse ul a,
  .list-collapse .list-collapse .list-collapse-mobile ul a,
  .list-collapse .list-collapse-mobile .list-collapse ul a,
  .list-collapse .list-collapse-mobile .list-collapse-mobile ul a,
  .list-collapse-mobile .list-collapse .list-collapse ul a,
  .list-collapse-mobile .list-collapse .list-collapse-mobile ul a,
  .list-collapse-mobile .list-collapse-mobile .list-collapse ul a,
  .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul a {
    padding-left: 45px;
    border-bottom: 1px solid #bbb;
  }
  .list-collapse .list-collapse .list-collapse ul .title:hover,
  .list-collapse .list-collapse .list-collapse-mobile ul .title:hover,
  .list-collapse .list-collapse-mobile .list-collapse ul .title:hover,
  .list-collapse .list-collapse-mobile .list-collapse-mobile ul .title:hover,
  .list-collapse-mobile .list-collapse .list-collapse ul .title:hover,
  .list-collapse-mobile .list-collapse .list-collapse-mobile ul .title:hover,
  .list-collapse-mobile .list-collapse-mobile .list-collapse ul .title:hover,
  .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul .title:hover,
  .list-collapse .list-collapse .list-collapse ul a:hover,
  .list-collapse .list-collapse .list-collapse-mobile ul a:hover,
  .list-collapse .list-collapse-mobile .list-collapse ul a:hover,
  .list-collapse .list-collapse-mobile .list-collapse-mobile ul a:hover,
  .list-collapse-mobile .list-collapse .list-collapse ul a:hover,
  .list-collapse-mobile .list-collapse .list-collapse-mobile ul a:hover,
  .list-collapse-mobile .list-collapse-mobile .list-collapse ul a:hover,
  .list-collapse-mobile .list-collapse-mobile .list-collapse-mobile ul a:hover {
    background: #e0e0e0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .list-collapse .title,
  .list-collapse-mobile .title,
  .list-collapse li > a:not(.keep-as-desktop),
  .list-collapse-mobile li > a:not(.keep-as-desktop) {
    background-color: #fff;
  }
  .list-collapse .title:hover,
  .list-collapse-mobile .title:hover,
  .list-collapse li > a:not(.keep-as-desktop):hover,
  .list-collapse-mobile li > a:not(.keep-as-desktop):hover {
    background-color: #fff;
  }
}
.news_element > a > .placeholder,
.product_element > a > .placeholder {
  display: block;
  background: #eeeeee;
  padding-bottom: 56.25%;
}
.pagination-wrp .lazy {
  float: left;
}
.pagination-wrp .page_sizes {
  float: right;
}
.pagination-wrp .page_sizes a {
  display: inline-block;
  margin-left: 5px;
}
.pagination-wrp .page_sizes a.active {
  font-weight: bold;
}
.pagination-wrp .lazy,
.pagination-wrp .page_sizes {
  margin: 20px 0;
  line-height: 34px;
}
.pagination-wrp,
.pagination-wrp .pages {
  text-align: center;
}
.quantity_control {
  width: 120px;
}
.quantity_control input[type="text"] {
  padding: 6px;
  height: 38px;
}
.quantity_control button {
  padding: 6px;
  width: 38px;
}
*[data-ajaxnav="true"]:not(form) {
  cursor: pointer;
}
.form-wrapper,
.content-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 30px 30px 15px 30px;
  margin: 20px 0;
}
@media (max-width: 320px) {
  .form-wrapper,
  .content-box {
    padding: 20px 20px 10px 20px;
  }
}
.form-wrapper:before,
.content-box:before,
.form-wrapper:after,
.content-box:after {
  content: " ";
  display: table;
}
.form-wrapper:after,
.content-box:after {
  clear: both;
}
.form-wrapper > *:first-child,
.content-box > *:first-child,
.form-wrapper > *:first-child > *:first-child,
.content-box > *:first-child > *:first-child,
.form-wrapper > *:first-child > *:first-child > *:first-child,
.content-box > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.form-wrapper > *:last-child,
.content-box > *:last-child {
  margin-bottom: 15px;
}
.form-wrapper .radio input,
.form-wrapper .checkbox input {
  cursor: pointer;
}
.form-wrapper .radio label.control-label,
.form-wrapper .checkbox label.control-label {
  padding-top: 0;
}
.form-wrapper .radio p.help-block,
.form-wrapper .checkbox p.help-block {
  padding-left: 5px;
  margin: 0.5em 0;
}
.form-horizontal .form-wrapper .form-group > .radio,
.form-horizontal .form-wrapper .form-group > .checkbox {
  margin: 0 15px;
}
.form-horizontal .form-wrapper .form-group > .control-label {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-label {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-label {
    float: left;
    width: 25%;
  }
}
.form-horizontal .form-wrapper .form-group > .control-field {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-field {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-field {
    float: left;
    width: 41.66666667%;
  }
}
.form-horizontal .form-wrapper .form-group > .control-message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-wrapper .form-group > .control-message {
    float: left;
    width: 33.33333333%;
  }
}
.form-wrapper .form-group-lg .radio label.control-label,
.form-wrapper .form-group-lg .checkbox label.control-label {
  padding-left: 15px;
  padding-top: 0px;
}
.form-wrapper .form-group-lg .radio label.control-label::before,
.form-wrapper .form-group-lg .checkbox label.control-label::before {
  width: 21px;
  height: 21px;
}
.form-wrapper .form-group-lg .radio label.control-label::after,
.form-wrapper .form-group-lg .checkbox label.control-label::after {
  width: 13px;
  height: 13px;
  left: 4px;
  top: 4px;
}
.form-wrapper .form-group-lg .radio label.control-label + p.help-block,
.form-wrapper .form-group-lg .checkbox label.control-label + p.help-block {
  padding-left: 15px;
}
.form-wrapper .form-group .control-message.error {
  display: none;
  color: #a94442;
}
.form-wrapper .form-group.has-error .control-message.error {
  display: block;
}
.price_block .price {
  font-weight: 700;
  color: #333333;
}
.price_block .old_price {
  color: #222222;
  text-decoration: line-through;
}
.price_block.price-lg {
  font-size: 18px;
}
.price_block.has_old_price .price {
  margin-bottom: 0;
}
#tabs_block,
.tabbed_content {
  margin: 15px 0;
}
#tabs_block:before,
.tabbed_content:before,
#tabs_block:after,
.tabbed_content:after {
  content: " ";
  display: table;
}
#tabs_block:after,
.tabbed_content:after {
  clear: both;
}
#tabs_block .tab-pane,
.tabbed_content .tab-pane {
  padding-top: 25px;
  padding-bottom: 25px;
}
#tabs_block .tab-content,
.tabbed_content .tab-content {
  background: #fff;
}
#tabs_block .tab-content:before,
.tabbed_content .tab-content:before,
#tabs_block .tab-content:after,
.tabbed_content .tab-content:after {
  content: " ";
  display: table;
}
#tabs_block .tab-content:after,
.tabbed_content .tab-content:after {
  clear: both;
}
#ajax_loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
#ajax_loader:before {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
  display: block;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#ajax_loader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  font-size: 50px;
  margin-top: -50px;
  margin-left: -50px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#scrollup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  border-radius: 20px;
}
.text-center > img {
  margin: 0 auto;
}
.ajax_overlay {
  background: #ffffff url('core/less/frontend/elements.less/images/frontend/ajax-loader.gif') no-repeat 50% 50%;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  position: absolute;
  z-index: 20;
}
.overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: none;
}
.photos_listing {
  margin: 15px -10px;
}
.photos_listing:before,
.photos_listing:after {
  content: " ";
  display: table;
}
.photos_listing:after {
  clear: both;
}
.photos_listing a {
  float: left;
  width: 25%;
  padding: 10px;
}
@media (max-width: 767px) {
  .photos_listing a {
    width: 33.33%;
  }
}
.photos_listing a img {
  width: 100%;
}
table.loadtime_info {
  border-collapse: collapse;
  margin: 1em;
}
table.loadtime_info td,
table.loadtime_info th {
  text-align: left;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #ccc;
}
table.loadtime_info th {
  background: #eee;
}
table.loadtime_info tr.timeclass100 {
  background: #ffc;
}
table.loadtime_info tr.timeclass200 {
  background: #ffff7a;
}
table.loadtime_info tr.timeclass500 {
  background: #ffc145;
}
table.loadtime_info tr.timeclass1000 {
  background: #ff6c6c;
}
#lazy_loader {
  text-align: center;
  font-size: 50px;
  display: none;
}
@media (max-width: 767px) {
  .tabbed_content ul.nav.nav-tabs li {
    float: none;
    display: none;
  }
  .tabbed_content ul.nav.nav-tabs li.active,
  .tabbed_content ul.nav.nav-tabs.open li {
    display: block;
  }
}
.vcenter {
  white-space: nowrap;
}
.vcenter > * {
  word-spacing: normal;
}
.vcenter:before {
  content: "";
  height: 100%;
}
.vcenter:before,
.vcenter > * {
  display: inline-block;
  vertical-align: middle;
}
.add_to_wishlist {
  position: relative;
}
.add_to_wishlist .checked {
  position: absolute;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
}
.add_to_wishlist.active .checked {
  transform: scale(1);
  transition: 0.5s;
}
.alert-success {
  margin-top: 10px;
}
.change .menu-bar:first-child {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-4px, 3px);
}
.change .menu-bar:nth-child(2) {
  opacity: 0;
}
.change .menu-bar:last-child {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    width: auto;
  }
}
.modal .modal-body .popup.close {
  position: absolute;
  right: 0;
  padding-right: 35px;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal .modal-body .popup.close {
    padding-right: 20px;
    margin-top: -10px;
  }
}
.modal .modal-body .popup.close.type-2 {
  padding-right: 35px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .modal .modal-body .popup.close.type-2 {
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  .buttons_group {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .fancybox-content {
    width: 70%;
  }
}
* {
  margin: 0;
  padding: 0;
}
/* Icon 1 */
#burder-icon {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#burder-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burder-icon span:nth-child(1) {
  top: 0px;
}
#burder-icon span:nth-child(2) {
  top: 10px;
}
#burder-icon span:nth-child(3) {
  top: 20px;
}
#burder-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#burder-icon.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
#burder-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.btn-custom {
  min-width: 156px;
  padding: 8px 12px;
  text-transform: uppercase;
  border: 2px solid #000000;
  font-weight: 500;
  background: transparent;
  color: #000000;
}
.btn-custom:hover {
  background: #000000;
  color: #fff;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item > div {
  width: 100%;
}
.owl-carousel .owl-nav {
  margin: 0 !important;
  display: block;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background: #eeeeee;
  transition: background-color 0.5s, color 0.5s;
  color: #000000;
  position: initial;
  top: 50%;
  margin-top: -25px;
  border-radius: 0;
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #337ab7;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  float: left;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  float: right;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #337ab7;
}
.owl-out-nav,
.owl-nav {
  position: absolute;
  left: 0px;
  top: calc(50% - 15px);
  width: 100%;
}
.owl-out-nav .owl-prev,
.owl-nav .owl-prev,
.owl-out-nav .owl-next,
.owl-nav .owl-next {
  position: absolute;
  background: none;
  border: none;
}
.owl-out-nav .owl-prev .icon,
.owl-nav .owl-prev .icon,
.owl-out-nav .owl-next .icon,
.owl-nav .owl-next .icon {
  font-size: 22px;
}
.owl-out-nav .owl-prev:hover,
.owl-nav .owl-prev:hover,
.owl-out-nav .owl-next:hover,
.owl-nav .owl-next:hover {
  background: none !important;
  color: #000 !important;
}
.owl-out-nav .owl-prev.disabled,
.owl-nav .owl-prev.disabled,
.owl-out-nav .owl-next.disabled,
.owl-nav .owl-next.disabled {
  display: none;
}
.owl-out-nav .owl-prev,
.owl-nav .owl-prev {
  left: 5px;
}
.owl-out-nav .owl-next,
.owl-nav .owl-next {
  right: 5px;
}
.owl-nav:not(.owl-out-nav) .owl-prev {
  left: -35px;
}
.owl-nav:not(.owl-out-nav) .owl-next {
  right: -35px;
}
.owl-container {
  padding: 0;
}
.owl-container .owl-carousel {
  margin: 0 !important;
  padding: 10px;
}
.pagination-wrp {
  border-top: 1px solid #e8e8e8;
  margin-top: 1em;
}
.radio input[type="radio"]:focus + label::before {
  outline: none;
}
#tabs-accordion {
  border-top: 1px solid #eeeeee;
}
#tabs-accordion .panel .panel-heading {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  border-color: #eeeeee;
  height: 50px;
}
#tabs-accordion .panel .panel-heading h3 {
  font-size: 18px;
  line-height: 30px;
}
#ajax_loader {
  background: rgba(255, 255, 255, 0.5);
}
#ajax_loader:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e901';
  font-size: 150px;
  color: #337ab7;
}
#scrollup {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 3;
}
#scrollup:hover {
  background: rgba(0, 0, 0, 0.7);
}
#scrollup .icon,
#scrollup .icon:before {
  display: block;
  width: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.overlay {
  background-color: black;
  opacity: 0.5;
}
.menu-bar {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 4px 0;
  transition: 0.4s;
}
.modal .modal-body .popup.close {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal .modal-body .popup.close {
    font-size: 40px;
  }
}
.modal .modal-body .subscribe {
  text-align: center;
  width: 100%;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .modal .modal-body .subscribe {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .subscribe {
    font-size: 18px;
  }
}
.modal .modal-body .subscribe .alert.alert-danger {
  width: 100%;
}
.modal .modal-body .subscribe .title {
  font-size: 35px;
  font-weight: 500px;
  margin-bottom: 10px;
}
.modal .modal-body .subscribe .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.modal .modal-body .social {
  width: 100%;
  margin-bottom: 30px;
}
.modal .modal-body .social form {
  text-align: center;
}
.modal .modal-body .social form input {
  width: 100%;
}
.modal .modal-body .social form button {
  margin-top: 20px;
}
.modal .modal-body .social form button.close {
  margin-top: 3px;
}
html {
  height: 100%;
}
.container-fluid {
  max-width: 1400px;
}
body {
  height: 100%;
  font-family: 'Calibre', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #333333;
}
body.main-nav-active {
  position: fixed;
  width: 100%;
}
header {
  width: 100%;
  height: 85px;
}
@media (max-width: 991px) {
  header {
    height: 50px;
  }
}
#content_layout.fixed_menu header {
  position: fixed;
  z-index: 5;
  transition: top 0.5s;
  top: -60px;
}
#content_layout.fixed_menu header.showing {
  top: 0;
}
header #burger-icon {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  float: left;
  padding-right: 10px;
}
@media (min-width: 992px) {
  header #burger-icon {
    display: none;
  }
}
header > .container-fluid {
  position: relative;
}
@media (max-width: 991px) {
  header {
    height: 50px;
  }
  header nav {
    display: none;
  }
}
@media (min-width: 992px) {
  header #top_menu_block {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
  header #top_menu_block:before,
  header #top_menu_block:after {
    content: " ";
    display: table;
  }
  header #top_menu_block:after {
    clear: both;
  }
  header #top_menu_block #menu_information {
    float: left;
  }
  header #top_menu_block #menu_functional {
    float: right;
  }
}
header > .container-fluid:before,
header > .container-fluid:after {
  content: " ";
  display: table;
}
header > .container-fluid:after {
  clear: both;
}
header #logo {
  float: left;
  margin-top: 10px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  header #logo {
    z-index: 9;
    position: absolute;
  }
}
@media (max-width: 991px) {
  header #logo {
    position: relative;
    left: 0;
    top: 0;
  }
}
nav {
  position: fixed;
  width: 100%;
  right: 0;
  top: 70px;
  z-index: 4;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.8s ease;
}
@media (max-width: 991px) {
  nav {
    display: none;
  }
}
nav.nav-up {
  top: -70px;
}
nav.nav-mobile {
  top: 50px;
  z-index: 999;
  height: 100%;
  overflow-x: hidden;
  display: block;
}
@media (min-width: 991px) {
  #profile_menu,
  #quick_search,
  #wishlist_info {
    border-right: 1px solid #e8e8e8;
  }
}
#cart_info,
#profile_menu,
#quick_search,
#wishlist_info {
  float: right;
  margin-top: 20px;
  z-index: 9;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  border-right: 0;
}
@media (max-width: 991px) {
  #cart_info,
  #profile_menu,
  #quick_search,
  #wishlist_info {
    margin-top: 10px;
  }
}
#content_layout.fixed_menu #cart_info,
#content_layout.fixed_menu #profile_menu,
#content_layout.fixed_menu #quick_search,
#content_layout.fixed_menu #wishlist_info {
  margin-top: 10px;
}
#cart_info a,
#profile_menu a,
#quick_search a,
#wishlist_info a {
  display: inline-block;
  position: relative;
  color: #555555;
  text-decoration: none;
}
#cart_info a:hover,
#profile_menu a:hover,
#quick_search a:hover,
#wishlist_info a:hover {
  color: #222222;
}
#cart_info .icon,
#profile_menu .icon,
#quick_search .icon,
#wishlist_info .icon {
  font-size: 24px;
}
#cart_info span.title,
#profile_menu span.title,
#quick_search span.title,
#wishlist_info span.title {
  text-transform: uppercase;
  margin: 0 15px 0 10px;
}
#cart_info span.title:hover,
#profile_menu span.title:hover,
#quick_search span.title:hover,
#wishlist_info span.title:hover {
  text-decoration: underline;
}
#cart_info em.cnt,
#wishlist_info em.cnt {
  text-align: center;
  font-style: normal;
  position: absolute;
  top: -8px;
  left: 20px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: #337ab7;
  border: 1px solid white;
  color: white;
  font-size: 10px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#quick_search form {
  display: none;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
#quick_search.active {
  position: absolute;
}
#content_layout.fixed_menu #quick_search.active {
  left: 0px;
}
@media (max-width: 991px) {
  #quick_search.active {
    left: 0px;
    margin: 0;
    padding: 10px 10px 5px 10px;
    right: 0px;
  }
  #content_layout.fixed_menu #quick_search.active {
    margin-top: 0;
  }
}
#quick_search.active #quick_search_show {
  display: none;
}
#quick_search.active form {
  display: block;
  border-bottom: 1px solid #000;
}
#quick_search input,
#quick_search button {
  box-shadow: none;
  border: none;
  background: none;
}
#quick_search button {
  padding: 0;
}
@media (min-width: 992px) {
  #pages_footer_menu {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  #pages_footer_menu .list-default {
    padding-right: 15%;
  }
  #pages_footer_menu .list-default:last-child {
    padding-right: 0px;
  }
}
#footer:not(.alert),
#footer p:not(.alert),
#footer ul:not(.alert),
#footer li:not(.alert),
#footer div:not(.alert),
#footer h1:not(.alert),
#footer h2:not(.alert),
#footer h3:not(.alert),
#footer h4:not(.alert),
#footer h5:not(.alert),
#footer h6:not(.alert) {
  color: #fff;
}
#footer .logo {
  padding: 8px 0;
}
#footer .logo img {
  width: 150px;
}
@media (max-width: 991px) {
  #footer .logo {
    display: none;
  }
}
#footer ul li:before {
  display: none;
}
@media (min-width: 992px) {
  #footer #subscribers_subscribe #newsletter_form {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  #footer .subscribe {
    padding-bottom: 15px;
  }
  #footer .list-collapse-mobile {
    margin: 0 -15px;
  }
  #footer .list-collapse-mobile .title {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: -1px;
    padding-left: 15px;
  }
  #footer .list-collapse-mobile .title:hover {
    background: #000000;
  }
  #footer .list-collapse-mobile .title + div {
    padding: 15px;
  }
  #footer .list-collapse-mobile .title + ul {
    background: none;
  }
  #footer .list-collapse-mobile .title + ul a {
    border-color: #000000;
  }
  #footer .list-collapse-mobile .title + ul a:hover {
    background: #000000;
  }
}
@media (max-width: 991px) and (max-width: 479px) {
  #footer .list-collapse-mobile {
    margin: 0 -10px;
  }
}
#footer #copyright .copyright {
  width: 50%;
  float: left;
  text-align: left;
}
#footer #copyright .credits {
  width: 50%;
  float: right;
  text-align: right;
}
#footer #copyright .copyright,
#footer #copyright .credits {
  width: 50%;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  #footer #copyright .copyright,
  #footer #copyright .credits {
    width: 100%;
    float: none;
    text-align: left;
  }
}
#footer .social-icons {
  padding-top: 20px;
}
#footer .social-icons .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: black;
  border: 1px solid black;
  background-color: white;
  margin-right: 5px;
}
#pages_mega_menu {
  clear: both;
}
#content_layout.fixed_menu #pages_mega_menu {
  clear: none;
}
@media (min-width: 992px) {
  #pages_mega_menu #mega_menu_overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #pages_mega_menu #mega_menu_overlay.active {
    display: block;
    opacity: 0.8;
  }
}
@media (max-width: 991px) {
  #pages_mega_menu #mega_menu_overlay {
    display: none;
  }
}
@media (min-width: 992px) {
  #pages_mega_menu #mega_menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #pages_mega_menu #mega_menu > li:not(.mega_element) {
    position: relative;
  }
  #pages_mega_menu #mega_menu > li > a,
  #pages_mega_menu #mega_menu > li > a > h4,
  #pages_mega_menu #mega_menu > li > .list-dropdown > .title,
  #pages_mega_menu #mega_menu > li > .list-dropdown-desktop > .title {
    font-weight: 500;
    margin: 0;
    line-height: 50px;
    display: block;
  }
  #pages_mega_menu #mega_menu > li > a:hover,
  #pages_mega_menu #mega_menu > li > .list-dropdown.hover > .title,
  #pages_mega_menu #mega_menu > li > .list-dropdown-desktop.hover > .title {
    position: relative;
    text-decoration: none;
  }
  #pages_mega_menu #mega_menu > li > a:hover:before,
  #pages_mega_menu #mega_menu > li > .list-dropdown.hover > .title:before,
  #pages_mega_menu #mega_menu > li > .list-dropdown-desktop.hover > .title:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #337ab7;
    left: 0;
    right: 0;
    bottom: 0px;
    transform-origin: 0% 50%;
  }
  #pages_mega_menu #mega_menu .list-dropdown,
  #pages_mega_menu #mega_menu .list-dropdown-desktop {
    position: static;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list {
    z-index: 3;
    background: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    padding-left: 0px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list li,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list li {
    width: 100%;
    position: relative;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list li.has_child:after,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list li.has_child:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e816';
    position: absolute;
    right: 0;
    top: 13px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list li a,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list li a {
    display: block;
    padding: 10px 20px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list li a h4.level-2,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list li a h4.level-2 {
    font-size: 14px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list li > ul,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list li > ul {
    top: 0;
    display: none;
    z-index: 2;
    width: 100%;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list li.hover > ul,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_list li.hover > ul {
    display: block;
    position: absolute;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega {
    width: 100%;
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega > .banner,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega > .banner {
    position: relative;
    background: #337ab7;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega > .banner img,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega > .banner img {
    min-width: 100%;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega > .banner a.btn,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega > .banner a.btn {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -15px;
    font-weight: bold;
    background: transparent;
    transition: background-color 0.5s;
    border: 1px solid #fff;
    font-weight: 600;
    color: #fff;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega > .banner a.btn:hover,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega > .banner a.btn:hover {
    background: #fff;
    color: #333333;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega > .banner .title,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega > .banner .title {
    line-height: 120px;
    font-size: 90px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    padding: 0 25px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups {
    white-space: normal;
    padding: 10px;
    margin: 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups:before,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups:before,
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups:after,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups:after {
    content: " ";
    display: table;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups:after,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups:after {
    clear: both;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups .menu_column,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups .menu_column {
    margin: 15px 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups .menu_column li.menu_item_banner,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups .menu_column li.menu_item_banner {
    padding-left: 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_mega .submenu_groups .menu_column li.menu_item_banner:before,
  #pages_mega_menu #mega_menu .list-dropdown-desktop .submenu_mega .submenu_groups .menu_column li.menu_item_banner:before {
    display: none;
  }
}
@media (max-width: 991px) {
  #pages_mega_menu #mega_menu li > a {
    color: #555555;
    text-decoration: none;
  }
  #pages_mega_menu #mega_menu li > a:hover {
    color: #222222;
  }
  #pages_mega_menu #mega_menu li > a > .title {
    line-height: 20px;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #555555;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  #pages_mega_menu #mega_menu li > a > .title:hover {
    background: #fafafa;
  }
  #pages_mega_menu #mega_menu li > a > .title > h2,
  #pages_mega_menu #mega_menu li > a > .title > h3,
  #pages_mega_menu #mega_menu li > a > .title > h4,
  #pages_mega_menu #mega_menu li > a > .title > h5 {
    margin: 0;
  }
  #pages_mega_menu #mega_menu li > a > .title > .check {
    margin-top: 2px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #pages_mega_menu #mega_menu li > a > .title {
    background-color: #fff;
  }
  #pages_mega_menu #mega_menu li > a > .title:hover {
    background-color: #fff;
  }
}
#breadcrumb {
  margin: 10px 0;
}
#breadcrumb i {
  font-style: normal;
}
/** produktu sarasas */
#product_listing .col,
#similar_products .col {
  padding-right: 5px;
  padding-left: 5px;
}
#product_listing .row,
#similar_products .row {
  margin-left: -5px;
  margin-right: -5px;
}
#content_layout #content_wrapper {
  padding-top: 135px;
}
@media (max-width: 991px) {
  #content_layout #content_wrapper {
    padding-top: 60px;
  }
}
#content_layout #content_wrapper .content_body {
  padding-top: 0;
}
@media (min-width: 992px) {
  #content_layout #content_wrapper .content_body .col-context_menu {
    float: right;
  }
}
#wishlist_list table {
  width: 100%;
  border-collapse: collapse;
}
#wishlist_list table td {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}
#wishlist_list table td.thumb {
  width: 140px;
}
#wishlist_list table td.actions {
  text-align: right;
}
@media (max-width: 991px) {
  #wishlist_list table td.thumb {
    width: 50%;
  }
  #wishlist_list table td.name {
    width: 50%;
  }
  #wishlist_list table td.price {
    width: 30%;
  }
  #wishlist_list table td.actions {
    width: 70%;
    text-align: right;
  }
}
#footer-advantages {
  margin: 20px 0 40px 0;
}
#footer-advantages h2 {
  padding-bottom: 20px;
}
#footer-advantages img {
  width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #footer-advantages img {
    width: 100px;
    margin-top: 20px;
  }
}
#footer-advantages .title {
  font-size: 18px;
  font-weight: 400;
}
#footer_social {
  background: #f8f8f8;
  padding: 1em 0;
}
#footer_social #subscribers_subscribe #newsletter_form .alert.alert-danger {
  width: 80%;
}
#footer_social .social,
#footer_social .subscribe {
  height: 250px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  /* vertically aligns items */
  align-items: center;
  /* horizontally aligns items */
}
#footer_social .social .row > div,
#footer_social .subscribe .row > div {
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  #footer_social .social,
  #footer_social .subscribe {
    text-align: center;
  }
}
@media (max-width: 991px) {
  #footer_social .subscribe {
    height: 150px;
  }
}
#footer_social .subscribe div.alert {
  padding: 0;
  margin: 0 0 0.5em 0;
  background: none;
  border: none;
}
#footer_social .subscribe div.alert button {
  display: none;
}
#footer_social .subscribe .title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  #footer_social .subscribe .title {
    font-size: 30px;
  }
}
#footer_social .subscribe .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  #footer_social .subscribe .text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #footer_social .social input {
    width: 80%;
  }
}
#footer_social .social button {
  margin-top: 20px;
}
#footer_social .social .alert button {
  margin-top: 3px;
}
@media (max-width: 991px) {
  #footer_social .social {
    height: 150px;
  }
}
@media (max-width: 991px) {
  #pages_mega_menu #mega_menu .list-dropdown .profile {
    padding-right: 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown .profile .icon-profile {
    padding-right: 14px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .profile:after {
    content: none;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list,
  #pages_mega_menu #mega_menu .list-dropdown .level-3 {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    transition: left 0.5s;
    display: block;
    padding: 0;
    background: #fff;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list ul,
  #pages_mega_menu #mega_menu .list-dropdown .level-3 ul {
    margin: 0 10px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list ul li h4.level-2,
  #pages_mega_menu #mega_menu .list-dropdown .level-3 ul li h4.level-2 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2.5px 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list ul li h4.title,
  #pages_mega_menu #mega_menu .list-dropdown .level-3 ul li h4.title {
    padding: 10px;
    text-align: center;
    padding-right: 9px;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list .menu_column.open .level-3,
  #pages_mega_menu #mega_menu .list-dropdown .level-3 .menu_column.open .level-3 {
    left: 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown .submenu_list .menu_column.open .level-3 .col-md-1,
  #pages_mega_menu #mega_menu .list-dropdown .level-3 .menu_column.open .level-3 .col-md-1 {
    padding-right: 0;
  }
  #pages_mega_menu #mega_menu .list-dropdown.open .submenu_list {
    left: 0;
  }
  #pages_mega_menu #mega_menu .list-collapse-mobile.level-2 h4.title {
    border-bottom: 1px solid #ddd;
  }
  #pages_mega_menu #mega_menu .list-collapse-mobile.level-2 h4.title:link,
  #pages_mega_menu #mega_menu .list-collapse-mobile.level-2 h4.title:visited,
  #pages_mega_menu #mega_menu .list-collapse-mobile.level-2 h4.title:hover,
  #pages_mega_menu #mega_menu .list-collapse-mobile.level-2 h4.title:active {
    background: #fff;
  }
  #pages_mega_menu #mega_menu .list-collapse-mobile.level-2 h4:after {
    content: '\e817';
    left: 0;
    margin-left: .3em;
  }
  #pages_mega_menu #mega_menu .list-collapse-mobile .level-3 ul li a {
    padding: 10px;
  }
  #pages_mega_menu #mega_menu li > a > .title {
    color: #000;
  }
  #pages_mega_menu .mega_element h4.mobile-head {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
    padding-right: 25px;
    text-transform: uppercase;
    font-weight: 400;
  }
  #pages_mega_menu .mega_element h4.mobile-head:after {
    left: 0;
    font-size: 18px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e816';
    content: '\e817';
    float: left;
    margin-left: .3em;
  }
  #pages_mega_menu .menu_column h5.title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }
  #pages_mega_menu .menu_column ul li.menu_item a {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
  }
  #pages_mega_menu .menu_column ul li.menu_item h5.title {
    text-align: center;
    padding: 10px;
    padding-left: 0;
  }
  #pages_mega_menu .menu_column ul li.menu_item h5.title:link,
  #pages_mega_menu .menu_column ul li.menu_item h5.title:visited,
  #pages_mega_menu .menu_column ul li.menu_item h5.title:hover,
  #pages_mega_menu .menu_column ul li.menu_item h5.title:active {
    background: #fff;
  }
  #pages_mega_menu .menu_column ul li.menu_item h5.title:after {
    left: 0;
    font-size: 18px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\e816';
    content: '\e817';
    float: left;
    margin-left: .2em;
  }
  #pages_mega_menu i.icon {
    float: right;
    font-size: 20px;
    padding-right: 4px;
  }
  #pages_mega_menu i.icon.no-float {
    float: none;
  }
}
@media (max-width: 991px) {
  .list-collapse-mobile ul .title {
    color: #000;
  }
}
.cookie_bar {
  height: 70px;
  background-color: #337ab7;
  position: fixed;
  bottom: 0;
  z-index: 4;
  width: 100%;
}
.cookie_bar p {
  margin: 28px 40px 17px 12px;
  width: auto;
  float: none;
  font-size: 12px;
  color: white;
}
.cookie_bar p a {
  color: white;
  text-decoration: underline;
  text-transform: lowercase;
}
.cookie_bar .close {
  float: right;
  width: 28px;
  height: 28px;
  background: url('/core/images/frontend/cookie_bar_close.png') no-repeat center center;
  margin-right: 10px;
  margin-top: 20px;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 991px) {
  .cookie_bar {
    height: auto;
  }
}
.cookie_bar ~ #footer {
  margin-bottom: 70px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
div.content_layout {
  background: #f4f4f4;
}
header {
  position: absolute;
  background: #fff;
  z-index: 5;
}
@media (max-width: 991px) {
  header {
    box-shadow: 0 0 4px #3f4444;
    position: fixed;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  header #logo {
    position: absolute;
    padding: 25px 0;
    margin: 0;
  }
  #content_layout.fixed_menu header #logo {
    display: none;
  }
  header #logo img {
    transition: all 0.3s;
  }
}
@media (max-width: 991px) {
  header #logo {
    width: auto;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 5px;
    text-align: center;
  }
  header #logo img {
    height: 40px;
    width: auto;
  }
}
@media (min-width: 992px) {
  header #cart_info,
  header #profile_menu,
  header #quick_search,
  header #wishlist_info {
    margin-top: 25px;
  }
}
header #cart_info .icon,
header #profile_menu .icon,
header #quick_search .icon,
header #wishlist_info .icon {
  color: #858585;
}
@media (min-width: 992px) {
  #head_actions {
    margin-left: 120px;
  }
}
@media (max-width: 767px) {
  #head_actions {
    float: right;
  }
}
@media (max-width: 991px) {
  #head_actions > div:not(#head_phone) .title {
    display: none;
  }
}
#head_actions #head_phone {
  float: left;
  margin-left: 0;
}
#head_actions #profile_menu a {
  display: block;
}
#head_actions #profile_menu a.title {
  display: inline-block;
}
#head_actions #profile_menu ul.dropdown-menu {
  left: auto;
  right: 14px;
  margin-top: 5px;
}
#head_actions #profile_menu ul.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
#head_actions #profile_menu ul.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
@media (max-width: 991px) {
  #head_actions #profile_menu ul.dropdown-menu {
    right: 0;
  }
}
#head_actions #profile_menu ul li a {
  width: 100%;
}
#head_actions #profile_menu.open > .dropdown-menu {
  display: table;
}
nav {
  position: absolute;
  border-bottom: none;
  top: 85px;
}
nav.nav-up {
  top: 85px;
}
#quick_search.active {
  background: #fff;
  width: 320px;
  right: 0;
  position: relative;
}
@media (max-width: 991px) {
  #quick_search.active {
    position: absolute;
    width: 100%;
  }
  #quick_search.active form {
    border-bottom: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #quick_search.active {
    width: 250px;
  }
}
@media (min-width: 992px) {
  nav #pages_mega_menu {
    padding: 0 15px;
    background-color: #000;
  }
  nav #pages_mega_menu a:hover,
  nav #pages_mega_menu a:focus {
    color: #fff;
    text-decoration: none;
  }
  nav #pages_mega_menu .submenu_list li.has_child:after {
    color: #000;
  }
  nav #pages_mega_menu .submenu_list a {
    color: #000;
  }
  nav #pages_mega_menu .submenu_list a:hover,
  nav #pages_mega_menu .submenu_list a:focus {
    color: #000;
  }
  nav #pages_mega_menu .mega_element .submenu_list a:hover .level-2,
  nav #pages_mega_menu .mega_element .submenu_list a:focus .level-2 {
    text-decoration: underline;
  }
  nav h4 a {
    color: #ffffff;
  }
  nav h4:after {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  #content_layout.fixed_menu #pages_mega_menu #mega_menu {
    margin-left: 0;
    margin-right: 150px;
  }
}
#pages_mega_menu #mega_menu > li {
  color: #fff;
  margin: 0 !important;
}
#pages_mega_menu #mega_menu > li > a > h4.title,
#pages_mega_menu #mega_menu > li > div > h4.title {
  color: #fff;
}
@media (max-width: 991px) {
  #pages_mega_menu #mega_menu > li > a > h4.title,
  #pages_mega_menu #mega_menu > li > div > h4.title {
    color: #000;
  }
}
#pages_mega_menu #mega_menu > li > a > .title,
#pages_mega_menu #mega_menu > li > div > .title {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 991px) {
  #pages_mega_menu #mega_menu .list-collapse-mobile a {
    color: #000;
  }
}
#pages_mega_menu #mega_menu h5.title {
  color: #000;
}
#pages_mega_menu #mega_menu .submenu_list a {
  display: block;
}
#pages_mega_menu #mega_menu .submenu_list .eq-height {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #pages_mega_menu #mega_menu_overlay {
    background: #fff;
    top: 50px;
  }
}
#footer {
  border-top: 1px solid #f1f1f1;
  background: none;
}
#footer .footer-bottom {
  background: #f1f1f1;
  margin-top: 30px;
}
#footer .footer-bottom .footer-menu-wrapper {
  padding: 45px 0;
}
@media (min-width: 992px) {
  #footer {
    padding-top: 0;
  }
}
#footer #subscribers_subscribe {
  margin: 45px 0 15px 0;
}
#footer #subscribers_subscribe h4 {
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  vertical-align: top;
  margin: 12px 0;
}
@media (min-width: 992px) {
  #footer #subscribers_subscribe h4 {
    display: inline-block;
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  #footer #subscribers_subscribe h4 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #footer #subscribers_subscribe #newsletter_form {
    display: inline-block;
    max-width: 320px;
    vertical-align: top;
  }
}
#footer #subscribers_subscribe #newsletter_form .btn {
  padding: 7px 9px;
  color: #000;
  background-color: #ffffff;
  border-color: #dddddd;
  border-left: none;
}
#footer #subscribers_subscribe #newsletter_form .btn .icon {
  font-size: 17px;
}
#footer #subscribers_subscribe .form-control {
  height: 40px;
  font-size: 15px;
  color: #000;
  background: #ffffff;
  border-color: #dddddd;
  border-right: none;
  box-shadow: none;
}
#footer #subscribers_subscribe .alert {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  color: #fff;
}
#footer #subscribers_subscribe .alert-danger {
  background: #fa0f3d;
}
#footer #subscribers_subscribe .alert-success {
  background: #5cb85c;
}
#footer #footer_social {
  padding: 0;
  background: none;
  text-align: left;
}
@media (min-width: 992px) {
  #footer #footer_social {
    text-align: right;
  }
}
@media (max-width: 991px) {
  #footer #footer_social {
    text-align: center;
  }
}
#footer #footer_social h4 {
  display: inline-block;
  margin: 14px 20px 12px 0;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer #footer_social .social-icons {
  display: inline-block;
  padding-top: 42px;
}
@media (max-width: 991px) {
  #footer #footer_social .social-icons {
    padding-top: 0;
  }
}
#footer #footer_social .social-icons .fa {
  border: none;
}
#footer #footer_social .social-icons .fa:hover::before {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
#footer ul li {
  margin: 10px 0;
  padding: 0;
}
#footer h4.title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  #footer h4.title {
    margin-top: 2em;
  }
}
#footer a {
  color: #000;
}
#footer #copyright {
  padding: 30px 0px;
}
@media (min-width: 992px) {
  #footer #copyright {
    border-top-color: #d9d9d9;
  }
}
#footer #copyright .copyright,
#footer #copyright .credits {
  width: 100%;
  padding: 5px 0px;
  color: #000;
}
.content_layout_index h2 {
  margin-top: 2em;
  margin-bottom: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}
#departments_listing {
  margin-bottom: 25px;
}
#departments_listing .filters ul {
  text-align: center;
}
#departments_listing .filters ul li {
  font-size: 16px;
  color: #000000;
  padding: 25px 20px 20px 0px;
  display: inline-block;
  position: relative;
}
#departments_listing .filters ul li:before {
  content: none;
}
#departments_listing .element {
  margin-top: 20px;
}
#departments_listing .element span {
  display: block;
}
#departments_listing .element .name {
  font-size: 15px;
  color: #337ab7;
  margin: 20px 0 5px;
}
#departments_listing .element .placeholder {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  #departments_listing .element .placeholder {
    height: 194px;
  }
}
#departments_listing .elements_listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#languages_menu {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #languages_menu {
    margin-top: 15px;
    margin-right: 5px;
  }
}
#languages_menu li {
  list-style-type: none;
}
#languages_menu li img {
  width: 25px;
}
#languages_menu ul.dropdown-menu {
  min-width: auto;
  left: -10px;
}
#languages_menu ul.dropdown-menu > li > a {
  padding: 0 10px;
}
#news_index_listing .container-fluid,
#brands_index_listing .container-fluid,
#collections_index_listing .container-fluid {
  position: relative;
}
#collections_index_listing {
  margin-bottom: 40px;
}
#collections_index_listing .collection .view_all {
  padding-top: 15px;
}
#brands_index_listing {
  margin-top: 50px;
  border-top: 1px solid #f1f1f1;
}
#brands_index_listing .brand_listing {
  padding: 35px 10px;
}
#brands_index_listing .brand_listing .brand img {
  width: auto;
  display: inline-block;
}
#products_detailed .tabbed_content .filters img {
  margin-bottom: 30px;
}
#products_detailed .summary_wrp {
  float: right;
}
#products_detailed .add2cart_wrp {
  float: right;
  clear: right;
}
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector:before,
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector:after {
  content: " ";
  display: table;
}
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector:after {
  clear: both;
}
#products_detailed .add2cart_wrp #products_add2cart .items .descriptive_filters:first-child {
  margin-top: -20px;
}
#products_detailed .photos_wrp {
  float: left;
}
#products_detailed .photos_wrp #products_photos:before,
#products_detailed .photos_wrp #products_photos:after {
  content: " ";
  display: table;
}
#products_detailed .photos_wrp #products_photos:after {
  clear: both;
}
#products_detailed .photos_wrp #products_photos .main_photo {
  width: 100%;
  cursor: zoom-in;
  text-align: center;
  float: right;
}
#products_detailed .photos_wrp #products_photos .main_photo.full_width {
  width: 100%;
}
#products_detailed .photos_wrp #products_photos .main_photo img {
  display: none;
}
#products_detailed .photos_wrp #products_photos .main_photo img.active {
  display: inline-block;
}
#products_listing .banner {
  padding-bottom: 20px;
}
#products_listing .description {
  margin: 0 100px;
  text-align: justify;
}
@media (max-width: 991px) {
  #products_listing .description {
    margin: 0;
  }
}
#products_listing #filter_on {
  float: left;
}
@media (max-width: 991px) {
  #products_listing #filter_on {
    clear: left;
  }
}
@media (max-width: 767px) {
  #products_listing #filter_on {
    width: 38.5%;
  }
}
@media (max-width: 991px) {
  #products_listing .sort_block,
  #products_listing .page_size {
    float: none;
    padding: 0;
    text-align: center;
  }
}
#products_listing .sort_block {
  float: right;
}
@media (max-width: 991px) {
  #products_listing .sort_block {
    display: inline-block;
    width: 60%;
    margin: 0;
    text-align: right;
  }
  #products_listing .sort_block .bootstrap-select {
    width: 100%;
  }
}
#products_listing #filter_summary {
  float: left;
}
@media (max-width: 991px) {
  #products_listing #filter_summary {
    margin-top: 1em;
  }
}
#products_listing #filter_summary button {
  margin: 0 0.5em 0.5em 0;
}
#products_listing #filter_summary button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e903';
}
@media (min-width: 992px) {
  #products_listing #filters_column {
    width: 20%;
  }
}
@media (min-width: 992px) {
  #products_listing #products_column {
    width: 80%;
  }
}
#products_listing #products_column > h1 {
  margin-top: 0;
  float: left;
}
#products_listing #products_column .product_listing {
  clear: both;
}
.product_listing {
  padding-top: 10px;
  margin: 0 -10px;
}
@media (max-width: 479px) {
  .product_listing {
    margin: 0 -5px;
  }
}
.product_listing:before,
.product_listing:after {
  content: " ";
  display: table;
}
.product_listing:after {
  clear: both;
}
.product_listing .product_element {
  float: left;
}
.product_listing .product_element > a {
  display: block;
  position: relative;
}
.product_listing .product_element > a .title {
  display: block;
}
.product_listing .product_element > a .price_info {
  display: block;
}
#filter {
  position: relative;
}
#filter .hidden-filter {
  display: none;
}
#filter #filters_popup_header,
#filter #filters_popup_footer {
  display: none;
}
#filter #filter_block {
  position: relative;
}
#filter #filter_block #filter_price #price_slider {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  height: 2px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#filter #filter_block #filter_price #price_slider .ui-slider-range {
  top: 0;
}
#filter #filter_block #filter_price #price_slider .ui-slider-handle {
  background: #337ab7 url('/core/images/frontend/slide_handle.png') center center no-repeat;
  border: none;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-left: -8px;
}
@media (max-width: 991px) {
  #filter #filter_block #filter_price #price_slider .ui-slider-handle {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -15px;
    border-radius: 15px !important;
  }
}
#filter #filter_block #filter_price #price_slider .ui-widget-header {
  background: none;
  background-color: #337ab7 !important;
}
#filter #filter_block #filter_price #price_slider .ui-corner-all {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#filter #filter_block #filter_price #price_slider_info {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #filter #filter_block #filter_price #price_slider_info {
    margin-top: 20px;
  }
}
#filter #filter_block #filter_price #price_slider_info .val1 {
  float: left;
}
#filter #filter_block #filter_price #price_slider_info .val2 {
  float: right;
}
#filter #filter_block .footer a {
  border: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  #products_listing #filter_on {
    display: none;
  }
  #products_listing #filter .header {
    display: none;
  }
  #products_listing #filter #filter_block {
    display: block;
  }
}
@media (max-width: 991px) {
  #products_listing #products_column {
    text-align: center;
  }
}
#products_listing #products_column #filter_on {
  float: none;
}
#products_listing #filter_summary {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.product_listing .product_element {
  padding: 10px;
}
@media (min-width: 768px) {
  .product_listing .product_element {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .product_listing .product_element {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .product_listing .product_element {
    width: 20%;
  }
}
@media (max-width: 479px) {
  .product_listing .product_element {
    padding: 5px;
    width: 50%;
  }
}
.product_listing .product_element:hover {
  text-decoration: none;
  border-color: #cfcfcf;
}
.product_listing .product_element > a {
  color: #000000;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: #fff;
  text-decoration: none;
}
.product_listing .product_element > a .tags {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 10px;
}
.product_listing .product_element > a .tags .tag {
  display: block;
  float: left;
  clear: left;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
  background: #337ab7;
  color: #fff;
}
.product_listing .product_element > a .img-wrapper {
  display: block;
  text-align: center;
  padding: 10px;
}
.product_listing .product_element > a .img-wrapper img {
  transition: transform 0.5s ease;
  display: inline;
}
.product_listing .product_element > a .title {
  height: 90px;
  text-align: center;
  margin: 15px 0;
  line-height: 20px;
}
.product_listing .product_element > a .title span {
  display: block;
}
.product_listing .product_element > a .title span.brand_name {
  font-size: 13px;
}
.product_listing .product_element > a .title span.product_name {
  font-weight: 400;
  font-size: 15px;
}
.product_listing .product_element > a .title span.modification_name {
  font-size: 15px;
  color: #999999;
}
.product_listing .product_element > a .title span.item_name {
  font-size: 15px;
  color: #999999;
}
.product_listing .product_element > a .price_info {
  text-align: center;
  line-height: 1.5em;
  height: 1.5em;
}
.product_listing .product_element > a .price_info > span {
  display: block;
}
.product_listing .product_element > a .price_info .price {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.product_listing .product_element > a .price_info .price.discount {
  color: #fa0f3d;
}
.product_listing .product_element > a .price_info .old_price {
  font-size: 15px;
  text-decoration: line-through;
  color: #999999;
}
.product_listing .product_element > a .title,
.product_listing .product_element > a .price_info {
  margin: 15px 0;
}
.product_listing .product_element > a:hover .img-wrapper:after {
  opacity: 0.1;
}
.product_listing .product_element > a:hover .img-wrapper img {
  transform: scale(1.1);
}
#filter a {
  color: #333333;
}
@media (min-width: 992px) {
  #filter #filter_block .filter-group {
    margin-bottom: 3em;
  }
}
@media (max-width: 991px) {
  #filter #filter_block #filter_price > div {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
  }
}
#filter #filter_block #filter_price #price_slider {
  background: #d2d2d2;
}
@media (min-width: 992px) {
  #filter #filter_block .footer {
    border-top: 1px solid #e8e8e8;
  }
}
#filter .title {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #filter .title {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 0 0.75em;
    font-size: 18px;
    font-weight: 500;
  }
}
#filter.is_shown #filter_on {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#filter.is_shown #filter_block {
  display: block;
}
@media (max-width: 991px) {
  #filter.is_shown {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background: #fff;
    margin: 0;
    padding: 20px;
  }
  #filter.is_shown #filter_block {
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 10px;
    right: 10px;
    margin: 0;
    border-width: 1px 0 0 0;
    overflow: scroll;
  }
  #filter.is_shown #filters_popup_header,
  #filter.is_shown #filters_popup_footer {
    display: block;
  }
  #filter.is_shown #filters_popup_header .h1 {
    margin: 0;
  }
  #filter.is_shown #filters_popup_header .icon {
    font-size: 24px;
  }
  #filter.is_shown #filters_popup_footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
#products_detailed #product_detailed_description {
  padding: 20px 0;
}
#products_detailed #products_add2cart .modifications,
#products_detailed #products_add2cart .items,
#products_detailed #products_add2cart .quantity,
#products_detailed #products_add2cart .price_info {
  margin-bottom: 20px;
}
#products_detailed #products_add2cart .additonal-summary {
  margin-bottom: 20px;
}
#products_detailed #products_add2cart .additonal-summary p {
  margin: 0 0 5px;
}
#products_detailed #products_add2cart .additonal-summary .summary-codes {
  margin-bottom: 20px;
}
#products_detailed #products_add2cart .dropdown-menu > li > a.disabled {
  color: #777777;
}
#products_detailed #products_add2cart #contact_button {
  float: right;
}
#products_detailed #products_add2cart .price_info .price .current_price.no-quantity {
  font-size: 15px;
}
#products_detailed #products_add2cart .price_info .price {
  float: left;
}
#products_detailed #products_add2cart .price_info .price .current_price {
  font-size: 32px;
}
#products_detailed #products_add2cart .price_info .price.has_discount .current_price {
  color: #fa0f3d;
}
#products_detailed #products_add2cart .price_info .price .old_price {
  text-decoration: line-through;
}
#products_detailed #products_add2cart .price_info .add_to_wishlist {
  float: right;
  font-size: 30px;
  line-height: 46px;
}
#products_detailed #products_add2cart .price_info .add_to_wishlist .checked {
  top: 0;
}
#products_detailed #products_add2cart .price_info #add2cart_button {
  float: right;
}
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector {
  margin: 0 -5px;
}
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector .modification {
  border: 1px solid #e8e8e8;
  margin: 5px;
  float: left;
  position: relative;
  cursor: pointer;
  width: 75px;
  height: 75px;
}
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector .modification:hover::after,
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector .modification.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #337ab7;
}
#products_detailed .add2cart_wrp #products_add2cart .modifications .modification_selector .modification span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#products_detailed .add2cart_wrp #products_add2cart .items .descriptive_filters:first-child {
  margin-top: -20px;
}
#products_detailed .tags {
  left: 0;
  top: 10px;
}
#products_detailed .tags .tag {
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
  background: #337ab7;
  color: #fff;
  margin-right: 10px;
}
#products_detailed #products_photos {
  background-color: white;
  position: relative;
  padding: 15px;
  margin: 0;
}
#products_detailed #products_photos .thumbs {
  width: 0;
  position: relative;
  z-index: 2;
  overflow: visible;
  float: left;
}
#products_detailed #products_photos .thumbs .thumbs_inner {
  width: 75px;
  margin-left: 1px;
}
@media (max-width: 767px) {
  #products_detailed #products_photos .thumbs .thumbs_inner {
    width: 50px;
  }
}
#products_detailed #products_photos .thumbs img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #eeeeee;
}
#products_detailed #products_photos .thumbs img:hover,
#products_detailed #products_photos .thumbs img.active {
  border: 1px solid #337ab7;
}
#products_detailed #products_photos .zoom {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
  overflow: hidden;
  cursor: zoom-out;
  z-index: 1;
}
@media (max-width: 767px) {
  #products_detailed #products_photos .zoom {
    position: fixed;
    bottom: 0;
    z-index: 20;
    left: 5%;
    top: 15%;
    height: 80%;
    width: 90%;
    border: 1px solid black;
  }
  #products_detailed #products_photos .zoom .close {
    font-size: 30px;
    opacity: 1;
  }
}
#products_detailed #products_photos .zoom .wrapper {
  position: relative;
}
#products_detailed #products_photos .zoom .wrapper img {
  position: absolute;
}
#content_layout_cart {
  min-height: 100%;
}
#content_layout_cart:before,
#content_layout_cart:after {
  content: " ";
  display: table;
}
#content_layout_cart:after {
  clear: both;
}
#order_information_block {
  background: #fff;
}
#order_information_block:before,
#order_information_block:after {
  content: " ";
  display: table;
}
#order_information_block:after {
  clear: both;
}
#order_information_block > div {
  margin-bottom: 20px;
}
#order_information_block h4 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
}
#order_information_block h5 + a.btn {
  margin-top: 10px;
}
#steps div.step {
  text-align: center;
}
#steps div.step span.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#content_layout_cart {
  background: #fafafa;
}
#content_layout_cart #logo img {
  max-width: none;
  max-height: 50px;
}
#content_layout_cart .container-fluid {
  max-width: 1010px;
}
#content_layout_cart .content_body {
  margin-bottom: 30px;
}
#content_layout_cart h1,
#content_layout_cart h2 {
  text-align: center;
}
#register .rules_agree_block {
  padding-bottom: 20px;
}
#register .center-block {
  float: none;
}
#login_or_register .nav-tabs > li,
#login_or_register .nav-pills > li {
  float: none;
  display: inline-block;
}
#login_or_register .nav-tabs > li a,
#login_or_register .nav-pills > li a {
  font-size: 20px !important;
}
#login_or_register .tab-content .col {
  width: 100%;
}
#login_or_register .center-block {
  float: none;
}
#login_or_register .nav-tabs {
  text-align: center;
}
#login_or_register .first {
  margin-right: 15px !important;
  margin-left: 0 !important;
}
#login_or_register .last {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
#cart_items table {
  border-bottom: 3px solid #337ab7;
  width: 100%;
}
#cart_items table td,
#cart_items table th {
  text-align: center;
}
#cart_items table td.title,
#cart_items table th.title {
  text-align: left;
}
#orders_detailed #cart_items table td.item_price,
#orders_detailed #cart_items table th.item_price,
#orders_detailed #cart_items table td.amount,
#orders_detailed #cart_items table th.amount,
#orders_detailed #cart_items table td.sum,
#orders_detailed #cart_items table th.sum {
  text-align: right;
}
#orders_detailed #cart_items table td.sum,
#orders_detailed #cart_items table th.sum {
  padding-right: 0;
}
#cart_items table thead {
  border-bottom: 3px solid #337ab7;
}
#cart_items table thead th {
  text-align: center;
  padding: 10px 20px;
}
#cart_items table tr.item {
  background: white;
}
#cart_items table tr.item td {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 20px;
  vertical-align: middle;
}
#cart_items table tr.item td.photo {
  width: 111px;
  padding: 10px 0;
}
#cart_items table tr.item td.title span.product_name {
  text-transform: uppercase;
  font-size: 14px;
}
#cart_items table tr.item td.title a.cart_remove {
  display: inline-block;
  margin-top: 1em;
  font-size: 11px;
}
#cart_items table tr.item td.amount {
  width: 160px;
}
#cart_items table tr.item td.sum,
#cart_items table tr.item td.item_price {
  min-width: 100px;
}
#cart_items table tr.item td.sum .old_price,
#cart_items table tr.item td.item_price .old_price {
  color: #999999;
  display: block;
  text-decoration: line-through;
  font-size: 0.9em;
}
#cart_items table tr.item td.cart_remove {
  padding-left: 0;
  width: 30px;
}
#cart_vouchers {
  margin-top: 20px;
}
#cart_vouchers .list-default {
  margin-bottom: 15px;
}
#cart_detailed {
  margin-bottom: 20px;
}
body.screen-xs #cart_detailed #back_to_shop_col {
  margin-top: 15px;
}
body.screen-xs #cart_detailed #back_to_shop_col a {
  display: block;
}
#cart_detailed .form-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #cart_detailed #discount_form h3 {
    margin-top: -4px;
    font-size: 16px;
    font-family: 'Calibre', sans-serif;
    font-weight: 700;
    color: #555555;
  }
  #cart_detailed #info_block {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    max-width: 1170px;
    margin: 0 auto;
  }
  #cart_detailed #info_block .discount_code {
    margin-bottom: 15px;
  }
}
#cart_summary {
  padding: 20px 0;
  margin-top: 0;
}
#cart_summary .summary {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}
#cart_summary .total * {
  font-size: 16px;
  font-weight: bold;
}
#connect2bank {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#connect2bank div {
  position: relative;
  height: 100%;
  width: 100%;
}
#connect2bank div img {
  position: absolute;
  top: 50%;
  left: 50%;
}
#header {
  height: 70px;
  background-color: white;
}
#header #logo {
  margin-top: 12px;
}
#header #logo img {
  max-width: 160px;
}
#header .info_block {
  margin-top: 23px;
}
#cart_confirm .rules_block {
  padding-top: 2px;
}
#cart_confirm .rules_block a {
  color: #337ab7;
}
@media (max-width: 991px) {
  #cart_confirm div.button-row {
    padding-top: 60px;
    position: relative;
  }
  #cart_confirm div.button-row div.checkbox {
    position: absolute;
    left: 0;
    top: 0;
  }
}
#cart_confirm div.button-row div.checkbox {
  margin-right: 20px;
  margin-top: 0;
}
#customers_authorize {
  max-width: 400px;
  margin: 0 auto;
}
#customers_authorize .group .form-group {
  margin-bottom: 20px;
}
#customers_authorize .remind_password {
  padding-bottom: 20px;
}
#customers_authorize .center-block {
  float: none;
}
#customers_authorize #login_form {
  margin-bottom: 0;
}
#customers_login input[name="email"],
#customers_register input[name="email"] {
  background: #fff;
}
#customers_register .text-left label {
  display: inline;
}
#order_payment_block .payment-option {
  font-weight: 500;
}
#order_payment_block .payment-option.last {
  border-bottom: none;
}
#order_payment_block .payment-option p {
  font-size: 13px;
  margin-bottom: 0;
}
#order_payment_block .payment-option .payment_list .payment_type {
  margin-top: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  text-align: center;
  padding: 10px;
  border: 1px solid #e8e8e8;
}
#order_payment_block .payment-option .payment_list .payment_type .img-responsive {
  display: inline-block;
}
#order_payment_block .payment-option .payment_list .payment_type:hover em,
#order_payment_block .payment-option .payment_list .payment_type.active em {
  -webkit-border-radius: 0 0 1px 1px;
  -moz-border-radius: 0 0 1px 1px;
  border-radius: 0 0 1px 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #337ab7;
  z-index: 2;
}
#steps {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  font-weight: 500;
}
#steps div.step {
  text-align: center;
}
#steps div.step span.round {
  color: #999999;
  background-color: #eeeeee;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  #steps div.step span.text {
    display: none;
  }
  #steps div.step:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -20px;
    width: 40px;
    height: 6px;
    margin-top: -3px;
    background: transparent url('/res/images/frontend/cart_step.png') no-repeat center center;
  }
  #steps div.step:last-child:after {
    display: none;
  }
}
@media (min-width: 992px) {
  #steps div.step:first-child {
    text-align: left;
  }
  #steps div.step:last-child {
    text-align: right;
  }
}
#steps div.step a {
  color: #555555;
  text-decoration: none;
}
#steps div.step a:hover {
  color: #222222;
}
#steps div.step a span.round {
  color: #fff;
  background-color: #999999;
}
#steps div.step.active {
  font-weight: bold;
}
#steps div.step.active span.round {
  background-color: #337ab7;
}
#order_information_block > div {
  margin-bottom: 20px;
}
#order_information_block h4 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
}
#order_information_block h5 + a.btn {
  margin-top: 10px;
}
#orders_detailed {
  margin-bottom: 30px;
}
#orders_detailed #prepayment_details span {
  font-weight: bold;
}
#delivery_type_options .control-label {
  width: 100%;
  text-align: left;
}
#delivery_type_options .control-label .delivery_price {
  color: #999999;
  float: right;
}
.news_list:before,
.news_list:after {
  content: " ";
  display: table;
}
.news_list:after {
  clear: both;
}
@media (max-width: 320px) {
  .news_list .news_element {
    width: 100%;
  }
}
.news_list .news_element a {
  display: block;
}
.news_list .news_element a:hover {
  text-decoration: none;
}
.news_list .news_element a img {
  width: 100%;
}
.news_list {
  margin: 5px -5px;
}
.news_list:before,
.news_list:after {
  content: " ";
  display: table;
}
.news_list:after {
  clear: both;
}
.news_list .news_element {
  float: left;
  width: 23%;
  display: block;
  padding: 5px;
  border: 1px solid #acacac;
  height: 300px;
  margin: 1%;
}
@media (max-width: 991px) {
  .news_list .news_element {
    width: 22%;
    margin: 1.5%;
  }
}
@media (max-width: 767px) {
  .news_list .news_element {
    width: 47%;
  }
  .news_list .news_element:nth-child(2n+1) {
    clear: both;
  }
}
.news_list .news_element span {
  display: block;
}
.news_list .news_element span.date {
  position: absolute;
  float: left;
  font-size: 14px;
  color: #909090;
}
.news_list .news_element span.category {
  float: left;
  margin: 15px 0;
}
.news_list .news_element span.name {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  color: #057a39;
  padding-top: 5px;
}
.news_list .news_element span.description {
  position: relative;
  float: left;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}
#news_detailed .info {
  margin: 15px 0;
}
#news_detailed .info:before,
#news_detailed .info:after {
  content: " ";
  display: table;
}
#news_detailed .info:after {
  clear: both;
}
#news_detailed .info span {
  display: block;
  float: left;
  margin-right: 15px;
}
#news_detailed .main_photo {
  margin: 15px 0;
  text-align: center;
  background: #eeeeee;
}
#news_detailed .main_photo img {
  width: 100%;
  max-width: 100%;
  max-height: 710px;
}
#news_detailed .main_photo .title {
  display: block;
  font-size: 12px;
  padding: 0.5em;
}
#news_detailed .category,
.news_list .category {
  background-color: #337ab7;
  padding: 0 10px;
  color: #fff;
}
#banners_hero {
  position: relative;
}
#banners_hero img {
  width: 100%;
}
#banners_hero .slider {
  margin: 0 auto;
  max-width: 1400px;
}
#banners_hero .slider .prev_btn,
#banners_hero .slider .next_btn {
  width: 20px;
  height: 57px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -26px;
}
#banners_hero .slider .prev_btn {
  background: transparent url('/core/images/frontend/banner_arrow_prev.png') top center no-repeat;
  left: 20px;
}
#banners_hero .slider .next_btn {
  background: transparent url('/core/images/frontend/banner_arrow_next.png') top center no-repeat;
  right: 20px;
}
#banners_small .container-fluid #banners-small-slider div.banner .banner-image {
  overflow: hidden;
}
#banners_small .container-fluid #banners-small-slider div.banner .zoom {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#banners_small .container-fluid #banners-small-slider div.banner .zoom img {
  transition: transform 0.5s ease;
}
#banners_small .container-fluid #banners-small-slider div.banner .zoom:hover img {
  transform: scale(1.1);
}
#banners_small .container-fluid {
  max-width: 1400px;
  padding: 0 20px;
}
#banners_small .container-fluid #banners-small-slider {
  padding: 0;
}
@media (min-width: 768px) {
  #banners_small .container-fluid #banners-small-slider:not(.owl-carousel) div.banner {
    float: left;
    width: 33.33%;
  }
}
#banners_small .container-fluid #banners-small-slider div.banner {
  margin: 40px 0;
  padding: 0 20px;
  text-align: center;
}
#banners_small .container-fluid #banners-small-slider div.banner a {
  color: #000000;
}
#banners_small .container-fluid #banners-small-slider div.banner a,
#banners_small .container-fluid #banners-small-slider div.banner a:hover {
  text-decoration: none;
}
#banners_small .container-fluid #banners-small-slider div.banner .banner-title {
  padding: 25px 5px 5px;
  background: #fff;
}
#banners_small .container-fluid #banners-small-slider div.banner .banner-title p {
  padding: 5px 0;
  margin: 0;
}
#banners_small .container-fluid #banners-small-slider div.banner .banner-title .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
#banners_small .container-fluid #banners-small-slider div.banner .banner-title .desc {
  font-size: 20px;
  text-transform: uppercase;
}
#banners_small .container-fluid #banners-small-slider div.banner .banner-title .btn {
  margin-top: 9px;
}
#banners_small .container-fluid #banners-small-slider div.banner:hover .btn {
  background: #000000;
  color: #fff;
}
#banners_hero {
  background: transparent;
}
#banners_hero .container-fluid {
  position: relative;
}
#banners_hero .container-fluid #hero_slider {
  overflow: hidden;
  background: #000;
  margin: 0 auto;
  max-width: 1400px;
}
#banners_hero .container-fluid #hero_slider .item .banner_img {
  background-size: cover;
  background-position: 50% 50%;
  padding: 66.66666% 0;
}
@media (min-width: 768px) {
  #banners_hero .container-fluid #hero_slider .item .banner_img {
    padding: 20.8333333333333% 0;
  }
}
@media (max-width: 480px) {
  #banners_hero .container-fluid #hero_slider .item .banner_img {
    padding: 0;
  }
}
#banners_hero .container-fluid #hero_slider .item .title_wrp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#banners_hero .container-fluid #hero_slider .item .title_wrp .vcenter {
  display: block;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
}
#banners_hero .container-fluid #hero_slider .item .title_wrp .banner_content {
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
  width: 100%;
}
#banners_hero .container-fluid #hero_slider .item .title_wrp .title {
  white-space: normal;
  font-family: 'Calibre', sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  #banners_hero .container-fluid #hero_slider .item .title_wrp .title {
    font-size: 2.5vw;
  }
}
#banners_hero .container-fluid #hero_slider .item .title_wrp .desc {
  margin: 20px 0;
}
@media (min-width: 992px) {
  #banners_hero .container-fluid #hero_slider .item .title_wrp .desc {
    font-size: 1vw;
  }
}
#banners_hero .container-fluid #hero_slider .item .title_wrp .btn {
  text-transform: uppercase;
}
#banners_hero .container-fluid #hero_slider .item .title_wrp a.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid red;
}
#banners_hero .container-fluid #hero_slider .item .title_wrp .title,
#banners_hero .container-fluid #hero_slider .item .title_wrp .desc,
#banners_hero .container-fluid #hero_slider .item .title_wrp .btn {
  margin: 10px 0;
}
#banners_hero .container-fluid #hero_slider .prev_btn,
#banners_hero .container-fluid #hero_slider .next_btn {
  display: block;
  position: absolute;
  top: 50%;
}
#banners_hero .container-fluid #hero_slider:not(.owl-container) .carousel-inner-x {
  width: 1000vw;
}
#banners_hero .container-fluid #hero_slider:not(.owl-container) .carousel-inner-x .item {
  width: 100vw;
  float: left;
}
#banners_hero .container-fluid #hero_slider .carousel-inner-x {
  padding: 0;
}
.monthly_target,
.quarterly_target {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 15px 15px 10px 15px;
  background-color: #f2f3f5;
}
.monthly_target *:not(.glyphicon),
.quarterly_target *:not(.glyphicon) {
  font-family: 'Open Sans Condensed', sans-serif;
}
.monthly_target:not(:last-child),
.quarterly_target:not(:last-child) {
  margin-bottom: 80px;
}
.monthly_target .btn,
.quarterly_target .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.monthly_target .widget_headline,
.quarterly_target .widget_headline {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.monthly_target .widget_photo_wrp,
.quarterly_target .widget_photo_wrp {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 63.4920%;
  background-size: cover;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp,
  .quarterly_target .widget_photo_wrp {
    font-size: 16px;
  }
}
.monthly_target .widget_photo_wrp img,
.quarterly_target .widget_photo_wrp img {
  position: absolute;
  top: 9px;
  max-width: 53px;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp img,
  .quarterly_target .widget_photo_wrp img {
    top: 6px;
    max-width: 28px;
  }
}
.monthly_target .widget_photo_wrp span,
.quarterly_target .widget_photo_wrp span {
  display: block;
  position: absolute;
}
.monthly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_icon,
.quarterly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_icon {
  left: 12px;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_icon,
  .quarterly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_icon {
    top: 8px;
    left: 8px;
    max-width: 35.3333px;
  }
}
.monthly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_txt,
.quarterly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_txt {
  top: 5px;
  left: 70px;
  font-size: 21px;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_txt,
  .quarterly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_txt {
    top: 2px;
    left: 50px;
    font-size: 16px;
  }
}
.monthly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_dates,
.quarterly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_dates {
  top: 29px;
  left: 70px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_dates,
  .quarterly_target .widget_photo_wrp .widget_date_wrp .widget_calendar_dates {
    top: 20px;
    left: 50px;
  }
}
.monthly_target .widget_photo_wrp .widget_points_wrp .widget_points_icon,
.quarterly_target .widget_photo_wrp .widget_points_wrp .widget_points_icon {
  top: 12px;
  right: 12px;
  max-width: 71px;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp .widget_points_wrp .widget_points_icon,
  .quarterly_target .widget_photo_wrp .widget_points_wrp .widget_points_icon {
    top: 8px;
    right: 6px;
    max-width: 47.3333px;
  }
}
.monthly_target .widget_photo_wrp .widget_points_wrp .widget_points_txt,
.quarterly_target .widget_photo_wrp .widget_points_wrp .widget_points_txt {
  top: 6px;
  right: 90px;
  font-size: 21px;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp .widget_points_wrp .widget_points_txt,
  .quarterly_target .widget_photo_wrp .widget_points_wrp .widget_points_txt {
    top: 2px;
    right: 60px;
    font-size: 16px;
  }
}
.monthly_target .widget_photo_wrp .widget_points_wrp .widget_points,
.quarterly_target .widget_photo_wrp .widget_points_wrp .widget_points {
  top: 29px;
  right: 90px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .monthly_target .widget_photo_wrp .widget_points_wrp .widget_points,
  .quarterly_target .widget_photo_wrp .widget_points_wrp .widget_points {
    top: 20px;
    right: 60px;
  }
}
.monthly_target .widget_description,
.quarterly_target .widget_description {
  margin-bottom: 10px;
  font-size: 18px;
}
.monthly_target .widget_table_wrp,
.quarterly_target .widget_table_wrp {
  font-size: 18px;
}
.monthly_target .widget_table_wrp table,
.quarterly_target .widget_table_wrp table {
  border: none;
}
.monthly_target .widget_table_wrp table th,
.quarterly_target .widget_table_wrp table th {
  color: #333333;
}
.monthly_target .widget_table_wrp table th.target,
.quarterly_target .widget_table_wrp table th.target {
  color: #6c6c6e;
}
.monthly_target .widget_table_wrp table td.target,
.quarterly_target .widget_table_wrp table td.target {
  color: #6c6c6e;
}
.monthly_target .widget_table_wrp table td.target_th,
.quarterly_target .widget_table_wrp table td.target_th,
.monthly_target .widget_table_wrp table td.result,
.quarterly_target .widget_table_wrp table td.result,
.monthly_target .widget_table_wrp table td.points,
.quarterly_target .widget_table_wrp table td.points {
  font-weight: bold;
}
@media (max-width: 991px) {
  .monthly_target .widget_table_wrp table.quarterly_table,
  .quarterly_target .widget_table_wrp table.quarterly_table {
    margin-bottom: 55px;
  }
  .monthly_target .widget_table_wrp table.quarterly_table td.address,
  .quarterly_target .widget_table_wrp table.quarterly_table td.address {
    background-color: #999;
    color: #fff;
  }
}
.monthly_target .claim_btn,
.quarterly_target .claim_btn {
  float: right;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background-color: #19234d;
  border-color: #19234d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.monthly_target .claim_btn .glyphicon,
.quarterly_target .claim_btn .glyphicon {
  padding-left: 5px;
}
.monthly_target .result_wrp,
.quarterly_target .result_wrp {
  margin-bottom: 24px;
  float: right;
}
.monthly_target .widget_footer,
.quarterly_target .widget_footer {
  font-size: 18px;
  color: #6c6c6e;
}
.monthly_target .widget_footer .widget_claim_till,
.quarterly_target .widget_footer .widget_claim_till,
.monthly_target .widget_footer .widget_last_update,
.quarterly_target .widget_footer .widget_last_update {
  max-width: 49%;
}
.monthly_target .widget_footer .widget_claim_till,
.quarterly_target .widget_footer .widget_claim_till {
  float: right;
  padding-left: 5px;
}
.monthly_target .widget_footer .widget_last_update,
.quarterly_target .widget_footer .widget_last_update {
  float: left;
  padding-right: 10px;
}
/*# sourceMappingURL=https://targets.h1.elab.lt/cache/less/frontend.css.map */