@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
body {
  font-size: 12px;
  background-color: #ecf0f1;
  color: #7b8a8b;
  font-family: "Lato", sans-serif;
  padding-top: 120px;
}

@media (max-width: 770px) {
  body {
    padding-top: 60px;
  }
}

a {
  text-decoration: none !important;
  color: #CF020D;
}

a:hover {
  text-decoration: none !important;
  color: #800108;
}

h1 {
  color: #000000;
  font-size: 2em;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 1.8em;
  font-family: "Lato", sans-serif;
}

h3 {
  font-size: 1.6em;
  font-family: "Lato", sans-serif;
}

h4 {
  font-size: 1.4em;
  font-family: "Lato", sans-serif;
}

h5 {
  font-size: 1.2em;
  font-family: "Lato", sans-serif;
}

.h4-catalogue {
  height: 20px;
  overflow: hidden;
  font-size: 14px;
}

.h5-catalogue {
  color: #26272c;
  font-size: 12px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner {
  padding: 0px;
}

.nopadder {
  padding: 0px !important;
}

.nopad {
  margin-top: 0px;
}

.pad5 {
  margin-top: 5px;
}

.pad10 {
  margin-top: 10px;
}

.pad15 {
  margin-top: 15px;
}

.pad20 {
  margin-top: 20px;
}

.pad25 {
  margin-top: 25px;
}

.pad30 {
  margin-top: 30px;
}

.pad35 {
  margin-top: 35px;
}

.pad40 {
  margin-top: 40px;
}

.pad45 {
  margin-top: 45px;
}

.pad50 {
  margin-top: 50px;
}

.color-blue {
  color: #546de5;
}

.color-grey {
  color: #7b8a8b;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-red {
  color: #e66767;
}

.color-green {
  color: #30bc99;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.centered {
  text-align: center;
}

.noborder {
  border: 0px;
}

.img-center {
  margin: 0 auto;
}

.main-section {
  padding: 10px 0px;
}

.wrapper-box-transparent {
  background: none;
}

.wrapper-box {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.btn-default {
  background-color: transparent;
  color: #CF020D;
  border: 2px solid #CF020D;
  border-radius: 0px;
  padding: 8px 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #CF020D;
  color: #ffffff;
  border: 2px solid #CF020D;
}

.btn-clean {
  background-color: transparent;
  color: #e77f67;
  border: 2px solid #e77f67;
  border-radius: 0px;
  padding: 8px 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-clean:hover, .btn-clean:focus, .btn-clean:active, .btn-clean.active {
  background-color: #e15f41;
  color: #ffffff;
  border: 2px solid #e15f41;
}

.open .dropdown-toggle.btn-default {
  background-color: #CF020D;
  color: #ffffff;
  border: 2px solid #CF020D;
}

.open .dropdown-toggle.btn-clean {
  background-color: #CF020D;
  color: #ffffff;
  border: 1px solid #e15f41;
}

.breadcrumb {
  background-color: #ffffff;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.breadcrumb > li > a {
  color: #7b8a8b;
  font-size: 11px;
}

.section-breadcrumbs {
  padding: 6px 0px;
  color: #7b8a8b;
  height: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 980px) {
  .form-signin {
    padding-top: 0px !important;
  }
}

.label-points {
  background-color: #CF020D;
  width: 100%;
  padding: 1px;
}

.img-thumbnail,
.panel {
  border: 0px;
}

.panel-title > a {
  font-size: 14px;
  color: #7b8a8b;
}

.panel-default > .panel-heading.menu {
  background-color: #ffffff;
}

.panel-body.side-menu-panel {
  padding: 0px;
}

.panel-body .table {
  margin-bottom: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

.table > thead > tr > th.border-bot,
.table > tbody > tr > th.border-bot,
.table > tfoot > tr > th.border-bot,
.table > thead > tr > td.border-bot,
.table > tbody > tr > td.border-bot,
.table > tfoot > tr > td.border-bot {
  border-top: 1px solid #ddd !important;
  padding-left: 25px;
}

@media only screen and (max-width: 800px) {
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 0px solid grey;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #ecf0f1;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #bdc3c7;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #bdc3c7;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #800108;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #7b8a8b;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #CF020D;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #7b8a8b;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #7b8a8b;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #ffffff;
  border: 0;
  border-top: 1px solid #ecf0f1;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px;
}

.nav-tabs {
  border-bottom: 0px;
}

.wizard {
  margin: 20px auto;
  background: #ffffff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #ecf0f1;
}

.wizard > div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #ecf0f1;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a {
  color: #7b8a8b;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

.wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #7b8a8b;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 100px;
  background: #ffffff;
  border: 2px solid #ecf0f1;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tab i {
  color: #ecf0f1;
}

.wizard li.active span.round-tab {
  background: #ffffff;
  border: 2px solid #CF020D;
}

.wizard li.active span.round-tab i {
  color: #CF020D;
}

.wizard li.complete span.round-tab {
  background: #ffffff;
  border: 2px solid #30bc99;
}

.wizard li.complete span.round-tab i {
  color: #30bc99;
}

span.round-tab:hover {
  color: #7b8a8b;
  border: 2px solid #7b8a8b;
}

.wizard .nav-tabs > li {
  width: 20%;
}

.wizard li:after {
  content: ' ';
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #CF020D;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
  width: 50px;
  height: 50px;
  margin: 0px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard li.active:after {
    content: ' ';
    position: absolute;
    left: 35%;
  }
}

.badge-notitfication {
  position: relative;
  top: -6px;
  left: -10px;
  background-color: #CF020D;
  font-size: 10px;
  padding: 4px 6px;
  font-weight: 500;
}

.form-control {
  height: 40px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.467;
  border: 1px solid #bdc3c7;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.form-control:focus {
  border-color: #CF020D;
}

/*
label {
  position: absolute;
  margin-left: 12px;
  margin-top: 2px;
  font-size: 9pt;
  opacity: 0.7;
  display: none;
  &.label-show {
    display: inline;
  }
}
*/
.wrapper-promo {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  height: 67px;
}

.ribbon {
  font-size: 12px !important;
  width: 50%;
  position: relative;
  background: #CF020D;
  color: #ffffff;
  text-align: center;
  padding: 13px 26px;
  margin: 13px auto 39px;
}

.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -13px;
  border: 19px solid #800108;
  z-index: -1;
}

.ribbon:before {
  left: -26px;
  border-right-width: 19px;
  border-left-color: transparent;
}

.ribbon:after {
  right: -26px;
  border-left-width: 19px;
  border-right-color: transparent;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  content: '';
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #800108 transparent transparent transparent;
  bottom: -13px;
}

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 13px 0 0 13px;
}

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 13px 13px 0 0;
}

