@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /*
      src: url('./fonts/slick.eot');
      src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
  */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.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-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /*
      src: url('./fonts/slick.eot');
      src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
  */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@font-face {
  font-family: "fa";
  src: url("../fonts/fa.eot?15497503");
  src: url("../fonts/fa.eot?15497503#iefix") format("embedded-opentype"), url("../fonts/fa.ttf?15497503") format("truetype"), url("../fonts/fa.svg?15497503#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fa';
    src: url('../font/fa.svg?15497503#fa') format('svg');
  }
}
*/
[class^=fa-]:before, [class*=" fa-"]:before {
  font-family: "fa";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fa-person:before, .fa-user:before {
  content: "\e800";
} /* '' */
.fa-phone:before {
  content: "\e801";
} /* '' */
.fa-rope:before {
  content: "\e805";
} /* '' */
.fa-search:before {
  content: "\e803";
} /* '' */
.fa-truck:before {
  content: "\e804";
} /* '' */
.fa-24h:before {
  content: "\e802";
} /* '' */
.fa-cart:before {
  content: "\e806";
} /* '' */
.fa-list:before {
  content: "\e807";
} /* '' */
.fa-medal:before {
  content: "\e808";
} /* '' */
.fa-noble:before {
  content: "\e809";
} /* '' */
.fa-down-open:before {
  content: "\e80a";
} /* '' */
.fa-left-open:before {
  content: "\e80b";
} /* '' */
.fa-right-open:before {
  content: "\e80c";
} /* '' */
.fa-up-open:before {
  content: "\e80d";
} /* '' */
.fa-facebook:before {
  content: "\f09a";
} /* '' */
.fa-linkedin:before {
  content: "\f0e1";
} /* '' */
.fa-angle-left:before {
  content: "\f104";
} /* '' */
.fa-angle-right:before {
  content: "\f105";
} /* '' */
.fa-angle-up:before {
  content: "\f106";
} /* '' */
.fa-angle-down:before {
  content: "\f107";
} /* '' */
.fa-youtube-play:before {
  content: "\f16a";
} /* '' */
.fa-cancel:before, .fa-close:before, .fa-times:before {
  content: "\e80e";
} /* '' */
.fa-ok:before, .fa-checked:before {
  content: "\e813";
} /* '' */
.fa-trash-empty:before {
  content: "\e80f";
} /* '' */
.fa-pencil:before {
  content: "\e810";
} /* '' */
.fa-info-circled:before {
  content: "\e811";
} /* '' */
.fa-cog:before {
  content: "\e812";
} /* '' */
.fa-sliders:before {
  content: "\f1de";
} /* '' */
.fa-file-pdf:before {
  content: "\f1c1";
} /* '' */
.fa-print:before {
  content: "\e814";
} /* '' */
.fa-plus:before {
  content: "\e815";
} /* '' */
.fa-minus:before {
  content: "\e816";
} /* '' */
.fa-filter:before {
  content: "\f0b0";
} /* '' */
.fa-download:before {
  content: "\e817";
} /* '' */
.fa-angle-double-left:before {
  content: "\f100";
} /* '' */
.fa-angle-double-right:before {
  content: "\f101";
} /* '' */
.fa-login:before, .fa-sign-in:before {
  content: "\e818";
} /* '' */
/*Breakpoints*/
/*Fonts*/
/* 


//$fonts:'Roboto', sans-serif;
$fonts:'Montserrat', sans-serif;
/*thin100, extra-light200, light300, regular400, medium500 semiBold600, bold700*/
.fa {
  font-family: "fa";
}

/*Colors*/
/*Defaults*/
::-moz-selection {
  background-color: rgb(255, 141.4, 51) !important;
  color: #ffffff !important;
}

::selection {
  background-color: rgb(255, 141.4, 51) !important;
  color: #ffffff !important;
}

a:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #ffffff;
  box-sizing: border-box;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: #333333;
}
body ul {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: disc;
}
body ul li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

