/*! jQuery UI - v1.11.4 - 2016-05-11
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
/*! jQuery UI - v1.11.4 - 2016-05-10
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/*! jQuery UI - v1.11.4 - 2016-05-11
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
#cookie-bar {
  background: #831a24;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  padding: 0 10px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #ffffff;
  color: #831a24;
  border: #831a24;
}

#cookie-bar .cb-enable:hover {
  background: #ffffff;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #ffffff;
  color: #831a24;
  border: #831a24;
}

#cookie-bar .cb-policy:hover {
  background: #ffffff;
}

#cookie-bar .cookie-policy-link {
  text-decoration: underline;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
body {
  background-color: #eee;
}

.form-auth .form-signin-heading,
.form-auth .checkbox {
  margin-bottom: 10px;
}

.form-auth .checkbox {
  font-weight: normal;
}

.form-auth .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-auth .form-control:focus {
  z-index: 2;
}

.form-auth input {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-auth input.input-last {
  margin-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  cursor: default;
  font-size: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  height: 100%;
  width: 100%;
  background: #831a24;
}

.pt {
  font-family: "PT Serif", serif;
}

.os {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.container {
  width: 100%;
  background: #fff;
}

.wrapper {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper2 {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper3 {
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper4 {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper5 {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}

A {
  outline: none;
  text-decoration: none;
  color: #831a24;
  background-color: transparent;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

a:active,
a:hover {
  outline: 0;
}

IMG {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
progress,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

* html audio,
* html canvas,
* html video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

b,
strong {
  font-weight: bold;
}

button,
input,
select,
optgroup,
textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0.8em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

* + html code,
* + html kbd,
* + html pre,
* + html samp {
  font-family: "courier new", monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

* html legend {
  margin-left: -7px;
}

* + html legend {
  margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

* html button,
* html input[type="button"],
* html input[type="reset"],
* html input[type="submit"] {
  overflow: visible;
}

* html button,
* + html input[type="button"],
* + html input[type="reset"],
* + html input[type="submit"] {
  overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

* html input[type="checkbox"],
* html input[type="radio"] {
  height: 13px;
  width: 13px;
}

* + html input[type="checkbox"],
* + html input[type="radio"] {
  height: 13px;
  width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

td,
th {
  padding: 0;
}

area {
  cursor: pointer;
}

hr {
  box-sizing: content-box;
  height: 0;
}

/*****HEADER*****/

#header {
  position: relative;
  z-index: 100;
}

.hlogo {
  float: left;
  display: block;
  margin: 25px 0 0 0;
}

.hlogo img {
  display: block;
  width: 156px;
  height: 72px;
}

#nav {
  padding-top: 20px;
  clear: right;
}

.dl-menuwrapper.cf:after,
.dl-menuwrapper.cf:before {
  display: none;
}

.topmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}

.topmenu li {
  display: inline-block;
  margin: 0 23px;
  text-align: center;
  position: relative;
}

.topmenu > li {
  padding-bottom: 20px;
}

.topmenu > li:first-child {
  margin-left: 0;
  /*float: left; */
}

/*
.topmenu > li:first-child + li{
  float: left;
} */

.topmenu > li.main-category-menu-item {
  float: left;
}

.topmenu > li:last-child {
  margin-right: 0;
}

/*
.topmenu > li:nth-last-child(2){
  margin-right: 40px;
}

.topmenu > li:last-child{
  margin: 0;
  width: 268px;
}

.topmenu > li:last-child:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  background: #d7d6d7;
}   */

.topmenu > li.megactive:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(131, 26, 36, 0);
  border-bottom-color: #831a24;
  border-width: 8px;
  margin-left: -8px;
}

.topmenu ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topmenu a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
}

.topmenu > li:last-child a {
  color: #3a7c00;
}

.dl-trigger {
  display: none;
  text-align: center;
  height: 49px;
  width: 49px;
  text-align: center;
  background: #831a24;
  position: relative;
}

.topmenu button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 50px;
  overflow: visible;
  background: none;
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.topmenu button:before {
  content: "";
  width: 17px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -1px;
  background: #fff;
}

.topmenu button:after {
  content: "";
  height: 17px;
  width: 3px;
  position: absolute;
  left: 50%;
  margin-top: -8px;
  top: 50%;
  margin-left: -2px;
  background: #fff;
  transition: height 0.2s, margin-top 0.2s;
}

.topmenu li.active > button:before,
.topmenu li.active > button:after {
  background: #fff;
}

.topmenu .selected > button:after {
  content: " ";
  height: 1px;
  margin-top: 0;
}

.bigmenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #831a24;
  display: none;
}

.bigmenu.megactive {
  display: block;
}

.bigmenu .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
}

.bigmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bigmenu ul ul {
  position: relative;
  margin-top: 7px;
  padding-top: 0;
}

/*
.bigmenu ul ul a:after{
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  height: 1px;
  width: 30px;
  background: #dec2c5
}    */

.bigmenu div > ul > li {
  float: left;
  width: 20%;
}

.bigmenu a {
  color: #fff;
  display: block;
}

.bigmenu div > ul > li > a {
  font-size: 20px;
  font-family: "PT Serif", serif;
  display: block;
  padding: 15px 15px 5px 15px;
  position: relative;
}

.bigmenu div > ul ul a {
  font-size: 16px;
  padding: 7px 15px;
  transition: background 0.3s;
}

.bigmenu div > ul ul li.active a,
.bigmenu div > ul ul a:hover {
  background: #691119;
}

.bigmenu .floated {
  width: 40%;
}

.bigmenu .floated ul {
  width: 90%;
}

.floated li {
  float: left;
  width: 50%;
}

.floated li:nth-child(2n) + * {
  clear: left;
}

.header_right {
  /*float: right; */
  padding-left: 300px;
}

.header_top {
  float: right;
  padding-top: 22px;
}

.header-cart {
  position: relative;
  transition: all 200ms ease;
}

#productAddedPopup {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0;
  background: #98c24b;
  /*display: none;*/
  z-index: 550;
  font-weight: normal;
  font-size: 18px;
  white-space: normal;
  width: 100%;
  padding: 0px;
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
  /*margin-top: 12px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

#productAddedPopup .si {
  margin-right: 10px;
  width: 28px;
  height: 25px;
  background: url("../img/icons2x.png?2") 41px 212px;
  background-size: 151px 712px;
}

.productAddedPopup-text {
  padding-top: 10px;
  display: inline-block;
}

.highlighted {
  /*  background:  #e4fdcd;*/
}

.highlighted #productAddedPopup {
  height: auto;
  overflow: visible;
  opacity: 1;
  max-height: 1000px;
  padding: 25px 15px;
}

#addToCart button.loading .si {
  background: url("../img/Spinner.gif") center center no-repeat;
  height: 16px;
  top: 1px;
  transition: none;
}

#lep-agreement-modal .button-1.loading .si {
  background: url("../img/Spinner.gif") center center no-repeat;
  height: 16px;
  width: 16px;
  top: 1px;
  transition: none;
  margin-left: -13px;
  margin-right: 5px;
}

.banner-wrap {
  padding: 5px 0px;
  /*background: #831a24;*/
  background: #0467b5;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #5b1219;
}

.banner {
  max-width: 1200px;
  margin: auto;
  padding: 5px 20px;
}

/**MAIN**/



/**FOOTER**/