.ribbon-content {
  font-size: 10px;
}

.top-nav {
  height: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .top-nav {
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
  }
}

.update-nag {
  background-color: #ecf0f1;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.update-nag > .update-text {
  line-height: 19px;
  padding: 11px 20px 11px 45px;
  color: #95a5a6;
}

.update-nag > .update-text:hover {
  text-decoration: none !important;
  color: #800108;
}

.update-nag > .update-split {
  background: #546de5 none repeat scroll 0 0;
  color: #fff !important;
  float: left;
  min-height: 40px;
  text-align: center;
  width: 33px;
  padding: 10px;
}

.update-nag > .update-split.update-info {
  background: #546de5 none repeat scroll 0 0 !important;
}

.update-nag > .update-split.update-success {
  background: #30bc99 none repeat scroll 0 0 !important;
}

.update-nag > .update-split.update-danger {
  background: #e77f67 none repeat scroll 0 0 !important;
}

.update-nag > .update-split.update-default {
  background: #95a5a6 none repeat scroll 0 0 !important;
}

.update-nag > .update-split > .fa {
  position: relative;
}

ul.error-list {
  list-style-type: none;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  -webkit-padding-start: 0px;
}

.progress,
.progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress {
  border-radius: 0px;
}

.progress-bar-warning {
  background-color: #ea8685;
}

