/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers (opinionated).
   */

body {
  margin: 0;
  padding: 0;
}

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

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

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

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

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */

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

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

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

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
  display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
  display: none;
}

.toast {
  top: 0px;
}

.toast-notification {
  width: auto !important;
  margin: 0px !important;
  right: 0px !important;
  left: auto !important;
}

.wr-not-loading {
  height: 4px;
  margin: 0.5rem 0 1rem 0;
}

.wr-features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.wr-features-container .wr-options-list {
  width: 30%;
  margin: 0 15px 15px 0;
}

.wr-features-container .wr-options-list .wr-options-list-inner {
  border: 1px solid rgba(242, 242, 242, 0.5);
  padding: 8px 10px;
}

.wr-features-container .wr-options-list h4 {
  margin: 0;
  font-size: 1rem;
  color: black;
  padding: 5px;
  background-color: rgba(242, 242, 242, 0.5);
}

.wr-vehicle-gallery {
  margin-bottom: 30px;
}

.wr-dropzone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wr-dropzone-container .wr-dropzone {
  border: 1px solid #e5e5e5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 20px;
  outline: none;
  -webkit-transition: border .24s ease-in-out;
  transition: border .24s ease-in-out;
  color: #bdbdbd;
  background-color: #fafafa;
  cursor: pointer;
}

.wr-dropzone-container .wr-dropzone .MuiSvgIcon-root {
  font-size: 4rem;
}

.wr-dropzone-container .wr-dropzone:hover {
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
  border-style: solid;
  -webkit-transition: border .24s ease-in-out;
  transition: border .24s ease-in-out;
  background-color: transparent;
  color: inherit;
}

.wr-dropzone-container .wr-dropzone-preview {
  border: 1px solid #e5e5e5;
  /*display: flex;flex-flow: row wrap;*/
  margin-top: 16px;
}

.wr-dropzone-container .wr-dropzone-preview .wr-lbl {
  margin-left: 20px;
  padding-top: 20px;
}

.wr-dropzone-container .wr-dropzone-preview .wr-dropzone-preview-inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.wr-dropzone-container .wr-dropzone-preview .wr-dropzone-preview-inner .wr-preview-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 150px;
  height: 150px;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.wr-dropzone-container .wr-dropzone-preview h6 {
  text-align: center;
  width: 100%;
  margin: 0;
  color: black;
  padding: 10px;
  background-color: rgba(242, 242, 242, 0.5);
  border-bottom: 1px solid #e5e5e5;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  overflow: hidden;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-image img {
  display: block;
  width: auto;
  height: 100%;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 95%;
  height: 34px;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-radio input[type="radio"],
.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-radio input[type="radio"]:before,
.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-radio input[type="radio"]:after {
  display: none;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-radio input + span,
.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-trash-image {
  color: #9e9e9e;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-radio input + span:hover,
.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-trash-image:hover {
  color: #d81f58;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-radio input:checked + span {
  color: #44b700;
  cursor: default;
}

.wr-dropzone-container .wr-dropzone-preview .wr-gallery-btns .wr-trash-image {
  float: right;
}

@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

@keyframes stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

.wr-tbl-thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tox-notifications-container {
  display: none !important;
}

.pagination {
  padding: 0;
}

.pagination li {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  background-color: #f2f2f2;
  margin-right: 10px;
}

.pagination li.active {
  background-color: #d81f58;
}

.pagination li.disabled {
  display: none;
}

.pagination li a {
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-decoration: none;
  width: 24px;
  height: 24px;
  line-height: 1.6;
}

.pagination li a:hover {
  background-color: #3a3a3c;
  color: white;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active a:hover {
  background-color: #d81f58;
  cursor: default;
}

.pagination li.active {
  background-color: #d81f58;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li.disabled a:hover {
  background-color: transparent;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 480px) {
  .pagination li {
    margin-bottom: 10px;
  }

  .pagination li a {
    padding: 5px;
  }
}

.wr-lbl {
  color: #9e9e9e;
  font-size: 12px;
}

.wr-select-box {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.wr-select-box div[class$="-menu"] {
  z-index: 99999;
}

@media only screen and (max-width: 1279px) {
  .wr-features-container .wr-options-list {
    width: 45%;
  }
}

@media only screen and (max-width: 600px) {
  .wr-features-container .wr-options-list {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