a, a:link, a:visited {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #FF7100;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a:hover, a:active, a:focus {
  color: rgb(255, 127.2, 25.5);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

img, image, picture {
  outline: none !important;
}

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

/*Spacings*/
.top-spacing10 {
  margin-top: 10px;
}

.top-spacing15 {
  margin-top: 15px;
}

.top-spacing20 {
  margin-top: 20px;
}

.top-spacing25 {
  margin-top: 25px;
}

.top-spacing30 {
  margin-top: 30px;
}

.top-spacing35 {
  margin-top: 35px;
}

.top-spacing40 {
  margin-top: 40px;
}

.top-spacing45 {
  margin-top: 45px;
}

.top-spacing50 {
  margin-top: 50px;
}

.top-spacing55 {
  margin-top: 55px;
}

.top-spacing60 {
  margin-top: 60px;
}

.top-spacing65 {
  margin-top: 65px;
}

.top-spacing70 {
  margin-top: 70px;
}

.top-spacing75 {
  margin-top: 75px;
}

.top-spacing80 {
  margin-top: 80px;
}

.bot-spacing10 {
  margin-bottom: 10px;
}

.bot-spacing15 {
  margin-bottom: 15px;
}

.bot-spacing20 {
  margin-bottom: 20px;
}

.bot-spacing25 {
  margin-bottom: 25px;
}

.bot-spacing30 {
  margin-bottom: 30px;
}

.bot-spacing35 {
  margin-bottom: 35px;
}

.bot-spacing40 {
  margin-bottom: 40px;
}

.bot-spacing45 {
  margin-bottom: 45px;
}

.bot-spacing50 {
  margin-bottom: 50px;
}

.bot-spacing55 {
  margin-bottom: 55px;
}

.bot-spacing60 {
  margin-bottom: 60px;
}

.bot-spacing65 {
  margin-bottom: 65px;
}

.bot-spacing70 {
  margin-bottom: 70px;
}

.bot-spacing75 {
  margin-bottom: 75px;
}

.bot-spacing80 {
  margin-bottom: 80px;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
/*SITE TITLES*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  margin: 15px 0;
  padding: 0;
}

/*h1{font-size:24px; font-weight:400;}
h2{font-size:20px; font-weight:400;}
h3{font-size:18px; font-weight:400;}
h4{font-size:16px; font-weight:400;}*/
/*h2.sectionTitle{float:left; width:100%; margin:15px 0; font-size:22px; font-weight:400; text-align:left; color:$greytext; 
span{color:$color1; text-transform:uppercase; font-size:25px; font-weight:700; letter-spacing:1px;}
}*/
h4.footerTitle {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-weight: 600;
  font-size: 16px;
  color: #B9B9B9;
}

/*SITE BUTTONS*/
.button-1 {
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  line-height: 20px;
  padding: 11px 35px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  color: #ffffff !important;
  background: #FF7100;
  border: none;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
}
.button-1:hover {
  background: rgb(229.5, 101.7, 0);
  color: #ffffff;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-2 {
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  line-height: 20px;
  padding: 11px 35px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  color: #ffffff !important;
  background: #333333;
  border: none;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
}
.button-2:hover {
  background: rgb(63.75, 63.75, 63.75);
  color: #ffffff;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

button.button {
  border: none;
}

/*SITE LAYOUT*/
.master-wrapper-page {
  float: left;
  width: 100%;
}

.admin-header-links {
  float: left;
  width: 100%;
  background: #F2F2F2;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.admin-header-links a {
  margin: 0 7px;
}

.siteSection.grey {
  background: #C6C6C6;
}

/*chrome override*/
*,
*:focus,
*:hover {
  outline: none;
}

/*HEADER*/
@media only screen and (max-width: 991px) {
  .header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
  }
  .header .header-upper {
    float: left;
    width: 100%;
    background: #F2F2F2;
    height: 50px;
  }
  .header .header-upper .header-logo {
    float: left;
    width: 120px;
    margin: 15px 0;
  }
  .header .header-upper .header-logo a {
    float: left;
    width: auto;
  }
  .header .header-upper .header-logo a img {
    float: left;
    height: 20px;
    width: auto;
  }
  .header .header-upper .search-box {
    float: left;
    width: 100%;
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999999;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    box-shadow: 0 0 5px 10px rgba(51, 51, 51, 0.3);
  }
  .header .header-upper .search-box .mobileSearchClose {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
  }
  .header .header-upper .search-box .mobileSearchClose:hover {
    cursor: pointer;
  }
  .header .header-upper .search-box form {
    float: left;
    width: calc(100% - 40px);
    position: relative;
  }
  .header .header-upper .search-box .search-box-text {
    float: left;
    width: 100%;
    max-width: 374px;
    border-radius: 5px;
    border: 1px solid #FF7100;
    background: #ffffff;
    height: 40px;
    font-size: 0.875rem;
    line-height: 20px;
    padding: 9px 50px 9px 25px;
    color: #B9B9B9;
  }
  .header .header-upper .search-box .search-box-text::-moz-placeholder {
    color: #B9B9B9;
    opacity: 1;
  }
  .header .header-upper .search-box .search-box-text::placeholder {
    color: #B9B9B9;
    opacity: 1;
  }
  .header .header-upper .search-box .search-box-text:-ms-input-placeholder {
    color: #B9B9B9;
  }
  .header .header-upper .search-box .search-box-text::-ms-input-placeholder {
    color: #B9B9B9;
  }
  .header .header-upper .search-box .search-box-button {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #ffffff;
    color: #FF7100 !important;
    padding: 0;
    text-align: center;
  }
  .header .header-upper .search-box.active {
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .header .header-upper .header-links-wrapper {
    float: right;
    width: calc(100% - 120px);
  }
  .header .header-upper .header-links-wrapper .header-links {
    float: right;
    width: auto;
  }
  .header .header-upper .header-links-wrapper .buttonBox {
    float: left;
    position: relative;
    border-right: 1px solid #B9B9B9;
  }
  .header .header-upper .header-links-wrapper .buttonBox:nth-child(1) {
    border-left: 1px solid #B9B9B9;
  }
  .header .header-upper .header-links-wrapper .buttonBox .iconButton {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    font-size: 18px;
    position: relative;
  }
  .header .header-upper .header-links-wrapper .buttonBox .iconButton .cart-qty {
    float: left;
    width: 22px;
    height: 22px;
    background: #333333;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-radius: 50%;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu {
    float: left;
    width: 150px;
    position: absolute;
    top: 100%;
    left: -40px;
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
    border: 1px solid #B9B9B9;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu li a {
    float: left;
    width: 100%;
    font-size: 0.875rem;
    padding: 7px 10px;
    color: #333333;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu li a:hover {
    cursor: pointer;
    background: #F2F2F2;
  }
  .header .header-lower {
    float: left;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #B9B9B9;
  }
  .header .header-lower .mobileMenuButton {
    float: left;
    width: 40px;
    height: 40px;
    margin: 3px 3px 3px 0;
    text-align: center;
    line-height: 40px;
    position: relative;
  }
  .header .header-lower .mobileMenuButton span {
    float: left;
    width: 20px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
  }
  .header .header-lower .mobileMenuButton span:before, .header .header-lower .mobileMenuButton span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333333;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    transition: all 0.2s ease-in-out;
  }
  .header .header-lower .mobileMenuButton span:before {
    top: 7px;
  }
  .header .header-lower .mobileMenuButton span:after {
    bottom: 7px;
  }
  .header .header-lower .mobileMenuButton span:hover {
    background: #FF7100;
    transition: all 0.2s ease-in-out;
  }
  .header .header-lower .mobileMenuButton span:hover:before, .header .header-lower .mobileMenuButton span:hover:after {
    background: #FF7100;
    transition: all 0.2s ease-in-out;
  }
  .header .header-lower .header-selectors-wrapper {
    float: right;
    width: auto;
  }
  .header .header-lower .header-selectors-wrapper .hl-text {
    float: left;
    width: auto;
    font-size: 0.875rem;
    line-height: 20px;
    margin: 12px 10px;
  }
  .header .header-lower .header-selectors-wrapper .hl-text a {
    float: left;
    width: auto;
    font-size: 0.875rem;
    line-height: 20px;
    color: #333333;
  }
  .header .header-lower .header-selectors-wrapper .hl-text a span {
    display: none;
  }
  .header .header-lower .header-selectors-wrapper .currency-selector {
    float: left;
    width: auto;
    display: none;
  }
  .header .header-lower .header-selectors-wrapper .language-selector {
    float: left;
    width: auto;
    display: none;
  }
  .header .header-lower .header-selectors-wrapper select {
    border: none;
    height: 36px;
    margin: 5px 0;
    line-height: 36px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right 4px center;
  }
  .header .header-lower .header-selectors-wrapper select:hover {
    cursor: pointer;
  }
  .header .header-lower .header-selectors-wrapper select:focus {
    background-color: #F2F2F2;
  }
  .admin-header-links + .header .header-upper .search-box.active {
    top: 30px;
  }
}
.search-box .ui-menu {
  float: left;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0px;
  background: #ffffff;
  list-style-type: none;
  max-width: 374px;
}
.search-box .ui-menu li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F2F2F2;
}
.search-box .ui-menu li a {
  float: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  padding: 10px 15px;
  margin: 0;
}
.search-box .ui-menu li a:hover {
  background: #F2F2F2;
  cursor: pointer;
}

.admin-header-links {
  float: left;
  width: 100%;
  background: #333333;
  color: #FF7100;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.admin-header-links + .header {
  top: 30px;
}

.master-column-wrapper {
  overflow-x: hidden;
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}
/*CONTENT*/
.master-wrapper-content {
  margin-top: 96px;
}

.admin-header-links + .header ~ .master-wrapper-content {
  margin-top: 126px;
}

.slick-slider .slick-arrow {
  float: left;
  width: 25px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background: #f2f2f2;
  color: #ffffff;
  position: absolute;
  top: calc(50% - 31px);
  transition: all 0.2s ease-in-out;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  background: #C6C6C6;
  transition: all 0.2s ease-in-out;
}
.slick-slider .left-arrow {
  left: 0;
}
.slick-slider .right-arrow {
  right: 0;
}

.slick-dots {
  bottom: 30px;
  padding: 0 15px;
  width: auto;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  float: left;
  width: 40px;
  margin: 0 5px !important;
  padding: 0 !important;
  height: 5px !important;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffffff;
  opacity: 1;
}
.slick-dots li.slick-active {
  background-color: #FF7100;
  margin: 0 5px !important;
  border-radius: 0;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #FF7100;
  border-radius: 0;
}

/*SLIDER*/
.homeSlider {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 !important;
}
.homeSlider .item {
  float: left;
  width: 100%;
  position: relative;
}
.homeSlider .item img,
.homeSlider .item picture {
  float: left;
  width: 100%;
  height: auto;
}
.homeSlider .item .content {
  float: left;
  width: calc(100% - 30px);
  max-width: 394px;
  position: absolute;
  top: 103px;
}
.homeSlider .item .content .title {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 0 2px 0;
  padding: 7px 15px;
  color: #333333;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.33;
}
.homeSlider .item .content .text {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 7px 15px;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: medium;
}
.homeSlider .item .content .text .buttons {
  float: left;
  width: 100%;
  margin: 8px 0;
}
.homeSlider .item .content .text .button-1,
.homeSlider .item .content .text .button-2 {
  font-size: 1rem;
  float: left;
}
.homeSlider:not(.slick-initialized) {
  position: relative;
}
.homeSlider:not(.slick-initialized) li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.homeSlider:not(.slick-initialized) li:nth-child(1) {
  z-index: 3;
}

.info-section {
  float: left;
  width: 100%;
  padding: 4.875rem 0;
}

.infoBoxes {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
.infoBoxes .box {
  background: #C6C6C6;
  flex: 1 1;
  padding: 30px;
}
.infoBoxes .box .title {
  float: left;
  width: 100%;
  font-size: 1.438rem;
  line-height: 1.3;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px 0;
}
.infoBoxes .box .text {
  float: left;
  width: 100%;
  min-height: 100px;
  font-size: 1.063rem;
  line-height: 1.35;
  color: #333333;
  font-weight: 500;
}
.infoBoxes .box .button {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.infoBoxes .box .button .link {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  border-radius: 4px;
  border: 1px solid #707070;
  text-align: center;
  font-size: 1.063rem;
  line-height: 1.35;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}
.infoBoxes .box .button .link:hover {
  color: #ffffff;
  background: #333333;
}

.recommendedProductsHome {
  float: left;
  width: 100%;
}

.home-page-product-grid .item-grid {
  padding: 0 20px;
}

.product-grid {
  float: left;
  width: 100%;
}
.product-grid > .title {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.item-grid {
  float: left;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.item-grid .item-box {
  float: left;
  width: 100%;
  padding: 5px;
}

.product-item {
  float: left;
  width: 100%;
}
.product-item a {
  float: left;
  width: 100%;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 3px 3px 9px transparent;
  padding: 15px 12px;
}
.product-item .picture {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0 0 15px 0;
}
.product-item .picture img {
  float: left;
  width: 100%;
  height: auto;
}
.product-item .details {
  float: left;
  width: 100%;
}
.product-item .details .product-title {
  float: left;
  width: 100%;
  font-size: 1.063rem;
  line-height: 1.35;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 0 17px 0;
  height: 46px;
  overflow: hidden;
}
.product-item .details .product-rating-box {
  display: none;
}
.product-item .details .description {
  float: left;
  width: 100%;
  font-size: 0.813rem;
  line-height: 1.53;
  font-weight: normal;
  color: #333333;
  margin: 0 0 17px 0;
  height: 60px;
  overflow: hidden;
}
.product-item .details .add-info {
  float: left;
  width: 100%;
}
.product-item .details .article-number {
  float: left;
  width: 100%;
  font-size: 0.813rem;
  line-height: 1.53;
  font-weight: normal;
  color: #333333;
  margin: 0 0 33px 0;
}
.product-item .details .prices {
  float: left;
  width: 100%;
  margin: 0 0 22px 0;
  color: #333333;
}
.product-item .details .prices .price {
  display: inline-block;
  clear: both;
  font-size: 1rem;
  line-height: 24px;
  /*&.old-price{position:relative; margin-bottom:5px;
  &:before{content:''; width:100%; height:1px; background:$black; transform:rotate(-10deg) translateX(-50%); 
  position:absolute; left:50%; top:5px; 
  }
  }
  &.actual-price{font-size:1.125rem; width:100%; line-height:24px; font-weight:bold; margin-top:30px;}*/
}
.product-item .details .buttons {
  float: left;
  width: 100%;
  padding: 0;
}
.product-item .details .buttons .product-box-add-to-cart-button {
  float: left;
  width: 100%;
  text-align: center;
  font: normal normal bold;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px;
  background: #FF7100;
  color: #ffffff;
  letter-spacing: 0px;
  border-radius: 3px;
  border: none;
}
.product-item .details .buttons .product-box-add-to-cart-button:hover {
  background: rgb(255, 127.2, 25.5);
}
.product-item .details .buttons .add-to-compare-list-button {
  display: none;
}
.product-item .details .buttons .add-to-wishlist-button {
  display: none;
}

.advantages {
  float: left;
  width: 100%;
  padding: 4.875rem 0;
}
.advantages .title {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.advantages .topic-block {
  float: left;
  width: 100%;
}
.advantages .topic-block .topic-block-title {
  float: left;
  width: 100%;
}
.advantages .topic-block .topic-block-title h2 {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.advantageList {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.advantageList .item {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.advantageList .item .icon {
  float: left;
  width: 100%;
  text-align: center;
  color: #FF7100;
  padding: 15px;
  font-size: 38px;
  line-height: 100px;
}
.advantageList .item .text {
  float: left;
  width: 100%;
  font-size: 0.813rem;
  line-height: 1.38;
  text-align: center;
  font-weight: 400;
  color: #333333;
}

.newsHome {
  float: left;
  width: 100%;
  margin: 0 0 76px 0;
}

.newsListHome,
.newsListBlog {
  float: left;
  width: calc(100% + 34px);
  margin: 0 -17px;
}
.newsListHome .item,
.newsListBlog .item {
  float: left;
  width: 100%;
  padding: 17px;
}
.newsListHome .item .link,
.newsListBlog .item .link {
  float: left;
  width: 100%;
}
.newsListHome .item .link .image,
.newsListBlog .item .link .image {
  float: left;
  width: 100%;
  margin: 0 0 34px 0;
  overflow: hidden;
}
.newsListHome .item .link .image img,
.newsListHome .item .link .image picture,
.newsListBlog .item .link .image img,
.newsListBlog .item .link .image picture {
  float: left;
  width: 100%;
  height: auto !important;
  transition: all 0.2s ease-in-out;
}
.newsListHome .item .link .image .rich-blog-image a img,
.newsListBlog .item .link .image .rich-blog-image a img {
  height: auto !important;
}
.newsListHome .item .link .title,
.newsListBlog .item .link .title {
  float: left;
  width: 100%;
  margin: 0 0 28px 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #FF7100;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.2s ease-in-out;
}
.newsListHome .item .link .summary,
.newsListBlog .item .link .summary {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500 !important;
  line-height: 1.45;
}
.newsListHome .item .link .summary p,
.newsListBlog .item .link .summary p {
  margin: 0;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.45;
}
.newsListHome .item .link .date,
.newsListBlog .item .link .date {
  float: left;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500 !important;
  color: #B9B9B9 !important;
}
.newsListHome .item .link:hover .image,
.newsListBlog .item .link:hover .image {
  overflow: hidden;
}
.newsListHome .item .link:hover .image img,
.newsListHome .item .link:hover .image picture,
.newsListBlog .item .link:hover .image img,
.newsListBlog .item .link:hover .image picture {
  scale: 1.1;
  transition: all 0.2s ease-in-out;
}
.newsListHome .item .link:hover .title,
.newsListBlog .item .link:hover .title {
  color: #FF7100;
  transition: all 0.2s ease-in-out;
}

.rich-blog-image img {
  width: 100% !important;
  height: auto !important;
}

/*.category-page{
.item-grid{
.item-box{width:50%;
&:nth-child(2n + 1){clear:both;}
}
}
}*/
.contact-us-bottom {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #B9B9B9;
  background: #F2F2F2;
}
.contact-us-bottom .title {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 11px 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.208;
  font-weight: bold;
}
.contact-us-bottom .text {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
}

.footer {
  float: left;
  width: 100%;
  background: #F2F2F2;
  overflow-x: hidden;
}
.footer .footer-upper {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 35px 0;
}
.footer .footer-upper .footer-block {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.footer .footer-upper .footer-block .title {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 23px 0;
}
.footer .footer-upper .footer-block ul.list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .footer-upper .footer-block ul.list li {
  float: left;
  width: 100%;
  color: #333333;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.footer .footer-upper .footer-block ul.list li:nth-last-child(1) {
  margin: 0;
}
.footer .footer-upper .footer-block a {
  display: inline-block;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.footer .footer-upper .footer-block a:hover {
  color: #FF7100;
}
.footer .footer-upper .footer-block .text {
  float: left;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.footer .footer-upper .footer-block .text .button-2 {
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}
.footer .footer-upper .footer-block .buttons {
  float: left;
  width: 100%;
}
.footer .footer-upper .footer-block .buttons .button-2 {
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}
.footer .footer-lower {
  float: left;
  width: 100%;
  background: #333333;
  color: #ffffff;
  padding: 39px 0;
}
.footer .footer-lower .footer-info {
  float: left;
  width: 100%;
}
.footer .footer-lower .footer-info .links {
  float: left;
  width: 100%;
  margin: 0 0 17px 0;
}
.footer .footer-lower .footer-info .links .divider {
  float: left;
  width: auto;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid transparent;
  position: relative;
}
.footer .footer-lower .footer-info .links .divider:after {
  content: "";
  width: 1px;
  height: 1rem;
  background: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.footer .footer-lower .footer-info .links .divider a {
  float: left;
  width: auto;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-lower .footer-info .links .divider a:hover {
  color: #FF7100;
}
.footer .footer-lower .footer-info .links .divider:nth-last-child(1) {
  padding: 0;
  margin: 0;
  border-right: none;
}
.footer .footer-lower .footer-info .links .divider:nth-last-child(1):after {
  display: none;
}
.footer .footer-lower .footer-info .footer-disclaimer {
  float: left;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #B9B9B9;
}
.footer .footer-lower .social {
  float: left;
  width: 100%;
  margin-top: 17px;
}
.footer .footer-lower .social .align {
  float: left;
  width: auto;
}
.footer .footer-lower .social a {
  float: left;
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0px 25px 7px 0;
}
.footer .footer-lower .social a:hover {
  color: #FF7100;
  border-color: #FF7100;
}

.two-col-row {
  float: left;
  width: calc(100% + 50px);
  margin: 40px -25px;
}
.two-col-row .side-2,
.two-col-row .center-2 {
  float: left;
  width: 100%;
  padding: 0 25px;
}
.two-col-row .side-2 {
  display: none;
}

.mobileSide {
  float: left;
  width: 100%;
}
.mobileSide .mobileSideButton {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
  z-index: 99999;
  color: #333333;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 30px;
}
.mobileSide .mobileSideButton:hover {
  cursor: pointer;
  background: #333333;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.mobileSideFade {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(51, 51, 51, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999997;
  display: none;
}

.side-2.activeMob {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background: #ffffff;
  padding: 15px;
  overflow-y: auto;
  z-index: 999999;
  display: block;
}

.mobileSideClose {
  float: left;
  width: 100%;
}
.mobileSideClose .close {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
.mobileSideClose .close:hover {
  cursor: pointer;
  color: #FF7100;
}

.columnsOne {
  float: left;
  width: 100%;
  padding: 40px 0;
}

/*CATEGORY*/
.page-title {
  float: left;
  width: 100%;
}
.page-title h1 {
  float: left;
  width: auto;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 2.25rem;
  color: #333333;
  line-height: 1.33;
  font-weight: 500;
}

.breadcrumb {
  float: left;
  width: 100%;
  min-height: 50px;
  padding: 15px 0;
  margin-top: 25px;
}
.breadcrumb ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #B9B9B9;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumb ul li a {
  font-size: 0.875rem;
  color: #B9B9B9;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumb ul li strong {
  font-weight: 400;
}
.breadcrumb ul li .delimiter {
  color: #B9B9B9;
  margin: 0 7px;
}

.page-title {
  float: left;
  width: 100%;
}
.page-title h1 {
  float: left;
  width: auto;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 2.25rem;
  color: #333333;
  line-height: 1.33;
  font-weight: 500;
}

.page-top-area {
  float: left;
  width: 100%;
  position: relative;
  background: url("../img/category-demo-image.jpg");
  background-size: cover !important;
  background-position: center !important;
  height: 0;
  padding: 34% 0 0 0;
}
@media only screen and (max-width: 900px) {
  .page-top-area {
    padding: 480px 0 0 0;
  }
}
.page-top-area .breadcrumb {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(51, 51, 51, 0.4);
  min-height: 50px;
  padding: 15px 0;
  margin-top: 25px;
}
.page-top-area .breadcrumb:before {
  content: "";
  width: 100%;
  height: 25px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -25px;
}
.page-top-area .breadcrumb ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-top-area .breadcrumb ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
}
.page-top-area .breadcrumb ul li a {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
}
.page-top-area .breadcrumb ul li strong {
  font-weight: 400;
}
.page-top-area .breadcrumb ul li .delimiter {
  color: #ffffff;
  margin: 0 7px;
}
.page-top-area .page-title {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 35px;
}
.page-top-area .page-title h1 {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
  color: #333333;
  line-height: 1.33;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  padding: 7px 15px;
  clear: both;
}
@media only screen and (min-width: 600px) {
  .page-top-area .page-title h1 {
    min-width: 394px;
  }
}
.page-top-area .page-title .subtitle {
  float: left;
  width: auto;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.7);
  padding: 7px 15px;
  margin: 3px 0 0 0;
  clear: both;
}

.top-description {
  float: left;
  width: 100%;
  padding: 30px 0 15px 0;
  /*70px 0;*/
}
.top-description.min {
  padding: 35px 0;
}
.top-description .category-description {
  float: left;
  width: 100%;
}
.top-description .category-description h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 24px 0;
}
.top-description .category-description p {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.38;
}

.category-page .product-grid .item-grid {
  width: 100%;
  margin: 0;
}
.category-page .product-grid .item-grid .item-box {
  padding: 0;
}

.my-products .item-grid {
  width: 100%;
  margin: 0;
}
.my-products .item-grid .item-box {
  padding: 0;
}

.products-container {
  float: left;
  width: 100%;
  margin: 17px 0;
}

.product-selectors {
  float: left;
  width: 100%;
}
.product-selectors .product-filter {
  float: left;
  width: 50%;
  margin: 0 !important;
}
.product-selectors .product-filter .filter-button {
  float: left;
  width: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 4.5px;
  color: #ffffff;
  padding: 5px 15px;
  background: #333333;
  text-align: center;
  min-width: 128px;
  border-radius: 0;
}
.product-selectors .product-sorting {
  float: left;
  width: 50%;
  margin: 0 !important;
}
.product-selectors .product-sorting > span {
  float: left;
  width: auto;
  font-size: 1.063rem;
  line-height: 34px;
  margin: 0 30px 0 0;
}
.product-selectors .product-sorting select {
  float: left;
  height: 34px;
  border: 1px solid #707070;
  border-radius: 0;
  min-width: 128px;
  font-size: 1.063rem;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}
.product-selectors .product-viewmode {
  float: left;
  width: 100%;
  display: none;
}
.product-selectors .product-page-size {
  float: left;
  width: 100%;
  display: none;
}

.pager {
  float: left;
  width: 50%;
  margin: 33px 0 16px 0;
}
.pager ul {
  float: left;
  width: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pager ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.pager ul li span,
.pager ul li a {
  float: left;
  width: auto;
  /*border:1px solid $color2;*/
  color: #333333;
  background: #ffffff;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.pager ul li span:hover,
.pager ul li a:hover {
  cursor: pointer;
  color: #FF7100 !important;
}
.pager ul li.current-page span,
.pager ul li.current-page a {
  color: #333333;
  background: #F2F2F2;
  border-color: transparent;
}
.pager ul li.current-page span:hover,
.pager ul li.current-page a:hover {
  color: #FF7100;
}

/*my account*/
/*naslovi*/
.address-list {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.address-list .address-item {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 30px 0;
  flex-basis: 0;
  flex-grow: 1;
}
.address-list .address-item .data {
  float: left;
  width: 100%;
  padding: 15px;
  background: #F2F2F2;
  position: relative;
  min-height: 260px;
}
.address-list .address-item .data .title {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding-right: 100px;
  display: none;
}
.address-list .address-item .data ul.info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.address-list .address-item .data ul.info li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1rem;
}
.address-list .address-item .data ul.info li label {
  margin: 0;
  font-weight: 600;
}
.address-list .address-item .data ul.info li.name {
  font-weight: 600;
}
.address-list .address-item .data ul.info li.phone {
  margin-bottom: 15px;
}
.address-list .address-item .data ul.info li.fax {
  margin-bottom: 15px;
}
.address-list .address-item .data .buttons {
  float: left;
  width: 100%;
  margin: 0px 0;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: right;
}
.address-list .address-item .data .buttons .button {
  border: none;
}
.address-list .address-item .data .buttons .button-2 {
  padding: 0 !important;
  border-radius: 50%;
  border-color: #F2F2F2 !important;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.2);
  background: #F2F2F2 !important;
  color: #B9B9B9 !important;
}
.address-list .address-item .data .buttons .button-2:hover {
  background: #333333 !important;
  color: #ffffff !important;
}
.address-list .address-item .data .buttons .delete-address-button {
  background: #F2F2F2 !important;
  color: #B9B9B9 !important;
  border-color: #F2F2F2 !important;
}
.address-list .address-item .data .buttons .delete-address-button:hover, .address-list .address-item .data .buttons .delete-address-button:active, .address-list .address-item .data .buttons .delete-address-button:focus {
  background: #e30000 !important;
  border-color: #e30000 !important;
  color: #ffffff !important;
}

/*narocila*/
.order-list {
  float: left;
  width: 100%;
  margin: 7px 0;
}
.order-list .order-item {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.order-list .order-item .title {
  float: left;
  width: 100%;
  padding: 10px;
  background: #F2F2F2;
  margin-bottom: 15px;
}
.order-list .order-item ul.info {
  float: left;
  width: 100%;
}
.order-list .order-item ul.info li {
  float: left;
  width: 100%;
}
.order-list .order-item ul.info li span {
  font-weight: bold;
}
.order-list .order-item .buttons {
  float: left;
  width: 100%;
}
.order-list .order-item .buttons input {
  margin-bottom: 10px;
}

/*nagradne točke*/
.reward-points-overview {
  float: left;
  width: 100%;
}
.reward-points-overview .current-balance {
  float: left;
  width: 100%;
  background: gold;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  margin: 0 0 10px;
}
.reward-points-overview .min-balance {
  float: left;
  width: 100%;
}

.reward-points-history {
  float: left;
  width: 100%;
}
.reward-points-history .title {
  float: left;
  width: 100%;
  margin: 20px 0 5px 0;
  font-size: 18px;
}

/*product revuiews*/
.product-review-item {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.product-review-item:nth-last-child(1) {
  border-bottom: none;
}
.product-review-item .review-item-head {
  float: left;
  width: 100%;
}
.product-review-item .review-item-head .review-title {
  float: left;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
.product-review-item .review-item-head .product-review-box {
  float: left;
  width: 100%;
}
.product-review-item .review-item-head .product-review-box .rating {
  float: left;
  width: 79px;
  background: #B9B9B9;
  height: 13px;
  background: url("../img/stars-grey.png");
}
.product-review-item .review-item-head .product-review-box .rating div {
  float: left;
  height: 13px;
  background: url("../img/stars-gold.png");
}
.product-review-item .review-content {
  float: left;
  width: 100%;
}
.product-review-item .review-content .review-text {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-size: 1rem;
  line-height: 1.3;
}
.product-review-item .review-content .review-info {
  float: left;
  width: 100%;
  background: #F2F2F2;
  padding: 7px;
  font-size: 0.75rem;
  font-weight: 400;
}
.product-review-item .review-content .review-info label {
  margin: 0;
}
.product-review-item .review-content .review-info .separator {
  margin: 0 7px;
}
/*order overview*/
.order-details-page .order-overview {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.order-details-page .order-overview .order-number {
  float: left;
  width: 100%;
  padding: 10px;
  background: #F2F2F2;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.order-details-page .title {
  float: left;
  width: 100%;
  padding: 10px;
  background: #F2F2F2;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.order-details-page ul {
  float: left;
  width: 100%;
}
.order-details-page ul .value {
  font-weight: 600;
}
.order-details-page ul .shipping-status {
  display: none;
}
.order-details-page ul.info-list li.name {
  font-weight: 600;
}
.order-details-page ul.info-list li.payment-method-status {
  display: none;
}
.order-details-page .order-details-area {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.order-details-page .order-details-area .billing-info-wrap {
  float: left;
  width: 100%;
}
.order-details-page .order-details-area .shipping-info-wrap {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .order-details-page .order-details-area {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .order-details-page .order-details-area .billing-info-wrap,
  .order-details-page .order-details-area .shipping-info-wrap {
    width: 50%;
    padding: 0 15px;
  }
}
.order-details-page .products {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.order-details-page .options {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.order-details-page .totals {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #F2F2F2;
  margin: 15px 0;
  padding: 15px;
}
.order-details-page .totals .total-info {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.order-details-page .totals .total-info table td {
  padding: 5px 20px 5px 0;
}
.order-details-page .totals .total-info table label {
  margin: 0 !important;
}

.title-w-buttons .util {
  float: left;
  width: 100%;
}
.title-w-buttons .util a,
.title-w-buttons .util .print-order-button,
.title-w-buttons .util .pdf-invoice-button {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  margin: 0 10px 10px 0;
}
.title-w-buttons .util a:hover,
.title-w-buttons .util .print-order-button:hover,
.title-w-buttons .util .pdf-invoice-button:hover {
  cursor: pointer;
  background: rgb(63.75, 63.75, 63.75);
}
@media only screen and (min-width: 768px) {
  .title-w-buttons h1 {
    width: calc(100% - 200px);
  }
  .title-w-buttons .util {
    width: auto;
    max-width: 200px;
    float: right;
  }
  .title-w-buttons .util a,
  .title-w-buttons .util .print-order-button,
  .title-w-buttons .util .pdf-invoice-button {
    margin: 0 0 10px 10px;
  }
}

/*sidebar blocks*/
.block {
  float: left;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  margin: -1px 0 0 0 !important;
  min-height: 0 !important;
}
.block .filtersGroupPanel {
  padding: 0 !important;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.block .has-specification-slider {
  padding: 0 10px !important;
}
.block:nth-child(1) {
  margin-top: 0;
}
.block .title {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875;
  padding: 0 !important;
  font-weight: 500 !important;
  position: relative;
  background: transparent !important;
}
.block .title strong {
  font-weight: 500 !important;
}
.block .title:hover {
  cursor: pointer;
}
.block .title .toggleControl {
  padding: 20px 20px 20px 0 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1875 !important;
  word-break: break-word;
}
.block .title .toggleControl:after {
  display: none;
}
.block .title .toggleControl:before {
  content: "\f107";
  font-family: "fa";
  font-size: 1.5rem;
  line-height: 20px;
  position: absolute;
  top: 20px;
  right: 5px;
  background: #ffffff;
}
.block .title .clearFilterOptions {
  display: none;
}
.block .title .clearFilterOptions {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
}
.block .listbox {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  display: none;
}
.block ul.list,
.block ul.checkbox-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block ul.list li,
.block ul.checkbox-list li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 7px 0;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #333333;
}
.block ul.list li a,
.block ul.checkbox-list li a {
  color: #333333;
}
.block ul.list li a:hover,
.block ul.checkbox-list li a:hover {
  color: #FF7100;
}
.block ul.list li.active a,
.block ul.checkbox-list li.active a {
  color: #FF7100;
}
.block ul.list li ul.sublist,
.block ul.checkbox-list li ul.sublist {
  float: left;
  width: 100%;
  margin: 7px 0 0 0;
  padding: 0 0 0 15px;
  list-style-type: disc;
}
.block ul.list li ul.sublist li,
.block ul.checkbox-list li ul.sublist li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 7px 0;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #333333;
}
.block ul.list li ul.sublist li a,
.block ul.checkbox-list li ul.sublist li a {
  color: #333333;
}
.block ul.list li ul.sublist li a:hover,
.block ul.checkbox-list li ul.sublist li a:hover {
  color: #FF7100;
}
.block ul.list li ul.sublist li:nth-last-child(1),
.block ul.checkbox-list li ul.sublist li:nth-last-child(1) {
  margin-bottom: 0;
}
.block ul.selected-options-list {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
.block ul.selected-options-list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block ul.selected-options-list li label {
  float: left;
  width: 100%;
}
.block ul.selected-options-list li span.option {
  float: left;
  width: 100%;
  color: #333333;
  margin: 0;
  background: none;
  position: relative;
}
.block ul.selected-options-list li span.option:after {
  content: "\e80e";
  font-family: "fa";
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 1rem;
}
.block ul.selected-options-list li span.option:hover {
  color: #FF7100;
  text-decoration: none;
}
.block .view-all {
  float: left;
  width: 100%;
}
.block .tags {
  float: left;
  width: 100%;
}
.block .tags ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  line-height: 1.1;
}
.block .tags ul li a {
  color: #333333;
  display: block;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
  position: relative;
}
.block .tags ul li a:hover {
  color: #FF7100;
}
.block.block-account-navigation .listbox {
  display: block;
}
.block.block-recently-viewed-products .product-picture {
  float: left;
  width: 50px;
  margin: 0 10px 10px 0;
}
.block.block-recently-viewed-products .product-picture img {
  float: left;
  width: 100%;
  height: auto;
}
.block.block-recently-viewed-products .product-name {
  float: left;
  width: calc(100% - 60px);
  font-size: 1rem;
}
.block.block-category-navigation .title, .block.block-recently-viewed-products .title, .block.block-account-navigation .title {
  padding: 20px 20px 20px 0 !important;
  position: relative;
}
.block.block-category-navigation .title:before, .block.block-recently-viewed-products .title:before, .block.block-account-navigation .title:before {
  content: "\f107";
  font-family: "fa";
  font-size: 1.5rem;
  line-height: 20px;
  position: absolute;
  top: 20px;
  right: 5px;
}
.block.blog-search-box .title, .block.blog-category-navigation .title, .block.block-blog-archive .title, .block.block-popular-blogtags .title {
  padding: 20px 20px 20px 0 !important;
  position: relative;
}
.block.blog-search-box .listbox, .block.blog-category-navigation .listbox, .block.block-blog-archive .listbox, .block.block-popular-blogtags .listbox {
  display: block;
}
.block.blog-search-box #rich-blog-search-form, .block.blog-category-navigation #rich-blog-search-form, .block.block-blog-archive #rich-blog-search-form, .block.block-popular-blogtags #rich-blog-search-form {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.block.blog-search-box #rich-blog-search-form .search-box-text, .block.blog-category-navigation #rich-blog-search-form .search-box-text, .block.block-blog-archive #rich-blog-search-form .search-box-text, .block.block-popular-blogtags #rich-blog-search-form .search-box-text {
  float: left;
  width: 100%;
}
.block.blog-search-box #rich-blog-search-form .search-box-text input, .block.blog-category-navigation #rich-blog-search-form .search-box-text input, .block.block-blog-archive #rich-blog-search-form .search-box-text input, .block.block-popular-blogtags #rich-blog-search-form .search-box-text input {
  float: left;
  width: 100% !important;
  padding-right: 50px;
}
.block.blog-search-box #rich-blog-search-form .search-box-button, .block.blog-category-navigation #rich-blog-search-form .search-box-button, .block.block-blog-archive #rich-blog-search-form .search-box-button, .block.block-popular-blogtags #rich-blog-search-form .search-box-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #FF7100;
  text-align: center;
  padding: 0;
  line-height: 40px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.block.blog-search-box #rich-blog-search-form .search-box-button:before, .block.blog-category-navigation #rich-blog-search-form .search-box-button:before, .block.block-blog-archive #rich-blog-search-form .search-box-button:before, .block.block-popular-blogtags #rich-blog-search-form .search-box-button:before {
  content: "\e803";
  font-family: "fa";
  color: #ffffff;
  font-size: 1rem;
}
.block.blog-search-box #rich-blog-search-form .search-box-button:hover, .block.blog-category-navigation #rich-blog-search-form .search-box-button:hover, .block.block-blog-archive #rich-blog-search-form .search-box-button:hover, .block.block-popular-blogtags #rich-blog-search-form .search-box-button:hover {
  cursor: pointer;
  background: rgb(229.5, 101.7, 0);
  transition: all 0.2s ease-in-out;
}
.block.blog-search-box ul.tags, .block.blog-category-navigation ul.tags, .block.block-blog-archive ul.tags, .block.block-popular-blogtags ul.tags {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block.blog-search-box ul.tags li, .block.blog-category-navigation ul.tags li, .block.block-blog-archive ul.tags li, .block.block-popular-blogtags ul.tags li {
  float: left;
  width: auto;
  margin: 3px 6px 3px 0;
  padding: 0;
}
.block.blog-search-box ul.tags li a, .block.blog-category-navigation ul.tags li a, .block.block-blog-archive ul.tags li a, .block.block-popular-blogtags ul.tags li a {
  font-size: 1rem !important;
  color: #333333;
}
.block.blog-search-box ul.tags li a:hover, .block.blog-category-navigation ul.tags li a:hover, .block.block-blog-archive ul.tags li a:hover, .block.block-popular-blogtags ul.tags li a:hover {
  color: #FF7100;
}
.block.block-category-navigation {
  border-top-color: transparent;
}
.block.block-category-navigation ul.list li.active > a {
  color: #FF7100 !important;
}
.block.block-category-navigation ul.list li.active > a:hover {
  color: rgb(229.5, 101.7, 0) !important;
}
.block.block-category-navigation ul.list li.inactive > a {
  color: #333333 !important;
}
.block.block-category-navigation ul.list li.inactive > a:hover {
  color: #FF7100 !important;
}
.block.block-category-navigation ul.list li ul li.active > a {
  color: #FF7100 !important;
}
.block.block-category-navigation ul.list li ul li.active > a:hover {
  color: rgb(229.5, 101.7, 0) !important;
}
.block.block-category-navigation ul.list li ul li.inactive > a {
  color: #333333 !important;
}
.block.block-category-navigation ul.list li ul li.inactive > a:hover {
  color: #FF7100 !important;
}
.block.block-category-navigation ul.list > li.inactive {
  display: none;
}

.nopAjaxFilters7Spikes .checkbox-list label::before,
.nopAjaxFilters7Spikes .checkbox-list label::after {
  background: #ffffff !important;
}

.nopAjaxFilters7Spikes .checkbox-list label::before,
.nopAjaxFilters7Spikes .checkbox-list .checked label::after {
  margin-top: unset !important;
}

.priceRangeFilterPanel7Spikes .ui-slider,
.specificationFilterPanel7Spikes .ui-slider {
  position: relative;
}

.priceRangeFilterPanel7Spikes .ui-slider-range,
.specificationFilterPanel7Spikes .ui-slider-range {
  position: relative;
}

.priceRangeFilterPanel7Spikes .ui-slider-handle,
.specificationFilterPanel7Spikes .ui-slider-handle {
  position: absolute;
}

.specification-min-max-panel {
  margin-bottom: 15px;
}

.specification-current-value-panel {
  margin-bottom: 15px;
}

/*notifications*/
.notifyBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  z-index: 99999;
}

.bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 99999;
  background: #ffffff;
  color: #ffffff;
  padding: 15px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  text-align: center;
  width: 90%;
  max-width: 540px;
  transform: translate(-50%, -50%);
  /*&.error{background:$red;}
  &.success{background:$color1;}*/
}
.bar-notification p {
  color: #333333;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
  padding: 0 20px;
  width: calc(100% - 120px);
  float: right;
  margin-right: 60px;
}
.bar-notification .close {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background: #FF7100;
  color: #ffffff;
  font-size: 1rem;
  opacity: 1 !important;
  transition: all 0.25s ease-in-out;
}
.bar-notification .close:before {
  content: "\e80e";
  font-family: "fa";
  font-size: 1rem;
}
.bar-notification .close:hover {
  background: rgb(255, 127.2, 25.5);
  cursor: pointer;
  opacity: 1 !important;
  transition: all 0.25s ease-in-out;
}
.bar-notification img {
  margin: 0 0 10px 0;
  max-width: 60px;
  float: left;
  border: 1px solid #F2F2F2;
}
.bar-notification .content {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  margin: 10px 0 0 0;
  /*padding:10px 0 0 0;*/
  width: 100%;
  /*border-top:1px solid $grey1;*/
}
.bar-notification a {
  color: #ffffff;
  font-weight: 400;
  background: #FF7100;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 1rem;
}
.bar-notification a:hover {
  text-decoration: none;
  background: rgb(255, 127.2, 25.5);
}
.bar-notification.error p {
  color: #e30000;
}

.addthis-smartlayers {
  display: none;
}

.k-window.ajaxFilters {
  max-height: 70% !important;
  top: 15% !important;
  box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.6);
  height: auto !important;
}
.k-window.ajaxFilters .k-header {
  background: #ffffff;
  color: #333333;
  position: relative;
}
.k-window.ajaxFilters .k-header .k-window-actions {
  float: left;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  border-radius: 50%;
}
.k-window.ajaxFilters .k-header .k-window-actions .k-button {
  float: left;
  width: 40px;
  height: 40px;
  font-family: "fa";
  font-style: 1.2rem;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  color: #ffffff;
  background: #FF7100;
  border-radius: 50%;
}
.k-window.ajaxFilters .k-header .k-window-actions .k-button span {
  display: none;
}
.k-window.ajaxFilters .k-header .k-window-actions .k-button:before {
  content: "\f00d";
  font-family: "fa";
  color: #ffffff;
  font-size: 1rem;
}
.k-window.ajaxFilters .k-header .k-window-actions .k-button:hover {
  cursor: pointer;
  background: rgb(255, 127.2, 25.5);
}

.eu-cookie-bar-notification {
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999999;
  font-size: 0.875rem;
  color: #333333;
  line-height: 30px;
  box-shadow: 0px 0px 7px rgba(51, 51, 51, 0.3);
}
.eu-cookie-bar-notification .content {
  float: left;
  width: 100%;
  padding: 15px 15px 0px 15px;
}
.eu-cookie-bar-notification .content .text {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0 5px 10px 0;
}
.eu-cookie-bar-notification .content .buttons-more {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0 0 10px 0;
}
.eu-cookie-bar-notification .content .buttons-more .ok-button {
  padding: 5px 10px !important;
  margin: 0 0 5px 0;
}
.orig-comp {
  display: none;
}

.header-menu {
  display: none;
}

.opc {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.opc li.tab-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  border: 1px solid #F2F2F2;
  position: relative;
}
.opc li.tab-section:after {
  content: "\e813";
  font-family: "fa";
  position: absolute;
  top: 15px;
  right: 10px;
  color: #C6C6C6;
}
.opc li.tab-section.allow:after, .opc li.tab-section.allow + li.tab-section:after {
  color: #FF7100;
}
.opc li.tab-section.allow .title:hover, .opc li.tab-section.allow + li.tab-section .title:hover {
  cursor: pointer;
}
.opc li.tab-section.active ~ li.tab-section:after {
  content: "\e810";
  color: #C6C6C6;
}
.opc li.tab-section.active ~ li.tab-section .title:hover {
  cursor: default;
}
.opc li.tab-section.active:after {
  content: "\e810";
  color: #FF7100;
}
.opc li.tab-section .step-title {
  float: left;
  width: 100%;
}
.opc li.tab-section .step-title .number {
  float: left;
  margin: 0 7px 0 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
}
.opc li.tab-section .step-title .title {
  display: inline;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
}
.opc li.tab-section .step {
  float: left;
  width: 100%;
  padding-top: 15px;
  /*checkoutdata*/
}
.opc li.tab-section .step form {
  float: left;
  width: 100%;
  margin: 0;
}
.opc li.tab-section .step form > div {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .section {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .selectWrapper {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .selectWrapper .address-select {
  display: none;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  border: none;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox {
  float: left;
  width: 100%;
  background: #F2F2F2;
  padding: 15px;
  border-left: 5px solid #C6C6C6;
  transition: all 0.3s ease-in-out;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox .company,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox .company {
  float: left;
  width: 100%;
  font-weight: 600;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox .address,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox .address {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox .postalCode,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox .postalCode {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox .countryName,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox .countryName {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox.selected,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox.selected {
  border-left-color: #FF7100;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox:hover,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox:hover {
  cursor: pointer;
  border-left-color: #B9B9B9;
  transition: all 0.3s ease-in-out;
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li .itemBox:hover.selected,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li .itemBox:hover.selected {
  border-left-color: #FF7100;
}
@media only screen and (min-width: 600px) {
  .opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li,
  .opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li {
    width: 33.33333%;
  }
  .opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li:nth-child(3n+1),
  .opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li:nth-child(3n+1) {
    clear: both;
  }
}
.opc li.tab-section .step .checkout-data .selectWrapper ul.addressList li.addNew .dodajNaslov,
.opc li.tab-section .step .checkout-data .selectWrapper ul.shippingAddressList li.addNew .dodajNaslov {
  min-height: 126px;
  padding: 0;
  text-align: center;
  line-height: 126px;
  border-radius: 0;
}
.opc li.tab-section .step .checkout-data ul.method-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.opc li.tab-section .step .checkout-data ul.method-list li {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #F2F2F2;
}
.opc li.tab-section .step .checkout-data ul.method-list li .method-name label {
  font-weight: 600;
}
.opc li.tab-section .step .checkout-data .pickup-in-store {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 15px;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector label {
  position: relative;
  padding-left: 28px;
  line-height: 28px;
  margin: 0;
  font-weight: 600;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector label:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 4px;
  border-radius: 3px;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector label:after {
  content: "\e813";
  font-family: "fa";
  width: 14px;
  height: 14px;
  background: #F2F2F2;
  position: absolute;
  left: 4px;
  top: 6px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 14px;
  color: #F2F2F2;
  font-size: 0.75rem;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector label:hover {
  cursor: pointer;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector label:hover:after {
  opacity: 0.3;
  transition: all 0.25s ease-in-out;
}
.opc li.tab-section .step .checkout-data .pickup-in-store .selector input[type=checkbox]:checked ~ label:after {
  opacity: 1;
  background: transparent;
  color: #FF7100;
  transition: all 0.25s ease-in-out;
}
.opc li.tab-section .step .checkout-data .select-pickup-point {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .select-pickup-point ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.opc li.tab-section .step .checkout-data .select-pickup-point ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.opc li.tab-section .step .checkout-data .select-pickup-point ul li.name {
  font-weight: 600;
  text-transform: uppercase;
}
.opc li.tab-section .step .checkout-data .select-pickup-point ul li.fee {
  font-weight: 600;
}
.opc li.tab-section .step .checkout-data .payment-info .info {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .payment-info .info table tr td {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .payment-info .info select,
.opc li.tab-section .step .checkout-data .payment-info .info input {
  float: left;
  width: 100% !important;
  max-width: 540px !important;
}
.opc li.tab-section .step .checkout-data .payment-info .info #ExpireMonth {
  width: 80px !important;
  float: none;
  display: inline-block;
}
.opc li.tab-section .step .checkout-data .payment-info .info #ExpireYear {
  width: 140px !important;
  float: none;
  display: inline-block;
}
.opc li.tab-section .step .checkout-data .message-error {
  float: left;
  width: 100%;
  color: #e30000;
  margin: 15px 0;
}
.opc li.tab-section .step .checkout-data .message-error ul {
  float: left;
  width: 100%;
  margin: 0;
}
.opc li.tab-section .step .checkout-data .message-error ul li {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px 15px -15px;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .billing-info-wrap,
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .shipping-info-wrap {
  float: left;
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .billing-info-wrap,
  .opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .shipping-info-wrap {
    width: 50%;
  }
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .billing-info {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .payment-method-info {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .shipping-info {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .shipping-method-info {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .title {
  float: left;
  width: 100%;
  padding: 15px;
  background: #F2F2F2;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list li {
  float: left;
  width: 100%;
}
.opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list li.name, .opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list li.email, .opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list li.address1, .opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list li.city-state-zip, .opc li.tab-section .step .checkout-data .order-summary-content .order-review-data .info-list li.coutnry {
  font-weight: 600;
}
.opc li.tab-section .step .checkout-data .order-summary-content .cartContainer {
  width: calc(100% + 30px);
}
.opc li.tab-section .step .buttons {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.opc li.tab-section .step .buttons .back-link {
  float: right;
  width: 50%;
  text-align: right;
}
.opc li.tab-section .step .buttons .back-link a {
  background: #F2F2F2;
  color: #333333;
  font-size: 0.938rem;
  line-height: 20px;
  padding: 11px 35px;
  font-weight: bold;
  border: none;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
  float: right;
}
.opc li.tab-section .step .buttons .back-link a:hover {
  background: #C6C6C6;
}
.opc li.tab-section .step .buttons .back-link a small {
  font-size: 100%;
}
@media only screen and (max-width: 359px) {
  .opc li.tab-section .step .buttons .back-link {
    width: 100%;
    text-align: center;
  }
  .opc li.tab-section .step .buttons .back-link a {
    width: 100%;
  }
  .opc li.tab-section .step .buttons .button-1 {
    width: 100%;
    text-align: center;
  }
}
.opc li.tab-section.active {
  border-color: #FF7100;
}

.order-completed .title {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.order-completed .details {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.order-completed .buttons {
  float: left;
  width: 100%;
}

.category-description-one,
.categor-description-down {
  float: left;
  width: 100%;
  margin: 2rem 0;
  font-size: 1.125rem;
  line-height: 1.38;
  color: #707070;
}
.category-description-one p,
.categor-description-down p {
  font-size: 1.125rem;
  line-height: 1.38;
  color: #707070;
}

.category-description-one {
  background: #F2F2F2;
  padding: 15px;
  font-size: 0.8rem;
  margin-top: 20px;
}

.cateogry-one-bottom {
  float: left;
  width: 100%;
}

.subcategoriesOne {
  float: left;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.subcategoriesOne .item {
  float: left;
  width: 100%;
  padding: 20px;
}
.subcategoriesOne .item .sub-category-item {
  float: left;
  width: 100%;
  position: relative;
}
.subcategoriesOne .item .sub-category-item .picture {
  float: left;
  width: 100%;
}
.subcategoriesOne .item .sub-category-item .picture a {
  float: left;
  width: 100%;
}
.subcategoriesOne .item .sub-category-item .picture a img {
  float: left;
  width: 100%;
}
.subcategoriesOne .item .sub-category-item .picture a .titleWrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
  float: left;
  max-width: calc(100% - 60px);
}
.subcategoriesOne .item .sub-category-item .picture a .titleWrap .title {
  float: left;
  width: auto;
  background: rgba(255, 255, 255, 0.7);
  color: #333333;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 5px 15px;
  margin: 0;
  clear: both;
}
.subcategoriesOne .item .sub-category-item .picture a .titleWrap .subtitle {
  float: left;
  width: auto;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.7);
  color: #333333;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.33;
  padding: 5px 15px;
  clear: both;
}

.category-bottom-text {
  float: left;
  width: 100%;
  margin: 15px 0;
  background: #F2F2F2;
  font-size: 0.8rem;
  line-height: 2.265;
  color: #333333;
  padding: 15px;
}

body:not(.mfp-zoom-out-cur) .mfp-content {
  width: 90%;
  max-width: 720px;
  max-height: 90%;
  background: #ffffff;
  padding: 15px;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup {
  float: left;
  width: 100%;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-title {
  float: left;
  width: 100%;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-content {
  float: left;
  width: 100%;
  overflow-y: auto;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-content .estimate-shipping-row {
  float: left;
  width: 100%;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-content .estimate-shipping-row .estimate-shipping-row-item {
  float: left;
  width: 100%;
  padding: 0;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-content .choose-shipping-title {
  float: left;
  width: 100%;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-content .shipping-options {
  float: left;
  width: 100%;
}
body:not(.mfp-zoom-out-cur) .mfp-content .estimate-shipping-popup .ship-to-content .apply-shipping-button-container {
  float: left;
  width: 100%;
}

.modal-header {
  overflow: hidden;
}
.modal-header .modal-title {
  margin: 0;
  font-size: 1.35rem;
}
.modal-header .close {
  border: none;
  outline: none;
  background: #ffffff;
}

.variantModal .modal-content {
  background: #F2F2F2;
}
.variantModal .modal-header .close {
  background: #F2F2F2;
}
.variantModal .modal-header .close:hover {
  cursor: pointer;
}
.variantModal .modal-dialog {
  width: 90%;
  max-width: 900px;
}

#cTermsModal .modal-dialog {
  width: 90%;
  max-width: 900px;
}

.simple-checkout-data {
  float: left;
  width: 100%;
}
.simple-checkout-data .button-2 {
  font-size: 0.938rem !important;
  line-height: 20px !important;
  padding: 11px 35px !important;
  font-weight: bold;
}
.simple-checkout-data h3 {
  font-size: 1.1rem !important;
}
.simple-checkout-data > form {
  float: left;
  width: 100%;
}
.simple-checkout-data .button-cart-top .minicarthead .editcart {
  color: #333333 !important;
}
.simple-checkout-data .button-cart-top .minicarthead .editcart:hover {
  cursor: pointer;
  color: #FF7100 !important;
  text-decoration: none !important;
}
.simple-checkout-data .inputs.secondary-address {
  margin: 15px 0 0 0 !important;
}
.simple-checkout-data .col-form-label {
  padding: 0 !important;
  margin: 10px 0 5px 0 !important;
}
.simple-checkout-data .simple-checkout-data-left .inputs + .coupon-box,
.simple-checkout-data .simple-checkout-data-left .inputs + .giftcard-box {
  margin-top: 30px;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box,
.simple-checkout-data .simple-checkout-data-left .giftcard-box {
  float: left;
  width: 100%;
  /*border:1px solid $grey3;*/
  padding: 15px;
  margin: 0 0 30px 0 !important;
  background: #F2F2F2;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .label-wrapper,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .label-wrapper {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .couponblock,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .couponblock {
  float: left;
  width: 100%;
  position: relative;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .couponblock input,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .couponblock input {
  width: 100%;
  display: block;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .couponblock .buttons,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .couponblock .buttons {
  float: left;
  width: auto;
  position: absolute;
  top: -9px;
  right: 1px;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .couponblock .buttons .button-2,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .couponblock .buttons .button-2 {
  line-height: 22px;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .couponblock .current-code,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .couponblock .current-code {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.simple-checkout-data .simple-checkout-data-left .coupon-box .couponblock .current-code .remove-discount-button,
.simple-checkout-data .simple-checkout-data-left .giftcard-box .couponblock .current-code .remove-discount-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  position: relative;
  background: transparent !important;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .shipping-title {
  float: left;
  width: 10% 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .shipping-block {
  float: Left;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .shipping-method {
  float: left;
  width: 100%;
  /*background:$grey1;*/
  border: 1px solid #333333;
  padding: 15px;
  margin: 0 0 30px 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .shipping-method h3 {
  margin: 0 0 15px 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .payment-method {
  float: left;
  width: 100%;
  /*background:$grey1;*/
  border: 1px solid #333333;
  padding: 15px;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .payment-method h3 {
  margin: 0 0 15px 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .payment-method .payment-block {
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-logo {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #ffffff;
  padding: 5px !important;
  border: 1px solid #F2F2F2;
  align-items: center;
  border-left: 5px solid #F2F2F2;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details label:before, .simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details label:after {
  display: none !important;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details label .payment-logo {
  width: 50px;
  margin: 0 5px 0px 0;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details label:hover {
  cursor: pointer;
  background: #F2F2F2;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details input[type=radio]:checked + label {
  border: 1px solid #FF7100;
  border-left: 5px solid #FF7100;
}
.simple-checkout-data .simple-checkout-data-rigth .shipping-payment-method .method-list li .method-name .payment-details input[type=radio]:checked + label:hover {
  background: #ffffff;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo {
  float: left;
  width: 100%;
  border: none;
  padding: 15px;
  margin: 30px 0;
  background: #F2F2F2;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td {
  float: left;
  width: 100%;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td input,
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td select {
  width: 100% !important;
  max-width: 99% !important;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td #ExpireMonth,
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td #ExpireYear {
  width: 40% !important;
  max-width: 90px !important;
  display: inline;
  float: none;
  padding: 0 15px;
}
.simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td #CardCode {
  width: 100 !important;
}
@media only screen and (max-width: 600px) {
  .simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td,
  .simple-checkout-data .simple-checkout-data-rigth .simple-checkout-paymentinfo .payment-info .info table tr td + td {
    width: 100%;
    margin: 0;
  }
}
.simple-checkout-data .terms-of-service {
  float: left;
  width: 100%;
  margin: 15px 0 !important;
}
.simple-checkout-data .terms-of-service label {
  width: auto !important;
}
.simple-checkout-data .terms-of-service .read {
  display: inline-block;
  line-height: 28px;
}
.simple-checkout-data .terms-of-service .read:hover {
  color: #FF7100;
  cursor: pointer;
}
.simple-checkout-data .checkoutBox {
  float: left;
  width: 100%;
  padding: 15px;
  /*background:$grey1;*/
  border: 1px solid #333333;
  margin: 0 0 30px 0;
}
.simple-checkout-data .checkoutBox select {
  background: unset !important;
  background-color: #ffffff;
  background-image: url("../img/select-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.simple-checkout-data .checkoutBox .primary-address-title {
  margin: 0 !important;
}
.simple-checkout-data .record-usesecondary-address {
  float: left;
  width: 100%;
}
.simple-checkout-data .record-usesecondary-address .secondary-address-description {
  float: left;
  width: 100%;
}
.simple-checkout-data .record-usesecondary-address .secondary-address-description .secondary-address-description-message {
  float: left;
  width: 100%;
}
.simple-checkout-data .record-usesecondary-address .secondary-address-description .secondary-address-description-message ul.secondary-address-info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #F2F2F2;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.simple-checkout-data .record-usesecondary-address .secondary-address-description .secondary-address-description-message ul.secondary-address-info li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.simple-checkout-order-summary-body {
  float: left;
  width: 100%;
}
.simple-checkout-order-summary-body .order-summary-content {
  float: left;
  width: 100%;
}
.simple-checkout-order-summary-body .order-summary-content .button-cart-top {
  float: left;
  width: 100%;
}
.simple-checkout-order-summary-body .order-summary-content .button-cart-top .miniCarthead {
  float: left;
  width: 100%;
}
.simple-checkout-order-summary-body .order-summary-content .cart {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row {
    margin: 0;
    position: relative;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .remove-from-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    padding: 10px;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .productImage {
    padding: 0 10px;
    width: 90px;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .product {
    float: left;
    width: calc(100% - 90px);
    padding-right: 50px;
    font-size: 0.875rem;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .utility {
    width: 100%;
    padding-left: 90px;
    padding-bottom: 15px;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .utility .unit-price {
    width: auto;
    max-width: 120px;
    padding: 0 15px;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .utility .quantity {
    width: 100px;
    padding: 0;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .utility .quantity input {
    width: 100px !important;
    font-size: 0.875rem;
  }
  .simple-checkout-order-summary-body .order-summary-content .cart .cart-item-row .utility .subtotal {
    width: auto;
    max-width: 120px;
    padding: 0 15px;
  }
}
.simple-checkout-order-summary-body .order-summary-content .cart .quantity {
  width: 90px;
  padding: 0;
}
.simple-checkout-order-summary-body .order-summary-content .cart .quantity input {
  width: 100px !important;
}
.simple-checkout-order-summary-body .order-summary-content .cart-footer {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.simple-checkout-order-summary-body .order-summary-content .cart-footer .totals {
  float: left !important;
  width: 100%;
  margin: 0;
}
.simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info {
  float: left;
  width: 100%;
}
.simple-checkout-order-summary-body .order-summary-content .cart-footer .totals .total-info .cart-total {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .simple-checkout-order-summary-body .unit-price {
    padding: 0 !important;
  }
}

.simple-checkout-confirm {
  float: left;
  width: 100%;
}
.simple-checkout-confirm .message-error {
  float: left;
  width: 100%;
}
.simple-checkout-confirm .message-error ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-checkout-confirm .message-error ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.simple-checkout-confirm .buttons {
  float: left;
  width: 100%;
  margin: 0;
}
.simple-checkout-confirm .buttons .button-1 {
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  line-height: 20px;
  padding: 11px 35px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #ffffff !important;
  background: #FF7100;
  border: none;
  outline: none;
  border-radius: 3px;
  text-transform: uppercase;
  border: none !important;
}
.simple-checkout-confirm .buttons .button-1:hover {
  background: rgb(229.5, 101.7, 0);
  color: #ffffff;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.ui-dialog {
  padding: 0;
}

.i-dialog-titlebar {
  float: left;
  width: 100%;
}
.i-dialog-titlebar .ui-dialog-titlebar-close {
  display: block !important;
  top: 0;
}

#secondary-address-popwindow {
  float: left;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#secondary-address-popwindow .button-2 {
  font-size: 0.938rem !important;
  line-height: 20px !important;
  padding: 11px 35px !important;
  font-weight: bold;
}
#secondary-address-popwindow .secondary-address-window-buttons-bottom {
  float: left;
  width: 100%;
}
#secondary-address-popwindow .secondary-address-window-buttons-bottom .button-1 {
  background: #FF7100;
}
#secondary-address-popwindow .secondary-address-window-buttons-bottom .button-1:hover, #secondary-address-popwindow .secondary-address-window-buttons-bottom .button-1:active, #secondary-address-popwindow .secondary-address-window-buttons-bottom .button-1:focus {
  background: rgb(229.5, 101.7, 0);
}

.simple-checkout-secondary-address-table label {
  font-size: 1rem;
  margin: 10px 0 5px 0;
}
.simple-checkout-secondary-address-table input,
.simple-checkout-secondary-address-table textarea {
  border: 1px solid #707070;
  padding: 0px 15px;
  width: calc(100% - 2px);
  max-width: 540px;
  font-size: 1rem;
  line-height: 42px;
  border-radius: 3px !important;
  float: left;
}
.simple-checkout-secondary-address-table input.button-1, .simple-checkout-secondary-address-table input.button-2, .simple-checkout-secondary-address-table input.button-3,
.simple-checkout-secondary-address-table textarea.button-1,
.simple-checkout-secondary-address-table textarea.button-2,
.simple-checkout-secondary-address-table textarea.button-3 {
  width: auto;
}

.html-login-page {
  float: left;
  width: 100%;
  background: #000;
}

.columnsLogin {
  float: left;
  width: 100%;
}

.login-page {
  float: left;
  width: 100%;
  max-width: 300px;
  margin: 0 calc(50% - 150px);
  background: #ffffff;
  border-radius: 3px;
  padding: 0;
  overflow: hidden;
}
.login-page .page-title {
  float: left;
  width: 100%;
  background: rgba(241, 241, 241, 0.8);
  text-align: center;
  padding: 30px 15px;
}
.login-page .page-title .logo {
  float: left;
  width: 100%;
  text-align: center;
}
.login-page .page-title .logo img {
  height: 30px;
  width: auto;
}
.login-page .page-title h1 {
  font-size: 1.5rem;
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
}
.login-page .page-body {
  float: left;
  width: 100%;
  padding: 15px;
}
.login-page .page-body .customer-blocks {
  float: left;
  width: 100%;
}
.login-page .page-body .customer-blocks .register-block {
  float: left;
  width: 100%;
  display: none;
}
.login-page .page-body .customer-blocks .returning-wrapper {
  float: left;
  width: 100%;
}
.login-page .page-body .customer-blocks .returning-wrapper form {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.login-page .page-body .customer-blocks .returning-wrapper form .title {
  float: left;
  width: 100%;
  display: none;
}
.login-page .page-body .customer-blocks .returning-wrapper form .form-fields {
  float: left;
  width: 100%;
}
.login-page .page-body .customer-blocks .returning-wrapper form .form-fields .reversed .forgot-password {
  float: left;
  width: 100%;
  text-align: center;
  color: #333333;
  margin: 15px 0 0 0;
}
.login-page .page-body .customer-blocks .returning-wrapper form .form-fields .reversed .forgot-password a {
  color: #333333;
}
.login-page .page-body .customer-blocks .returning-wrapper form .register-acc {
  float: left;
  width: 100%;
  text-align: center;
}
.login-page .page-body .customer-blocks .returning-wrapper form .register-acc .button-2-a {
  border: none;
  background: #F2F2F2;
  border-radius: 3px;
  outline: none;
  transition: all 0.2s ease-in-out;
  padding: 10px 20px;
}
.login-page .page-body .customer-blocks .returning-wrapper form .register-acc .button-2-a:hover {
  background: #333333;
  color: #ffffff;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.login-page .page-body .customer-blocks .returning-wrapper form .buttons {
  float: left;
  width: calc(100% + 30px);
  margin: 30px -15px 0 -15px;
}
.login-page .page-body .customer-blocks .returning-wrapper form .buttons .login-button {
  float: left;
  width: 100%;
  padding: 30px;
  border-radius: 0 !important;
}
.login-page .page-body .customer-blocks .returning-wrapper form .register-acc {
  float: left;
  text-align: center;
  width: calc(100% + 30px);
  margin: 0px -15px -15px -15px;
  border-radius: 0 !important;
}
.login-page .page-body .customer-blocks .returning-wrapper form .register-acc .button-2-a {
  border: none;
  background: #F2F2F2;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  padding: 30px;
  float: left;
  width: 100%;
  font-size: 0.938rem;
  line-height: 20px;
}
.login-page .page-body .customer-blocks .returning-wrapper form .register-acc .button-2-a:hover {
  background: #333333;
  color: #ffffff;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.login-page .page-body .topic-block {
  float: left;
  width: 100%;
  display: none;
}

.registration-page {
  float: left;
  width: 100%;
}

.registration-block {
  float: left;
  width: 100%;
  margin: 15px 0;
  background: #F2F2F2;
  padding: 15px;
  border-radius: 3px;
}
.registration-block .accept-consent label {
  width: auto;
}
.registration-block .accept-consent .read {
  line-height: 28px;
  display: inline;
}
.registration-block .accept-consent .read:hover {
  cursor: pointer;
  color: #FF7100;
}

@media only screen and (min-width: 900px) {
  .registration-block.top .fieldset:nth-child(1) .form-fields {
    float: left;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .registration-block.top .fieldset:nth-child(1) .form-fields .inputs {
    width: 33.333333%;
    padding: 0 15px;
    margin: 0;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields {
    float: left;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs {
    width: 33.333333%;
    padding: 0 15px;
    margin: 0;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs:nth-child(4) {
    clear: both;
    width: 100%;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs:nth-child(4) label {
    display: inline;
    width: auto;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs:nth-child(4) ul.option-list {
    float: left;
    width: auto;
    margin: 8px 0 0 5px;
    padding: 0;
    list-style-type: none;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs:nth-child(4) ul.option-list li {
    float: left;
    width: auto;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs:nth-child(4) ul.option-list li label {
    font-size: 0 !important;
  }
  .registration-block.top .fieldset:nth-child(2) .form-fields .inputs:nth-child(4) .require {
    display: inline-block !important;
  }
}
.newsletter {
  float: left;
  width: 100%;
}
.newsletter > .title {
  float: left;
  width: 100%;
  display: none;
}
.newsletter .newsletter-subscribe {
  float: left;
  width: 100%;
}
.newsletter .newsletter-subscribe .newsletter-email {
  float: left;
  width: 100%;
  position: relative;
}
.newsletter .newsletter-subscribe .newsletter-email input {
  float: left;
  width: 100%;
  border-radius: 3px;
  padding: 10px 120px 10px 20px;
  line-height: 20px;
  border: 1px solid #333333;
}
.newsletter .newsletter-subscribe .newsletter-email .newsletter-subscribe-button {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter .newsletter-subscribe .options .subscribe {
  margin-right: 15px;
}

.blogpost-page {
  float: left;
  width: 100%;
}
.blogpost-page .post-navigation {
  float: left;
  width: 100%;
  display: none;
}
.blogpost-page .page-title {
  float: left;
  width: 100%;
}
.blogpost-page .page-body {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .post-date {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  color: #B9B9B9;
}
.blogpost-page .page-body .rich-blog-image {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .rich-blog-image img {
  float: left;
  width: 100%;
  height: auto !important;
}
.blogpost-page .page-body .post-body {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .post-body img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.blogpost-page .page-body blockquote {
  float: left;
  width: 100%;
  padding: 15px;
  margin: 0px 0 15px 0;
  background: #F2F2F2;
  border-left: 5px solid #B9B9B9;
}
.blogpost-page .page-body .tags {
  float: left;
  width: 100%;
  padding: 15px;
  background: #F2F2F2;
  border: none;
  margin: 15px 0;
}
.blogpost-page .page-body .tags label {
  font-weight: 600;
}
.blogpost-page .page-body .tags ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blogpost-page .page-body .tags ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.blogpost-page .page-body .tags ul li a {
  color: #333333;
}
.blogpost-page .page-body .tags ul li a:hover {
  color: #FF7100;
}
.blogpost-page .page-body .tags ul li.separator {
  margin-right: 3px;
}
.blogpost-page .page-body .post-footer {
  float: left;
  width: 100%;
  border: none;
  padding: 15px;
  background: #F2F2F2;
  margin: 15px 0;
}
.blogpost-page .page-body .post-footer .post-relations {
  float: left;
  width: 100%;
  max-width: 100%;
}
.blogpost-page .page-body .post-footer .post-relations .category-list {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .post-footer .post-relations .related-posts-list {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .post-footer .post-relations ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blogpost-page .page-body .post-footer .post-relations ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.blogpost-page .page-body .post-footer .post-relations ul li a {
  color: #333333;
  font-size: 1rem;
}
.blogpost-page .page-body .post-footer .post-relations ul li a:hover {
  color: #FF7100;
  text-decoration: none;
}
.blogpost-page .page-body .post-footer .post-relations ul li.separator {
  margin-right: 3px;
}
.blogpost-page .page-body .post-footer .post-actions {
  float: left;
  width: 100%;
  max-width: 100%;
}
.blogpost-page .page-body .post-footer .post-actions .share-post {
  padding: 0;
  margin: 0;
}
.blogpost-page .page-body #comments {
  float: left;
  width: 100%;
  padding: 15px;
  background: #F2F2F2;
  margin: 15px 0;
}
.blogpost-page .page-body #comments .title {
  float: left;
  width: 100%;
}
.blogpost-page .page-body #comments .notifications {
  float: left;
  width: 100%;
}
.blogpost-page .page-body #comments form {
  float: left;
  width: 100%;
  margin: 0;
}
.blogpost-page .page-body #comments textarea {
  max-width: 100% !important;
}
.blogpost-page .page-body .comment-list {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.blogpost-page .page-body .comment-list .title {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.blogpost-page .page-body .comment-list .comments {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .comment-list .comments .comment {
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.blogpost-page .page-body .comment-list .comments .comment .comment-info {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .comment-list .comments .comment .comment-info .user-info {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .comment-list .comments .comment .comment-content {
  float: left;
  width: 100%;
}
.blogpost-page .page-body .comment-list .comments .comment .comment-content .comment-time {
  float: left;
  width: 100%;
  color: #B9B9B9;
}
.blogpost-page .page-body .comment-list .comments .comment .comment-content .comment-time label {
  margin: 0;
}
.blogpost-page .page-body .comment-list .comments .comment .comment-content .comment-body {
  float: left;
  width: 100%;
}

/*blog search results*/
.blog-search-results {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-search-results li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.blog-search-results li a {
  color: #333333 !important;
}
.blog-search-results li a:hover {
  color: #FF7100 !important;
}

.blog-instant-search .k-list-container .k-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-instant-search .k-list-container .k-list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog-instant-search .k-list-container .k-list li a,
.blog-instant-search .k-list-container .k-list li span {
  float: left;
  width: 100%;
  color: #333333;
  padding: 7px 10px;
  text-align: left;
}
.blog-instant-search .k-list-container .k-list li a:hover,
.blog-instant-search .k-list-container .k-list li span:hover {
  background: #F2F2F2;
  color: #333333;
}

.sitemap-page .entity {
  float: left;
  width: 100%;
}
.sitemap-page .entity .entity-title {
  float: left;
  width: 100%;
}
.sitemap-page .entity .entity-body {
  float: left;
  width: 100%;
}
.sitemap-page .entity .entity-body ul {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
  list-style-type: none;
  padding: 0;
}
.sitemap-page .entity .entity-body ul li {
  float: left;
  width: 100%;
  padding: 15px;
}
.sitemap-page .entity .entity-body ul li a {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #333333;
  background: #F2F2F2;
}
.sitemap-page .entity .entity-body ul li a:hover {
  color: #FF7100;
}
@media only screen and (min-width: 600px) {
  .sitemap-page .entity .entity-body ul li {
    width: 50%;
  }
  .sitemap-page .entity .entity-body ul li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 900px) {
  .sitemap-page .entity .entity-body ul li {
    width: 25%;
  }
  .sitemap-page .entity .entity-body ul li:nth-child(2n+1) {
    clear: none;
  }
  .sitemap-page .entity .entity-body ul li:nth-child(4n+1) {
    clear: both;
  }
}

.video-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56% 0 0 0;
  margin: 0 0 15px 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.registration-result-page {
  float: left;
  width: 100%;
}
.registration-result-page .result {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.registration-result-page .buttons {
  float: left;
  width: 100%;
}
.registration-result-page .buttons a,
.registration-result-page .buttons button {
  display: inline-block;
}

.ajaxSliderHome {
  float: left;
  width: 100%;
  background: #F2F2F2;
}

/*tooltips*/
.tooltip-inner {
  background: #333333;
  color: #ffffff;
  padding: 7px;
  border-radius: 3px;
}

.info-button {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 10px;
  color: #ffffff;
  background: #333333;
  font-weight: 400;
  font-size: 10px;
  top: -1px;
  left: 2px;
  position: relative;
  padding: 0;
}

/*prodajni program*/
.my-products .title-row {
  float: left;
  width: 100%;
}
.my-products .title-row .download-bar {
  float: left;
  width: 100%;
  padding: 15px;
  background: #F2F2F2;
}
.my-products .title-row .download-bar .download-bar-title {
  float: left;
  width: 50%;
  line-height: 40px;
}
.my-products .title-row .download-bar .download-bar-btn {
  float: left;
  width: 50%;
  text-align: right;
}
.my-products .title-row .download-bar .download-bar-btn .item-down {
  float: right;
  width: auto;
  margin: 0 0 0 10px;
}
.my-products .title-row .download-bar .download-bar-btn .item-down a {
  float: left;
  background: #333333;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 3px;
}
.my-products .products-wrapper {
  float: left;
  width: 100%;
}
.my-products .products-wrapper .showing-sort-wrapper {
  float: left;
  width: 100%;
  margin: 30px 0 15px 0;
}
.my-products .products-wrapper .showing-sort-wrapper .product-sort {
  float: left;
  width: 50%;
  margin: 0 !important;
}
.my-products .products-wrapper .showing-sort-wrapper .product-sort > span {
  float: left;
  width: auto;
  font-size: 1.063rem;
  line-height: 34px;
  margin: 0 30px 0 0;
}
.my-products .products-wrapper .showing-sort-wrapper .product-sort select {
  float: left;
  height: 34px;
  border: 1px solid #707070;
  border-radius: 0;
  min-width: 128px;
  font-size: 1.063rem;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}
.my-products .products-wrapper .showing-sort-wrapper .product-search {
  float: left;
  width: 100%;
}
.my-products .products-wrapper .showing-sort-wrapper .product-search form {
  float: right;
  margin: 0;
}
.my-products .products-wrapper .showing-sort-wrapper .product-search .myproducts-search-field {
  float: left;
  width: 100%;
}
.my-products .products-wrapper .showing-sort-wrapper .product-search .myproducts-search-field .inputs {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
}
.my-products .products-wrapper .showing-sort-wrapper .product-search .myproducts-search-field .inputs .search-box-text {
  font-size: 1.063rem;
  line-height: 30px !important;
  padding: 0 15px;
  height: 34px !important;
  border-radius: 0 !important;
}
.my-products .products-wrapper .showing-sort-wrapper .product-search .myproducts-search-field .inputs .search-box-button {
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .my-products .products-wrapper .showing-sort-wrapper .product-sort {
    width: 50%;
    padding-right: 15px;
  }
  .my-products .products-wrapper .showing-sort-wrapper .product-search {
    width: 50%;
    padding-left: 15px;
  }
}

.cart-print-section {
  float: left;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1109px) {
  .cart-print-section .cart-print-button {
    position: absolute;
    top: -60px;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1199px) {
  .cart-print-section .cart-print-button {
    position: absolute;
    top: -118px;
    right: calc(30% + 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .cart-print-section .cart-print-button {
    position: absolute;
    top: -118px;
    right: 342px;
  }
}

.contact-page .page-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: start;
  width: 100%;
}
.contact-page .page-body .html-widget {
  grid-column: 2;
  align-self: start;
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.contact-page .page-body .topic-block {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .contact-page .page-body .topic-block {
    width: 80%;
  }
}
.contact-page .page-body form {
  grid-column: 1;
}
.contact-page .page-body form .form-fields .inputs {
  margin-bottom: 16px;
}
.contact-page .page-body form input, .contact-page .page-body form textarea {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .contact-page .page-body {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .contact-page .page-body .html-widget {
    grid-column: 1;
    border-left: 0;
    padding-left: 0;
  }
}

/*480*/
@media (min-width:576px) {
  /*address list*/
  .address-list .address-item {
    max-width: 50%;
    height: 100%;
  }
  .address-list .address-item:nth-child(2n+1) {
    clear: both;
  }
  .newsListHome .item,
  .newsListBlog .item {
    width: 50%;
  }
  .newsListHome .item:nth-child(2n+1),
  .newsListBlog .item:nth-child(2n+1) {
    clear: both;
  }
}
/*576*/
@media (min-width:768px) {
  .category-page .item-grid .item-box,
  .search-page .item-grid .item-box,
  .my-products .item-grid .item-box {
    width: 33.3333333%;
  }
  .category-page .item-grid .item-box:nth-child(2n+1),
  .search-page .item-grid .item-box:nth-child(2n+1),
  .my-products .item-grid .item-box:nth-child(2n+1) {
    clear: none;
  }
  .category-page .item-grid .item-box:nth-child(3n+1),
  .search-page .item-grid .item-box:nth-child(3n+1),
  .my-products .item-grid .item-box:nth-child(3n+1) {
    clear: both;
  }
  /*address list*/
  .address-list .address-item {
    max-width: 33.3333333333%;
  }
  .address-list .address-item:nth-child(2n+1) {
    clear: none;
  }
  .address-list .address-item:nth-child(3n+1) {
    clear: both;
  }
  .newsListHome .item,
  .newsListBlog .item {
    width: 33.33333%;
  }
  .newsListHome .item:nth-child(2n+1),
  .newsListBlog .item:nth-child(2n+1) {
    clear: none;
  }
  .newsListHome .item:nth-child(3n+1),
  .newsListBlog .item:nth-child(3n+1) {
    clear: both;
  }
  .footer .footer-upper .footer-block.left {
    width: 66.6666%;
  }
  .footer .footer-upper .footer-block.right {
    width: 33.33333%;
  }
  .footer .footer-lower .footer-info {
    width: 60%;
  }
  .footer .footer-lower .social {
    width: 40%;
    margin-top: 0;
  }
  .footer .footer-lower .social .align {
    float: right;
  }
  .footer .footer-lower .social a {
    margin: -2px 0px 7px 25px;
  }
  .subcategoriesOne .item {
    width: 50%;
  }
  .subcategoriesOne .item:nth-child(1) {
    width: 100%;
  }
}
/*768*/
@media (min-width:992px) {
  /*HEADER*/
  .header {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
  }
  .header .header-upper {
    float: left;
    width: 100%;
    background: #F2F2F2;
    height: 70px;
    z-index: 2;
    position: relative;
  }
  .header .header-upper .header-logo {
    float: left;
    width: 200px;
    margin: 18px 0;
  }
  .header .header-upper .header-logo a {
    float: left;
    width: auto;
  }
  .header .header-upper .header-logo a img {
    float: left;
    height: 34px;
    width: auto;
  }
  .header .header-upper .search-box {
    float: left;
    width: calc(100% - 400px);
  }
  .header .header-upper .search-box .mobileSearchClose {
    display: none !important;
  }
  .header .header-upper .search-box form {
    float: left;
    width: 100%;
    max-width: 374px;
    margin: 15px calc(50% - 187px);
    position: relative;
  }
  .header .header-upper .search-box .search-box-text {
    float: left;
    width: 100%;
    max-width: 374px;
    border-radius: 5px;
    border: 1px solid #FF7100;
    background: #ffffff;
    height: 40px;
    font-size: 0.875rem;
    line-height: 20px;
    padding: 9px 50px 9px 25px;
    color: #B9B9B9;
  }
  .header .header-upper .search-box .search-box-text::-moz-placeholder {
    color: #B9B9B9;
    opacity: 1;
  }
  .header .header-upper .search-box .search-box-text::placeholder {
    color: #B9B9B9;
    opacity: 1;
  }
  .header .header-upper .search-box .search-box-text:-ms-input-placeholder {
    color: #B9B9B9;
  }
  .header .header-upper .search-box .search-box-text::-ms-input-placeholder {
    color: #B9B9B9;
  }
  .header .header-upper .search-box .search-box-button {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #ffffff;
    color: #FF7100 !important;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .header .header-upper .header-links-wrapper {
    float: left;
    width: 200px;
  }
  .header .header-upper .header-links-wrapper .header-links {
    float: right;
    width: auto;
  }
  .header .header-upper .header-links-wrapper .buttonBox {
    float: left;
    position: relative;
    border-right: 1px solid #B9B9B9;
  }
  .header .header-upper .header-links-wrapper .buttonBox:nth-child(2) {
    border-left: 1px solid #B9B9B9;
  }
  .header .header-upper .header-links-wrapper .buttonBox .iconButton {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    font-size: 22px;
    transition: all 0.2s ease-in-out;
    position: relative;
  }
  .header .header-upper .header-links-wrapper .buttonBox .iconButton:hover {
    cursor: pointer;
    color: #FF7100;
    transition: all 0.2s ease-in-out;
  }
  .header .header-upper .header-links-wrapper .buttonBox .iconButton .cart-qty {
    float: left;
    width: 22px;
    height: 22px;
    background: #333333;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu {
    float: left;
    width: 150px;
    position: absolute;
    top: 100%;
    left: -40px;
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
    border: 1px solid #B9B9B9;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu li a {
    float: left;
    width: 100%;
    font-size: 0.875rem;
    padding: 7px 10px;
    color: #333333;
  }
  .header .header-upper .header-links-wrapper .buttonBox .userMenu li a:hover {
    cursor: pointer;
    background: #F2F2F2;
  }
  .header .header-upper .header-links-wrapper .buttonBox.mobileOnly {
    display: none;
  }
  .header .header-lower {
    float: left;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #B9B9B9;
    position: absolute;
    top: 70px;
    background: #ffffff;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    /*menu*/
  }
  .header .header-lower .header-selectors-wrapper {
    float: right;
    width: auto;
  }
  .header .header-lower .header-selectors-wrapper .hl-text {
    float: left;
    width: auto;
    font-size: 0.875rem;
    line-height: 20px;
    margin: 12px 10px;
  }
  .header .header-lower .header-selectors-wrapper .hl-text a {
    float: left;
    width: auto;
    font-size: 0.875rem;
    line-height: 20px;
    color: #333333;
  }
  .header .header-lower .header-selectors-wrapper .hl-text a i {
    margin-right: 7px;
  }
  .header .header-lower .header-selectors-wrapper .currency-selector {
    float: left;
    width: auto;
    display: none;
  }
  .header .header-lower .header-selectors-wrapper .language-selector {
    float: left;
    width: auto;
    display: none;
  }
  .header .header-lower .header-selectors-wrapper select {
    border: none;
    height: 36px;
    margin: 5px 0;
    line-height: 36px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right 4px center;
  }
  .header .header-lower .header-selectors-wrapper select:hover {
    cursor: pointer;
  }
  .header .header-lower .header-selectors-wrapper select:focus {
    background-color: #F2F2F2;
  }
  .header.sticky .header-upper {
    position: relative;
    z-index: 2;
  }
  .header.sticky .header-lower {
    position: absolute;
    top: 25px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }
  .master-wrapper-content {
    margin-top: 116px;
  }
  .admin-header-links + .header ~ .master-wrapper-content {
    margin-top: 146px;
  }
}
/*992*/
/*END MAX1250*/
@media (min-width:1200px) {
  .two-col-row .center-2 {
    width: calc(100% - 250px);
  }
  .two-col-row .side-2 {
    display: block;
    width: 250px;
  }
  .mobileSide {
    display: none;
  }
  .mobileSideFade {
    display: none !important;
  }
  .mobileSideClose {
    display: none;
  }
  .footer .footer-upper .footer-block {
    padding: 0;
  }
  .my-products .item-grid .item-box {
    width: 25%;
  }
  .my-products .item-grid .item-box:nth-child(3n+1) {
    clear: none;
  }
  .my-products .item-grid .item-box:nth-child(4n+1) {
    clear: both;
  }
}
/*1200*/
/*1480*/
/*mobile-menu*/
@media only screen and (max-width: 991px) {
  .top-menu.notmobile,
  .mm-menu {
    display: none;
    float: left;
    width: 300px;
    padding: 15px;
    background: #ffffff;
    z-index: 9999999;
    list-style-type: none;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    box-shadow: 0 0 5px 10px rgba(51, 51, 51, 0.3);
  }
  .top-menu.notmobile li,
  .mm-menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .top-menu.notmobile li a,
  .top-menu.notmobile li .single-item-categories,
  .mm-menu li a,
  .mm-menu li .single-item-categories {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    color: #333333;
  }
  .top-menu.notmobile li a:hover,
  .top-menu.notmobile li .single-item-categories:hover,
  .mm-menu li a:hover,
  .mm-menu li .single-item-categories:hover {
    color: #FF7100;
  }
  .top-menu.notmobile li ul,
  .mm-menu li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    display: none;
    border-top: 1px solid #F2F2F2;
    background: #F2F2F2;
  }
  .top-menu.notmobile li ul li,
  .mm-menu li ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
  .top-menu.notmobile li ul li.hasSublist ul, .top-menu.notmobile li ul li.has-sublist ul,
  .mm-menu li ul li.hasSublist ul,
  .mm-menu li ul li.has-sublist ul {
    background: #ffffff;
  }
  .top-menu.notmobile li ul li.hasSublist ul li, .top-menu.notmobile li ul li.has-sublist ul li,
  .mm-menu li ul li.hasSublist ul li,
  .mm-menu li ul li.has-sublist ul li {
    border-bottom: 1px solid #F2F2F2;
  }
  .top-menu.notmobile li ul li.hasSublist ul ul,
  .top-menu.notmobile li ul li.hasSublist ul .subToggle, .top-menu.notmobile li ul li.has-sublist ul ul,
  .top-menu.notmobile li ul li.has-sublist ul .subToggle,
  .mm-menu li ul li.hasSublist ul ul,
  .mm-menu li ul li.hasSublist ul .subToggle,
  .mm-menu li ul li.has-sublist ul ul,
  .mm-menu li ul li.has-sublist ul .subToggle {
    display: none;
  }
  .top-menu.notmobile li.hasSublist > a,
  .top-menu.notmobile li.hasSublist .single-item-categories, .top-menu.notmobile li.has-sublist > a,
  .top-menu.notmobile li.has-sublist .single-item-categories,
  .mm-menu li.hasSublist > a,
  .mm-menu li.hasSublist .single-item-categories,
  .mm-menu li.has-sublist > a,
  .mm-menu li.has-sublist .single-item-categories {
    width: calc(100% - 40px);
  }
  .top-menu.notmobile li.hasSublist .subToggle, .top-menu.notmobile li.has-sublist .subToggle,
  .mm-menu li.hasSublist .subToggle,
  .mm-menu li.has-sublist .subToggle {
    float: left;
    width: 40px;
    text-align: center;
    color: #333333;
    font-size: 1rem;
    padding: 15px 0;
  }
  .top-menu.notmobile > li.has-sublist > ul,
  .mm-menu > li.has-sublist > ul {
    display: block;
  }
  .mobileMenuFade {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.4);
    display: none;
    z-index: 9999998;
  }
  .mobile-util {
    float: left;
    width: calc(100% + 30px);
    margin: 0 -15px 15px -15px;
  }
  .mobile-util .mobileMenuClose {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 20px;
  }
  .mobile-util .mobileMenuClose:hover {
    cursor: pointer;
    color: #FF7100;
  }
  .desktopMenuFade {
    display: none !important;
  }
  .admin-header-links + .header .top-menu {
    padding-top: 30px;
  }
} /*end*/
/*desktop-menu*/
@media only screen and (min-width: 992px) {
  .mobileMenuFade {
    display: none !important;
  }
  .mobile-util {
    display: none !important;
  }
  .top-menu.notmobile,
  .mm-menu {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block !important;
  }
  .top-menu.notmobile li,
  .mm-menu li {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .top-menu.notmobile li > a,
  .top-menu.notmobile li .single-item-categories,
  .mm-menu li > a,
  .mm-menu li .single-item-categories {
    float: left;
    width: auto;
    line-height: 41px;
    margin: 0px 10px 0px 0;
    color: #333333;
    padding: 0 10px;
    letter-spacing: 0px;
    font-size: 1.063rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
  }
  .top-menu.notmobile li > a:hover,
  .top-menu.notmobile li .single-item-categories:hover,
  .mm-menu li > a:hover,
  .mm-menu li .single-item-categories:hover {
    color: #FF7100;
    cursor: pointer;
    border-bottom: 2px solid #FF7100;
  }
  .top-menu.notmobile li .subToggle,
  .mm-menu li .subToggle {
    display: none !important;
  }
  .top-menu.notmobile li ul.sublist,
  .mm-menu li ul.sublist {
    float: left;
    width: 340px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: none;
    background: #F2F2F2;
    z-index: 3;
  }
  .top-menu.notmobile li ul.sublist li,
  .mm-menu li ul.sublist li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top-menu.notmobile li ul.sublist li a,
  .mm-menu li ul.sublist li a {
    float: left;
    width: 100%;
    border: none;
  }
  .top-menu.notmobile li ul.sublist li a:hover,
  .mm-menu li ul.sublist li a:hover {
    background: #C6C6C6;
    border: none;
    color: #333333;
    text-shadow: 0 0 0.1px #333333;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist, .top-menu.notmobile li ul.sublist li.has-sublist,
  .mm-menu li ul.sublist li.hasSublist,
  .mm-menu li ul.sublist li.has-sublist {
    position: relative;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist > a, .top-menu.notmobile li ul.sublist li.has-sublist > a,
  .mm-menu li ul.sublist li.hasSublist > a,
  .mm-menu li ul.sublist li.has-sublist > a {
    position: relative;
    padding-right: 20px;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist > a:after, .top-menu.notmobile li ul.sublist li.has-sublist > a:after,
  .mm-menu li ul.sublist li.hasSublist > a:after,
  .mm-menu li ul.sublist li.has-sublist > a:after {
    content: "\f105";
    font-family: "fa";
    font-size: 1.1rem;
    color: #FF7100;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .top-menu.notmobile li ul.sublist li.hasSublist ul, .top-menu.notmobile li ul.sublist li.has-sublist ul,
  .mm-menu li ul.sublist li.hasSublist ul,
  .mm-menu li ul.sublist li.has-sublist ul {
    float: left;
    width: 340px;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #ffffff;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist ul li, .top-menu.notmobile li ul.sublist li.has-sublist ul li,
  .mm-menu li ul.sublist li.hasSublist ul li,
  .mm-menu li ul.sublist li.has-sublist ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist ul li a, .top-menu.notmobile li ul.sublist li.has-sublist ul li a,
  .mm-menu li ul.sublist li.hasSublist ul li a,
  .mm-menu li ul.sublist li.has-sublist ul li a {
    float: left;
    width: 100%;
    border: none;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist ul li a:hover, .top-menu.notmobile li ul.sublist li.has-sublist ul li a:hover,
  .mm-menu li ul.sublist li.hasSublist ul li a:hover,
  .mm-menu li ul.sublist li.has-sublist ul li a:hover {
    background: #C6C6C6;
    border: none;
    color: #333333;
    text-shadow: 0 0 0.1px #333333;
  }
  .top-menu.notmobile li ul.sublist li.hasSublist:hover > ul, .top-menu.notmobile li ul.sublist li.has-sublist:hover > ul,
  .mm-menu li ul.sublist li.hasSublist:hover > ul,
  .mm-menu li ul.sublist li.has-sublist:hover > ul {
    display: block;
  }
  .top-menu.notmobile li ul.sublist li:hover > a,
  .mm-menu li ul.sublist li:hover > a {
    background: #C6C6C6;
    border: none;
    color: #333333;
    text-shadow: 0 0 0.1px #333333;
  }
  .top-menu.notmobile li:hover > a,
  .mm-menu li:hover > a {
    color: #FF7100;
    border-bottom: 2px solid #FF7100;
  }
  .top-menu.notmobile li:hover > ul.sublist,
  .mm-menu li:hover > ul.sublist {
    display: block;
  }
  .desktopMenuFade {
    float: left;
    width: 100vw;
    position: fixed;
    top: 116px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(51, 51, 51, 0.4);
    display: none;
  }
  .admin-header-links + .header .desktopMenuFade {
    top: 146px;
  }
} /*end*/
.product-details-page {
  float: left;
  width: 100%;
}
.product-details-page .page-body {
  float: left;
  width: 100%;
}
.product-details-page .page-body > form {
  float: left;
  width: 100%;
}

.product-essential {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  /*end overview*/
}
.product-essential .gallery {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product-essential .gallery .picture {
  float: left;
  width: 100%;
}
.product-essential .gallery .picture img {
  float: left;
  width: 100%;
  height: auto;
}
.product-essential .gallery .picture-thumbs {
  float: left;
  width: calc(100% + 10px);
  margin: 5px -5px;
}
.product-essential .gallery .picture-thumbs .thumb-item {
  float: left;
  width: 25%;
  padding: 5px;
}
.product-essential .gallery .picture-thumbs .thumb-item img {
  float: left;
  width: 100%;
}
.product-essential .overview {
  float: left;
  width: 100%;
  /*.add-to-cart{float:left; width:100%;
      .add-to-cart-panel{float:left; width:100%;
          .productQuantity{margin:15px 0; padding:30px 0; border-top:1px solid $grey3; border-bottom:1px solid $grey3;
              .qty-label{margin-top:0;}
          }
      }
  }*/
  /*extra*/
}
.product-essential .overview .product-name {
  float: left;
  width: 100%;
}
.product-essential .overview .product-name h1 {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.product-essential .overview .short-description {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
}
.product-essential .overview .product-reviews-overview {
  float: left;
  width: 100%;
  display: none;
}
.product-essential .overview .availability {
  float: left;
  width: 100%;
  color: #707070;
  font-size: 0.813rem;
  font-weight: 400;
}
.product-essential .overview .additional-details {
  float: left;
  width: 100%;
  color: #707070;
  font-size: 0.813rem;
  font-weight: 400;
}
.product-essential .overview .delivery {
  float: left;
  width: 100%;
  color: #707070;
  font-size: 0.813rem;
  font-weight: 400;
}
.product-essential .overview .attributes {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}
.product-essential .overview .attributes dl {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.product-essential .overview .attributes dl dt {
  float: left;
  width: 100%;
}
.product-essential .overview .attributes dl dd {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.product-essential .overview .attributes dl label {
  width: auto;
  max-width: calc(100% - 2px);
}
.product-essential .overview .attributes dl .required {
  margin-top: 10px;
}
.product-essential .overview .attributes ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-essential .overview .attributes ul li {
  float: left;
  width: 100%;
}
.product-essential .overview .prices {
  float: left;
  width: 100%;
}
.product-essential .overview .prices .product-price {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.product-essential .overview .prices .product-est {
  float: left;
  width: 100%;
  color: #707070;
  font-size: 0.813rem;
  font-weight: 400;
}
.product-essential .overview .quantityWrapper {
  float: left;
  width: 100%;
}
.product-essential .overview .quantityWrapper .productQuantity {
  margin: 15px 0;
  padding: 30px 0;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
}
.product-essential .overview .quantityWrapper .productQuantity .qty-label {
  margin-top: 0;
}
.product-essential .overview .product-estimate-shipping {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.product-essential .overview .product-estimate-shipping a, .product-essential .overview .product-estimate-shipping .open-estimate-shipping-popup {
  float: left;
  width: auto;
  color: #333333;
}
.product-essential .overview .product-estimate-shipping a .shipping-title, .product-essential .overview .product-estimate-shipping .open-estimate-shipping-popup .shipping-title {
  float: left;
  width: 100%;
}
.product-essential .overview .product-estimate-shipping a .estimated-delivery, .product-essential .overview .product-estimate-shipping .open-estimate-shipping-popup .estimated-delivery {
  float: left;
  width: 100%;
}
.product-essential .overview .product-estimate-shipping a:hover, .product-essential .overview .product-estimate-shipping .open-estimate-shipping-popup:hover {
  color: #FF7100;
}
.product-essential .overview .buttons {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.product-essential .overview .overview-buttons {
  float: left;
  width: 100%;
  display: none;
}
.product-essential .overview .product-share-button {
  float: left;
  width: 100%;
  display: none;
}
.product-essential .overview .price-panel {
  float: left;
  width: 100%;
  background: #F2F2F2;
  padding: 15px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}
.product-essential .overview .price-panel .prices {
  order: 1;
}
.product-essential .overview .price-panel .product-estimate-shipping {
  order: 3;
}
.product-essential .overview .price-panel .quantityWrapper {
  order: 2;
}
.product-essential .overview .price-panel .buttons {
  order: 4;
}
.product-essential .full-description {
  float: left;
  width: 100%;
}

.p-icons {
  float: left;
  width: 100%;
  padding: 5px;
}
.p-icons .item {
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px;
  text-align: center;
}
.p-icons img {
  max-width: 50px;
  max-height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.icon-orange {
  float: left;
  width: auto;
}

.icon-black {
  float: left;
  width: auto;
}

.p-variant-table {
  float: left;
  width: 100%;
}

.variantTable {
  float: left;
  width: 100%;
  margin: 15px 0;
}
@media only screen and (max-width: 999px) {
  .variantTable .thead {
    display: none;
  }
  .variantTable .tbody {
    float: left;
    width: 100%;
  }
  .variantTable .tbody .tr {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #F2F2F2;
    margin: 0 0 10px 0;
  }
  .variantTable .tbody .tr .more {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FF7100;
    background: #ffffff;
    border: 2px solid #FF7100;
    line-height: 26px;
    text-align: center;
    margin-top: 2px;
  }
  .variantTable .tbody .tr .data {
    float: left;
    width: 100%;
  }
  .variantTable .tbody .tr .td {
    float: left;
    width: 100%;
    font-size: 0.875rem;
    padding: 0 40px;
    text-align: center;
  }
  .variantTable .tbody .tr .td.name {
    font-size: 1rem;
    font-weight: 600;
    width: calc(100% - 40px);
    margin-left: 10px;
    padding: 0;
  }
  .variantTable .tbody .tr .td.price {
    font-size: 1rem;
    font-weight: 600;
  }
  .variantTable .tbody .tr .td.quantity {
    margin-top: 10px;
  }
  .variantTable .tbody .tr .td.quantity .attributes {
    float: left;
    width: 100%;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl {
    float: left;
    width: 220px;
    margin: 0 calc(50% - 110px);
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt {
    float: left;
    width: 100%;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt label {
    width: auto !important;
    max-width: 99% !important;
    margin: 0 !important;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dd {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt {
    width: 100% !important;
    margin-top: 7px;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt .attribute-description {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt .attribute-description p {
    font-size: 0.875rem;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd {
    width: 100% !important;
    position: relative;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd:after {
    content: "m";
    position: absolute;
    top: 9px;
    right: -17px;
    font-size: 1rem;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd input {
    float: left;
    width: 100%;
    padding: 0 3px !important;
    text-align: center;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd input.error {
    border-color: #e30000;
    color: #e30000;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd .warning-info {
    color: #e30000;
  }
  .variantTable .tbody .tr .td.quantity .amount {
    float: left;
    height: 40px;
    width: 70px;
    margin-left: calc(50% - 110px);
    font-size: 0.875rem;
  }
  .variantTable .tbody .tr .td.quantity .multiplier {
    float: left;
    line-height: 40px;
    width: 30px;
    text-align: center;
    font-size: 1rem;
  }
  .variantTable .tbody .tr .td.quantity .qty-dropdown {
    float: left;
    width: 120px;
    height: 40px;
  }
  .variantTable .tbody .tr .quantityWrapper {
    float: left;
    width: 100%;
  }
  .variantTable .tbody .tr .quantityWrapper .productQuantity {
    float: left;
    width: 170px;
    margin: 0 calc(50% - 85px);
  }
  .variantTable .tbody .tr .buttons {
    float: left;
    width: 100%;
    text-align: center;
  }
  .variantTable .tbody .tr .buttons button span {
    display: none;
  }
}
.variantTable .prices .non-discounted-price label {
  display: none;
}
.variantTable .prices .non-discounted-price span {
  text-decoration: line-through;
}
.variantTable .prices .discounted-price span {
  display: none;
}
.variantTable .prices .discounted-price span + span {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  .variantTable .prices .non-discounted-price {
    float: left;
    margin-right: 5px;
  }
  .variantTable .prices .non-discounted-price label {
    display: none;
  }
  .variantTable .prices .non-discounted-price span {
    text-decoration: line-through;
    font-size: 0.7rem;
  }
  .variantTable .prices .discounted-price {
    float: left;
  }
  .variantTable .prices .discounted-price span {
    display: none;
  }
  .variantTable .prices .discounted-price span + span {
    display: inline-block;
  }
  .variantTable .thead {
    float: left;
    width: 100%;
  }
  .variantTable .thead .tr {
    float: left;
    width: 100%;
  }
  .variantTable .thead .tr .th {
    float: left;
    width: 120px;
    font-size: 0.85rem;
    font-weight: bold;
    padding-right: 10px;
  }
  .variantTable .thead .tr .th:nth-child(3) {
    width: 165px;
  }
  .variantTable .thead .tr .th:nth-child(4) {
    width: 110px;
  }
  .variantTable .thead .tr .th:nth-child(5) {
    width: 90px;
  }
  .variantTable .thead .tr .th.sku {
    width: 75px;
  }
  .variantTable .thead .tr .th.price {
    width: 80px;
  }
  .variantTable .thead .tr .th.name { /*width:160px;*/
    width: calc(100% - 875px);
    margin-left: 20px;
  }
  .variantTable .thead .tr .th.quantity {
    width: 265px;
  }
  .variantTable .tbody {
    float: left;
    width: 100%;
  }
  .variantTable .tbody .tr {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    padding-bottom: 15px;
  }
  .variantTable .tbody .tr .more {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #FF7100;
    background: #ffffff;
    border: 1px solid #FF7100;
    line-height: 12px;
    text-align: center;
    margin-top: 2px;
    margin-right: 6px;
    font-size: 0.625rem;
    transition: all 0.2s ease-in-out;
  }
  .variantTable .tbody .tr .more:hover {
    background: #FF7100;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .variantTable .tbody .tr .td {
    float: left;
    width: 120px;
    font-size: 0.85rem;
  }
  .variantTable .tbody .tr .td.tdi-3 {
    width: 165px;
  }
  .variantTable .tbody .tr .td.tdi-4 {
    width: 110px;
  }
  .variantTable .tbody .tr .td.tdi-5 {
    width: 90px;
  }
  .variantTable .tbody .tr .td.sku {
    width: 75px;
  }
  .variantTable .tbody .tr .td.price {
    width: 80px;
  }
  .variantTable .tbody .tr .td.name {
    float: left; /*width:160px;*/
    width: calc(100% - 875px);
    padding-right: 10px;
  }
  .variantTable .tbody .tr .td.quantity {
    float: left;
    width: 335px; /*115px;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .variantTable .tbody .tr .td.quantity .amount {
    float: left;
    height: 24px;
    width: 70px;
    font-size: 0.863rem;
  }
  .variantTable .tbody .tr .td.quantity .multiplier {
    float: left;
    line-height: 24px;
    width: 30px;
    text-align: center;
    font-size: 0.863rem;
  }
  .variantTable .tbody .tr .td.quantity .qty-dropdown {
    float: left;
    width: 120px;
    height: 24px;
    font-size: 0.863rem;
    line-height: 22px;
  }
  .variantTable .tbody .tr .td.quantity .quantityWrapper {
    float: left;
    width: 70px; /*position:absolute; right:55px; bottom:23px;*/
    position: relative;
  }
  .variantTable .tbody .tr .td.quantity .quantityWrapper .productQuantity {
    position: relative;
    position: absolute;
    bottom: 3px;
  }
  .variantTable .tbody .tr .td.quantity .quantityWrapper .productQuantity .qty-label {
    display: none;
  }
  .variantTable .tbody .tr .td.quantity .quantityWrapper .productQuantity .pqButton {
    display: none;
  }
  .variantTable .tbody .tr .td.quantity .quantityWrapper .productQuantity .qty-input {
    float: left;
    width: 50px;
    height: 19px;
    line-height: 19px;
    font-size: 0.75rem;
  }
  .variantTable .tbody .tr .td.quantity .quantityWrapper .productQuantity:before {
    content: "\e80e";
    font-family: "fa";
    font-size: 0.75rem;
    color: #333333;
    position: absolute;
    top: 0;
    /*right:5px;*/
    line-height: 19px;
    left: -14px;
  }
  .variantTable .tbody .tr .td.quantity .attributes {
    float: left;
    width: 210px;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl {
    float: left;
    width: 100%;
    padding-right: 20px;
    position: relative;
    margin-bottom: 0;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt {
    float: left;
    width: 60px;
    font-size: 0.75rem;
    margin-top: 1px;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt label {
    font-size: 0.75rem;
    float: left;
    width: auto !important;
    max-width: 99% !important;
    margin: 0;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dd {
    float: left;
    margin-bottom: 0;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dd select {
    float: left;
    width: 130px;
    height: 19px;
    line-height: 19px;
    font-size: 0.75rem;
    margin: 1px 0px;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt {
    width: calc(100% - 60px) !important;
    margin-top: 7px;
    position: relative;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt .attribute-description {
    float: left;
    width: calc(100% + 190px);
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 0.75rem;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt .attribute-description p {
    font-size: 0.75rem;
    margin: 0;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd {
    margin-top: 5px;
    margin-bottom: 4px;
    position: relative;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd:after {
    content: "m";
    position: absolute;
    top: 1px;
    right: -12px;
    font-size: 0.675rem;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd input {
    float: left;
    width: 50px;
    height: 19px !important;
    line-height: 19px !important;
    font-size: 0.75rem;
    text-align: center;
    padding: 0 5px !important;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd input.error {
    border-color: #e30000;
    color: #e30000;
  }
  .variantTable .tbody .tr .td.quantity .attributes dl dt + dd + dt + dd .warning-info {
    position: absolute;
    right: 180px;
    width: 300px;
    font-size: 0.75rem;
    color: #e30000;
    line-height: 19px;
    top: 2px;
  }
  .variantTable .tbody .tr .td.quantity .buttons {
    float: right;
    width: 45px;
    text-align: right;
    margin: 0;
  }
  .variantTable .tbody .tr .td.quantity .buttons a, .variantTable .tbody .tr .td.quantity .buttons .button-1 {
    padding: 5px 10px;
    font-size: 0.85rem;
    line-height: 9px;
    border-radius: 0;
  }
  .variantTable .tbody .tr .td.quantity .buttons button span {
    display: none;
  }
  .variantTable .stock-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .variantTable.no-addtocart .thead .tr .th {
    width: 120px;
  }
  .variantTable.no-addtocart .thead .tr .th:nth-child(3) {
    width: 190px;
  }
  .variantTable.no-addtocart .thead .tr .th:nth-child(4) {
    width: 100px;
  }
  .variantTable.no-addtocart .thead .tr .th:nth-child(5) {
    width: 100px;
  }
  .variantTable.no-addtocart .thead .tr .th.sku {
    width: 100px;
  }
  .variantTable.no-addtocart .thead .tr .th.price {
    width: 70px;
  }
  .variantTable.no-addtocart .thead .tr .th.name {
    width: calc(100% - 850px);
  }
  .variantTable.no-addtocart .thead .tr .th.quantity {
    width: 260px;
    display: none;
  }
  .variantTable.no-addtocart .tbody .tr .td {
    width: 120px;
  }
  .variantTable.no-addtocart .tbody .tr .td.tdi-3 {
    width: 190px;
  }
  .variantTable.no-addtocart .tbody .tr .td.tdi-4 {
    width: 100px;
  }
  .variantTable.no-addtocart .tbody .tr .td.tdi-5 {
    width: 100px;
  }
  .variantTable.no-addtocart .tbody .tr .td.sku {
    width: 100px;
  }
  .variantTable.no-addtocart .tbody .tr .td.price {
    width: 70px;
  }
  .variantTable.no-addtocart .tbody .tr .td.name {
    width: calc(100% - 850px);
  }
  .variantTable.no-addtocart .tbody .tr .td.quantity {
    width: 260px;
  }
  .variantTable.no-addtocart .tbody .tr .td.quantity .attributes {
    width: 190px;
  }
  .variantTable.no-addtocart .tbody .tr .td.quantity .attributes dl {
    padding-right: 0;
    margin-bottom: 0;
  }
  .variantTable.no-addtocart .tbody .tr .td.quantity .attributes dl:before {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .variantTable.no-addtocart.thin .thead .tr .th {
    width: 120px;
  }
  .variantTable.no-addtocart.thin .thead .tr .th:nth-child(3) {
    width: 220px;
  }
  .variantTable.no-addtocart.thin .thead .tr .th:nth-child(4) {
    width: 110px;
  }
  .variantTable.no-addtocart.thin .thead .tr .th:nth-child(5) {
    width: 100px;
  }
  .variantTable.no-addtocart.thin .thead .tr .th.sku {
    width: 110px;
  }
  .variantTable.no-addtocart.thin .thead .tr .th.price {
    width: 80px;
  }
  .variantTable.no-addtocart.thin .thead .tr .th.name {
    width: calc(100% - 710px);
  }
  .variantTable.no-addtocart.thin .thead .tr .th.quantity {
    width: 70px;
    display: none;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td {
    width: 120px;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.tdi-3 {
    width: 220px;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.tdi-4 {
    width: 110px;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.tdi-5 {
    width: 100px;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.sku {
    width: 110px;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.price {
    width: 80px;
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.name {
    width: calc(100% - 710px);
  }
  .variantTable.no-addtocart.thin .tbody .tr .td.quantity {
    width: 70px;
  }
}
@media only screen and (min-width: 1000px) {
  .variantTable.thin .thead .tr .th {
    width: 120px;
  }
  .variantTable.thin .thead .tr .th:nth-child(3) {
    width: 220px;
  }
  .variantTable.thin .thead .tr .th:nth-child(4) {
    width: 100px;
  }
  .variantTable.thin .thead .tr .th:nth-child(5) {
    width: 100px;
  }
  .variantTable.thin .thead .tr .th.sku {
    width: 110px;
  }
  .variantTable.thin .thead .tr .th.price {
    width: 80px;
  }
  .variantTable.thin .thead .tr .th.name {
    width: calc(100% - 750px);
  }
  .variantTable.thin .thead .tr .th.quantity {
    width: 120px;
  }
  .variantTable.thin .tbody .tr .td {
    width: 120px;
  }
  .variantTable.thin .tbody .tr .td.tdi-3 {
    width: 220px;
  }
  .variantTable.thin .tbody .tr .td.tdi-4 {
    width: 100px;
  }
  .variantTable.thin .tbody .tr .td.tdi-5 {
    width: 100px;
  }
  .variantTable.thin .tbody .tr .td.sku {
    width: 110px;
  }
  .variantTable.thin .tbody .tr .td.price {
    width: 80px;
  }
  .variantTable.thin .tbody .tr .td.name {
    width: calc(100% - 750px);
  }
  .variantTable.thin .tbody .tr .td.quantity {
    width: 120px;
  }
}
.variantTable .stock-info {
  float: left;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 5px;
}
@media only screen and (max-width: 600px) {
  .variantTable .stock-info {
    margin-top: 8px;
  }
}
.variantTable .stock-info.yes {
  color: green;
}
.variantTable .stock-info.no {
  color: #FF7100;
}

.p-attributes {
  float: left;
  width: 100%;
  background: #F2F2F2;
  padding: 15px;
}
.p-attributes .p-attr-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #B9B9B9;
  padding: 15px 0;
}
.p-attributes .p-attr-row .attr-name {
  float: left;
  width: 40%;
}
.p-attributes .p-attr-row .attr-value {
  float: left;
  width: 60%;
}

/*#variantDataTable{
    tr{
        td,th{white-space:pre-line; padding:5px; border:none !important;
            font-size:0.875rem;
        }
    }
    //.quantity-th{width:400px;}
    .quantity-td{width:430px;
        .quantityWrapper{float:left; width:100%; max-width:200px;
            .productQuantity{
                .qty-label{display:none;}
            }
        }
        .buttons{float:left; width:100%; max-width:200px; margin:0; text-align:right;}
    }
    @media only screen and (max-width: 600px){
        tr{
            td{padding-left:30px !important;}
        }
    }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before{
    background-color:$white !important; border:1px solid $color1; color:$color1; box-shadow:none;
}
*/
.p-mid-section {
  float: left;
  width: 100%;
}

.product-br {
  float: left;
  width: calc(100% + 30px);
  margin: 15px -15px;
}
.product-br .title {
  float: left;
  width: 100%;
  font-size: 1.875rem;
  line-height: 1.23;
  font-weight: 600;
  margin: 0 0 18px 0;
}
.product-br .list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-br .list li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.18;
  color: #333333;
}
.product-br .list li:before {
  content: "-";
  color: #333333;
  font-size: 1rem;
  position: absolute;
  top: 0px;
  left: 0px;
}

.product-benefits {
  float: left;
  width: 100%;
  padding: 15px;
}

.product-ranges {
  float: left;
  width: 100%;
  padding: 15px;
}

.p-notes {
  float: left;
  width: 100%;
}

.p-downloads {
  float: left;
  width: 100%;
}

.doc-block {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.doc-block .title {
  float: left;
  width: 100%;
  border-top: 3px solid #FF7100;
  padding: 15px 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
.doc-block .downloads {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
}
.doc-block .downloads li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.doc-block .downloads li a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 15px 15px 70px;
  background: #F2F2F2;
  position: relative;
  color: #333333;
}
.doc-block .downloads li a p {
  margin: 0;
}
.doc-block .downloads li a:before {
  content: "\e817";
  font-family: "fa";
  color: #FF7100;
  position: absolute;
  top: 15px;
  left: 30px;
}
.doc-block .downloads li a:hover {
  color: #FF7100;
}
.doc-block .notes {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 15px;
  list-style-type: none;
}
.doc-block .notes li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.18;
  color: #333333;
}
.doc-block .notes li:before {
  content: "-";
  color: #333333;
  font-size: 1rem;
  position: absolute;
  top: 0px;
  left: 0px;
}

table {
  width: 100%;
}

.product-variant-list {
  float: left;
  width: 100%;
}
.product-variant-list .product-variant-line {
  float: left;
  width: 100%;
}
.product-variant-list .product-variant-line .variant-overview {
  float: left;
  width: 100%;
}
.product-variant-list .product-variant-line .variant-overview .vairant-name {
  float: left;
  width: 30%;
}
.product-variant-list .product-variant-line .variant-overview .additional-details {
  float: left;
  width: 30%;
}
.product-variant-list .product-variant-line .variant-overview .price-panel {
  float: left;
  width: 20%;
}
.product-variant-list .product-variant-line .variant-overview .add-to-wishlist {
  float: left;
  width: 20%;
}

.product-collateral {
  float: left;
  width: 100%;
}

.also-purchased-products-grid {
  float: left;
  width: 100%;
}
.also-purchased-products-grid .title {
  float: left;
  width: 100%;
  margin: 15px 0;
}

/*480*/
/*576*/
/*768*/
@media (min-width:992px) {
  .product-essential .gallery {
    width: 50%;
    padding-right: 15px;
  }
  .product-essential .overview {
    width: 50%;
    padding-left: 15px;
  }
  .product-benefits {
    width: 50%;
    padding-right: 35px;
  }
  .product-ranges {
    width: 50%;
    padding-left: 35px;
  }
} /*992*/
/*1200*/
/*1480*/
.cartContainer {
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.cartMain {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.cartMain .common-buttons {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.cartMain .common-buttons .estimate-shipping-button {
  display: none;
}
.cartMain .common-buttons .button-2 {
  border: 1px solid #333333 !important;
  color: #333333 !important;
  background: transparent;
}
.cartMain .common-buttons .button-2:hover {
  background: #333333 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 700px) {
  .cartMain .common-buttons .button-2 {
    margin-top: 10px;
  }
}

.cartSide {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.table-wrapper {
  float: left;
  width: 100%;
}

.productQuantity {
  float: left;
  width: 100%;
}
.productQuantity .pqButton {
  float: left;
  width: 40px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  color: #ffffff;
  background: #C6C6C6;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.productQuantity .pqButton:hover {
  color: #ffffff;
  background: #333333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.productQuantity .qty-input {
  float: left;
  width: calc(100% - 90px);
  padding: 0 3px;
  text-align: center;
  margin: 1px 5px;
  line-height: 38px;
  border-radius: 0;
  max-width: 80px;
}

.cart {
  float: left;
  width: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
}
.cart .cartHeader {
  float: left;
  width: 100%;
  display: none;
  background: #F2F2F2;
}
.cart .cartHeader .chCol {
  float: left;
  width: 20%;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #333333;
}
.cart .cartHeader .chCol:nth-child(1) {
  width: 120px;
}
.cart .cartHeader .chCol:nth-child(2) {
  width: calc(100% - 530px);
  margin-left: 100px;
}
.cart .cartHeader .chCol:nth-child(3) {
  width: 100px;
}
.cart .cartHeader .chCol:nth-child(4) {
  width: 110px;
}
.cart .cartHeader .chCol:nth-child(5) {
  width: 100px;
}
.cart .cartItem {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 15px 0;
  margin: 0 0 0px 0;
}
.cart .cartItem:nth-last-child(1) {
  border-bottom: none;
}
.cart .cartItem .remove-from-cart {
  float: left;
  width: 40px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}
.cart .cartItem .remove-from-cart input {
  left: -600px;
  position: absolute;
}
.cart .cartItem .remove-from-cart label.removeButton {
  background: transparent;
  color: #F2F2F2;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  border-radius: 3px;
  font-size: 0.75rem;
  border: 1px solid #F2F2F2;
}
.cart .cartItem .remove-from-cart label.removeButton .text {
  display: none;
}
.cart .cartItem .remove-from-cart label.removeButton:hover {
  cursor: pointer;
  background: #e30000;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  border-color: #e30000;
}
.cart .cartItem .remove-from-cart label.removeButton:before, .cart .cartItem .remove-from-cart label.removeButton:after {
  display: none;
}
.cart .cartItem .remove-from-cart .remove-btn {
  float: right;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #C6C6C6;
  text-align: center;
  line-height: 38px;
  border: none;
  outline: none;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.cart .cartItem .remove-from-cart .remove-btn:hover {
  background: #333333;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.cart .cartItem .remove-from-cart .remove-btn:hover, .cart .cartItem .remove-from-cart .remove-btn:focus, .cart .cartItem .remove-from-cart .remove-btn:active {
  border: none;
  outline: none;
}
.cart .cartItem .productImage {
  float: left;
  width: 70px;
}
.cart .cartItem .productImage .image {
  float: left;
  width: 70px;
  height: auto;
}
.cart .cartItem .productImage .image img {
  max-width: 100%;
}
.cart .cartItem .product {
  float: left;
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
  margin: 15px 0 10px 0;
  font-size: 0.875rem;
}
.cart .cartItem .product .product-name {
  display: inline-block;
  width: auto;
  font-size: 0.875rem;
  color: #333333;
}
.cart .cartItem .product .product-name:hover {
  color: #FF7100;
}
.cart .cartItem .product .attributes, .cart .cartItem .product .sku {
  float: left;
  width: 100%;
  font-size: 0.875rem;
}
.cart .cartItem .product .edit-item {
  float: left;
  width: 100%;
  font-size: 0.75rem;
}
.cart .cartItem .utility {
  float: left;
  width: 100%;
}
.cart .cartItem .utility .unit-price {
  float: left;
  width: 25%;
}
.cart .cartItem .utility .unit-price .td-title {
  font-size: 11px;
  color: #C6C6C6;
  display: none;
}
.cart .cartItem .utility .unit-price .product-unit-price {
  font-weight: 400;
  font-size: 1rem;
  line-height: 40px;
  color: #333333;
}
.cart .cartItem .utility .quantity {
  float: left;
  width: 50%;
  text-align: center;
}
.cart .cartItem .utility .quantity .td-title {
  font-size: 11px;
  color: #C6C6C6;
  display: none;
}
.cart .cartItem .utility .subtotal {
  float: left;
  width: 25%;
}
.cart .cartItem .utility .subtotal .td-title {
  font-size: 11px;
  color: #C6C6C6;
  display: none;
}
.cart .cartItem .utility .subtotal .product-subtotal {
  font-weight: 600;
  font-size: 1rem;
  line-height: 40px;
  color: #333333;
}
.cart .cartItem .utility .stock-info {
  float: left;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 5px;
  padding: 5px 28px 10px;
}
@media only screen and (max-width: 600px) {
  .cart .cartItem .utility .stock-info {
    margin-top: 8px;
    padding: 5px 23px 10px;
  }
}
.cart .cartItem .utility .stock-info.yes {
  color: green;
}
.cart .cartItem .utility .stock-info.no {
  color: #FF7100;
}
@media only screen and (max-width: 991px) {
  .cart .cartItem .remove-from-cart {
    top: 0px;
    right: 10px;
  }
  .cart .cartItem .utility .amount {
    float: left;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 0.875rem;
    margin-top: 7px;
    padding: 0 7px;
  }
  .cart .cartItem .utility .multiplier {
    float: left;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 0.875rem;
    margin-top: 7px;
  }
  .cart .cartItem .utility .qty-dropdown {
    float: left;
    width: 80px;
    line-height: 22px;
    font-size: 0.875rem;
    height: 24px;
    margin-top: 7px;
    padding-left: 7px;
  }
  .cart .cartItem .utility .unit-price {
    width: calc(50% - 75px);
    text-align: center;
  }
  .cart .cartItem .utility .quantity {
    width: 150px;
  }
  .cart .cartItem .utility .subtotal {
    width: calc(50% - 75px);
    text-align: center;
  }
}

.tab-section .cart .cartHeader .chCol:nth-child(1) {
  display: none;
}
.tab-section .cart .cartItem .utility .quantity {
  text-align: center;
}

.cart-options {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.cart-options .checkout-attributes {
  float: left;
  width: 100%;
}
.cart-options .checkout-attributes .checkoutItem {
  float: left;
  width: 100%;
  border: 1px solid #F2F2F2;
  margin: 15px 0;
}
.cart-options .checkout-attributes .checkoutItem .checkoutHeader {
  float: left;
  width: 100%;
  font-size: 0.875rem;
  padding: 15px;
  background: #C6C6C6;
}
.cart-options .checkout-attributes .checkoutItem .checkoutHeader label {
  margin: 0;
  text-transform: uppercase;
  color: #B9B9B9;
  float: left;
  width: auto;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody {
  float: left;
  width: 100%;
  padding: 30px;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #F2F2F2;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li {
  float: left;
  width: 100px;
  height: 40px;
  position: relative;
  border-right: 1px solid #F2F2F2;
  overflow: hidden;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li input {
  position: absolute;
  left: -5000px;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li label {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #B9B9B9;
  background: #ffffff;
  margin: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 0;
  transition: all 0.5s ease-in-out;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li label:hover {
  background: #C6C6C6;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li label:before, .cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li label:after {
  display: none;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li input:checked + label {
  background: #FF7100;
  color: #ffffff;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li input:checked + label:hover {
  background: #FF7100;
}
.cart-options .checkout-attributes .checkoutItem .checkoutBody ul.option-list li:nth-last-child(1) {
  border-right: none;
}
.cart-options .checkout-attributes select {
  width: auto !important;
}
.cart-options dl, .cart-options dt, .cart-options dd {
  float: left;
  width: 100%;
}
.cart-options dl .text-prompt, .cart-options dt .text-prompt, .cart-options dd .text-prompt {
  width: auto;
  margin-right: 3px;
}
.cart-options dl .required, .cart-options dt .required, .cart-options dd .required {
  margin-top: 0px;
  line-height: 1 !important;
}
.cart-options dl textarea, .cart-options dt textarea, .cart-options dd textarea {
  float: left;
  width: 100%;
  max-width: 100% !important;
}
.cart-options dl dt, .cart-options dt dt, .cart-options dd dt {
  background: #F2F2F2;
  padding: 15px;
  margin-top: 30px;
  font-weight: 400 !important;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.cart-options dl dt label, .cart-options dt dt label, .cart-options dd dt label {
  margin: 0;
  font-weight: 400 !important;
}
.cart-options dl dd, .cart-options dt dd, .cart-options dd dd {
  border: 1px solid #F2F2F2;
  padding: 15px;
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cart-options dl dd textarea, .cart-options dt dd textarea, .cart-options dd dd textarea {
  border-color: #F2F2F2 !important;
}
.cart-options ul.option-list {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  border: 1px solid #F2F2F2;
  margin-bottom: 15px;
}
.cart-options ul.option-list li {
  float: left;
  width: auto;
  margin: 0;
}
.cart-options ul.option-list li label {
  float: left;
  min-width: 120px;
  width: auto;
  margin: 0;
  text-transform: uppercase;
  padding: 7px 10px;
  text-align: center;
}
.cart-options ul.option-list li label:before, .cart-options ul.option-list li label:after {
  display: none;
}
.cart-options ul.option-list li input[type=radio]:checked + label {
  background: #F2F2F2; /*color:$white;*/
}
.cart-options .selected-checkout-attributes {
  float: left;
  width: 100%;
  font-size: 0.875rem;
  color: #333333;
}

.cart-footer {
  float: left;
  width: 100%;
}
.cart-footer .cart-collaterals {
  float: left;
  width: 100%;
  margin: 0;
}
.cart-footer .cart-collaterals .deals {
  float: left;
  width: 100%;
}
.cart-footer .cart-collaterals .deals .coupon-box, .cart-footer .cart-collaterals .deals .giftcard-box {
  float: left;
  width: 100%;
  border: 1px solid #F2F2F2;
  padding: 15px;
  margin: 0 0 15px 0;
  border-radius: 3px;
}
.cart-footer .cart-collaterals .deals .coupon-box .title, .cart-footer .cart-collaterals .deals .giftcard-box .title {
  float: left;
  width: 100%;
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
}
.cart-footer .cart-collaterals .deals .coupon-box .hint, .cart-footer .cart-collaterals .deals .giftcard-box .hint {
  display: inline-block;
  width: auto;
  color: #B9B9B9;
  font-size: 0.875rem;
  font-weight: 400;
}
.cart-footer .cart-collaterals .deals .coupon-box .coupon-code, .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}
.cart-footer .cart-collaterals .deals .coupon-box .coupon-code input, .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code input {
  float: left;
  width: 100%;
  height: 36px;
  border: 1px solid #333333;
}
.cart-footer .cart-collaterals .deals .coupon-box .coupon-code .button-2, .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .button-2 {
  background: #333333 !important;
  color: #ffffff !important;
  line-height: 36px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem !important;
  padding: 0 15px;
  border-color: #F2F2F2 !important;
  text-transform: none !important;
}
.cart-footer .cart-collaterals .deals .coupon-box .coupon-code .button-2:hover, .cart-footer .cart-collaterals .deals .giftcard-box .coupon-code .button-2:hover {
  background: rgb(63.75, 63.75, 63.75) !important;
  color: #ffffff !important;
}
.cart-footer .cart-collaterals .deals .coupon-box .message-success, .cart-footer .cart-collaterals .deals .giftcard-box .message-success {
  float: left;
  width: 100%;
  font-size: 0.875rem;
  color: #B9B9B9;
  margin: 0 0 5px 0;
}
.cart-footer .cart-collaterals .deals .coupon-box .current-code, .cart-footer .cart-collaterals .deals .giftcard-box .current-code {
  float: left;
  width: 100%;
}
.cart-footer .cart-collaterals .deals .coupon-box .current-code .applied-discount-code, .cart-footer .cart-collaterals .deals .giftcard-box .current-code .applied-discount-code {
  float: left;
  width: calc(100% - 40px);
  font-size: 0.875rem;
  color: #B9B9B9;
}
.cart-footer .cart-collaterals .deals .coupon-box .current-code .message-failure, .cart-footer .cart-collaterals .deals .giftcard-box .current-code .message-failure {
  float: left;
  width: calc(100% - 40px);
  font-size: 0.875rem;
  color: #B9B9B9;
}
.cart-footer .cart-collaterals .deals .coupon-box .current-code .remove-discount-button, .cart-footer .cart-collaterals .deals .giftcard-box .current-code .remove-discount-button {
  float: left;
  width: 40px;
  height: 22px;
  position: relative;
  font-size: 0.875rem;
  color: #B9B9B9;
  background: #ffffff;
  border: none !important;
  outline: none !important;
}
.cart-footer .cart-collaterals .deals .coupon-box .current-code .remove-discount-button:hover, .cart-footer .cart-collaterals .deals .giftcard-box .current-code .remove-discount-button:hover {
  color: #e30000;
  cursor: pointer;
}
.cart-footer .cart-collaterals .deals .coupon-box .section-body, .cart-footer .cart-collaterals .deals .giftcard-box .section-body {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cart-footer .totals {
  float: left;
  width: 100%;
  border: 1px solid #FF7100;
  border-radius: 3px;
  padding: 15px;
}
.cart-footer .totals .total-info {
  float: left;
  width: 100%;
}
.cart-footer .totals .total-info .cart-total {
  float: left;
  width: 100%;
}
.cart-footer .totals .total-info .cart-total .ct-row {
  float: left;
  width: calc(100% + 20px);
  margin: 0 -10px 10px -10px;
}
.cart-footer .totals .total-info .cart-total .ct-row .ct-data {
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: 0.875rem;
}
.cart-footer .totals .total-info .cart-total .ct-row .ct-data label {
  margin: 0;
}
.cart-footer .totals .total-info .cart-total .ct-row .ct-data.cart-total-left {
  text-align: left;
  width: 60%;
}
.cart-footer .totals .total-info .cart-total .ct-row .ct-data.cart-total-right {
  text-align: right;
  min-width: 80px;
  width: 40%;
  font-weight: 500;
}
.cart-footer .totals .total-info .cart-total .ct-row.order-total {
  text-transform: uppercase;
  border-top: 1px solid #F2F2F2;
  padding-top: 10px;
}
.cart-footer .totals .total-info .cart-total .ct-row.order-total .ct-data {
  color: #FF7100;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
.cart-footer .totals .total-info .cart-total .ct-row.order-total .ct-data label {
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .cart-footer .totals .total-info .cart-total .ct-row.order-total .ct-data {
    font-size: 0.75rem;
  }
  .cart-footer .totals .total-info .cart-total .ct-row.order-total .ct-data label {
    font-size: 0.75rem;
  }
}
.cart-footer .totals .terms-of-service {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.cart-footer .totals .terms-of-service .read {
  display: inline-block;
}
.cart-footer .totals .terms-of-service .read:hover {
  color: #FF7100;
  cursor: pointer;
}
.cart-footer .totals .checkout-buttons {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
.cart-footer .totals .checkout-buttons button {
  text-transform: uppercase;
  padding: 10px 45px;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 20px;
  min-width: 80%;
}
.cart-footer .totals .addon-buttons {
  float: left;
  width: 100%;
}

.selected-checkout-attributes {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

.loadingoverlay {
  position: fixed !important;
  top: 90px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
.loadingoverlay .loadingoverlay_element {
  width: 40px !important;
  height: 40px !important;
}

/*480*/
/*576*/
/*768*/
@media (min-width:992px) {
  .totals {
    display: block;
  }
  .cartMain {
    width: 70%;
  }
  .cartSide {
    width: 30%;
  }
  .cart {
    float: left;
    width: 100%;
  }
  .cart .cartHeader {
    display: block;
  }
  .cart .cartHeader .cartHeader .chCol {
    font-size: 1rem;
  }
}
@media only screen and (min-width:992px) and (max-width: 1200px) {
  .cart .cartHeader .chCol:nth-child(2) {
    margin-left: 35px !important;
  }
  .cart .cartHeader .chCol:nth-child(4) {
    margin-left: 30px !important;
  }
  .cart .cartHeader .chCol:nth-child(5) {
    margin-left: 35px !important;
  }
}
@media (min-width:992px) {
  .cart .cartItem {
    padding: 0;
    margin: 0;
  }
  .cart .cartItem .remove-from-cart {
    position: relative;
    padding: 15px;
    width: 80px;
    min-height: 100px;
  }
  .cart .cartItem .remove-from-cart label.removeButton {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 22px;
  }
  .cart .cartItem .productImage {
    float: left;
    width: 80px;
    padding: 15px;
  }
  .cart .cartItem .productImage .image {
    float: left;
    width: 50px;
    height: auto;
  }
  .cart .cartItem .productImage .image img {
    max-width: 100%;
  }
  .cart .cartItem .product {
    float: left;
    width: calc(100% - 540px);
    padding: 15px;
    margin: 0;
    text-align: center;
  }
  .cart .cartItem .product .product-name {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .cart .cartItem .utility {
    width: 380px;
  }
  .cart .cartItem .utility .unit-price {
    width: 100px;
    padding: 15px;
    text-align: center;
  }
  .cart .cartItem .utility .unit-price .product-unit-price {
    color: #333333;
    font-size: 0.875rem;
  }
  .cart .cartItem .utility .quantity {
    width: 180px;
    padding: 15px;
    text-align: center;
  }
  .cart .cartItem .utility .quantity .amount {
    float: left;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 0.875rem;
    margin-top: 7px;
    padding: 0 10px;
  }
  .cart .cartItem .utility .quantity .multiplier {
    float: left;
    width: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 0.875rem;
    margin-top: 7px;
  }
  .cart .cartItem .utility .quantity .qty-dropdown {
    float: left;
    width: 80px;
    line-height: 22px;
    font-size: 0.875rem;
    height: 24px;
    margin-top: 7px;
    padding-left: 10px;
  }
  .cart .cartItem .utility .subtotal {
    width: 100px;
    padding: 15px;
    text-align: center;
  }
  .cart .cartItem .utility .subtotal .product-subtotal {
    font-weight: 600;
    color: #333333;
    font-size: 0.875rem;
  }
} /*992*/
/*1200*/
@media (min-width:1480px) {
  .cart .cartHeader .chCol:nth-child(1) {
    width: 120px;
  }
  .cart .cartHeader .chCol:nth-child(2) {
    width: calc(100% - 610px);
    text-align: left;
    margin-left: 60px;
    margin-right: 40px;
  }
  .cart .cartHeader .chCol:nth-child(3) {
    width: 100px;
  }
  .cart .cartHeader .chCol:nth-child(4) {
    width: 180px;
  }
  .cart .cartHeader .chCol:nth-child(5) {
    width: 110px;
  }
  .cart .cartItem .product {
    width: calc(100% - 550px);
    text-align: left;
  }
  .cart .cartItem .utility {
    width: 390px;
  }
  .cart .cartItem .utility .unit-price {
    width: 100px;
  }
  .cart .cartItem .utility .quantity {
    width: 180px;
    text-align: center;
  }
  .cart .cartItem .utility .subtotal {
    width: 110px;
  }
} /*1480*/
.master-column-wrapper form, .modal form {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.master-column-wrapper form label, .modal form label {
  font-size: 1rem;
  margin: 10px 0 5px 0;
  float: left;
  width: 100%;
}
.master-column-wrapper form input, .master-column-wrapper form textarea, .modal form input, .modal form textarea {
  border: 1px solid #707070;
  padding: 0px 15px;
  width: calc(100% - 2px);
  max-width: 540px;
  font-size: 1rem;
  line-height: 42px;
  border-radius: 3px !important;
  float: left;
}
.master-column-wrapper form input.button-1, .master-column-wrapper form input.button-2, .master-column-wrapper form input.button-3, .master-column-wrapper form textarea.button-1, .master-column-wrapper form textarea.button-2, .master-column-wrapper form textarea.button-3, .modal form input.button-1, .modal form input.button-2, .modal form input.button-3, .modal form textarea.button-1, .modal form textarea.button-2, .modal form textarea.button-3 {
  width: auto;
}
.master-column-wrapper form input[type=checkbox], .modal form input[type=checkbox] {
  width: auto;
}
.master-column-wrapper form .inputs, .modal form .inputs {
  float: left;
  width: 100%;
  margin: 0 0 10px 0 !important;
}
.master-column-wrapper form .inputs.nmrg label, .modal form .inputs.nmrg label {
  margin-top: 0 !important;
}
.master-column-wrapper form .required, .modal form .required {
  float: left;
  margin-left: 2px;
  width: 0;
}
.master-column-wrapper form label[for=Newsletter], .modal form label[for=Newsletter] {
  width: auto;
}
.master-column-wrapper form label[for=Newsletter] + input[type=checkbox], .modal form label[for=Newsletter] + input[type=checkbox] {
  margin: 15px 5px 0 5px;
}
.master-column-wrapper form .form-fields, .modal form .form-fields {
  font-size: 1rem;
  float: left;
  width: 100%;
}
.master-column-wrapper form .form-fields div, .modal form .form-fields div {
  font-size: 1rem;
  margin: 0;
  float: left;
  width: 100%;
}
.master-column-wrapper form .fieldset, .modal form .fieldset {
  float: left;
  width: 100%;
}
.master-column-wrapper form .fieldset > .title, .modal form .fieldset > .title {
  float: left;
  width: 100%;
  margin: 0px 0 0 0;
}
.master-column-wrapper form .fieldset > .title + .form-fields > .inputs:nth-child(1), .modal form .fieldset > .title + .form-fields > .inputs:nth-child(1) {
  margin-top: 0;
}
.master-column-wrapper form .fieldset + .fieldset > .title, .modal form .fieldset + .fieldset > .title {
  margin-top: 15px;
}
.master-column-wrapper form .buttons, .modal form .buttons {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.master-column-wrapper form .gender > span, .modal form .gender > span {
  float: left;
  width: 100%;
}
.master-column-wrapper form .gender .male + .female, .modal form .gender .male + .female {
  margin-top: 5px;
}
.master-column-wrapper form select, .modal form select {
  float: left;
  width: 100%;
  max-width: 540px;
  background-color: #ffffff;
}
.master-column-wrapper form .required, .modal form .required {
  color: #e30000;
}
.master-column-wrapper form .date-picker-wrapper, .modal form .date-picker-wrapper {
  float: left;
  width: 100%;
}
.master-column-wrapper form .date-picker-wrapper select, .modal form .date-picker-wrapper select {
  width: calc(33.3333% - 10px);
  max-width: 173.33px;
  margin: 0 10px 0 0;
}
.master-column-wrapper form .customer-additional-info .form-fields, .modal form .customer-additional-info .form-fields {
  float: left;
  background: #F2F2F2;
  padding: 15px;
  margin: 5px 0 15px 0;
}
.master-column-wrapper form .customer-additional-info .inputs label, .modal form .customer-additional-info .inputs label {
  font-weight: 600;
}

.vat-status {
  float: left;
  width: 100%;
  font-size: 1rem;
}

.vat-note {
  float: left;
  width: 100%;
  font-size: 1rem;
}

.customer-info-page .custom-attributes:nth-child(1) {
  width: 100%;
}
.customer-info-page .custom-attributes:nth-child(1) label {
  display: inline;
  width: auto;
}
.customer-info-page .custom-attributes:nth-child(1) ul.option-list {
  float: left;
  width: auto;
  margin: 8px 0 0 5px;
  padding: 0;
  list-style-type: none;
}
.customer-info-page .custom-attributes:nth-child(1) ul.option-list li {
  float: left;
  width: auto;
}
.customer-info-page .custom-attributes:nth-child(1) ul.option-list li label {
  font-size: 0 !important;
}
.customer-info-page .custom-attributes:nth-child(1) .require {
  display: inline-block !important;
}

.password-recovery-page .result {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.password-recovery-page .buttons {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.password-recovery-page .buttons a, .password-recovery-page .buttons button {
  display: inline-block;
}
.password-recovery-page .field-validation-error {
  float: left;
  width: 100%;
}

select {
  border: 1px solid #707070;
  border-radius: 3px;
  height: 42px;
  line-height: 42px;
  padding: 0 30px 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
select:hover {
  cursor: pointer;
}
select:focus {
  background-color: #F2F2F2;
}

select:active, select:focus {
  outline: none;
  /*color:$white;
  background:$color1;
  border-color:$grey1;*/
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative; /*padding-left:28px;*/
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 28px !important;
}
input[type=checkbox] + label:before {
  content: "";
  width: 17px !important;
  height: 17px !important;
  border: 1px solid #707070;
  background: #ffffff !important;
  position: absolute;
  left: 2px !important;
  top: 4px !important;
  border-radius: 3px;
}
input[type=checkbox] + label:after {
  content: "\e813" !important;
  font-family: "fa";
  width: 14px;
  height: 14px;
  background: #F2F2F2;
  position: absolute;
  left: 4px !important;
  top: 6px !important;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 14px;
  color: #F2F2F2 !important;
  font-size: 0.75rem;
}
input[type=checkbox] + label:hover {
  cursor: pointer;
}
input[type=checkbox] + label:hover:after {
  opacity: 0.3;
  transition: all 0.25s ease-in-out;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
  background: transparent;
  color: #FF7100 !important;
  transition: all 0.25s ease-in-out;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  padding-left: 30px !important;
  line-height: 28px;
  margin: 0;
}
input[type=radio] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #707070;
  box-shadow: 0 0 1px #333333;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 5px;
}
input[type=radio] + label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C6C6C6;
  position: absolute;
  left: 4px;
  top: 7px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
input[type=radio] + label:hover {
  cursor: pointer;
}
input[type=radio] + label:hover:after {
  opacity: 0.3;
  transition: all 0.25s ease-in-out;
}

input[type=radio]:checked + label:after {
  opacity: 1;
  color: #FF7100;
  background: #FF7100;
  transition: all 0.25s ease-in-out;
}

.ui-dialog.ui-corner-all.ui-widget {
  top: 50% !important;
  left: 50% !important;
  z-index: 9999999;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 90% !important;
  max-width: 780px !important;
  margin: 0 !important;
  max-height: 90vh !important;
  overflow-y: auto;
  padding: 0 !important;
}

.html-checkout-page .ui-dialog {
  padding: 0 !important;
}
.html-checkout-page .ui-dialog .ui-dialog-titlebar-close {
  top: 7px !important;
}

.ui-dialog {
  border-radius: 0;
  border: 1px solid #F2F2F2;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.3);
  padding: 15px;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  color: #333333;
  font-size: 1.25rem;
  position: relative;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding-right: 50px;
  position: relative;
  font-weight: 600;
}
.ui-dialog .ui-dialog-titlebar .ui-button, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  float: right;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0;
  background: none;
  border: none !important;
  outline: none !important;
  font-size: 0 !important;
  display: block !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button:before, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "\e80e";
  font-family: "fa";
  width: 10px;
  height: 10px;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  color: #B9B9B9;
  opacity: 1;
  font-size: 1rem;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  font-weight: 900;
  text-align: center;
  line-height: 10px;
  text-indent: 0 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button:hover, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  cursor: pointer;
  color: #333333;
}
.ui-dialog .ui-dialog-titlebar .ui-button:hover:before, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before {
  color: #333333;
  transition: all 0.2s ease-in-out;
}
.ui-dialog .ui-dialog-titlebar .ui-button:focus, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  outline: none !important;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon, .ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon-space, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon-space, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon, .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon-space {
  background: none;
  display: none;
}
.ui-dialog .ui-dialog-content {
  min-height: 120px !important;
}
.ui-dialog .ui-dialog-content .page-title {
  font-size: 1.2rem;
  margin: 15px 0 0 0;
}
.ui-dialog .ui-dialog-content .page-title h1 {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.ui-dialog .ui-dialog-content .page-body {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.ui-dialog .ui-dialog-content .page-body .topic-page {
  margin-top: 15px;
}

/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*//*# sourceMappingURL=style.css.map */