.progress-bar-danger {
  background-color: #e77f67;
}

.progress-bar-success {
  background-color: #30bc99;
}

.password-verdict {
  font-weight: bold;
}

.nav-pills > li > a {
  border-radius: 0px;
  padding: 12px 15px;
  border: 2px;
  background-color: #f7f7f7;
}

.nav-pills > li.active > a {
  background-color: #CF020D;
  font-weight: bold;
}

.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #CF020D;
  font-weight: bold;
}

.form-control[disabled], .form-control[readonly] {
  background-color: #ecf0f1;
}

fieldset[disabled] .form-control,
.progress {
  background-color: #ecf0f1;
}

.alert {
  color: #ffffff;
  border-radius: 0px;
  margin: 15px 0px 15px 0px;
}

.alert-primary,
.label-primary {
  background-color: #546de5;
}

.alert-secondary,
.label-secondary {
  background-color: #30bc99;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #3dcead;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #e77f67;
}

.alert-success,
.label-success {
  background-color: #30bc99;
}

.alert-default,
.label-default,
.alert-info,
.label-info {
  background-color: #546de5;
  border-color: #546de5;
}

.alert-warning,
.label-warning {
  background-color: #e15f41;
  border-color: #e15f41;
}

.alert-danger,
.label-danger {
  background-color: #ea8685;
  border-color: #ea8685;
}

.navbar-default {
  background-color: #414141;
  border-color: #CF020D;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.015);
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 600;
}

.navbar-nav > li > .dropdown-menu {
  background: #ffffff;
  padding: 10px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-nav > li > .dropdown-menu > li > a {
  color: #CF020D;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: 600;
  padding: 10px;
}

.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: #ffffff;
  color: #800108;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.navbar-toggle {
  border: none;
  background: transparent !important;
  border-radius: 0px;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-default .navbar-nav a {
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
  color: #ffffff;
}

.col-item {
  background: #ffffff;
}

.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}

.col-item .info {
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}

.col-item:hover .info {
  background-color: rgba(242, 118, 132, 0.1);
}

.col-item .price {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.col-item .price .product-name {
  overflow: hidden;
  height: 30px;
  font-size: 1.1em;
}

.price-text-color {
  color: #CF020D;
  font-size: 1.2em;
}

.col-item .separator {
  border-top: 1px solid #ecf0f1;
}

.clear-left {
  clear: left;
}

.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i {
  margin-right: 5px;
}

.col-item .btn-add {
  width: 50%;
  float: left;
  border-right: 1px solid #ecf0f1;
}

.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.controls {
  margin-top: 20px;
}

[data-slide='prev'] {
  margin-right: 10px;
}

div.home-news {
  overflow: hidden;
  height: 55px;
}

.transition-timer-carousel .carousel-caption {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, 0.1)), color-stop(32%, rgba(0, 0, 0, 0.5)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
  padding-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
}

.transition-timer-carousel .carousel-caption .carousel-caption-header {
  margin-top: 10px;
  font-size: 24px;
}

.transition-timer-carousel .carousel-indicators {
  bottom: 0px;
  margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
  z-index: 11;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
  height: 5px;
  background-color: #CF020D;
  width: 0%;
  margin: -5px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: relative;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
  -webkit-transition: width 4.25s linear;
  transition: width 4.25s linear;
}

@media (min-width: 970px) {
  .transition-timer-carousel .carousel-caption .carousel-caption-header {
    font-size: 36px;
  }
}

h1.carousel-caption-header {
  color: #ffffff;
}

.carousel-control.right {
  background: none;
}

div.messages-container > div.message-box {
  background: #ecf0f1;
}

div.messages-container > div.message-box-answer {
  background: #bdc3c7;
}

div.message-box {
  padding: 15px;
}

