/* line 10, ../sass/theme.scss */
.col_green {
  color: #228D1F !important;
}

/* line 14, ../sass/theme.scss */
.red {
  color: #E74C3A !important;
}

/* line 17, ../sass/theme.scss */
.red:hover, .red:focus {
  color: #E74C3A !important;
}

/* line 20, ../sass/theme.scss */
.main {
  color: #3498db !important;
}

/* line 24, ../sass/theme.scss */
.top {
  background-color: #3498db;
}

/* line 28, ../sass/theme.scss */
.premium_top {
  background-color: #E74C3A;
}

/* line 32, ../sass/theme.scss */
.free {
  background-color: #cecece;
}

/* line 5, ../sass/base.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/* line 14, ../sass/base.scss */
body {
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-stretch: normal;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}

/* line 27, ../sass/base.scss */
.optionGroup {
  font-weight: bold;
}

/* line 31, ../sass/base.scss */
.i_185-120 {
  width: 185px;
  height: 120px;
}

/* line 37, ../sass/base.scss */
.auto-thumbnials_item {
  height: inherit;
  width: 130px;
  float: left;
  padding: 0;
  position: relative;
  margin: 4px;
}

/* line 46, ../sass/base.scss */
.image-wrap_85 {
  width: 130px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #f3f3f3;
  background: #fff;
}
/* line 53, ../sass/base.scss */
.image-wrap_85 img {
  max-width: 100%;
  max-height: 100%;
  border: 3px solid #fff;
  display: block;
  margin: auto;
}

/* line 64, ../sass/base.scss */
.image-wrap {
  width: 135px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #cecece;
  background: #fff;
  cursor: move;
}
/* line 72, ../sass/base.scss */
.image-wrap img {
  max-width: 100%;
  max-height: 100%;
  border: 3px solid #fff;
  display: block;
  margin: auto;
}

/* line 80, ../sass/base.scss */
.image-wrap.main-photo {
  border: 1px solid #3498db;
}

/* line 84, ../sass/base.scss */
option:first-child {
  color: #cecece;
}

/* line 87, ../sass/base.scss */
.app-content {
  position: relative;
  margin-top: 150px;
}
/* line 90, ../sass/base.scss */
.app-content .app-container {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.14);
}

@font-face {
  font-family: logobrands;
  src: url(../fonts/AABrands.ttf);
}
@font-face {
  font-family: Open Sans;
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Open Sans;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Open Sans;
  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: Open Sans;
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: 'si';
  src: url("/fonts/socicon.eot");
  src: url("/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("/fonts/socicon.woff") format("woff"), url("/fonts/socicon.ttf") format("truetype"), url("/fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: si;
    src: url(/fonts/socicon.svg) format(svg);
  }
}
/* line 141, ../sass/base.scss */
.valid_bor-error {
  border: 1px solid #E74C3C;
}

/* line 145, ../sass/base.scss */
span.valid-error {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  color: #E74C3A;
  font-size: 13px;
  line-height: 13px;
}

/* line 156, ../sass/base.scss */
.error-valid {
  border: 1px solid #E74C3C !important;
}

/* line 164, ../sass/base.scss */
.main-wrapper {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 100px;
}

/* line 171, ../sass/base.scss */
.breadcrumb-content .breadcrumb {
  background-color: inherit;
  border-radius: 0;
  margin: 30px 0 0 0;
  padding: 8px 0;
}
/* line 176, ../sass/base.scss */
.breadcrumb-content .breadcrumb .breadcrumb-item {
  font-size: 13px;
}
/* line 178, ../sass/base.scss */
.breadcrumb-content .breadcrumb .breadcrumb-item a {
  color: #3498db;
}
/* line 183, ../sass/base.scss */
.breadcrumb-content .breadcrumb .breadcrumb-item.active a {
  color: #666;
}
/* line 186, ../sass/base.scss */
.breadcrumb-content .breadcrumb .breadcrumb-item.active a:hover {
  text-decoration: none;
}
/* line 191, ../sass/base.scss */
.breadcrumb-content .go-to__main {
  font-size: 13px;
  color: #3498db;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 197, ../sass/base.scss */
.breadcrumb-content .go-to__main i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
/* line 201, ../sass/base.scss */
.breadcrumb-content .go-to__main span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  transform: translateX(0);
}
/* line 208, ../sass/base.scss */
.breadcrumb-content .go-to__main:hover span {
  transform: translateX(10px);
}

/* line 214, ../sass/base.scss */
ol, ul {
  margin: 0;
}