.footer_top {
  background: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.footer_top .inner {
  margin: 0 -7px;
}

.footer_top .item {
  float: left;
  width: 25%;
  padding: 30px 7px 0 7px;
}

.footer_top .icon {
  height: 32px;
  line-height: 32px;
  display: block;
  margin-bottom: 25px;
}

.footer_top .si {
  vertical-align: middle;
}

.footer_top .title {
  color: #1a1a1a;
  margin: 0 0 32px 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}

.footer_top .title a {
  color: inherit;
}

.footer_top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_top li + li {
  padding-top: 8px;
}

.footer_top a {
  color: #831a24;
}

.footer_top a:hover {
  text-decoration: underline;
}

.footer_top .item:last-child ul a {
  color: #98c24b;
}

/**FOOTER BOTTOM*/

.footer_btm {
  color: #fff;
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer_btm .third:first-child {
  padding-top: 7px;
}

.footer_btm .third + .third {
  text-align: center;
}

.footer_btm .third:last-child {
  text-align: right;
  padding-top: 10px;
}

/*****HELPERS*****/

.si {
  background: url(../img/icons2x.png) top left no-repeat;
  background-size: 151px 712px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 0;
  vertical-align: top;
}

.s_paypal-big {
  background-position: -20px -0px;
  width: 111px;
  height: 36px;
}

.s_credit {
  background-position: -20px -56px;
  width: 92px;
  height: 58px;
}

.s_airmail {
  background-position: -20px -134px;
  width: 70px;
  height: 33px;
}

.s_kurier {
  background-position: -20px -187px;
  width: 70px;
  height: 67px;
}

.s_green {
  background-position: -20px -450px;
  width: 35px;
  height: 29px;
}

.s_info-big {
  background-position: -75px -450px;
  width: 30px;
  height: 30px;
}

.s_user-big {
  background-position: -20px -499px;
  width: 29px;
  height: 32px;
}

.s_basket-big {
  background-position: -69px -500px;
  width: 28px;
  height: 24px;
}

.s_refresh {
  background-position: -69px -544px;
  width: 26px;
  height: 32px;
}

.s_arrowg-r {
  background-position: -20px -551px;
  width: 24px;
  height: 22px;
}

.s_fb {
  background-position: -89px -274px;
  width: 22px;
  height: 21px;
}

.s_mag {
  background-position: -89px -315px;
  width: 22px;
  height: 22px;
}

.s_basket {
  background-position: -89px -357px;
  width: 18px;
  height: 16px;
}

.s_crossr {
  background-position: -88px -393px;
  width: 17px;
  height: 17px;
}

.s_arrowr-u {
  background-position: -88px -430px;
  width: 16px;
  height: 9px;
}

.s_arroww-l {
  background-position: -20px -593px;
  width: 16px;
  height: 31px;
}

.s_arroww-r {
  background-position: -56px -596px;
  width: 16px;
  height: 31px;
}

.s_basketr {
  background-position: -92px -596px;
  width: 16px;
  height: 14px;
}

.s_basketw {
  background-position: -92px -630px;
  width: 16px;
  height: 14px;
}

.s_checkr {
  background-position: -20px -644px;
  width: 16px;
  height: 12px;
}

.s_select {
  background-position: -56px -647px;
  width: 16px;
  height: 8px;
}

.s_arrowr-d {
  background-position: -92px -664px;
  width: 15px;
  height: 9px;
}

.s_user {
  background-position: -56px -675px;
  width: 15px;
  height: 17px;
}

.s_crossg {
  background-position: -20px -676px;
  width: 12px;
  height: 12px;
}

/**CUSTOM**/

a:hover:not(.add_to_cart_disabled) .s_basketr,
button:hover:not(.add_to_cart_disabled) .s_basketr {
  background-position: -92px -630px;
  transition: background 0s 0.05s;
}

.free_delivery_row {
  line-height: 50px !important;
}

.free_delivery_cell {
  text-align: right !important;
  padding-right: 29px !important;
}

.free_delivery_cell_authenticated {
  text-align: right !important;
  padding-right: 13px !important;
}

.lbl_check input:checked + label:after {
  background: url(../img/icons2x.png) top left no-repeat;
  background-position: -21px -643px;
  background-size: 151px 712px;
}

.sod_select:after {
  background: url(../img/icons2x.png) top left no-repeat;
  background-position: -56px -647px;
  width: 16px;
  height: 8px;
  background-size: 151px 712px;
}

.plus {
  background: url(../img/icons/plus2x.png) top left no-repeat;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
}

.s_maestro {
  background: url(../img/mae.svg) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 30px;
  border-radius: 3px;
}

.s_mastercard {
  background: url(../img/mas.svg) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 30px;
  border-radius: 3px;
}

.s_paypal {
  background: url(../img/pay.svg) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 30px;
  border-radius: 3px;
}

.s_visa {
  background: url(../img/visa.svg) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 30px;
  border-radius: 3px;
}

/**HELP*/

.center {
  text-align: center;
}

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

.nowrap {
  white-space: nowrap;
}

.req {
  color: #831a24;
}

.underline {
  text-decoration: underline;
}

/**clear**/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

* + html .cf {
  zoom: 1;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 0.01px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

/***float***/

.fl {
  float: left;
}

.fr {
  float: right;
}

.rel {
  position: relative;
}

.dblock {
  display: block;
}

.img_block {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/**paddings**/

.padd_t30 {
  padding-top: 30px;
}

/**MARGINS**/

/**widths**/

.w100 {
  width: 100%;
}

.quarter {
  float: left;
  width: 25%;
}

.third {
  float: left;
  width: 33.3333%;
}

.half {
  float: left;
  width: 50%;
}

.w250 {
  width: 250px;
}

.mxw185 {
  max-width: 185px;
}

.mxw400 {
  max-width: 400px;
}

.resetCookies {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #831a24;
  border-radius: 20px;
}

.resetCookies div {
  padding: 5px 13px;
  color: white;
}

.resetCookies div:hover {
  background: #810812;
  border-radius: 20px;
  cursor: pointer;
}

.recycling-hover-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recycling-hover-container span {
  display: block;
  width: 100%;
}

.recycling-hover-container:hover .recycling-hover-text {
  opacity: 1;
}

.recycling-hover-text {
  position: absolute;
  top: calc(100% + 10px);
  background: #fff;
  padding: 24px;
  opacity: 0;
  width: 350px;
  border: 1px solid #dedede;
  line-height: 1.6em;
  pointer-events: none;
}

.recycling-hover-text::before,
.recycling-hover-text::after {
  bottom: 100%;
  left: 100px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.recycling-hover-text::before {
  border-color: rgba(222, 222, 222, 0);
  border-bottom-color: #dedede;
  border-width: 14px;
}

.recycling-hover-text::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 13px;
  margin-left: 1px;
}

/**MQ**/

@media only screen and (max-width: 1320px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .topmenu li {
    margin: 0 15px;
  }

  .topmenu > li:first-child {
    margin-left: 0;
  }

  .topmenu > li:nth-last-child(2) {
    margin-right: 15px;
  }

  .topmenu > li:last-child {
    margin: 0 0 0 15px;
    width: auto;
  }

  .topmenu > li:last-child:before {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  .header_right {
    padding-left: 0;
  }

  .header_top {
    padding-top: 0;
    float: none;
  }

  .hlogo img {
    width: 150px;
    height: 69px;
  }

  .bigmenu {
    display: none !important;
  }

  #nav {
    height: 49px;
    padding-top: 0;
    margin-top: 10px;
  }

  .dl-trigger {
    display: block;
    float: right;
  }

  .topmenu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 10;
    background: #831a24;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .topmenu.dl-menuopen {
    display: block;
  }

  .topmenu li,
  .topmenu > li:last-child {
    float: none !important;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .topmenu > li:first-child,
  .topmenu > li:first-child + li {
    float: none;
  }

  .topmenu li.megactive:after {
    display: none;
  }

  .topmenu li ul {
    background: #690012;
  }

  .topmenu li.finished > ul {
    display: block;
  }

  .topmenu button {
    display: block;
  }

  .topmenu a,
  .topmenu > li:last-child > a {
    display: block;
    padding: 13px 50px 13px 25px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }

  .topmenu ul a {
    font-size: 14px;
    padding: 15px 50px 15px 40px;
  }

  .topmenu ul ul a {
    padding-left: 55px;
  }

  .topmenu a:hover,
  .topmenu li.active > a {
    text-decoration: none;
    background: #5c0003;
  }

  .footer_top {
    padding: 10px 0 40px 0;
  }

  .footer_top .wrapper2 {
    max-width: 600px;
  }

  .footer_top .item {
    float: left;
    width: 50%;
  }

  .footer_top .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer_top .item:nth-child(3) {
    clear: left;
  }

  .footer_btm .third,
  .footer_btm .third:first-child {
    float: none;
    width: auto;
    text-align: center !important;
    padding: 0;
  }

  .footer_btm .third + .third {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .hide900 {
    display: none !important;
  }
}

@media only screen and (max-width: 660px) {
  .hlogo {
    margin-top: 35px;
  }

  .hlogo img {
    width: 115px;
    height: 53px;
  }

  .recycling-hover-text {
    width: 90vw;
    max-width: 350px;
    right: 0;
  }

  .recycling-hover-text::before,
  .recycling-hover-text::after {
    left: 175px;
  }
}

@media only screen and (max-width: 550px) {
  .footer_top .title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 350px) {
  .recycling-hover-text::before,
  .recycling-hover-text::after {
    left: 125px;
  }
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**PAGE CONTENT**/

.page_content {
  font-size: 15px;
  line-height: 1.45;
}

.page_content > *:first-child {
  margin-top: 0;
}

.page_content > *:last-child {
  margin-bottom: 0;
}

.page_content h1,
.page_content h2 {
  font-family: 'PT Serif', serif;
  color: #831a24;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.3;
  margin: .2em 0;
}

.page_content h2 + p {
  margin-top: 0;
}

.page_content p + h2 {
  margin-top: .8em;
}

/**PAGE*/

.page {
  padding-top: 60px;
  padding-bottom: 100px;
}

/**PAGE FORM**/

.page_form {
  border-top: 16px solid #831a24;
  padding: 45px 0;
}

.page_form_head {
  padding-bottom: 60px;
}

.form label.cell {
  font-size: 17px;
  color: #1a1a1a;
}

.form {
  display: table;
  width: 100%;
}

.form .row {
  display: table-row;
}

.form .row.sep .cell {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
}

.form .row.sep + .row .cell {
  padding-top: 40px;
}

.form .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  padding: 10px 0;
  padding-right: 30px;
  min-height: 70px;
}

.form .cell + .cell {
  width: 100%;
  white-space: normal;
  padding-right: 0;
  text-align: left;
}

.form .input_text {
  max-width: 400px;
  display: inline-block;
}

.form .input_text.short {
  max-width: 230px;
}

.form .input_text.shorter {
  max-width: 140px;
}

.form .note {
  display: inline-block;
  padding-left: 16px;
  color: #bfbfbf;
  max-width: 310px;
  vertical-align: middle;
}

.form .lbl_radio + .lbl_radio {
  margin-left: 20px;
}

/*BOX HELP SEARCH*/

.box_helpsearch {
  background: #f0f0f0;
  padding: 25px 20px;
}

.box_helpsearch .inner {
  max-width: 314px;
  margin: 0 auto;
  position: relative;
}

.box_helpsearch input {
  display: block;
  background: #fff;
  border: 0;
  border-radius: 100px;
  color: #1a1a1a;
  width: 100%;
  padding: 15px 30px 15px 60px;
  text-align: right;
  outline: none;
  transition: box-shadow .3s;
}

.box_helpsearch input:focus {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.box_helpsearch button {
  border: 0;
  background: url(../img/mag.png) center center no-repeat;
  position: absolute;
  height: 100%;
  width: 55px;
  left: 0;
  top: 0;
  outline: none;
  text-indent: -9999em;
  overflow: hidden;
}

.box_helpsearch input::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.box_helpsearch input:-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.box_helpsearch input::-moz-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.box_helpsearch input:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

/**BOX HELP AREA*/

.box_helparea {
  padding: 30px 0 50px 0;
}

.box_helparea .title {
  text-transform: uppercase;
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
}

.box_helparea .btns {
  text-align: center;
  padding-top: 10px;
}

.box_helparea .btns .btn_border {
  min-width: 150px;
  margin: 13px 8px 0 8px;
}

/*BOX HELP*/

.box_help {
  padding-bottom: 30px;
}

.box_help .title {
  font-size: 22px;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 20px 0;
}

.box_help .subtitle {
  font-family: 'PT Serif', serif;
  color: #831a24;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 .2em 0;
}

.box_help .text + .subtitle {
  margin-top: 20px;
}

.box_help .text *:first-child {
  margin-top: 0;
}

.box_help .text *:last-child {
  margin-bottom: 0;
}

.box_help .less-link,
.box_help .more-link {
  white-space: nowrap;
}

/**BOX FORM HELP*/

.box_helpform {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #d8d8d8;
}

.box_helpform .title {
  text-transform: uppercase;
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 25px 0;
}

.box_helpform textarea {
  display: none;
}

.box_helpform .btn_red {
  margin-top: 20px;
  display: none;
}

/**BOX PRODUCT**/

.box_product {
  padding-top: 10px;
  padding-bottom: 60px;
}

.box_productleft {
  float: left;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 30px;
}

.box_product .image img {
  display: block;
  max-width: 100%;
}

.box_product .form {
  float: right;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 30px;
}

.box_product .form .cell {
  padding-top: 7px;
  padding-bottom: 7px;
}

.box_product .info {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  padding-top: 25px;
}

.box_product .text {
  padding: 30px 0 0 0;
}

.box_product .atributes-title {
  color: #831a24;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.3;
  margin: .2em 0;
  width: 200%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .box_product .atributes-title {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.box_product .resp_price {
  display: none;
}

.box_product .price_block {
  padding: 0;
  position: relative;
  margin-top: 10px;
}

.box_product .resp_price .price_block {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.box_product .price_block .inner {
  padding: 0;
  position: relative;
  display: inline-block;
}

.box_product .price_block .left {
  opacity: .3;
  right: 100%;
  position: absolute;
  top: 0;
  margin-right: 20px;
}

.box_product .price_block .mid {
  display: table-cell;
  vertical-align: middle;
}

.box_product .price_block .right {
  position: absolute;
  left: 100%;
  top: -2px;
  margin-left: 25px;
}

.box_product .price {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.box_product .price_block .val {
  font-weight: bold;
  font-size: 31px;
  color: #912733;
  display: block;
  line-height: 1;
}

.box_product .price_block .srp-price {
  display: block;
  text-align: left;
  padding-top: 10px;
}

.box_product .price_block .srp-price .val {
  font-weight: normal;
  font-size: 1.2em;
}

.resp_price .price_block .srp-price {
  text-align: center;
}

.box_product .price_block .val_detail {
  color: #912733;
  font-size: 14px;
  display: block;
}

.box_product button.btn_border {
  display: block;
  margin: 0 auto;
  width: 175px;
}

.box_product .cell button.btn_border {
  margin: 10px 0 0 0;
}

.box_productgal {
  display: block;
  line-height: 0;
  font-size: 0;
}

.box_productgal a {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box_productgal a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

/**BOX STEPS**/

.box_steps {
  background: #f0f0f0;
  border-top: 16px solid #831a24;
}

.title_bg.smaller + .box_steps {
  border-top: 0;
}

.box_steps .inner {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: justify;
  text-justify: distribute-all-lines;
  font-size: 0 !important;
}

*:-o-prefocus,
.box_steps .inner {
  font-size: 0.5px !important;
}

.box_steps .inner:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.box_steps .part {
  display: inline-block;
  font-size: 22px;
  vertical-align: top;
  color: #cccccc;
  text-align: left;
  line-height: 1.2;
}

.box_steps .part.active {
  color: #831a24;
}

.box_steps .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  background: #cccccc;
  border-radius: 25px;
  display: inline-block;
  margin-right: 20px;
}

.box_steps .part.active .num {
  background: #831a24;
}

.box_steps .si {
  top: 11px;
}

/**BOX ORDER**/

.box_order {
  padding-top: 30px;
  padding-bottom: 40px;
}

.box_order .btns {
  padding-top: 50px;
}

.box_order .pay_text + .btns {
  padding-top: 25px;
}

.box_order .cols2 + .btns {
  border-top: 1px solid #d8d8d8;
}

.box_order .btns .btn_red {
  float: right;
  min-width: 232px;
}

.box_order .btns .btn_border {
  float: left;
  width: 214px;
}

.box_order .cols {
  margin: 0 -25px;
  position: relative;
  padding-bottom: 55px;
}

.box_order .cols.to3 {
  padding: 50px 0 0 0;
}

.box_order .cols .col {
  float: left;
  width: 50%;
  float: left;
  padding: 0 25px;
}

.box_order .cols .third {
  float: left;
  width: 33.333%;
  float: left;
  padding: 0 25px;
}

.box_order .cols .title {
  margin-bottom: .9em;
}

.box_order .cols .line_radio + .line_radio {
  padding-top: 25px;
}

.box_order .text_dir {
  font-size: 17px;
}

.box_order .text_dir.incol {
  padding-top: 51px;
}

.box_order .text_dir.pad {
  padding-bottom: 35px;
}

.box_order .text_dir strong {
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.box_order .text_dir .red {
  font-weight: bold;
  color: #912733;
}

.box_order .change {
  font-size: 14px;
  display: inline-block;
  margin-top: 25px;
  vertical-align: top;
  text-decoration: underline;
}

.box_order .change:hover {
  text-decoration: none;
}

.box_order .text_order h2 {
  margin-bottom: .6em;
}

.box_order .step2-dispatchingDate-title {
  padding-top: 50px;
  margin-top: 0px;
}

.courier-pobox-note {
  color: #b0b0b0;
  padding-left: 30px;
  padding-left: 48px;
  margin-top: 5px;
  font-size: 14px;
}

.note_textarea {
  float: left;
  width: 50%;
}

.note_textarea label {
  font-size: 17px;
  color: #1a1a1a;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 11px;
}

.note_textarea textarea {
  height: 120px;
}

.pay_text {
  color: #333333;
  font-size: 14px;
  text-align: right;
  padding-top: 50px;
}

.tooltip-wrap .info-icon {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  /* z-index: 500;*/
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  background-color: #912733;
  border: 1px solid #912733;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
.delivery_type .info-icon:hover{
    background: #f0f0f0;
    color: #912733;
} */

.tooltip-wrap {
  /*position: relative;*/
}

.tooltip-wrap .info-box {
  background: #f9f9f9;
  border: 1px solid #c4c4c4;
  display: none;
  position: absolute;
  /*z-index: 550;*/
  font-weight: normal;
  white-space: normal;
  top: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding: 15px;
  margin-top: 10px;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tooltip-wrap .info-icon:hover {
  z-index: 600;
}

.tooltip-wrap .info-icon:hover .info-box {
  display: block;
  z-index: 650;
}

.tooltip-wrap .info-box:after,
.tooltip-wrap .info-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-wrap .info-box:after {
  border-color: rgba(249, 249, 249, 0);
  border-bottom-color: #f9f9f9;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-wrap .info-box:before {
  border-color: rgba(196, 196, 196, 0);
  border-bottom-color: #c4c4c4;
  border-width: 11px;
  margin-left: -11px;
}

.tooltip-wrap .info-box {
  margin-left: -170px;
}

.tooltip-wrap .info-box:after,
.tooltip-wrap .info-box:before {
  left: 85%;
}

@media only screen and (max-width: 900px) {
  .tooltip-wrap {
    position: relative;
  }

  .tooltip-wrap .info-icon {
    display: block;
    position: absolute;
    top: -18px;
    right: 0px;
    margin-left: 0;
    margin-right: 10px;
  }
}

.deliveryPriceUndefined-text {
  font-size: 0.8em;
  color: #bbb;
}

.selling-type-options {
  padding-right: 30px;
  display: inline-block;
}

.form label.cell.description-label {
  vertical-align: top;
}

/**DATATABLE**/

.datatable {
  width: 100%;
  margin: 30px 0 30px 0;
  font-size: 16px;
}

.to3 + .datatable {
  margin-top: 30px;
}

.datatable th {
  font-size: 17px;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 5px;
  text-align: left;
  white-space: nowrap;
}

.datatable th:first-child {
  width: 1%;
  padding: 0;
}

.datatable tbody tr:first-child td {
  padding-top: 40px;
}

.datatable tbody tr:last-child td {
  padding-bottom: 40px;
}

.datatable tbody tr:last-child td:first-child {
  padding-bottom: 30px;
}

.datatable tbody td {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.datatable tbody td:first-child {
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
}

.datatable .s_crossr {
  vertical-align: middle;
  top: auto;
  margin-top: -4px;
}

.datatable .innumber {
  width: 80px;
  display: inline-block;
}

.datatable .input_text.self {
  width: 85px;
}

.datatable tfoot td {
  border-top: 1px solid #d8d8d8;
  padding: 25px 0 0 0;
  font-size: 14px;
}

.datatable .resp {
  display: none;
}

.datatable .cross {
  position: relative;
  vertical-align: middle;
  min-width: 1px;
}

.datatable .cross.nocross .tooltip_small {
  left: -50%;
  margin: 0;
}

.datatable .tooltip_small {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.datatable .tooltip_small.noabs {
  position: relative;
  left: auto;
  top: auto;
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.datatable .change_table {
  text-decoration: underline;
  float: right;
}

.datatable .center {
  max-width: 80px;
}

.datatable .withborder td {
  border-top: 1px solid #d8d8d8;
  padding-top: 25px;
  padding-bottom: 25px;
}

.datatable tr.withborder td:first-child,
.datatable tr.withborder:last-child td:first-child {
  padding-bottom: 20px;
}

.datatable .withborder td:first-child ~ td {
  padding-bottom: 25px;
}

.profile .datatable tbody tr:last-child td:first-child {
  padding-bottom: 40px;
}

.profile .datatable tbody td:first-child {
  padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .profile .datatable {
    float: none;
  }
}

/**BOX PRICE**/

.box_price {
  font-size: 18px;
}

.note_textarea + .box_price {
  padding-top: 25px;
}

.box_price .inner {
  display: table;
  margin: 0 0 0 auto;
}

.box_price .row {
  display: table-row;
}

.box_price .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 4px 0;
  padding-left: 13px;
}

.box_price .cell:first-child {
  text-align: right;
  padding-right: 12px;
  padding-left: 0;
}

.box_price .big {
  font-size: 1.2em;
}

.importForm {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #d8d8d8;
}

/*.importForm input{
    margin-top: 20px;
    margin-bottom: 10px;
} */

.importInfo {
  margin-top: 10px;
  font-size: 0.9em;
  max-width: 580px;
}

.importedtItems .error {
  background: #ffc4bf;
  color: #a50c00;
}

.importedtItems tbody td {
  padding: 10px 5px !important;
}

#uploadBtn {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

#uploadBtn span {
  position: relative;
  z-index: 180;
}

#uploadBtn input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 200;
  cursor: pointer;
}

.importForm.loading .si {
  background: url('../img/Spinner-white.gif') center center no-repeat;
  height: 32px;
  width: 32px;
  top: 1px;
  transition: none;
  vertical-align: middle;
}

/**BOX FAQ**/

.box_faq {
  padding: 40px 0 40px 0;
}

/**BOX FAQ FORM*/

.box_faqform {
  border-top: 1px solid #d8d8d8;
  padding: 60px 0;
}

.box_faqform label {
  display: block;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

.box_faqform textarea {
  margin-bottom: 37px;
}

.box_faqform .btn_red {
  width: 180px;
}

/**BOX BREADCRUMBS**/

.breadcrumbs {
  line-height: 0;
  font-size: .0001px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumbs * {
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
  color: #adadad;
  position: relative;
  margin-top: 11px;
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs a:last-child,
.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs * + * {
  margin-left: 22px;
}

.breadcrumbs * + *:before {
  content: '\203A';
  display: inline-block;
  position: absolute;
  left: -23px;
}

/**SUBMENU**/

.submenu {
  display: block;
  padding: 25px 0 5px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.submenu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 20px;
}

.submenu a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #1a1a1a;
  position: relative;
  transition: color .3s;
  margin-bottom: 15px;
}

.submenu a:hover,
.submenu li.active a {
  color: #831a24;
}

.submenu a:after {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  height: 1px;
  bottom: -15px;
  background: #c59499;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0,-8px);
  -webkit-transform: translate(0,-8px);
  transform: translate(0,-8px);
  transition: visibility 0s .2s, opacity .2s, transform 0s .2s;
}

.submenu a:hover:after,
.submenu li.active a:after {
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
  transition: opacity .2s, transform .2s;
}

/**PRODUCT LIST**/

.list_products {
  padding-top: 25px;
  padding-bottom: 40px;
}

.list_products .title {
  font-size: 24px;
  text-align: center;
  margin: 0;
  display: block;
  color: #831A24;
  font-weight: normal;
  padding: 10px 0;
}

.list_products .selects {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.list_products .sel {
  float: left;
  width: 50%;
  padding: 0 10px 20px 0;
}

.list_products .sel label {
  display: block;
  color: #1a1a1a;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.list_products .sel + .sel {
  padding: 0 0 20px 10px;
}

.list_products .sel .inner {
  margin: 0 auto;
  max-width: 370px;
}

.list_products .items {
  margin: 0 -10px;
  padding-top: 20px;
}

.list_products .selects + .items {
  padding-top: 0;
}

.list_products .item {
  float: left;
  width: 33.333%;
  margin: 10px 0;
  padding: 10px;
}

.list_products .item:nth-child(3n) + .item {
  clear: left;
}

.list_products .item a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

.list_products .image {
  display: block;
  position: relative;
  transition: transform .3s;
  max-width: ;
}

.list_products a:hover .image {
  -ms-transform: translate(0,10px);
  -webkit-transform: translate(0,10px);
  transform: translate(0,10px);
}

.list_products img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.list_products .subtitle {
  display: block;
  margin: -4px 0 5px 0;
  text-align: center;
  color: #191919;
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
}

.list_products .price {
  color: #831a24;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

/**BOX LOGIN FORM**/

.box_logform {
  position: absolute;
  right: -20px;
  top: 100%;
  margin-top: 26px;
  width: 498px;
  padding: 40px;
  border: 1px solid #dedede;
  background: #fff;
  z-index: 50;
  display: none;
  opacity: 0;
  -ms-transform: scale(.9);
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.active > .box_logform {
  display: block;
}

.active.show > .box_logform {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity .3s, transform .3s;
}

.box_logform:after,
.box_logform:before {
  bottom: 100%;
  right: 66px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.box_logform:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 13px;
}

.box_logform:before {
  border-color: rgba(222, 222, 222, 0);
  border-bottom-color: #dedede;
  border-width: 14px;
  margin-right: -1px;
}

.box_logform .line + .line {
  padding-top: 20px;
}

.box_logform .forgot {
  text-decoration: underline;
}

.box_logform .forgot:hover {
  text-decoration: none;
}

.logform-btns {
  display: table;
  width: 100%;
  padding-top: 30px;
}

.logform-btns > * {
  display: table-cell;
  vertical-align: middle;
}

.logform-btns .btn_border,
.logform-btns .btn_red {
  display: block;
  width: 100%;
}

.logform-btns .bleft {
  width: 120px;
}

.logform-btns .bmid {
  padding: 0 15px;
  text-align: center;
}

/**BOX BTNS**/

.box_btns {
  border: 1px solid #d8d8d8;
  width: 268px;
  display: inline-block;
  height: 43px;
}

.box_btns > * {
  height: 43px;
  width: 50%;
  float: left;
  position: relative;
}

.box_btns .left > a {
  display: block;
  height: 41px;
  line-height: 42px;
  text-align: center;
  padding: 0 11px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a1a1a;
}

.box_btns .right {
  border-left: 1px solid #d8d8d8;
  display: block;
  height: 41px;
  line-height: 42px;
  text-align: center;
  padding: 0 5px;
  color: #1a1a1a;
}

.box_btns .si {
  vertical-align: middle;
  top: -2px;
  margin-right: 10px;
}

/**BOX SEARCH **/

.box_search {
  width: 268px;
  position: relative;
  height: 43px;
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
}

.box_search input {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  background: none;
  color: #1a1a1a;
  padding: 11px 20px 11px 50px;
  height: 43px;
  outline: none;
  text-align: right;
}

.box_search button {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  background: none;
  border: 0;
  padding: 0 16px;
  text-align: center;
  height: 100%;
}

/**ITEM SHOP**/

.item_shop {
  max-width: 195px;
  text-align: center;
  display: block;
}

.item_shop .image {
  display: block;
  max-width: 195px;
  margin: 0 auto;
}

.item_shop img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.item_shop .title {
  font-weight: normal;
  font-size: 15px;
  color: #1a1a1a;
  display: block;
  margin: -10px 0 9px 0;
  position: relative;
}

.item_shop .title a {
  color: inherit;
}

.item_shop .price {
  display: block;
  color: #912733;
  font-weight: bold;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}

.item_shop .price .srp-price {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 5px;
}

.item_shop .btn_border {
  margin-top: 25px;
}

/**BG MAIN**/

.box_bgmain {
  background: url(../img/bg_main.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.box_bgmain .inner {
  margin: 0 0 0 auto;
  width: 70%;
  max-width: 550px;
}

.box_bgmain .title {
  margin: 0 0 35px -4px;
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.98;
  color: #831a24;
  font-weight: normal;
  letter-spacing: -1px;
  word-spacing: -1px;
  padding-bottom: 25px;
  position: relative;
}

.box_bgmain .title span {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  text-transform: none;
  padding-left: 4px;
  word-spacing: 0;
}

.box_bgmain .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 4px;
  height: 1px;
  width: 75px;
  background: #a05158;
}

.box_bgmain .text {
  display: block;
  margin: 0;
  font-size: 18px;
  color: #1a1a1a;
  max-width: 500px;
  line-height: 1.25;
  margin-bottom: 47px;
}

.box_bgmain .btn_red {
  padding-left: 30px;
  padding-right: 30px;
}

/**BOX articles*/

.box_articles {
  margin: 0 -5px;
  line-height: 0;
  font-size: .001px;
  text-align: center;
}

.box_articles .item {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  font-size: 14px;
  padding: 0 5px;
  text-align: left;
}

.box_articles.onmain .item {
  padding-bottom: 58px;
}

.box_articles .image {
  display: block;
  background: #000;
}

.box_articles img {
  display: block;
  width: 100%;
  transition: opacity .3s;
}

.box_articles a:hover img {
  opacity: .8;
}

.box_articles .inner {
  max-width: 310px;
  margin: 0 auto;
  padding: 0 15px;
}

.box_articles .title {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  margin: 25px 0 25px 0;
  display: block;
  color: #831a24;
}

.box_articles .title a {
  color: inherit;
  display: block;
  padding-bottom: 20px;
  position: relative;
}

.box_articles .title a:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 33.333%;
  background: #a4575e;
  transition: transform .3s;
}

.box_articles .title a:hover:after {
  -ms-transform: translate(0,-10px);
  -webkit-transform: translate(0,-10px);
  transform: translate(0,-10px);
}

.box_articles .text {
  color: #1b1b1b;
  margin: 0 0 25px 0;
  line-height: 1.45;
}

.box_articles .btn_border {
  min-width: 160px;
}

/**BOX CREDITS**/

.box_credits > * {
  display: inline-block;
  vertical-align: top;
}

.box_credits > * + * {
  margin-left: 2px;
}

/**BOX GRAPH**/

.box_graph {
  padding-top: 30px;
  padding-bottom: 40px;
}

.box_graph .title {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 30px 0;
}

.box_graph .items {
  max-width: 700px;
  margin: 0 auto;
}

.box_graph .item {
  float: left;
  position: relative;
  width: 33.333%;
  text-align: center;
  height: 120px;
}

.box_graph .circles-text {
  color: #1a1a1a;
  font-size: 18px;
  font-family: 'PT Serif', serif;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.box_graph .circle {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
}

.box_graph .circle canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box_graph .top {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 60px;
  color: #831a24;
  font-size: 16px;
}

.box_graph .btm {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 60px;
  color: #f07d89;
  font-size: 16px;
}

/**BOX PER*/

.testimonial-slider:focus,
.testimonial-slider *:focus,
.testimonial-slider .slick-track:focus {
  border: 0;
  outline: none;
}

.testimonial-slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #831a24;
  overflow: hidden;
}

.testimonial-slider .slick-dots li button {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  text-indent: -100px;
}

.testimonial-slider .slick-dots li.slick-active {
  background: #831a24;
}

.box_quote {
  margin-top: 30px;
  display: table;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  position: relative;
}

.box_quote:before {
  content: '';
  left: 75px;
  right: 0;
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background: #d8d8d8;
}

.box_quote:after {
  content: '';
  left: 75px;
  right: 0;
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #d8d8d8;
}

.box_quote .image,
.box_product .box_quote .image {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: auto;
  padding: 0;
}

.box_quote .image-rounded {
  display: block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  max-width: none;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.box_quote .image-rounded img {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  /*min-width: 100%;
    min-height: 100%;*/
}

/*
.box_quote .image img{
  display: block;
  border-radius: 50%;
  width: 150px;
  max-width: none;
  position: relative;
  z-index: 3;
}   */

.box_quote .right {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 20px 0 20px 30px;
}

.box_quote blockquote {
  margin: 0;
}

.box_quote p {
  color: #912733;
  margin: 0;
}

.box_quote cite {
  display: block;
  text-align: right;
  padding-top: 5px;
}

/**BOX MODAL*/

.box_modal {
  background: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  max-width: 518px;
  width: 100%;
  position: relative;
  padding: 50px 20px;
  text-align: center;
}

.box_modal .cross {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 19px;
  right: 19px;
  background: url(../img/icons/crossgb.png) center center no-repeat;
}

.box_modal .title {
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 1;
  color: #912733;
  text-transform: uppercase;
}

.box_modal .text {
  font-size: 18px;
  color: #333333;
  margin: 10px 0 30px 0;
}

.box_modal .btns .btn_red,
.box_modal .btns .btn_border {
  /*width: 166px;*/
}

.box_modal .count_cont {
  text-transform: none;
  margin: 0;
}

.box_modal .count {
  text-transform: none;
  margin: 0;
}

.box_modal .or {
  display: inline-block;
  color: #1a1a1a;
  vertical-align: top;
  padding: 12px 10px;
}

/**BOX CHOOSE*/

.box_choose {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.box_choose .item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 15px 0;
}

.box_choose .to2cols .item {
  padding: 15px 45px;
}

.box_choose .to3cols .item {
  padding: 15px 30px;
}

.box_choose .to1col .item {
  text-align: center;
}

.box_choose .title {
  color: #831a24;
  font-size: 20px;
  margin: 0;
  font-weight: normal;
  display: block;
  padding-bottom: 10px;
}

.box_choose .to1col .title {
  text-align: center;
}

.box_choose .line + .line {
  padding-top: 5px;
}

.box_choose .to1col .line {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
}

.box_choose .lbl_radio {
  display: inline-block;
  text-align: left;
}

/**BOX RECY TABLE**/

.box_rectable {
  padding-top: 60px;
  padding-bottom: 70px;
}

.box_rectable .title {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 0 0 30px 0;
  font-size: 18px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
}

.box_rectable .line {
  display: table;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  max-width: 860px;
}

.box_rectable .left {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.box_rectable .lbl_check {
  display: block;
}

.box_rectable .right {
  display: none;
  vertical-align: middle;
}

.box_rectable .line.active .right {
  display: table-cell;
}

.box_rectable .innumber {
  width: 80px;
}

.box_rectable .price {
  display: none;
  white-space: nowrap;
  vertical-align: middle;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}

.box_rectable .line.active .price {
  display: table-cell;
}

.box_rectable .total {
  text-align: right;
  padding-top: 25px;
  border-top: 1px solid #d8d8d8;
  margin-top: 25px;
  color: #1a1a1a;
}

.box_rectable .total_price {
  font-size: 25px;
  padding-bottom: 30px;
}

.box_rectable .total_price > * {
  display: inline-block;
  padding-bottom: 10px;
}

.box_rectable .total_price span {
  font-size: 18px;
}

.box_rectable .total_price strong {
  font-weight: normal;
  padding-left: 40px;
}

/**BOX USER MENU*/

.box_usermenu {
  text-align: center;
  padding: 20px 0 30px 0;
  margin-bottom: 15px;
  position: relative;
}

.box_usermenu:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  background: #d8d8d8;
}

.box_usermenu a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #1a1a1a;
  padding: 25px 25px 15px 25px;
  position: relative;
  transition: color .3s;
}

.box_usermenu a:hover,
.box_usermenu a.active {
  color: #831a24;
}

.box_usermenu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 1px;
  background: #831a24;
  display: none;
}

.box_usermenu a:hover:after,
.box_usermenu a.active:after {
  display: block;
}

.box_usermenu a.green {
  color: #3a7c00;
}

.box_usermenu a.green:after {
  background: #3a7c00;
}

/*.box_usermenu a:last-child{
  color: #3a7c00;
}

.box_usermenu a:last-child:after{
  background: #3a7c00
}*/

/**BOX CACH sum*/

.box_cashsum {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.box_cashsum > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.box_cashsum .right {
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
}

.box_cashsum .line {
  font-size: 25px;
}

.box_cashsum .line span {
  font-size: 17px;
  display: inline-block;
}

.box_cashsum .line strong {
  display: inline-block;
  font-weight: normal;
  padding-left: 40px;
}

.box_cashsum .line:last-child strong {
  font-weight: bold;
}

/**RECY INST**/

.box_recin {
  padding-bottom: 60px;
}

.box_recin h2 {
  margin-bottom: 20px;
}

.box_recin .btns {
  padding-top: 10px;
}

.box_recin .btns > * {
  margin-right: 10px;
  position: relative;
  margin-top: 10px;
}

.box_recin .btn_red {
  padding-left: 50px;
}

.box_recin .plus {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 20px;
}

/**TABLE CASH*/

.box_tablecash {
  padding-bottom: 80px;
}

.table_cash {
  width: 100%;
  font-size: 16px;
}

.table_cash th {
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  color: #1a1a1a;
  white-space: nowrap;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 10px;
}

.table_cash th:first-child {
  padding-right: 25px;
}

.table_cash th:nth-child(2) {
  width: 100%;
}

.table_cash th:nth-child(2) ~ th {
  text-align: right;
}

.table_cash td {
  padding: 10px;
  white-space: nowrap;
}

.table_cash tr:first-child + tr td {
  padding-top: 20px;
}

.table_cash td:nth-child(3) {
  color: #3a7c00;
}

.table_cash td:nth-child(3),
.table_cash td:nth-child(4) {
  font-weight: bold;
  text-align: right;
}

.table_cash .wait td:nth-child(3) {
  color: #d6515d;
  font-weight: bold;
}

.table_cash .wait td:nth-child(4) {
  opacity: .3;
  font-weight: bold;
}

.table_cash a {
  text-decoration: underline;
}

.table_cash a:hover {
  text-decoration: none;
}

/**BOX SLIDER**/

.box_slider {
  padding: 60px 0;
}

.slider_cont {
  position: relative;
  overflow: hidden;
}

/***SLICK Slider***/

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**SLIDER**/

.slider {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 0 8%;
}

.slider.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.slider .item {
  width: 33.333%;
  float: left;
  outline: none;
}

.slider .item_shop {
  transform: scale(.9);
  opacity: 0;
  transition: transform .4s .1s , opacity .4s .1s;
}

.slider.active .item_shop {
  transform: scale(1);
  opacity: 1;
  padding-bottom: 3px;
}

.slider .item:nth-child(3) ~ * {
  display: none;
}

.slick-slider .item:nth-child(3) ~ * {
  display: block;
}

.slider .item_shop {
  margin: 0 auto;
}

.slick-prev,
.slick-next {
  outline: none;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 100px;
  height: 60px;
  width: 50px;
  border-radius: 0 50px 50px 0;
  border: 0;
  background: #831a24;
  text-align: left;
  padding: 0 0 0 13px;
  transition: background .3s;
}

.slick-next {
  left: auto;
  right: 0;
  border-radius: 50px 0 0 50px;
  text-align: right;
  padding: 0 13px 0 0;
}

.slick-prev:hover,
.slick-next:hover {
  background: #a05158;
}

.slick-prev .si,
.slick-next .si {
  transition: transform .2s;
}

.slick-prev:hover .si {
  -ms-transform: translate(-5px,0);
  -webkit-transform: translate(-5px,0);
  transform: translate(-5px,0);
}

.slick-next:hover .si {
  -ms-transform: translate(5px,0);
  -webkit-transform: translate(5px,0);
  transform: translate(5px,0);
}

.slider_switch {
  text-align: center;
  padding-bottom: 55px;
}

.slider_switch a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #1a1a1a;
  margin: 0 20px 15px 20px;
  position: relative;
  transition: color .3s;
}

.slider_switch a:hover {
  color: #831a24;
}

.slider_switch a.active {
  color: #831a24;
}

.slider_switch a:after {
  content: '';
  position: absolute;
  width: 70%;
  left: 15%;
  height: 1px;
  bottom: -15px;
  background: #c59499;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0,-8px);
  -webkit-transform: translate(0,-8px);
  transform: translate(0,-8px);
  transition: visibility 0s .2s, opacity .2s, transform 0s .2s;
}

.slider_switch a.active:after {
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
  transition: opacity .2s, transform .2s;
}

@media only screen and (max-width: 1400px) {
  .slider {
    padding: 0 7.5%;
  }
}

@media only screen and (min-width: 1300px) {
  .slider .item {
    width: 25%;
  }

  .slider .item:nth-child(3) ~ * {
    display: block;
  }

  .slider .item:nth-child(4) ~ * {
    display: none;
  }

  .slick-slider .item:nth-child(4) ~ * {
    display: block;
  }
}

@media only screen and (max-width: 1300px) {
  .slider {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 1150px) {
  .slider {
    padding: 0 9%;
  }

  .box_usermenu a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .slider {
    padding: 0 14%;
  }

  .slider .item {
    width: 50%;
  }

  .slider .item:nth-child(3) ~ * {
    display: block;
  }

  .slider .item:nth-child(2) ~ * {
    display: none;
  }

  .slick-slider .item:nth-child(2) ~ * {
    display: block;
  }
}

@media only screen and (max-width: 990px) {
  .page_content h1,
  .page_content h2 {
    font-size: 25px;
  }

  .box_search,
  .box_btns {
    display: block;
    vertical-align: top;
    margin: 10px 0 0 auto;
  }

  .box_btns {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 64px;
    height: 49px;
  }

  .box_btns > * {
    height: 47px;
  }

  .box_btns .left > a,
  .box_btns .right {
    height: 47px;
    line-height: 47px;
  }

  .box_bgmain .inner {
    width: 60%;
  }

  .box_bgmain .title {
    font-size: 60px;
    line-height: 1;
  }

  .box_bgmain .title span {
    font-size: 30px;
  }

  .box_credits > *
  .box_credits > * + * {
    margin: 0 1px;
  }

  .box_articles .title {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 20px;
  }

  .box_articles .title a {
    padding-bottom: 20px;
  }

  .box_articles .text {
    margin-bottom: 25px;
  }

  .box_faq {
    padding: 60px 0;
  }

  .datatable tbody td:last-child {
    width: 65px;
  }

  .datatable .cross {
    display: inline-block;
  }

  .box_choose .to2cols .item,
  .box_choose .to3cols .item {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .box_product .resp_price {
    display: block;
  }

  .box_product .price_block {
    width: 100%;
    float: none;
    clear: both;
  }

  .box_product .price_block .inner {
    margin: 0 auto;
    display: inline-block;
  }

  .box_product .price_block .left {
    padding-top: 0;
  }

  .box_product .price_block .right {
    position: absolute;
    left: 100%;
    top: 0;
  }

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

  .box_steps .part,
  .box_steps .si {
    display: none;
  }

  .box_steps .part.active {
    display: inline-block;
  }

  .list_products .item {
    width: 50%;
  }

  .list_products .item:nth-child(3n) + .item {
    clear: none;
  }

  .list_products .item:nth-child(2n) + .item {
    clear: left;
  }

  .page_form {
    padding: 40px 0;
  }

  .page_form_head {
    padding-bottom: 30px;
  }

  .page_form_body {
    margin: 0 auto;
    max-width: 500px;
  }

  .page_form_body.form .input_text:not(.short):not(.shorter) {
    max-width: none;
  }

  .form {
    display: block;
  }

  .form .row {
    display: block;
  }

  .form .cell {
    display: block;
    text-align: left;
    min-height: 0;
    padding: 7px 0;
  }

  .form .row.sep .cell {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .form .row.sep .cell:last-child {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
  }

  .form .row.sep + .row .cell {
    padding-top: 10px;
  }

  .form .row.sep + .row .cell:first-child {
    padding-top: 40px;
  }

  .form label.cell {
    padding-bottom: 0;
  }

  .form .note {
    display: block;
    padding: 2px 0 0 0;
  }

  .box_order .btns {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .box_order .btns .btn_red,
  .box_order .btns .btn_border {
    display: inline-block;
    float: none;
    width: auto;
    min-width: 240px;
  }

  .box_order .btns .btn_border {
    margin-top: 25px;
  }

  .box_order .cols {
    margin: 0;
  }

  .box_order .cols .col,
  .box_order .cols .third {
    width: auto;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }

  .box_order .cols .third {
    text-align: center;
  }

  .box_order .cols .third + .third {
    padding-top: 10px;
  }

  .box_order .cols .col + .col {
    padding-top: 50px;
  }

  .note_textarea {
    float: none;
    width: auto;
    max-width: 450px;
    margin: 0 auto;
  }

  .box_price {
    font-size: 17px;
  }

  .box_price .inner {
    width: 100%;
  }

  .box_price .cell {
    width: 50%;
  }

  .pay_text {
    text-align: center;
  }

  .slider {
    padding: 0 13.5%;
  }
}

@media only screen and (max-width: 800px) {
  .box_product .title {
    text-align: center;
  }

  .box_productleft {
    float: none;
    width: auto;
    margin: 0 auto;
    max-width: 330px;
    padding: 20px 15px 20px 15px;
  }

  .box_product .form {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: 500px;
  }

  .box_product .form .cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .box_product .price_block .inner {
    display: inline-block;
    vertical-align: top;
    padding: 0 22px 0 22px;
    position: relative;
  }

  .box_product .price_block .left,
  .box_product .price_block .mid,
  .box_product .price_block .right {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    display: block;
  }

  .box_product .price_block .mid {
    padding: 15px 0;
  }

  .box_productgal {
    text-align: center;
  }

  .datatable thead {
    display: none;
  }

  .datatable,
  .datatable tr,
  .datatable td {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }

  .datatable tbody tr:first-child td,
  .datatable tbody tr:last-child td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .datatable tbody tr:last-child td:first-child {
    padding-bottom: 0;
  }

  .datatable tbody tr {
    padding: 15px;
    border: 1px solid #d8d8d8;
    position: relative;
  }

  .datatable tbody tr + tr {
    margin-top: 15px;
  }

  .datatable tbody td {
    padding: 0;
  }

  .datatable tbody tr:last-child td + td,
  .datatable tbody tr:first-child td + td,
  .datatable tbody td + td {
    padding-top: 10px;
  }

  .datatable tbody td:first-child {
    padding-right: 0;
  }

  .datatable tbody td:last-child {
    padding: 0 !important;
    height: 0;
  }

  .datatable .s_crossr {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
  }

  .datatable tfoot td {
    border: 0;
  }

  .datatable .resp {
    display: inline;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
  }

  .datatable tfoot,
  .datatable tfoot tr,
  .datatable tfoot td {
    display: block;
    float: left;
    width: 100%;
  }

  .datatable .cross {
    position: static;
  }

  .datatable .tooltip_small:not(.noabs),
  .datatable .cross.nocross .tooltip_small:not(.noabs) {
    position: absolute;
    left: 10px;
    margin: 0;
    top: 10px;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  .datatable .tooltip_small:not(.noabs):after,
  .datatable .tooltip_small:not(.noabs):before {
    display: none;
  }

  .datatable .change_table {
    display: block;
    float: none;
    margin-top: 10px;
  }

  .datatable .center {
    max-width: none;
  }

  .datatable .tofull {
    width: 100% !important;
    height: auto !important;
    display: block;
    float: left;
  }

  .datatable .beforefull {
    padding-bottom: 15px !important;
  }

  .datatable .withborder td {
    border-top: 0;
  }

  .datatable .withborder .resp {
    display: none;
  }

  .datatable tr.withborder td:first-child,
  .datatable tr.withborder:last-child td:first-child {
    padding-bottom: 0px;
  }

  .datatable .input_text.self {
    width: 85px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 760px) {
  .box_bgmain {
    padding: 50px 0;
  }

  .box_bgmain .title {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .box_bgmain .title span {
    font-size: 25px;
  }

  .box_bgmain .text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .box_articles.onmain .item {
    margin: 0 auto;
    max-width: 400px;
    width: auto;
    display: block;
  }

  .box_cashsum {
    display: block;
  }

  .box_cashsum > * {
    display: block;
  }

  .box_cashsum .right {
    padding-top: 20px;
    white-space: normal;
    padding-left: 0;
  }

  .box_cashsum .line {
    font-size: 20px;
  }

  .box_cashsum .line + .line {
    padding-top: 7px;
  }

  .box_cashsum .line strong {
    padding-left: 10px;
  }

  .table_cash {
    font-size: 13px;
  }

  .table_cash th {
    font-size: 13px;
  }

  .table_cash th:first-child {
    padding-right: 10px;
  }

  .table_cash td {
    white-space: normal;
  }
}

@media only screen and (max-width: 750px) {
  .slider {
    padding: 0;
  }

  .slider .item {
    width: 100%;
  }

  .slider .item:nth-child(2) ~ *,
  .slider .item:nth-child(3) ~ * {
    display: block;
  }

  .slider .item:nth-child(1) ~ * {
    display: none;
  }

  .slick-slider .item:nth-child(1) ~ * {
    display: block;
  }

  .slider_switch a {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .box_graph .item {
    width: 100%;
    float: none;
  }

  .box_graph .item + .item {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 660px) {
  .list_products .sel,
  .list_products .sel + .sel {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .list_products .item {
    width: 100%;
  }

  .box_logform {
    right: 0;
    width: 100%;
    margin-top: -40px;
    padding: 25px 20px;
  }

  .box_logform:after,
  .box_logform:before {
    right: 120px;
  }

  .box_search {
    width: 160px;
  }

  .box_btns {
    width: 111px;
  }

  .box_btns .si + span {
    display: none;
  }

  .box_btns .si {
    margin: 0;
  }

  .submenu li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .submenu a {
    font-size: 18px;
  }

  .box_rectable .line {
    display: block;
    height: auto;
    min-height: 52px;
  }



  .box_rectable .left {
    display: table;
    height: 50px;
  }

  .box_rectable .line.active .left {
    height: auto;
  }

  .box_rectable .left_inner {
    display: table-cell;
    vertical-align: middle;
  }

  .box_rectable .right,
  .box_rectable .price {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .box_quote {
    display: block;
    padding: 20px;
    border: 1px solid #d8d8d8;
  }

  .box_quote:before,
  .box_quote:after {
    display: none;
  }

  .box_quote .image,
  .box_product .box_quote .image {
    display: block;
  }

  .box_quote .image img {
    margin: 0 auto;
  }

  .box_quote .right {
    padding-left: 0;
    padding-bottom: 0;
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .box_bgmain {
    background-position: 60% bottom;
  }

  .box_bgmain .inner {
    width: auto;
    max-width: 300px;
  }

  .box_logform .btns {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }

  .box_logform .btns > * {
    display: block;
  }

  .box_logform .btns > * {
    padding-top: 15px;
  }

  .box_logform .bleft {
    margin: 0 auto;
  }

  .box_modal .title {
    font-size: 30px;
  }

  .box_modal .btns .btn_red,
  .box_modal .btns .btn_border {
    display: block;
    margin: 0 auto;
  }

  .box_cashsum .line strong {
    display: block;
  }

  .box_recin .btns > * {
    margin-right: 0;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #e5e5e5;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.login-form-container {
  max-width: 515px;
  margin: auto;
}

.register-gdpr-info {
  color: #acacac;
  font-size: 13px;
  padding-left: 29px;
  display: block;
}

.newsletter-form {
  background: #ffffff;
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 30px;
}

.newsletter-form .form-wrap h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: normal;
  /*  font-weight: bold;*/
}

.newsletter-form .btn_red {
  position: relative;
}



.newsletter-form .btn_red.loading,
.newsletter-form .btn_red.loading:hover {
  color: #FFFFFF !important;
  background: #FFFFFF !important;
}

.newsletter-form .btn_red .si {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -16px;
  background: url('../img/Spinner-white.gif') center center no-repeat;
  height: 32px;
  width: 32px;
  transition: none;
}

.newsletter-form .btn_red.loading .si {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.newsletter-form .form {
  /*max-width: 480px;*/
  margin: auto;
  display: block;
}

.newsletter-form .form .input_text {
  width: 250px;
  font-size: 15px;
}

.newsletter-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}

.newsletter-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

.newsletter-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}

.newsletter-form :-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

.newsletter-form  input.input_text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 70px #ffffff inset;
}

.newsletter-form  input.input_text:-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
}

.newsletter-form .form .row {
  display: block;
}

.newsletter-form .row .cell {
  width: auto !important;
  text-align: center;
  padding-right: 0px;
  display: inline-block;
  vertical-align: middle;
  min-height: 0px;
}

.newsletter-form .row .cell.middle {
  padding-left: 10px;
  padding-right: 10px;
}

/*
.newsletter-form .row .cell.first {
    text-align: left;
}
.newsletter-form .row .cell.last {
    text-align: right;
} */

.newsletter-form label a {
  text-decoration: underline;
}

.newsletter-form .wrapper {
  /* max-width: 800px;*/
}

.newsletter-form .exists-wrap,
.newsletter-form .error-wrap {
  color: #ef2716;
}

.newsletter-form .exists-wrap a,
.newsletter-form .error-wrap a {
  color: #ef2716;
  text-decoration: underline;
}

.newsletter-form .thanks-wrap {
  max-width: 710px;
  margin: auto;
}

.newsletter-form .nl-vop-wrap {
  text-align: center;
  position: relative;
  max-width: 624px;
  margin: auto;
}

.newsletter-form .nl-vop-wrap input {
  position: absolute;
  top: 4px;
  left: 0px;
}

.newsletter-form .nl-vop-wrap label {
  font-size: 12px;
  color: #acacac;
}

.main-slider {
  height: 424px;
  overflow: hidden;
}

.main-slider .box_bgmain {
  height: 424px;
}

.main-slider .banner-lep {
  padding-bottom: 0px;
  padding-top: 55px;
  background-image: url('/assets/frontend/img/bg_main_lep.jpg');
  background-position: center center;
}

.main-slider .banner-lep .inner .title {
  font-size: 34px;
  text-transform: none;
  padding-bottom: 18px;
  margin-bottom: 14px;
}

.main-slider .banner-lep .inner .title:after {
  width: 194px;
}

.main-slider .banner-lep .inner .text {
  margin-bottom: 14px;
}

.main-slider .banner-lep .inner a {
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .main-slider .banner-lep {
    padding-top: 30px;
  }

  .main-slider .banner-lep .inner {
    width: 100% !important;
    max-width: 450px !important;
  }

  .main-slider .banner-lep .inner .title {
    font-size: 28px;
  }
}

.main-slider:focus,
.main-slider *:focus,
.main-slider .slick-track:focus {
  border: 0;
  outline: none;
}

.main-slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #831a24;
  overflow: hidden;
}

.main-slider .slick-dots li button {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  text-indent: -100px;
}

.main-slider .slick-dots li.slick-active {
  background: #831a24;
}
/*BOLD LINE*/

.boldline {
  border-top: 16px solid #831a24;
}

/**INPUT NUMBER**/

.input_num {
  -moz-appearance: textfield;
}

.input_num::-webkit-outer-spin-button,
.input_num::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.innumber {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.innumber:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

.innumber .si {
  position: absolute;
  right: 9px;
  top: 8px;
  cursor: pointer;
  z-index: 2;
}

.innumber .s_arrowr-d {
  right: 10px;
  top: auto;
  bottom: 8px;
}

.innumber .input_num {
  padding-right: 25px;
}

.nowrap {
  white-space: nowrap !important;
}

.incheckbox input {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.incheckbox label {
  display: inline-block;
  vertical-align: middle;
}

.bulk-note {
  margin-top: -40px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 900px) {
  .bulk-note {
    margin: 10px auto 50px;
    padding: 0px;
    text-align: center;
  }

  .bulk-option-wrap   .tooltip-wrap .info-icon {
    display: inline-block;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    position: relative;
    margin-left: 6px;
  }

  .bulk-option-wrap   .tooltip-wrap .info-box {
    margin-left: -70px;
  }

  .bulk-option-wrap  .tooltip-wrap .info-box:after,
  .tooltip-wrap .info-box:before {
    left: 35%;
  }
}

/**BIG TOOLTIP*/

.tooltip_big {
  border: 1px solid #cacaca;
  border-radius: 7px;
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 25px 10px 7px;
  white-space: nowrap;
  color: #912733;
  font-family: 'PT Serif', serif;
  font-size: 15px;
}

.tooltip_big:after,
.tooltip_big:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip_big:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 13px;
  margin-top: -13px;
}

.tooltip_big:before {
  border-color: rgba(202, 202, 202, 0);
  border-right-color: #cacaca;
  border-width: 14px;
  margin-top: -14px;
}

.tooltip_big_val {
  font-size: 35px;
  line-height: .9;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}

.tooltip_big_detail {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1.1;
  padding-left: 4px;
}

.tooltip_limited_product {
  border: 1px solid #cacaca;
  border-radius: 7px;
  background: #fff;
  position: relative;
  display: none;
  padding: 10px 10px 10px 10px;
  white-space: nowrap;
  margin-top: 10px;
  font-family: 'PT Serif', serif;
  font-size: 14px;
  white-space: normal;
  text-align: left;
  width: 190px;
}

.tooltip_limited_product:after,
.tooltip_limited_product:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip_limited_product:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 13px;
  margin-top: -13px;
}

.tooltip_limited_product:before {
  border-color: rgba(202, 202, 202, 0);
  border-left-color: #cacaca;
  border-width: 14px;
  margin-top: -14px;
}

.tooltip_limited_product strong {
  display: block;
  text-transform: uppercase;
  color: #912733;
}

.tooltip_limited_product strong {
  display: block;
}

.tooltip_limited_product a {
  text-decoration: underline;
}

.resp_price .tooltip_limited_product {
  width: 100%;
  margin: 10px auto 10px auto;
  text-align: center;
}

.resp_price .tooltip_limited_product:after,
.resp_price .tooltip_limited_product:before {
  display: none;
}

.tooltip_big .s_crossg {
  position: absolute;
  right: 7px;
  top: 7px;
}

/**TOOLTIP SMALL**/

.tooltip_small {
  font-size: 17px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 5px;
  white-space: nowrap;
  color: #912733;
  font-family: 'PT Serif', serif;
  line-height: 1;
}

.tooltip_small:after,
.tooltip_small:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip_small:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.tooltip_small:before {
  border-color: rgba(202, 202, 202, 0);
  border-right-color: #cacaca;
  border-width: 7px;
  margin-top: -7px;
}

/**BTNS**/

.btn_border,
.btn_borderg,
.btn_red {
  font-size: 13px;
  padding: 12px 25px;
  display: inline-block;
  text-align: center;
  color: #831a24;
  border: 1px solid #831a24;
  border-radius: 100px;
  text-transform: uppercase;
  outline: none;
  background: none;
  text-decoration: none !important;
  transition: background .3s, color .3s, border .3s;
}

.btn_red {
  background: #831a24;
  color: #fff;
}

.btn_borderg {
  color: #3a7c00;
  border-color: #3a7c00;
}

.btn_border:hover:not(.add_to_cart_disabled),
a:hover .btn_border,
.btn_border.active {
  background: #831a24;
  color: #fff;
}

.btn_borderg:hover,
a:hover .btn_borderg {
  background: #3a7c00;
  color: #fff;
}

.btn_red:hover {
  background: #a05158;
  border-color: #a05158;
}

.btn_red:disabled {
  background: #a05158;
  border-color: #a05158;
}

#lep-agreement-modal .button-1.loading, #checkout-submit-button.loading {
  background: #a05158;
  border-color: #a05158;
  pointer-events: none;
}

#checkout-submit-button.loading span, #save-submit-button.loading span {
  background: url("../img/Spinner.gif") center center no-repeat;
  height: 16px;
  width: 16px;
  top: 1px;
  transition: none;
  margin-left: -13px;
  margin-right: 5px;
  border-color: #a05158;
  pointer-events: none;
}

.btn_border span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.btn_border .si {
  top: 3px;
}

.btn_fb {
  background: #fff;
  display: inline-block;
  color: #3a5a98;
  font-size: 19px;
  padding: 9px 34px 7px 34px;
  border-radius: 50px;
  transition: background .3s, color .3s;
}

.btn_fb .si {
  top: 2px;
}

.btn_fb:hover {
  background: #5672b2;
  color: #fff;
}

/**TITLE BG**/

.title_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #831a24;
  margin: 0;
  display: block;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.title_bg > * {
  display: table;
  height: 225px;
  width: 100%;
  margin: 0 auto;
  max-width: 930px;
  padding: 0 15px;
}

.title_bg.smaller > * {
  height: 100px;
}

.title_bg > * span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/**INPUTS**/

.input_text {
  background: #fff;
  border: 1px solid #cacaca;
  display: block;
  width: 100%;
  color: #1a1a1a;
  font-size: 17px;
  padding: 10px 19px 10px 19px;
  outline: none;
  transition: box-shadow .3s;
}

input.input_text {
  height: 43px;
}

.input_text:focus {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.lbl_check {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
}

.lbl_check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.lbl_check label {
  display: block;
  position: relative;
  padding-left: 29px;
}

.lbl_check.bigfont label {
  font-size: 16px;
}

.lbl_check.strong label {
  font-weight: bold;
}

.lbl_check label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  border: 2px solid #1a1a1a;
  width: 18px;
  height: 18px;
}

.lbl_check.bigfont label:after {
  top: 2px;
}



.lbl_check a {
  text-decoration: underline;
}

.lbl_check a:hover {
  text-decoration: none;
}

.lbl_radio {
  display: inline-block;
  position: relative;
  color: #1a1a1a;
}

.lbl_radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.lbl_radio label {
  display: block;
  position: relative;
  padding-left: 28px;
}

.lbl_radio.bigfont label {
  font-size: 17px;
}

.lbl_radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.lbl_radio label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  background: #831a24;
  width: 8px;
  height: 8px;
  display: none;
}

.lbl_radio input:checked  + label:after {
  content: ' ';
  display: block;
}

.lbl_radio input:disabled  + label {
  opacity: 0.35;
  cursor: not-allowed;
}

.lbl_radio > .info-box {
  display: none;
}

.lbl_radio.tooltip-wrap {
  z-index: 500;
}

.lbl_radio.tooltip-wrap:hover > .info-box {
  display: block;
  left: 0;
  margin-left: 0;
  width: 250px;
}

.lbl_radio.tooltip-wrap:hover > .info-box:after,
.lbl_radio.tooltip-wrap:hover > .info-box:before {
  left: 33px !important;
}

.lbl_radio.imgtable .label {
  display: table;
}

.lbl_radio.imgtable label > * {
  display: table-cell;
  vertical-align: middle;
}

.lbl_radio.imgtable label > * + * {
  padding-left: 20px;
}

.lbl_radio .red {
  display: block;
  font-size: 1.1;
  font-weight: bold;
  white-space: nowrap;
  color: #912733;
}

/**MENU ICON**/

.menu_icon {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -13px;
  overflow: visible;
  transition: background .01s .15s;
}

.menu_icon:after,
.menu_icon:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background: #fff;
  top: -8px;
  transition: transform .15s, top .2s .15s;
}

.menu_icon:after {
  top: 8px;
}

.dl-active .menu_icon {
  background: none;
}

.dl-active .menu_icon:after,
.dl-active .menu_icon:before {
  top: 0;
  transition: transform .15s .15s, top .15s;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dl-active .menu_icon:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 990px) {
  .title_bg {
    font-size: 30px;
  }
}

/**SOD**/

select.sod {
  height: 43px;
  display: block;
  width: 100%;
}

.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sod_select {
  display: block;
  position: relative;
  line-height: 1.33;
  padding: 12px 30px 8px 23px;
  height: 43px;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 15px;
  text-align: left;
  outline: 0;
  outline-offset: -2px;
  cursor: default;
}

.sod_select.red {
  border-color: #831a24;
  color: #831a24;
}

.sod_select.green {
  font-size: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}

/* Up/Down arrows */

.sod_select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}

/* Change the border color on hover, focus and when open */



.sod_select:hover:before,
.sod_select.open:before,
.sod_select.focus:before {
  content: ' ';
  background: #C25748;
}

.sod_select.green:hover:before,
.sod_select.green.open:before,
.sod_select.green.focus:before {
  content: ' ';
  background: #2d8390;
}

.sod_select.open {
  color: #919191;
}

.sod_select.focus {
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

/* When the entire SoD is disabled, go crazy! */

.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */

.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */

.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: -1px;
  display: none;
  height: auto;
  right: -1px;
  background: #ffffff;
  color: #444444;
  z-index: 1;
  border: 1px solid #d5d5d5;
}

.grey_select .sod_select .sod_list_wrapper {
  background: #ebebeb;
}

/* Shows the option list (don't edit) */

.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */

.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */

.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
}

/* Options list container */

.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.sod_select .sod_list {
  font-size: 16px;
}

/* All the options. Keep the first three lines for truncating... */

.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 23px;
  list-style-type: none;
}

/* Optgroups */

.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */

.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */

.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */

.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */

.sod_select .sod_option.active {
  background: #efefef;
}

/*Make room for the check mark */

.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}

/* Displays a check mark for the selected option */

.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */

.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */

.sod_select select {
  /*display: none !important; */
  position: absolute;
  height: 0;
  width: .5px;
  outline: none;
  z-index: 0;
  opacity: 0;
  border: 0;
  top: 0px;
  left: 0;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */

.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/* VALIDATION */

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.formError * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  white-space: nowrap;
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  font-size: 12px;
  /*	border: 2px solid #ddd;  */
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  /*	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;      */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ee0101;
  border-right: 2px solid #ee0101;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ee0101;
  border-right: 2px solid #ee0101;
  border-bottom: 0 solid #ee0101;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ee0101;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ee0101;
}
/*Horizontal Orientation CSS*/

.jscarousal-horizontal {
  width: 740px;
  height: 118px;
  background-color: #121212;
  border: solid 1px #7A7677;
  margin: 0;
  padding: 0;
  padding: 22px 8px 22px 8px;
  position: relative;
  /*overflow: hidden;*/
}

.jscarousal-horizontal-back,
.jscarousal-horizontal-forward {
  float: left;
  width: 23px;
  height: 98px;
  background-color: #121212;
  color: White;
  position: relative;
  top: 6px;
  cursor: pointer;
}

.jscarousal-horizontal-back {
  background-image: url(left_arrow.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

.jscarousal-horizontal-forward {
  background-image: url(right_arrow.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

.jscarousal-contents-horizontal {
  width: 690px;
  height: 124px;
  float: left;
  position: relative;
  overflow: hidden;
}

.jscarousal-contents-horizontal > div {
  position: absolute;
  width: 100%;
  height: 124px;
}

.jscarousal-contents-horizontal > div > div {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

.jscarousal-contents-horizontal img {
  width: 120px;
  height: 94px;
  border: solid 1px #7A7677;
}

/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/

.jscarousal-vertical {
  width: 140px;
  height: 460px;
  background-color: #121212;
  border: solid 1px #7A7677;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.jscarousal-vertical-back,
.jscarousal-vertical-forward {
  width: 100%;
  height: 30px;
  background-color: #121212;
  color: White;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.jscarousal-vertical-back {
  background-image: url(top_arrow.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.jscarousal-vertical-forward {
  background-image: url(bottom_arrow.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

.jscarousal-contents-vertical {
  overflow: hidden;
  width: 140px;
  height: 410px;
}

.jscarousal-contents-vertical > div {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 820px;
  overflow: hidden;
}

.jscarousal-contents-vertical > div > div {
  width: 140px;
  height: 125px;
  margin: 8px;
  margin-left: 14px;
}

.jscarousal-contents-vertical > div > div span {
  display: block;
  width: 70%;
  text-align: center;
}

.jscarousal-contents-vertical img {
  width: 110px;
  height: 80px;
  border: solid 1px #7A7677;
}

/*Vertical Orientation CSS Ends*/

/*Common*/

.hidden {
  display: none;
}

.visible {
  display: block;
}

.thumbnail-active {
  filter: alpha(opacity=100);
  opacity: 1.0;
  cursor: pointer;
}

.thumbnail-inactive {
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: pointer;
}

.thumbnail-text {
  color: #7A7677;
  font-weight: bold;
  text-align: left;
  display: block;
  padding: 10px 2px 2px 0px;
}
/* style.css override */

.footer_top .inner-only-3 .item {
  width: 33%;
}

@media only screen and (min-width: 991px) {
  .footer_top .inner-only-2 .item:first-child {
    margin-left: 26%;
  }
}

/*.topmenu a:after{
    content: '';
    position: absolute;
    width:70%;
    left: 15%;
    height: 1px;
    bottom: -15px;
    background: #c59499;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,-8px);
    -webkit-transform: translate(0,-8px);
    transform: translate(0,-8px);
    transition: visibility 0s .2s, opacity .2s, transform 0s .2s;
}*/

/*.topmenu a:hover:after {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
    transition: opacity .2s, transform .2s;
}*/

/*.topmenu > li:last-child{
    margin: 0;
    padding-left: 30px;
}

.topmenu > li:last-child a:after {
    background: #3a7c00;
}

.bigmenu div > ul > li > a{
    padding: 8px;
}*/

.bigmenu .floated {
  width: 24%;
}

.bigmenu .floated li {
  float: none;
  width: 100%;
}

/*@media only screen and (max-width: 1023px) {
    .topmenu > li {
        padding-bottom: 31px;
    }
}*/

/* box.css override */

.text a,
.perex a {
  text-decoration: underline;
}

.box_articles .btn_border {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 160px;
}

.box_articles .item {
  position: relative;
}

.box_articles.onmain .item {
  margin-bottom: 50px;
}

.box_product .info {
  padding-bottom: 30px;
}

.box_steps.help-me-choose-menu .part {
  cursor: pointer;
}

.datatable .innumber.decimal {
  width: 100px;
}

.list_products {
  padding-top: 0px;
}

.list_products .items {
  padding-top: 0px;
}

.list_products .items h2 {
  font-size: 21px;
}

.list_products .perex {
  color: #191919;
  text-align: center;
}

.list_products .items .item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.list_products .item:nth-of-type(3n) + .item {
  clear: none;
}

.list_products .item:nth-child(3n) + .item {
  clear: none;
}

.box_btns {
  /*width: inherit;*/
  /*min-width: 268px;*/
}

.box_btns .left > a {
  padding: 0 7px;
}

.box_articles .inner {
  /*max-width: 310px;*/
}

.box_articles .title {
  margin: 20px 0 20px 0;
  text-align: center;
}

.box_articles .title a {
  /*padding-bottom: 34px;*/
}

.box_articles .title a:after {
  display: none;
}

.box_articles .title a:hover:after {
  display: none;
}

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

.box_graph .circles-text {
  font-size: 16px;
}

.box_order .btns .btn_border {
  width: 235px;
}

.box_helpform .row {
  display: none;
}

.box_helpform .cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list_products .subtitle {
  margin-top: 10px;
}

.box_product .price_block .left {
  min-width: 165px;
  margin-right: 10px;
  opacity: 1;
}

.box_product .price_block .old-price {
  float: left;
}

.box_product .price_block .or {
  float: left;
  font-weight: normal;
  font-size: 31px;
  color: #912733;
  display: block;
  line-height: 1;
  margin-top: 10px;
  padding-left: 10px;
}

.tooltip_big {
  padding-right: 7px;
}

.tooltip_big_detail {
  width: 132px;
  font-size: 12px;
  white-space: normal;
  color: #333333;
}

.tooltip_big_detail a {
  color: #912733;
  text-decoration: underline;
}

.box_modal .cross {
  background: url(../img/icons/crossgb2x.png) center center no-repeat;
  background-size: 20px 20px;
}

#productVariationFilter.form .input_text {
  max-width: none;
}

.form#productVariationFilter {
  display: block;
}

@media only screen and (max-width: 800px) {
  .box_product .price_block .old-price {
    float: none;
    clear: both;
  }

  .box_product .price_block .or {
    float: none;
    clear: both;
  }

  .box_product .price_block .left {
    height: 100px;
  }

  .box_product .resp_price .price_block .left {
    height: auto;
  }
}

@media only screen and (max-width: 990px) {
  .box_articles .text {
    margin-bottom: 10px;
  }

  .footer_top .inner-only-3 .item {
    float: left;
    width: 50%;
  }

  .list_products .item:nth-child(2n) + .item {
    clear: none;
  }
}

@media only screen and (max-width: 420px) {
  .footer_top .inner-only-3 .item,
  .footer_top .item {
    width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  .active.show > .box_logform {
    width: 270px;
    left: -110px;
    top: 100px;
  }
}

@media only screen and (min-width: 550px) and (max-width: 659px) {
  .active.show > .box_logform {
    width: 403px;
    left: -242px;
    top: 100px;
  }
}

@media only screen and (max-width: 660px) {
  .active.show > .box-profile-menu {
    top: 100px;
    left: -90px;
    width: 253px;
  }
}

/* elm.css override */

.innumber {
  z-index: 0;
}

.sod_select {
  border: 1px solid #828282;
}

.sod_select.disabled {
  border-color: #d5d5d5;
  cursor: none;
}

.sod_select .sod_list_wrapper {
  z-index: 101;
}

select.sod {
  box-shadow: 0 0 0 rgba(0,0,0,0);
  /*height: 38px;*/
  line-height: 1.33;
  border: 1px solid #828282;
  background: white;
  border-radius: 0;
  /*-webkit-appearance: none;*/
  padding-left: 21px;
  font-size: 15px;
}

/* custom style */

.hidden {
  display: none;
}

.left .box-profile-menu {
  width: 250px;
}

.profile {
  padding-top: 25px;
  padding-bottom: 75px;
}

.uppercase {
  text-transform: uppercase;
}

.separator {
  width: 37px;
}

.gallery .image {
  float: left;
  padding: 10px;
  width: 80px;
}

.copy {
  color: #a0797c;
}

.input_quantity {
  border-color: #828282;
}

.add_to_cart_disabled {
  opacity: 0.3;
}

.btn-add-to-cart {
  position: relative;
  display: inline-block;
}

.btn-add-to-cart .btn-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  background: #ffffff;
  margin-bottom: 12px;
  padding: 7px;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
}

.btn-add-to-cart .add_to_cart_disabled:hover + .btn-tooltip {
  display: block;
}

.btn-add-to-cart .btn-tooltip:after,
.btn-add-to-cart .btn-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.btn-add-to-cart .btn-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.btn-add-to-cart .btn-tooltip:before {
  border-color: rgba(130, 130, 130, 0);
  border-top-color: #828282;
  border-width: 8px;
  margin-left: -8px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.add-product-search-from {
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 0px;
  margin-top: -40px;
  padding-bottom: 10px;
}

.add-product-search-from h2 {
  font-weight: normal;
}

.add-product-search-from .form .cell {
  padding-right: 10px;
}

.add-product-search-from .form .cell:last-child {
  padding-right: 0px;
}

.add-product-search-from .invalid-code {
  color: #961e29;
}

.share {
  margin: 20px 0px;
  text-align: center;
}

.payment_options form {
  float: left;
  margin: 0px 30px 0px 30px;
}

.customer_note {
  color: #880001;
}

.internal_note {
  color: #428bca;
}

.shipping_highlighted {
  color: #880001;
}

#hmcCelloTextTop,
#hmcCelloTextBottom {
  display: none;
}

@media only screen and (max-width: 990px) {
  .profile .datatable tbody td:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .profile .datatable tbody td:last-child {
    height: auto;
  }
}

/* Custom carousel */

.jscarousal-horizontal-back {
  background-image: url(../img/jsCarousel/left_arrow.jpg);
}

.jscarousal-horizontal-forward {
  background-image: url(../img/jsCarousel/right_arrow.jpg);
}

.jscarousal-vertical-back {
  background-image: url(../img/jsCarousel/top_arrow.jpg);
}

.jscarousal-vertical-forward {
  background-image: url(../img/jsCarousel/bottom_arrow.jpg);
}

.box_productleft {
  position: relative;
}

#vWrapper {
  position: absolute;
  left: -83px;
  top: 0px;
}

#carouselv.jscarousal-vertical {
  background-color: #ffffff;
  border: solid 0px #7A7677;
  width: auto;
  height: 370px;
}

#carouselv .jscarousal-vertical-back,
#carouselv .jscarousal-vertical-forward {
  background-color: #ffffff;
  height: 15px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  z-index: 80;
}

#carouselv .jscarousal-vertical-back {
  background: #ffffff url(../img/icons/arrowr_u.png) top center no-repeat;
}

#carouselv .jscarousal-vertical-forward {
  background: #ffffff url(../img/icons/arrowr_d.png) top center no-repeat;
}

#carouselv .jscarousal-contents-vertical {
  width: 83px;
  height: 340px;
}

#carouselv .jscarousal-contents-vertical a {
  display: block;
}

#carouselv .jscarousal-contents-vertical img {
  width: auto;
  height: auto;
  border: 0px;
}

#carouselv  .jscarousal-contents-vertical > div {
  height: 680px;
}

#carouselv  .jscarousal-contents-vertical > div > div {
  width: auto;
  height: auto;
  margin: 8px 10px;
}

#carouselh.jscarousal-horizontal {
  width: 297px;
  height: 113px;
  background-color: #ffffff;
  border: 0px;
  margin: 0 auto;
}

#carouselh.jscarousal-horizontal::after {
  content: ' ';
  clear: both;
  height: 0px;
}

#carouselh .jscarousal-horizontal-back,
#carouselh .jscarousal-horizontal-forward {
  background-color: #ffffff;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 16px;
  height: 69px;
  z-index: 80;
}

#carouselh .jscarousal-horizontal-back {
  background: #ffffff url(../img/icons/arrowr_l.png) center left no-repeat;
}

#carouselh .jscarousal-horizontal-forward {
  background: #ffffff url(../img/icons/arrowr_r.png) center left no-repeat;
}

#carouselh .jscarousal-contents-horizontal {
  width: 249px;
  height: 69px;
}

#carouselh .jscarousal-contents-horizontal a {
  display: block;
}

#carouselh .jscarousal-contents-horizontal img {
  width: auto;
  height: auto;
  border: 0px;
}

#carouselh .jscarousal-contents-horizontal > div {
  height: 69px;
}

#carouselh .jscarousal-contents-horizontal > div > div {
  width: auto;
  height: auto;
  margin: 0px 10px;
}

@media only screen and (min-width: 1059px) {
  #carouselh {
    display: none;
  }
}

@media only screen and (max-width: 1060px) {
  #carouselv {
    display: none;
  }
}

/* Select2 */

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #828282;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 8px 40px 5px 23px;
  color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  width: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 7px 0 7px;
  margin-left: -7px;
  border-color: #1a1a1a transparent transparent transparent;
}

select.custom-select2 {
  width: 100%;
  height: 43px;
}

.add_to_cart_disabled {
  opacity: 0.3;
}

.shipping_details {
  padding-left: 28px;
  display: none;
}

.lbl_radio input[type=text] {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
}

.dispatch_details {
  padding-left: 28px;
}