.nav.nav-pills.nav-stacked {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer {
  margin-bottom: 25px;
  margin-top: 25px;
}

.form-signin {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-box,
.form-box-footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pad10 {
  margin-top: 20px;
}

.footer-pad {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.footer-wrapper {
  padding-top: 10px;
  padding-bottom: 2px;
}

.img-logo {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

textarea.login-textarea {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-box {
    margin-top: -50px;
  }
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 260px;
}

#sidebar-wrapper {
  margin-top: 10px;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #95a5a6;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #95a5a6;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #ffffff;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.catalog-button {
  margin-left: 10px;
  color: #95a5a6;
}

.catalog-button:hover, .catalog-button:focus, .catalog-button:active {
  outline: none !important;
}

@media all and (max-width: 480px) {
  .btn.btn-clean, .btn.btn-default {
    width: 100%;
    display: block;
  }
}

#search-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search-mobile.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search-mobile input[type='text'] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #7b8a8b;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search-mobile .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 70px;
  margin-left: -100px;
  background-color: transparent;
  color: #CF020D;
  border: 2px solid #CF020D;
  border-radius: 0px;
  padding: 10px 80px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#search-mobile .close {
  position: fixed;
  top: 0px;
  right: 11px;
  color: #CF020D;
  background-color: transparent;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.search-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #search-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
  }
  #search-mobile.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
  }
  #search-mobile input[type='text'] {
    position: absolute;
    top: 16%;
    width: 100%;
    color: #7b8a8b;
    background: rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
  }
  #search-mobile .btn {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-top: 40px;
    margin-left: -100px;
    background-color: transparent;
    color: #CF020D;
    border: 2px solid #CF020D;
    border-radius: 0px;
    padding: 10px 80px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

h3 > i:nth-child(2), h3 > i:nth-child(1) {
  color: #CF020D;
}

.btn-no-style {
  border: 0px;
  background-color: transparent;
}

.btn-no-style:hover, .btn-no-style:focus, .btn-no-style:active {
  border: 0px;
  background-color: transparent;
}

.btn-no-style > span {
  color: #CF020D;
}

.btn-no-style:hover, .btn-no-style:active, .btn-no-style:focus {
  color: #800108;
}

.results tr[visible='false'],
.no-result {
  display: none;
}

.results tr[visible='true'] {
  display: table-row;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #CF020D;
  border-color: #CF020D;
}

.pagination > li > a,
.pagination > li > span {
  color: #7b8a8b;
  border: 1px solid #bdc3c7;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #800108;
  background-color: #ffffff;
  border-color: #bdc3c7;
}

#cookies_modal {
  margin-bottom: 0px;
  position: fixed;
  top: auto;
  overflow: visible;
}

#cookies_modal > div.modal-dialog {
  width: 100%;
  margin-bottom: 10px;
}

#cookies_modal > div > div {
  border-radius: 0px;
}

.scroll-eula {
  height: 300px;
  overflow-y: scroll;
}

.accepts-eula-box {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 25%;
  margin-right: 25%;
}

.switch-activate {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 8px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
}

.switch-activate input {
  display: none;
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 2px #7b8a8b, 0 0 4px #7b8a8b;
          box-shadow: 0 0 0 2px #7b8a8b, 0 0 4px #7b8a8b;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #7b8a8b;
  border-radius: 30px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  -webkit-box-shadow: 0 0 0 2px #30bc99, 0 0 2px #30bc99;
          box-shadow: 0 0 0 2px #30bc99, 0 0 2px #30bc99;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  background: #30bc99;
}

.bg-login {
  background: url("../images/background/login_bg.jpg") no-repeat center center fixed;
  background-size: cover;
  background-color: #ffffff;
}

div.message-box {
  padding: 15px;
}

p.message-comment {
  text-align: right !important;
  padding-left: 150px;
}

@media only screen and (max-width: 768px) {
  .col-item .price .product-name {
    height: 55px;
  }
  #sidebar-wrapper {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #sidebar-wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .col-item .price .product-name {
    height: 45px;
  }
}

.has-feedback.form-control-feedback {
  position: absolute;
  top: 3px;
  right: 0;
}
/*# sourceMappingURL=base.css.map */