/* line 217, ../sass/base.scss */
section {
  position: relative;
}

/* line 220, ../sass/base.scss */
span, p {
  margin: 0;
  padding: 0;
}

/* line 225, ../sass/base.scss */
h1, h2, h3 {
  color: #222222;
  margin: 0;
}

/* line 229, ../sass/base.scss */
h1 {
  font-size: 24px;
  font-weight: 600;
}

/* line 233, ../sass/base.scss */
h2 {
  font-size: 24px;
  font-weight: 600;
}

/* line 237, ../sass/base.scss */
h3 {
  font-size: 18px;
}

/* line 240, ../sass/base.scss */
.mt15 {
  margin-top: 15px;
}

/* line 243, ../sass/base.scss */
.mt20 {
  margin-top: 20px;
}

/* line 246, ../sass/base.scss */
.mt30 {
  margin-top: 30px;
}

/* line 249, ../sass/base.scss */
.mt45 {
  margin-top: 45px;
}

/* line 252, ../sass/base.scss */
.mt50 {
  margin-top: 50px;
}

/* line 256, ../sass/base.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 260, ../sass/base.scss */
.title_bl {
  color: #2980b9;
  font-size: 18px;
  font-weight: 600;
}

/* line 266, ../sass/base.scss */
.sec-title {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3498db;
}

/* line 272, ../sass/base.scss */
.tooltip.top {
  opacity: 1;
  background-color: inherit;
}
/* line 275, ../sass/base.scss */
.tooltip.top .tooltip-inner {
  background-color: white;
  color: #222;
  border: 1px solid #3498db;
}
/* line 280, ../sass/base.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #3498db;
}

/* line 285, ../sass/base.scss */
.animate-in {
  animation: modalcon 0.5s ease-in-out;
  animation-iteration-count: 1;
}

/* line 289, ../sass/base.scss */
.animate-away {
  animation: modalaway 0.5s ease-in-out;
  animation-iteration-count: 1;
}

@-webkit-keyframes modalcon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalcon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modalaway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modalaway {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
  }
}
/* line 327, ../sass/base.scss */
.marquee {
  white-space: nowrap;
  box-sizing: border-box;
  animation-play-state: paused;
}

/* line 332, ../sass/base.scss */
.marquee:hover {
  -webkit-animation: marquee 4s linear infinite;
  -o-animation: marquee 4s linear infinite;
  animation: marquee 4s linear infinite;
}

/* line 348, ../sass/base.scss */
.align-self-middle {
  -webkit-align-self: center;
  align-self: center;
}

/* line 352, ../sass/base.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 361, ../sass/base.scss */
.m-row {
  margin: 0 -15px;
}

/* line 365, ../sass/base.scss */
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 371, ../sass/base.scss */
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 377, ../sass/base.scss */
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 384, ../sass/base.scss */
.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 391, ../sass/base.scss */
.title-bor {
  border-left: 3px solid #3498db;
  padding: 5px 15px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}

/* line 400, ../sass/base.scss */
#ajaxLoading {
  position: absolute;
  left: 15px;
  top: 49px;
  right: 15px;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  display: none;
}

/* line 414, ../sass/base.scss */
.table {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 419, ../sass/base.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 425, ../sass/base.scss */
.text-right {
  text-align: right;
}

/* line 430, ../sass/base.scss */
.button {
  outline: none;
  height: 40px;
  width: 100%;
  cursor: pointer;
  max-width: 255px;
  border-radius: 3px;
}

/* line 438, ../sass/base.scss */
.button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 442, ../sass/base.scss */
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 447, ../sass/base.scss */
.button_reset {
  margin-left: auto;
  margin-right: auto;
  background-color: inherit;
  color: #379add;
  text-decoration: underline;
}

/* line 456, ../sass/base.scss */
.button-default {
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 469, ../sass/base.scss */
.yellow__button {
  align-self: center;
  height: 40px;
  padding: 5px;
  background: #F0AD4E;
  color: white;
  box-shadow: 0 3px #EEA236;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 477, ../sass/base.scss */
.yellow__button i {
  padding-left: 5px;
}

/* line 481, ../sass/base.scss */
.yellow__button:active {
  transform: translateY(2px);
  box-shadow: 0 0 #999;
}

/* line 487, ../sass/base.scss */
.red__button {
  align-self: center;
  height: 40px;
  padding: 5px;
  background: #E74C3A;
  color: white;
  box-shadow: 0 3px #9D544C;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 495, ../sass/base.scss */
.red__button i {
  padding-left: 5px;
}

/* line 499, ../sass/base.scss */
.red__button:active {
  transform: translateY(2px);
  box-shadow: 0 0 #999;
}

/* line 504, ../sass/base.scss */
.button-default_green {
  color: white;
  background-color: #228D1F;
  box-shadow: 0 3px #0E5C0A;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 513, ../sass/base.scss */
.button-default_green:hover, .button-default_green:focus {
  color: white;
  background-color: #228D1F;
  text-decoration: none;
}

/* line 518, ../sass/base.scss */
.button-default_green:active {
  transform: translateY(2px);
  box-shadow: 0 0 #999;
}

/* line 524, ../sass/base.scss */
.button-default_blue {
  color: white;
  background-color: #3498db;
}

/* line 528, ../sass/base.scss */
.button-default_blue:hover {
  background-color: #2980B9;
}

/* line 532, ../sass/base.scss */
.button-default__white {
  background-color: white;
  color: #3498db;
}

/* line 536, ../sass/base.scss */
.button-default__white:hover {
  background-color: #304150;
  color: #fff;
}

/* line 541, ../sass/base.scss */
.button-white_b__bottom {
  border-radius: 5px;
  border: 1px solid #3498db;
}

/* line 546, ../sass/base.scss */
.button-white__bottom {
  background-color: white;
  color: #3498db;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 560, ../sass/base.scss */
.button-white__bottom:before {
  content: '';
  background: #3498db;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

/* line 573, ../sass/base.scss */
.button-white__bottom:hover::before {
  height: 100%;
}

/* line 576, ../sass/base.scss */
.button-white__bottom:hover {
  border-color: #3498db;
  color: #fff;
  text-decoration: none;
}

/* line 583, ../sass/base.scss */
.button_pressed {
  background-color: #379ADD;
  color: white;
  text-decoration: none;
  line-height: 38px;
  text-align: center;
  border: 0;
  box-shadow: 0 3px #2F6F99;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 593, ../sass/base.scss */
.button_pressed:hover, .button_pressed:focus {
  background-color: #2980B9;
  color: white;
  text-decoration: none;
}

/* line 598, ../sass/base.scss */
.button_pressed:active {
  transform: translateY(2px);
  box-shadow: 0 0 #999;
}

/* line 604, ../sass/base.scss */
.button_shopping_w {
  background-color: white;
  color: #379ADD;
  border: 1px solid #379ADD;
}
/* line 608, ../sass/base.scss */
.button_shopping_w i {
  position: relative;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 615, ../sass/base.scss */
.button_shopping_w:hover {
  background-color: white;
  color: #379ADD;
  border: 1px solid #379ADD;
}
/* line 619, ../sass/base.scss */
.button_shopping_w:hover i {
  opacity: 1;
  transform: translateX(5px);
}

/* line 625, ../sass/base.scss */
.btn-shopping-b {
  background-color: #379ADD;
  color: white;
}
/* line 628, ../sass/base.scss */
.btn-shopping-b i {
  position: relative;
  left: 5px;
}

/* line 633, ../sass/base.scss */
.btn-shopping-b:hover, .btn-shopping-b:active {
  background-color: #2980B9;
  color: white;
}

/* line 640, ../sass/base.scss */
ul.spares-infoRow {
  overflow: hidden;
  position: relative;
}
/* line 643, ../sass/base.scss */
ul.spares-infoRow li {
  clear: both;
}
/* line 645, ../sass/base.scss */
ul.spares-infoRow li .spares-infoRow__item_left {
  background: #fff;
  padding-right: 10px;
}
/* line 649, ../sass/base.scss */
ul.spares-infoRow li .spares-infoRow__item_right {
  color: #969696;
  float: right;
  background: #fff;
}
/* line 655, ../sass/base.scss */
ul.spares-infoRow li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #969696;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

/* line 665, ../sass/base.scss */
::-webkit-input-placeholder {
  color: #666;
}

/* line 666, ../sass/base.scss */
::-moz-placeholder {
  color: #666;
}

/* line 667, ../sass/base.scss */
:-moz-placeholder {
  color: #666;
}

/* line 670, ../sass/base.scss */
.form__group {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  overflow: inherit;
  position: relative;
  width: 100%;
  max-width: 350px;
}
/* line 686, ../sass/base.scss */
.form__group label {
  display: block;
  float: none;
  margin: 0;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
/* line 696, ../sass/base.scss */
.form__group input, .form__group select {
  outline: none;
  position: relative;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  padding: 5px 5px 5px 15px;
  border: 1px solid #cecece;
}
/* line 706, ../sass/base.scss */
.form__group input[type="submit"] {
  padding: 0;
  border: 0;
}
/* line 711, ../sass/base.scss */
.form__group input[type="button"] {
  padding: 0;
  border: 0;
}
/* line 715, ../sass/base.scss */
.form__group input[disabled] {
  cursor: not-allowed;
}

/* line 720, ../sass/base.scss */
input[type="submit"] {
  border: 0;
}

/* line 724, ../sass/base.scss */
span.urgently {
  display: block;
  padding: 5px 0;
  max-width: 255px;
  color: white;
  margin-top: 5px;
  text-align: center;
  background-color: #E74C3A;
}

/* line 734, ../sass/base.scss */
.auction-icon {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/img/auction-icon.png);
}

/* line 743, ../sass/base.scss */
.exchange {
  width: 100%;
  position: relative;
  border: 1px solid #CECECE;
  border-radius: 3px;
  height: 100%;
  display: inline-block;
}
/* line 750, ../sass/base.scss */
.exchange .exchange__title {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #CECECE;
  background-color: #ecf0f1;
  padding-left: 15px;
}
/* line 756, ../sass/base.scss */
.exchange .exchange__title span {
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
/* line 764, ../sass/base.scss */
.exchange .exchange__content ul {
  list-style-type: none;
}
/* line 766, ../sass/base.scss */
.exchange .exchange__content ul li {
  position: relative;
  height: 38px;
}
/* line 769, ../sass/base.scss */
.exchange .exchange__content ul li .exchange__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 782, ../sass/base.scss */
.exchange .exchange__content ul li span {
  font-size: 12px;
  display: block;
  line-height: 38px;
}
/* line 787, ../sass/base.scss */
.exchange .exchange__content ul li i {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 798, ../sass/base.scss */
.exchange .exchange__content ul li:not(:last-child):after {
  content: '';
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #cecece;
}

/* line 811, ../sass/base.scss */
.spin {
  display: block;
}
/* line 813, ../sass/base.scss */
.spin button {
  display: inline-block;
  width: 20px;
  height: 30px;
  border: 0;
  color: white;
  position: absolute;
  text-align: center;
  padding-top: 0;
  outline: none;
  background: inherit;
  background-color: #3498db;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 833, ../sass/base.scss */
.spin button:active {
  background-color: #304150;
}
/* line 836, ../sass/base.scss */
.spin input {
  border-left: 0;
  border-right: 0;
  width: 35px;
  height: 30px;
  border-radius: 0;
  padding: 0;
  margin-left: 20px;
  text-align: center;
  font-weight: bold;
  outline: none;
}
/* line 848, ../sass/base.scss */
.spin input[disabled] {
  background-color: #fff;
  cursor: default;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

/* line 858, ../sass/base.scss */
.breadcrumb-search .breadcrumb {
  background-color: transparent;
}
/* line 860, ../sass/base.scss */
.breadcrumb-search .breadcrumb li {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #3498db;
}
/* line 865, ../sass/base.scss */
.breadcrumb-search .breadcrumb li a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #3498db;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 873, ../sass/base.scss */
.breadcrumb-search .breadcrumb li a:hover {
  color: #304150;
}

/* line 882, ../sass/base.scss */
.spares-dropzone .dropzone {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: 1px dashed white;
  border-radius: 3px;
}
/* line 890, ../sass/base.scss */
.spares-dropzone .dropzone label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  width: 140px;
  height: 46px;
  z-index: 9;
  background-color: #304150;
  text-align: center;
  cursor: pointer;
  line-height: 46px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  margin: 0;
}
/* line 907, ../sass/base.scss */
.spares-dropzone .dropzone label:active {
  background-color: white;
  color: #3498db;
}
/* line 911, ../sass/base.scss */
.spares-dropzone .dropzone input[type=file] {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: inherit;
  opacity: 0;
  height: 46px;
  padding: 0;
  background-color: black;
  border-radius: 23px;
  cursor: pointer;
}
/* line 921, ../sass/base.scss */
.spares-dropzone .dropzone .placeholder-txt {
  padding: 13px 0 13px 15px;
}
/* line 923, ../sass/base.scss */
.spares-dropzone .dropzone .placeholder-txt span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 200px;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #fefefe;
  line-height: 20px;
}

/* line 939, ../sass/base.scss */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 952, ../sass/base.scss */
.modal .modal-body .modal-body__content {
  position: relative;
}
