@import url(https://use.typekit.net/kvq4ray.css);@import url(https://unpkg.com/vue-select@3.0.0/dist/vue-select.css);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700;900&display=swap);
.editr {
  border: 1px solid #e4e4e4;
  width: 100%;
}
.editr--toolbar {
  background: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  display: flex;
  height: 32px;
}
.editr--toolbar a {
  display: inline-block;
  width: 8vw;
  max-width: 32px;
  height: 32px;
  color: #333;
  fill: #333;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.editr--toolbar a:hover {
  background: rgba(0,0,0,0.1);
}
.editr--toolbar a:active {
  background: rgba(0,0,0,0.2);
}
.editr--toolbar a svg {
  width: 16px;
  height: 16px;
  margin: 8px auto;
}
.editr--toolbar a svg path {
  fill: inherit;
}
.editr--toolbar a.vw-btn-separator {
  width: 1px;
  margin: 0 8px;
}
.editr--toolbar a.vw-btn-separator:hover {
  background: initial;
  cursor: default;
}
.editr--toolbar a.vw-btn-separator i.vw-separator {
  border-left: 1px solid rgba(0,0,0,0.1);
  height: 100%;
  position: absolute;
  width: 1px;
}
.editr--toolbar .dashboard {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  text-align: left;
  padding: 8px 16px;
  background: rgba(255,255,255,0.95);
  border: 1px solid #f6f6f6;
}
.editr--content {
  min-height: 150px;
  padding: 12px 8px 16px 8px;
  line-height: 1.33;
  font-family: inherit;
  color: inherit;
  overflow-y: auto;
}
.editr--content[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: rgba(0,0,0,0.3);
  display: block; /* For Firefox */
}
.editr--content img {
  max-width: 100%;
}
.editr--content table {
  width: 100%;
  border-collapse: collapse;
}
.editr--content table th {
  text-align: left;
}
.editr--content table th,
.editr--content table td {
  border: 1px solid #ddd;
  padding: 2px;
}
.editr--content:focus {
  outline: 0;
}
.editr--content ul li,
.editr--content ol li {
  list-style-position: inside;
}
@media screen and (max-width: 320px) {
.editr--toolbar a {
    margin: 0 2px;
}
.editr--toolbar a.vw-btn-separator {
    display: none;
}
}/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      transform: scale(1.05, 1.05);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

.vue-dropzone {
  border: 2px solid #E5E5E5;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.2px;
  color: #777;
  transition: background-color 0.2s linear;
}
.vue-dropzone:hover {
  background-color: #F6F6F6;
}
.vue-dropzone i {
  color: #CCC;
}
.vue-dropzone .dz-preview .dz-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.vue-dropzone .dz-preview .dz-image img:not([src]) {
  width: 200px;
  height: 200px;
}
.vue-dropzone .dz-preview .dz-image:hover img {
  transform: none;
  -webkit-filter: none;
}
.vue-dropzone .dz-preview .dz-details {
  bottom: 0;
  top: 0;
  color: white;
  background-color: rgba(33, 150, 243, 0.8);
  transition: opacity .2s linear;
  text-align: left;
}
.vue-dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
}
.vue-dropzone .dz-preview .dz-details .dz-filename span,
.vue-dropzone .dz-preview .dz-details .dz-size span {
  background-color: transparent;
}
.vue-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: none;
}
.vue-dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: transparent;
  border: none;
}
.vue-dropzone .dz-preview .dz-progress .dz-upload {
  background: #cccccc;
}
.vue-dropzone .dz-preview .dz-remove {
  position: absolute;
  z-index: 30;
  color: white;
  margin-left: 15px;
  padding: 10px;
  top: inherit;
  bottom: 15px;
  border: 2px white solid;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.1px;
  opacity: 0;
}
.vue-dropzone .dz-preview:hover .dz-remove {
  opacity: 1;
}
.vue-dropzone .dz-preview .dz-success-mark,
.vue-dropzone .dz-preview .dz-error-mark {
  margin-left: auto;
  margin-top: auto;
  width: 100%;
  top: 35%;
  left: 0;
}
.vue-dropzone .dz-preview .dz-success-mark svg,
.vue-dropzone .dz-preview .dz-error-mark svg {
  margin-left: auto;
  margin-right: auto;
}
.vue-dropzone .dz-preview .dz-error-message {
  top: calc(15%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  width: 100%;
}
.vue-dropzone .dz-preview .dz-error-message:after {
  bottom: -6px;
  top: initial;
  border-top: 6px solid #a92222;
  border-bottom: none;
}


.form[data-v-ebce4d12] {
  display: flex;
  align-content: flex-end;
}
.form label[data-v-ebce4d12] {
  margin-right: 1rem;
}/* Base */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* -- Fonts ---------- */
/* -- Colors ---------- */
/* -- Distances ---------- */
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
}

h2,
.h2 {
  font-size: 25px;
  line-height: 42px;
  font-weight: 400;
}
@media (max-width: 780px) {
  h2,
.h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.h4 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-weight: 300;
}

.h5 {
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid #cd181e;
  padding: 5px 0;
  margin-bottom: 16px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.h5 svg {
  margin-right: 5px;
  width: 18px;
  opacity: 0.6;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 16px;
}

p.error {
  color: #cd181e;
  font-size: 14px;
}

p.success,
p.success-message {
  color: #475c3b;
  font-size: 14px;
}

p.successMessage,
p.success-message {
  color: green;
  font-size: 14px;
  border: 1px solid green;
  padding: 5px;
  text-align: center;
  clear: both;
  margin-top: 10px;
}
p.successMessage svg,
p.success-message svg {
  position: relative;
  top: 3px;
}

a {
  text-decoration: none;
  color: #cd181e;
}

a.blue-link {
  color: #1b75bb;
}
a.blue-link:hover {
  color: #cd181e;
}

b {
  font-weight: bold;
}

.padded {
  padding: 100px 0;
}
@media (max-width: 780px) {
  .padded {
    padding: 50px 0;
  }
}

.block {
  display: block;
}

.nopadding {
  padding: 0 !important;
}

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

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

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

.justify-right {
  justify-content: flex-start;
}

.justify-left {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

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

.flex-column {
  flex-direction: column;
}

.mb-xs {
  margin-bottom: 8px;
}

.filter {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.filter-blue {
  background: #1b75bb;
}
.filter-light-blue {
  background: #38A3FA;
}
.filter-red {
  background: #cd181e;
}

.filter-1 {
  opacity: calc( 1 / 100 );
}

.filter-2 {
  opacity: calc( 2 / 100 );
}

.filter-3 {
  opacity: calc( 3 / 100 );
}

.filter-4 {
  opacity: calc( 4 / 100 );
}

.filter-5 {
  opacity: calc( 5 / 100 );
}

.filter-6 {
  opacity: calc( 6 / 100 );
}

.filter-7 {
  opacity: calc( 7 / 100 );
}

.filter-8 {
  opacity: calc( 8 / 100 );
}

.filter-9 {
  opacity: calc( 9 / 100 );
}

.filter-10 {
  opacity: calc( 10 / 100 );
}

.filter-11 {
  opacity: calc( 11 / 100 );
}

.filter-12 {
  opacity: calc( 12 / 100 );
}

.filter-13 {
  opacity: calc( 13 / 100 );
}

.filter-14 {
  opacity: calc( 14 / 100 );
}

.filter-15 {
  opacity: calc( 15 / 100 );
}

.filter-16 {
  opacity: calc( 16 / 100 );
}

.filter-17 {
  opacity: calc( 17 / 100 );
}

.filter-18 {
  opacity: calc( 18 / 100 );
}

.filter-19 {
  opacity: calc( 19 / 100 );
}

.filter-20 {
  opacity: calc( 20 / 100 );
}

.filter-21 {
  opacity: calc( 21 / 100 );
}

.filter-22 {
  opacity: calc( 22 / 100 );
}

.filter-23 {
  opacity: calc( 23 / 100 );
}

.filter-24 {
  opacity: calc( 24 / 100 );
}

.filter-25 {
  opacity: calc( 25 / 100 );
}

.filter-26 {
  opacity: calc( 26 / 100 );
}

.filter-27 {
  opacity: calc( 27 / 100 );
}

.filter-28 {
  opacity: calc( 28 / 100 );
}

.filter-29 {
  opacity: calc( 29 / 100 );
}

.filter-30 {
  opacity: calc( 30 / 100 );
}

.filter-31 {
  opacity: calc( 31 / 100 );
}

.filter-32 {
  opacity: calc( 32 / 100 );
}

.filter-33 {
  opacity: calc( 33 / 100 );
}

.filter-34 {
  opacity: calc( 34 / 100 );
}

.filter-35 {
  opacity: calc( 35 / 100 );
}

.filter-36 {
  opacity: calc( 36 / 100 );
}

.filter-37 {
  opacity: calc( 37 / 100 );
}

.filter-38 {
  opacity: calc( 38 / 100 );
}

.filter-39 {
  opacity: calc( 39 / 100 );
}

.filter-40 {
  opacity: calc( 40 / 100 );
}

.filter-41 {
  opacity: calc( 41 / 100 );
}

.filter-42 {
  opacity: calc( 42 / 100 );
}

.filter-43 {
  opacity: calc( 43 / 100 );
}

.filter-44 {
  opacity: calc( 44 / 100 );
}

.filter-45 {
  opacity: calc( 45 / 100 );
}

.filter-46 {
  opacity: calc( 46 / 100 );
}

.filter-47 {
  opacity: calc( 47 / 100 );
}

.filter-48 {
  opacity: calc( 48 / 100 );
}

.filter-49 {
  opacity: calc( 49 / 100 );
}

.filter-50 {
  opacity: calc( 50 / 100 );
}

.filter-51 {
  opacity: calc( 51 / 100 );
}

.filter-52 {
  opacity: calc( 52 / 100 );
}

.filter-53 {
  opacity: calc( 53 / 100 );
}

.filter-54 {
  opacity: calc( 54 / 100 );
}

.filter-55 {
  opacity: calc( 55 / 100 );
}

.filter-56 {
  opacity: calc( 56 / 100 );
}

.filter-57 {
  opacity: calc( 57 / 100 );
}

.filter-58 {
  opacity: calc( 58 / 100 );
}

.filter-59 {
  opacity: calc( 59 / 100 );
}

.filter-60 {
  opacity: calc( 60 / 100 );
}

.filter-61 {
  opacity: calc( 61 / 100 );
}

.filter-62 {
  opacity: calc( 62 / 100 );
}

.filter-63 {
  opacity: calc( 63 / 100 );
}

.filter-64 {
  opacity: calc( 64 / 100 );
}

.filter-65 {
  opacity: calc( 65 / 100 );
}

.filter-66 {
  opacity: calc( 66 / 100 );
}

.filter-67 {
  opacity: calc( 67 / 100 );
}

.filter-68 {
  opacity: calc( 68 / 100 );
}

.filter-69 {
  opacity: calc( 69 / 100 );
}

.filter-70 {
  opacity: calc( 70 / 100 );
}

.filter-71 {
  opacity: calc( 71 / 100 );
}

.filter-72 {
  opacity: calc( 72 / 100 );
}

.filter-73 {
  opacity: calc( 73 / 100 );
}

.filter-74 {
  opacity: calc( 74 / 100 );
}

.filter-75 {
  opacity: calc( 75 / 100 );
}

.filter-76 {
  opacity: calc( 76 / 100 );
}

.filter-77 {
  opacity: calc( 77 / 100 );
}

.filter-78 {
  opacity: calc( 78 / 100 );
}

.filter-79 {
  opacity: calc( 79 / 100 );
}

.filter-80 {
  opacity: calc( 80 / 100 );
}

.filter-81 {
  opacity: calc( 81 / 100 );
}

.filter-82 {
  opacity: calc( 82 / 100 );
}

.filter-83 {
  opacity: calc( 83 / 100 );
}

.filter-84 {
  opacity: calc( 84 / 100 );
}

.filter-85 {
  opacity: calc( 85 / 100 );
}

.filter-86 {
  opacity: calc( 86 / 100 );
}

.filter-87 {
  opacity: calc( 87 / 100 );
}

.filter-88 {
  opacity: calc( 88 / 100 );
}

.filter-89 {
  opacity: calc( 89 / 100 );
}

.filter-90 {
  opacity: calc( 90 / 100 );
}

.filter-91 {
  opacity: calc( 91 / 100 );
}

.filter-92 {
  opacity: calc( 92 / 100 );
}

.filter-93 {
  opacity: calc( 93 / 100 );
}

.filter-94 {
  opacity: calc( 94 / 100 );
}

.filter-95 {
  opacity: calc( 95 / 100 );
}

.filter-96 {
  opacity: calc( 96 / 100 );
}

.filter-97 {
  opacity: calc( 97 / 100 );
}

.filter-98 {
  opacity: calc( 98 / 100 );
}

.filter-99 {
  opacity: calc( 99 / 100 );
}

.filter-100 {
  opacity: calc( 100 / 100 );
}

em {
  font-weight: bold;
}

#app.no-scroll {
  overflow: hidden;
}

/* Components */
.filter-banner {
  margin-bottom: 25px;
}
.filter-banner .view-options li {
  display: inline-block;
  margin-right: 5px;
}
.filter-banner .view-options li:last-child {
  margin-right: 0;
}
.filter-banner .view-options .swap-view {
  opacity: 0.5;
  cursor: pointer;
}
.filter-banner .view-options .swap-view:hover {
  opacity: 1;
  color: #cd181e;
}
.filter-banner .view-options .swap-view.current {
  opacity: 1;
}

.pagination {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  color: #1b75bb;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.pagination .page-numbers:hover {
  color: #cd181e;
}
.pagination .current {
  color: #cd181e;
}

.go-back-banner {
  overflow: hidden;
}
.go-back-banner .btn-close-text {
  float: right;
}

.dashboard-menu {
  margin-bottom: 20px;
  text-align: right;
}

header {
  background: #fff;
  color: #1b75bb;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
}
@media (max-width: 980px) {
  header {
    padding: 0 25px;
    height: 50px;
  }
}
@media (max-width: 780px) {
  header {
    padding: 0 20px;
  }
}
header .mini-cart {
  margin-left: auto;
  margin-right: 40px;
  position: relative;
  top: 1px;
}
header .mini-cart svg {
  width: 25px;
}
header .mini-cart .counter {
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  color: #cd181e;
}
header .language-switcher {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
header .language-switcher select {
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateX(-40%);
  visibility: hidden;
  cursor: pointer;
  width: 60px;
  transition: all 0.3s ease;
}
header .language-switcher select:focus-visible {
  outline: none;
}
header .language-switcher:hover select {
  visibility: visible;
}

.app-branding img {
  max-width: 100px;
}

.profile-link {
  display: flex;
  align-items: center;
}
.profile-link a {
  color: #1b75bb;
}
.profile-link a:hover {
  color: #cd181e;
}
.profile-link strong {
  font-weight: 700;
}
@media (max-width: 980px) {
  .profile-link .info {
    display: none;
  }
}

.res-icon {
  display: none;
}
@media (max-width: 980px) {
  .res-icon {
    display: block;
    width: 25px;
    height: 18px;
    position: relative;
    cursor: pointer;
  }
  .res-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #1b75bb;
    transition: all 0.2s ease;
  }
  .res-icon span:nth-child(1) {
    top: 0;
  }
  .res-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .res-icon span:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
  }
  .res-icon.active span {
    background: #cd181e;
  }
  .res-icon.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .res-icon.active span:nth-child(2) {
    opacity: 0;
  }
  .res-icon.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.loading-indicator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  background: #cd181e;
  color: #fff;
}

.lang__switcher {
  display: none;
  margin-left: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.lang__switcher > li {
  position: relative;
}
.lang__switcher > li:hover .lang__switcher__sub {
  display: block;
}

.lang__switcher__sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
}
.lang__switcher__sub a:hover {
  border: none !important;
}

.lang__link {
  display: flex !important;
  align-items: center;
  padding: 5px;
  text-transform: uppercase;
}
.lang__switcher__sub .lang__link {
  border: none;
}
.lang__link img {
  height: 15px;
  margin-right: 10px;
}
.lang__link svg {
  width: 15px;
  margin-left: 5px;
}

.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  width: 250px;
  height: calc(100% - 60px);
  background: #1b75bb;
  color: #fff;
  padding: 50px 20px;
}
@media (max-width: 1200px) {
  .sidebar {
    width: 200px;
    padding: 30px 10px;
  }
}
@media (max-width: 980px) {
  .sidebar {
    width: 250px;
    top: 50px;
    left: -250px;
    height: calc(100% - 50px);
    z-index: 30;
    transition: all 0.35s ease;
  }
  .sidebar.active {
    left: 0;
  }
}

.main-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px 0;
}
.main-nav a img {
  max-width: 25px;
  max-height: 25px;
  width: auto;
  height: auto;
}
.main-nav a span {
  display: inline-block;
  margin-left: 15px;
  transition: color 0.2s ease;
}
.main-nav a svg {
  width: 20px;
  height: auto;
  transition: none;
}
.main-nav a:hover span, .main-nav a.router-link-exact-active span {
  color: #231f20;
}
@media (max-width: 1200px) {
  .main-nav a img {
    max-width: 20px;
    max-height: 20px;
  }
}

.breadcrumbs-banner {
  background: #f9f9f9;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .breadcrumbs-banner {
    padding: 20px 25px;
  }
}
@media (max-width: 780px) {
  .breadcrumbs-banner {
    padding: 20px;
    flex-direction: column;
  }
}

.breadcrumbs {
  flex: 1;
}
.breadcrumbs h1 {
  font-weight: 400;
  font-size: 26px;
  color: #1b75bb;
}
.breadcrumbs .breadcrumb-list {
  color: #1b75bb;
  margin-top: 10px;
}
.breadcrumbs .breadcrumb-list li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 6px;
}
.breadcrumbs .breadcrumb-list li:first-child {
  padding-left: 0;
}
.breadcrumbs .breadcrumb-list li:last-child {
  padding-right: 0;
}
.breadcrumbs .breadcrumb-list li:last-child:after {
  content: none;
}
.breadcrumbs .breadcrumb-list li:after {
  position: absolute;
  right: -5px;
  content: ">";
}
@media (max-width: 780px) {
  .breadcrumbs {
    width: 100%;
  }
  .breadcrumbs h1 {
    font-size: 24px;
  }
  .breadcrumbs .breadcrumb-list {
    font-size: 14px;
  }
}

.breadcrumbs-actions {
  display: flex;
  align-items: center;
}
.breadcrumbs-actions button {
  margin-right: 15px;
}
@media (max-width: 780px) {
  .breadcrumbs-actions {
    width: 100%;
    margin-top: 20px;
  }
}

.footer-subscribe {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 35px 0;
}
.footer-subscribe .container {
  display: flex;
  align-items: center;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
.footer-subscribe .info {
  flex: 1;
  padding-right: 50px;
}
@media (max-width: 980px) {
  .footer-subscribe .container {
    padding: 0 50px;
  }
}
@media (max-width: 780px) {
  .footer-subscribe .container {
    padding: 0 15px;
    flex-direction: column;
  }
  .footer-subscribe .info {
    padding-right: 0;
  }
  .footer-subscribe .cta {
    text-align: center;
    margin-top: 25px;
  }
}

footer {
  background: #1b75bb;
  color: #fff;
  padding: 50px 0;
}
footer .container {
  display: flex;
}
footer .logo-white {
  display: block;
}
footer .logo-color {
  display: none !important;
}
footer a, footer p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 780px) {
  footer .container {
    flex-direction: column;
  }
}

.footer-info {
  width: 20%;
  padding-right: 20px;
}
.footer-info a {
  display: inline-block;
}
.footer-info a img {
  max-width: 90%;
}
@media (max-width: 980px) {
  .footer-info {
    padding-right: 0;
  }
}
@media (max-width: 780px) {
  .footer-info {
    width: 100%;
    text-align: center;
  }
  .footer-info a img {
    max-width: 125px;
    margin-bottom: 10px;
  }
}

.footer-menus {
  padding: 0 30px;
  width: 60%;
  display: flex;
}
.footer-menus .menu-col {
  flex: 1;
  padding: 10px 20px;
}
.footer-menus h4 {
  font-weight: 400;
}
.footer-menus .footer-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-menus .footer-menu-list li {
  margin-top: 5px;
}
.footer-menus .footer-menu-list li p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 980px) {
  .footer-menus .menu-col {
    padding: 10px;
  }
}
@media (max-width: 780px) {
  .footer-menus {
    width: 100%;
    text-align: center;
  }
  .footer-menus .menu-col {
    display: none;
  }
  .footer-menus .menu-col:last-child {
    display: block;
  }
}

.footer-account {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-account .social-links {
  margin-top: auto;
  text-align: center;
  width: 100%;
}
@media (max-width: 780px) {
  .footer-account {
    width: 100%;
    margin-top: 25px;
  }
  .footer-account .social-links {
    margin-top: 25px;
  }
}

button,
.btn {
  border-radius: 0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
button.add-to-cart,
.btn.add-to-cart {
  justify-content: center;
}
button.btn-synch,
.btn.btn-synch {
  color: #fff;
  background-color: #cd181e;
}

.btn-blue {
  background: #1b75bb;
  color: #fff;
  transition: background 0.2s ease;
}
.btn-blue:hover {
  background: #2990e0;
}

.btn-only-icon {
  padding: 3px 10px 1px 10px;
}
.btn-only-icon img {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}

.btn-close-text {
  background-color: #dfe8eb;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-close-text:hover {
  color: #cd181e;
}

.btn-primary {
  color: #fff;
  background-color: #cd181e;
  border: 1px solid #cd181e;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  text-align: center;
  margin-top: 20px;
  transition: all 0.5s ease;
}
.btn-primary svg {
  stroke: #fff;
  position: relative;
  transition: all 0.3s ease;
  width: 20px;
}
.btn-primary svg.check {
  width: 15px;
  margin-left: 10px;
}
.btn-primary .spinner {
  width: 15px;
  margin-left: 10px;
}
.btn-primary:hover {
  background-color: transparent;
  color: #cd181e;
}
.btn-primary:hover svg {
  stroke: #cd181e;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.modal--search {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  display: none;
}
.modal--search .inner {
  width: 80%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal--search .close-search {
  width: 20px;
  display: inline-block;
  position: absolute;
  top: -100px;
  right: 0;
  color: #1b75bb;
  transition: color 0.2s ease;
}
.modal--search .close-search:hover {
  color: #cd181e;
}
.modal--search form {
  transition: all 0.4s ease;
  transform: scale(0);
}
.modal--search.active form {
  transform: scale(1);
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-inner {
  position: relative;
  background-color: #fff;
  padding: 60px 20px 40px;
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media (min-width: 768px) {
  .modal .modal-inner {
    padding: 60px 40px 40px;
  }
}
.modal .modal-inner .close-modal {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal .modal-inner h2 {
  margin-bottom: 20px;
}
.modal .modal-inner .btn-ctr {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  margin-top: 30px;
}
.modal .modal-inner .btn-ctr .btn-primary {
  width: auto;
  min-width: 60px;
  margin-top: 0;
}
.modal .modal-inner .btn-ctr .btn-cancel {
  padding: 10px 20px;
}

@-webkit-keyframes slideDown {
  0% {
    top: -200px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    top: -200px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.blank-list, .tag-list, .category-list, .filter-banner .view-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  display: inline-block;
}
.category-list li:last-child span {
  display: none;
}
.category-list a {
  color: #999;
  font-size: 14px;
  transition: color 0.2s ease;
}
.category-list a:hover {
  color: #1b75bb;
}

.tag-list {
  margin-top: 10px;
}
.tag-list li {
  display: inline-block;
  margin-right: 5px;
}
.tag-list li:last-child {
  margin-right: 0;
}
.tag-list a {
  padding: 9px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #999;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.15);
  transform: color 0.2s ease;
}
.tag-list a:hover {
  color: #1b75bb;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.faq-list li {
  background: #1b75bb;
  position: relative;
}
.faq-list .cover {
  background-size: cover;
  background-position: center;
  height: 220px;
  position: relative;
}
.faq-list .cover span.type {
  background: #cd181e;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.faq-list a:hover {
  display: block;
}
.faq-list a:hover span.fake-btn {
  color: #fff;
}
.faq-list .info {
  padding: 16px 32px;
  color: #fff;
  padding-bottom: 65px;
}
.faq-list strong {
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  display: block;
}
.faq-list span.fake-btn {
  position: absolute;
  right: 32px;
  bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  color: #cd181e;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.faq-list span.fake-btn svg {
  width: 16px;
  margin-left: 10px;
}
@media (max-width: 780px) {
  .faq-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.type-list {
  margin: 0;
  padding: 0;
}
.type-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.type-list li:last-child {
  margin-bottom: 0;
}
.type-list .label {
  color: #646464;
  width: 75px;
}
.type-list .cloud {
  display: inline-block;
  background-color: #dfe8eb;
  color: #1b75bb;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 5px;
}
.type-list .cloud.dark {
  background: #1b75bb;
  color: #fff;
}

.card-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 980px) {
  .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.single-card {
  background: #fff;
}

.card-cover {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 215px;
}

.card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(100% - 215px);
  padding: 15px 15px 20px 15px;
}
.card-info strong {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.card-info span.author {
  display: block;
  margin-bottom: 25px;
}
.card-info p {
  margin-bottom: 35px;
}
.card-info a.cta-link-ghost {
  margin-top: auto;
  align-self: flex-end;
}

.card-list.list-view {
  grid-template-columns: repeat(1, 1fr);
}
.card-list.list-view .single-card {
  display: flex;
}
.card-list.list-view .card-cover {
  width: 300px;
  height: 300px;
}
.card-list.list-view .card-info {
  flex: 1;
  height: auto;
}

input,
textarea,
select {
  font-family: "Poppins", sans-serif;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #F2F5F8;
}

textarea:focus,
input:focus {
  outline: none;
}

form {
  overflow: hidden;
}
form input[type=file] {
  background: transparent;
  padding-left: 0;
}
form label {
  color: #1b75bb;
  margin-bottom: 5px;
}
form .form-group-wrapper .form-group h2 {
  margin-bottom: 20px;
}
form .form-group-wrapper .form-group .attachments-item .input-group {
  display: grid;
  grid: auto/1fr;
  gap: 10px;
  align-items: center;
}
form .form-group-wrapper .form-group .attachments-item .input-group .action-buttons {
  display: flex;
  gap: 5px;
  align-items: center;
}
form .form-group-wrapper .form-group .attachments-item .input-group .action-buttons svg {
  width: 30px;
  stroke: #cd181e;
  cursor: pointer;
}
@media (min-width: 768px) {
  form .form-group-wrapper .form-group .attachments-item .input-group {
    grid: auto/auto 1fr 70px;
  }
}
form .img-placeholder img {
  max-width: 200px;
}

.seperator {
  border-top: 1px solid #f2f2f2;
  height: 1px;
  margin-bottom: 16px;
}

.success-message {
  color: #cd181e;
}

.error-message {
  color: red;
}

.input-group {
  display: flex;
  margin-bottom: 5px;
  border: 1px solid #F2F5F8;
}
.input-group .input-group-prepend {
  padding: 10px 15px;
  background: #F2F5F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group .input-group-prepend svg {
  width: 12px;
  height: 15px;
}
.input-group input {
  background: #fff;
  border: none;
  width: 100%;
}

.form-group-wrapper {
  float: left;
  width: 100%;
  padding: 0 10px 5px 10px;
}

.order-form-group-wrapper label {
  font-weight: bold;
  margin-bottom: 16px;
}
.order-form-group-wrapper svg {
  width: 16px;
  height: auto;
  margin-top: 10px;
}

.form-group {
  float: left;
  width: 100%;
  padding: 0 10px 5px 10px;
}
.form-group.half {
  width: 50%;
}
.form-group.forty {
  width: 40%;
}
.form-group.twenty {
  width: 20%;
}
.form-group label {
  display: block;
}
.form-group input,
.form-group select {
  width: 100%;
}
.form-group input[type=checkbox] {
  display: inline;
  width: 25px;
}
.form-group span.error-message {
  font-size: 0.8em;
  margin-top: 7px;
  display: block;
}
.form-group .btn-submit {
  width: 100%;
  margin-top: 5px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 780px) {
  .form-group {
    padding: 10px 0;
  }
  .form-group.half {
    width: 100%;
  }
}

.order-form-button {
  padding: 0 20px;
}

.btn-group {
  display: flex;
}
.btn-group .btn-blue {
  width: 39px;
  height: 39px;
  margin-bottom: 0;
  outline: none;
}
.btn-group .btn-blue.active {
  background: #cd181e;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.comment-form {
  display: flex;
  flex-direction: column;
}
.comment-form textarea {
  resize: none;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  height: 250px;
}
.comment-form button {
  width: auto;
  align-self: flex-end;
  margin-bottom: 10px;
}

.block-item {
  padding: 20px;
  margin-bottom: 20px;
  color: #1b75bb;
}
.block-item strong {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.block--progress {
  color: #fff;
}
.block--progress.color-primary {
  background: #cd181e;
}
.block--progress.color-secondary {
  background: #1b75bb;
}
.block--progress .progress {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block--progress .progress .numeric {
  min-width: 50px;
  margin-right: 10px;
}

.progress-bar {
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.progress-bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #38A3FA;
}

.block--date-list {
  background: #fff;
  padding: 20px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.block--date-list .date-list {
  margin-top: 15px;
}
.block--date-list .date-list span.date {
  color: #cd181e;
}
.block--date-list .date-list li {
  padding: 15px 0;
  border-bottom: 1px solid #f9f9f9;
}
.block--date-list .date-list li:last-child {
  border-bottom: 0;
}
.block--date-list .date-list span.title,
.block--date-list .date-list span.date {
  font-weight: 700;
}
.block--date-list .date-list small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.block--date-list .date-list.inline li {
  display: flex;
  justify-content: space-between;
}
.block--date-list .date-list.inline li:hover {
  background: #f2f2f2;
}
.block--date-list .date-list.inline span.label {
  font-weight: 300;
}
@media (max-width: 780px) {
  .block--date-list {
    padding: 20px;
  }
}

.bordered {
  border-top: 5px solid #cd181e;
}

.bordered-light {
  border-top: 5px solid #777;
}

.block--user-list {
  background: #fff;
  padding: 20px 40px;
}
.block--user-list .user-list {
  margin-top: 15px;
  padding-right: 20px;
  max-height: 385px;
  overflow-y: auto;
}
.block--user-list .user-list::-webkit-scrollbar {
  width: 5px;
}
.block--user-list .user-list::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #1b75bb;
}
.block--user-list .user-list li {
  display: flex;
  padding: 15px 0;
  border-bottom: 2px dashed #1b75bb;
}
.block--user-list .user-list li:last-child {
  border-bottom: 0;
}
.block--user-list .avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.block--user-list .intro {
  flex: 1;
  padding-left: 15px;
}
.block--user-list a.name {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.block--user-list span.message {
  line-height: 26px;
}
@media (max-width: 780px) {
  .block--user-list {
    padding: 20px;
  }
  .block--user-list .avatar {
    width: 40px;
    height: 40px;
  }
  .block--user-list a.name {
    font-size: 16px;
  }
  .block--user-list span.message {
    line-height: 20px;
    font-size: 14px;
  }
}

.table {
  width: 100%;
  font-size: 14px;
}
.table th {
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
  text-align: left;
}
.table th:nth-child(1) {
  padding-left: 20px;
}
.table td {
  padding: 10px 5px;
  border-top: 1px solid #f9f9f9;
}
.table td:first-of-type {
  padding-left: 20px;
}
.table tr td.red:first-of-type {
  border-left: 2px solid red;
}
.table tr td.green:first-of-type {
  border-left: 2px solid #cd181e;
}
.table tr td.orange:first-of-type {
  border-left: 2px solid orange;
}
.table tr td.purple:first-of-type {
  border-left: 2px solid purple;
}
.table tr td.grey:first-of-type {
  border-left: 2px solid #999;
}
.table.nopadding th:nth-child(1) {
  padding-left: 0 !important;
}
.table.nopadding td:first-of-type {
  padding-left: 0 !important;
}
@media (max-width: 780px) {
  .table td {
    min-width: 150px;
  }
}

.normal-table th {
  cursor: default;
  text-align: left !important;
}
.normal-table td {
  min-width: 150px;
}
.normal-table td.td-comment {
  padding-right: 50px;
}

strong.panel-label {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #1b75bb;
  margin-bottom: 25px;
}
strong.panel-label svg {
  margin-right: 10px;
  width: 15px;
}

.panel {
  margin-bottom: 40px;
  padding: 25px;
  background: #fff;
  border-top: 5px solid #1b75bb;
}
.panel p:last-child {
  margin: 0;
}
.panel-grey {
  border-top: 5px solid #777;
}
.panel-green {
  border-top: 5px solid #cd181e;
}
@media (max-width: 780px) {
  .panel {
    padding: 20px 10px;
  }
}

.cart-content svg {
  width: 20px;
}
.cart-content label {
  font-weight: bold;
}
.cart-content input {
  border: 1px solid grey;
  width: 80px;
  text-align: center;
}
.cart-content .cart-header {
  display: none;
  font-weight: bold;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .cart-content .cart-header {
    display: grid;
    grid-template-columns: 20px 70px 100px auto 80px 80px 100px;
    grid-column-gap: 20px;
  }
}
.cart-content .cart-items {
  border: 1px solid lightgrey;
  border-radius: 10px;
}
.cart-content .cart-items img {
  width: 70px;
  display: flex;
}
.cart-content .cart-items .item + .item {
  border-top: 1px solid lightgrey;
}
.cart-content .cart-items .item:nth-of-type(even) {
  background: #e4e4e4;
}
.cart-content .cart-items .item .item-line {
  padding: 12px;
  display: flex;
  justify-content: space-between;
}
.cart-content .cart-items .item .item-line + .item-line {
  border-top: 1px solid lightgrey;
}
@media (min-width: 768px) {
  .cart-content .cart-items .item .item-line + .item-line {
    border-top: none;
  }
}
.cart-content .cart-items .item .item-line.remove svg {
  stroke: #cd181e;
}
.cart-content .cart-items .item .item-line.remove svg:hover {
  cursor: pointer;
}
.cart-content .cart-items .item .item-line.code {
  word-break: break-all;
}
@media (min-width: 768px) {
  .cart-content .cart-items .item .item-line label {
    display: none;
  }
}
@media (min-width: 768px) {
  .cart-content .cart-items .item .item-line {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cart-content .cart-items .item {
    display: grid;
    grid-template-columns: 20px 70px 100px auto 80px 80px 100px;
    grid-column-gap: 20px;
    padding: 10px 15px;
  }
}
.cart-content .cart-footer {
  margin-top: 20px;
  text-align: right;
}
.cart-content .cart-footer .form-group {
  float: none;
}
.cart-content .cart-footer label {
  margin-right: 10px;
  display: inline;
}
.cart-content .cart-footer label small {
  font-size: 0.8em;
}
.cart-content .cart-footer input {
  width: 120px;
  background: #fff;
  text-align: right;
}
@media (min-width: 768px) {
  .cart-content .thumbnail {
    width: 90px;
  }
  .cart-content .product {
    flex-grow: 1;
  }
  .cart-content .price,
.cart-content .subtotal {
    text-align: right;
    justify-content: right !important;
  }
  .cart-content .amount {
    width: 100px;
  }
}

.spinner {
  display: flex;
  align-items: center;
}
.spinner img {
  width: 20px;
}

.vgt-wrap .btn-primary {
  margin: 0;
  margin-right: 5px;
  width: auto;
  line-height: 1;
  gap: 5px;
}
.vgt-wrap .btn-primary svg {
  width: 16px;
}
.vgt-wrap .btn-edit {
  padding: 0;
}
.vgt-wrap .btn-edit svg {
  stroke: #1b75bb;
}
.vgt-wrap .btn-remove {
  padding: 0;
}
.vgt-wrap .btn-remove svg {
  width: 20px;
  position: relative;
  top: 2px;
}
.vgt-wrap table.vgt-table td {
  vertical-align: middle;
}
.vgt-wrap .placeholder {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  margin: auto;
}

.multiple-uploads label.file-input-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  max-width: 400px;
  border-radius: 20px;
  background-color: #38A3FA;
  color: #fff;
  position: relative;
}
.multiple-uploads label.file-input-label input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.multiple-uploads label.file-input-label .file-cta {
  text-align: center;
  font-size: 1.1em;
}
.multiple-uploads label.file-input-label .file-cta .file-icon {
  display: block;
}
.multiple-uploads label.file-input-label .file-cta .file-icon svg {
  width: 25px;
  cursor: pointer;
}
.multiple-uploads label.file-input-label .file-cta .file-label {
  display: block;
  margin-top: 10px;
}

/* Layouts */
* {
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
  font-size: 16px;
}

[v-cloak] {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
}

svg {
  width: 17px;
  position: relative;
  transition: all 0.5s ease;
}

button {
  font: inherit;
}

::-moz-selection {
  background: #cd181e;
  color: #fff;
}

::selection {
  background: #cd181e;
  color: #fff;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.container.app-container {
  padding: 50px;
}
.container.container-small {
  max-width: 500px;
}
.container.container-lg {
  max-width: 1350px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .container.app-container {
    padding: 25px 25px;
  }
}
@media (max-width: 780px) {
  .container.app-container {
    padding: 20px;
  }
}

.res-overflow {
  overflow: hidden;
  overflow-x: scroll;
}

.content-wrapper {
  position: relative;
  padding-left: 250px;
  padding-top: 60px;
}
.content-wrapper.nopadding .container {
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .content-wrapper {
    padding-left: 200px;
  }
}
@media (max-width: 980px) {
  .content-wrapper {
    padding-left: 0;
    padding-top: 50px;
  }
}

.title-section {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.title-section p {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 780px) {
  .title-section {
    padding: 0 25px;
  }
}

.cta-link, .cta-link-back, .cta-link-ghost, .cta-link-inverse {
  display: inline-block;
  background-color: #cd181e;
  color: #fff;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  border-radius: 0;
  background-image: url("../images/arrow-right.svg");
  background-size: 15px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
  transition: background-color 0.2s ease;
}
.cta-link:hover, .cta-link-back:hover, .cta-link-ghost:hover, .cta-link-inverse:hover {
  background-color: #1b75bb;
}

.cta-link-inverse {
  background-color: #f2f2f2;
  color: #1b75bb;
  background-image: url("../images/arrow-right-blue.svg");
}
.cta-link-inverse:hover {
  color: #fff;
  background-image: url("../images/arrow-right.svg");
}

.cta-link-ghost {
  background-color: transparent;
  color: #cd181e;
  border: 1px solid #cd181e;
  background-image: url("../images/arrow-right-pink.svg");
}
.cta-link-ghost:hover {
  color: #fff;
  background-color: #cd181e;
  background-image: url("../images/arrow-right.svg");
}

.cta-link-back {
  padding: 5px 10px 5px 35px;
  background-image: url("../images/arrow-left.svg");
  background-position: left 10px center;
  text-transform: uppercase;
}
.cta-link-back.normal {
  padding: 5px 35px 5px 10px;
  background-position: right 10px center;
  background-image: url("../images/arrow-right.svg");
}

.not-found {
  padding: 100px 0;
  text-align: center;
}

.force-content {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
}
.force-content img {
  max-width: 100%;
}
.force-content a {
  color: #cd181e !important;
  text-decoration: none !important;
}
.force-content a:hover {
  text-decoration: underline !important;
}

.bold {
  font-weight: bold;
}

.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.auth-logo img {
  max-width: 90%;
  width: 200px;
}

.auth-inner {
  background: #fff;
  padding: 40px 20px;
  width: 350px;
}
.auth-inner svg {
  margin: 0 auto;
  width: 50%;
  height: auto;
}
.auth-inner form {
  margin-top: 40px;
}
.auth-inner button {
  margin-top: 10px;
  font-size: 16px;
}

.auth-nav {
  color: #cd181e;
  margin-top: 50px;
  font-size: 14px;
  padding-left: 10px;
  text-align: center;
}
.auth-nav a {
  text-decoration: underline;
}
.auth-nav a:hover {
  text-decoration: none;
}

.two-cols {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}
.two-cols .single-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 780px) {
  .two-cols {
    display: flex;
    flex-direction: column;
  }
}

.faq-general-info {
  margin-bottom: 40px;
}

.faq-general-content {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.faq-general-content.tickets-panel {
  padding: 25px;
}
@media (max-width: 780px) {
  .faq-general-content {
    padding: 20px 10px;
    overflow: hidden;
    overflow-x: scroll;
  }
}

.ticket-statusses {
  display: grid;
  grid: auto/1fr;
  gap: 20px;
}
.ticket-statusses .status-panel {
  text-align: center;
  padding: 25px 0 0 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ticket-statusses .status-panel span.big {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 25px;
}
.ticket-statusses .status-panel span.big svg {
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.ticket-statusses .status-panel small {
  text-transform: uppercase;
  color: #fff !important;
  display: block;
  background-color: #000;
  padding: 10px;
  font-weight: 300;
}
.ticket-statusses .status-panel.red {
  border-top: 5px solid #cd181e;
}
.ticket-statusses .status-panel.red span.big {
  color: #cd181e;
}
.ticket-statusses .status-panel.red small {
  background-color: #cd181e;
}
.ticket-statusses .status-panel.green {
  border-top: 5px solid #cd181e;
}
.ticket-statusses .status-panel.green span.big {
  color: #cd181e;
}
.ticket-statusses .status-panel.green small {
  background-color: #cd181e;
}
.ticket-statusses .status-panel.purple {
  border-top: 5px solid purple;
}
.ticket-statusses .status-panel.purple span.big {
  color: purple;
}
.ticket-statusses .status-panel.purple small {
  background-color: purple;
}
.ticket-statusses .status-panel.orange {
  border-top: 5px solid orange;
}
.ticket-statusses .status-panel.orange span.big {
  color: orange;
}
.ticket-statusses .status-panel.orange small {
  background-color: orange;
}
@media (min-width: 768px) {
  .ticket-statusses {
    grid: auto/repeat(3, 1fr);
  }
}

.ticket--general {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ticket--general .col {
  width: 19%;
  background: #fff;
  border-top: 5px solid #1b75bb;
  padding: 25px;
  text-align: center;
}
.ticket--general .col small {
  display: block;
  margin-bottom: 10px;
}
.ticket--general .col strong {
  font-weight: 700;
}
@media (max-width: 1100px) {
  .ticket--general .col {
    padding: 20px 10px;
  }
}
@media (max-width: 780px) {
  .ticket--general {
    flex-wrap: wrap;
  }
  .ticket--general .col {
    border-top: 3px solid #1b75bb;
    width: 49%;
    margin-bottom: 10px;
  }
  .ticket--general .col:last-of-type {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .faq-general-content.tickets-panel {
    overflow: hidden;
    overflow-x: scroll;
  }
}

.blog-slider {
  width: 100%;
}
.blog-slider .slick-next {
  right: 25px;
  z-index: 10;
}
.blog-slider .slick-prev {
  left: 25px;
  z-index: 10;
}
.blog-slider .blog-cover-slide {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  outline: none;
}
.blog-slider .blog-cover-slide:after {
  content: "";
  float: left;
  padding-top: 50%;
}

.blog-content {
  padding: 25px;
}

.shop .shop-wrapper .filters {
  padding-bottom: 15px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .shop .shop-wrapper .filters {
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-column-gap: 20px;
  }
}
.shop .shop-wrapper .filters .filter {
  position: static;
}
.shop .shop-wrapper .filters .filter label {
  margin-right: 10px;
}
.shop .shop-wrapper .filters .filter select {
  width: 100%;
  margin-top: 10px;
}
.shop .shop-wrapper .filters .filter input {
  width: 100%;
  margin-top: 10px;
}
.shop .shop-wrapper .filters .filter svg {
  width: 20px;
}
.shop .shop-wrapper .filters .filter + .filter {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .shop .shop-wrapper .filters .filter + .filter {
    margin-top: 0;
  }
}
.shop .shop-wrapper .filters .filter.search {
  position: relative;
}
.shop .shop-wrapper .filters .filter.search svg {
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.shop .shop-wrapper .filters .filter.search svg.remove-search-term {
  stroke: #cd181e;
}
.shop .shop-wrapper .filters .filter.search svg.remove-search-term:hover {
  cursor: pointer;
}
.shop .shop-wrapper .filters .view-selector {
  margin-top: 20px;
  padding-left: 10px;
}
.shop .shop-wrapper .filters .view-selector svg {
  width: 25px;
  margin-right: 10px;
}
.shop .shop-wrapper .filters .view-selector svg path {
  transition: all 0.3s ease;
}
.shop .shop-wrapper .filters .view-selector svg.active, .shop .shop-wrapper .filters .view-selector svg:hover {
  cursor: pointer;
}
.shop .shop-wrapper .filters .view-selector svg.active path, .shop .shop-wrapper .filters .view-selector svg:hover path {
  fill: #cd181e;
}
.shop .shop-wrapper .VuePagination nav ul {
  margin-bottom: 10px;
}
.shop .shop-wrapper .VuePagination nav ul li {
  margin: 5px 0;
}
.shop .shop-wrapper .VuePagination nav ul li a {
  padding: 0 5px;
}
.shop .shop-wrapper .VuePagination nav ul li a:hover, .shop .shop-wrapper .VuePagination nav ul li a.active {
  cursor: pointer;
  background-color: #cd181e;
  color: #fff;
}
.shop .shop-wrapper .VuePagination nav p {
  padding-left: 10px;
}
.shop .shop-wrapper .shop-items {
  margin-top: 20px;
}
@media (min-width: 540px) {
  .shop .shop-wrapper .shop-items {
    display: flex;
    flex-wrap: wrap;
  }
}
.shop .shop-wrapper .shop-items .shop-item {
  box-shadow: 0 0 7px lightgrey;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  max-width: 250px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 540px) {
  .shop .shop-wrapper .shop-items .shop-item {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .shop .shop-wrapper .shop-items .shop-item {
    width: calc(33.333% - 20px);
    margin: 0 10px 30px;
  }
}
@media (min-width: 1440px) {
  .shop .shop-wrapper .shop-items .shop-item {
    width: calc(25% - 22.5px);
    margin: 0 11.25px 30px;
  }
}
.shop .shop-wrapper .shop-items .shop-item .item-image {
  display: block;
  margin-bottom: 30px;
}
.shop .shop-wrapper .shop-items .shop-item .item-image img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/2;
}
.shop .shop-wrapper .shop-items .shop-item .item-text {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.shop .shop-wrapper .shop-items .shop-item .item-text h3 {
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 1.1em;
  font-weight: bolder;
  word-wrap: break-word;
}
.shop .shop-wrapper .shop-items .shop-item .item-text .item-code {
  font-size: 0.8em;
  margin-bottom: 10px;
  margin-top: auto;
}
.shop .shop-wrapper .shop-items .shop-item .item-text .item-code span {
  font-weight: bold;
}
.shop .shop-wrapper .shop-items .shop-item .item-text p {
  margin-bottom: 20px;
}
.shop .shop-wrapper .shop-items .shop-item .item-text p span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
  bottom: 10px;
}
.shop .shop-wrapper .shop-items .shop-item .item-text p span.out-of-stock {
  background-color: #cd181e;
}
.shop .shop-wrapper .shop-items .shop-item .item-text p span.in-stock {
  background-color: #00da00;
}
.shop .shop-wrapper .shop-items .shop-item .item-text button {
  color: #fff;
  border: 1px solid #cd181e;
  background-color: #cd181e;
  transition: all 0.5s ease;
  padding: 10px 0;
}
.shop .shop-wrapper .shop-items .shop-item .item-text button:hover {
  background-color: #fff;
  color: #cd181e;
}
@media (min-width: 540px) {
  .shop .shop-wrapper .shop-items.list-view {
    display: block;
  }
}
.shop .shop-wrapper .shop-items.list-view .shop-item {
  text-align: left;
  max-width: unset;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-column-gap: 20px;
}
@media (min-width: 540px) {
  .shop .shop-wrapper .shop-items.list-view .shop-item {
    width: 100%;
    margin: 0 0px 30px;
  }
}
.shop .shop-wrapper .shop-items.list-view .shop-item .item-image {
  width: 150px;
  height: 150px;
  margin-right: 15px;
  margin-bottom: 0;
}
.shop .shop-wrapper .shop-items.list-view .shop-item .item-image img {
  max-height: 100%;
}
.shop .shop-wrapper .shop-items.list-view .shop-item .item-text {
  height: 100%;
}
.shop aside.shop-sidebar {
  background-color: #e6e6e6;
  padding: 20px;
  font-size: 0.9em;
}
.shop aside.shop-sidebar .btn-primary {
  width: auto;
  padding: 4px 10px;
  margin: 0;
}
.shop aside.shop-sidebar h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.shop aside.shop-sidebar .categories {
  margin-bottom: 20px;
}
.shop aside.shop-sidebar .categories > li + li {
  margin-top: 15px;
}
.shop aside.shop-sidebar .categories ul.sub-cat-1 {
  padding-left: 15px;
}
.shop aside.shop-sidebar .categories ul.sub-cat-1 ul.sub-cat-2 {
  padding-left: 15px;
}
.shop aside.shop-sidebar .input-group {
  border: none;
  gap: 5px;
  margin-bottom: 10px;
}
.shop aside.shop-sidebar .input-group input {
  width: 10px;
  cursor: pointer;
  margin-top: 0;
}
.shop aside.shop-sidebar .input-group label {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .shop {
    display: grid;
    grid: auto/230px 1fr;
    gap: 20px;
  }
  .shop .shop-wrapper {
    order: 1;
  }
}

.single-product .navigation {
  padding-bottom: 10px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 30px;
}
.single-product .navigation .go-back {
  display: inline-block;
}
.single-product .navigation .go-back svg {
  width: 17px;
  position: relative;
  top: 3px;
}
.single-product .product-wrapper .product-title {
  margin-bottom: 30px;
}
.single-product .product-wrapper .product-title h1 {
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 768px) {
  .single-product .product-wrapper .product-title h1 {
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .single-product .product-wrapper .product-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
.single-product .product-wrapper .product-content .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
}
.single-product .product-wrapper .product-content .product-info {
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .single-product .product-wrapper .product-content .product-info {
    padding-top: 20px;
  }
}
.single-product .product-wrapper .product-content .product-info .price {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #cd181e;
}
.single-product .product-wrapper .product-content .product-info .price.has-net-price .normal-price {
  text-decoration: line-through;
}
.single-product .product-wrapper .product-content .product-info .price .net-price {
  margin-left: 5px;
}
.single-product .product-wrapper .product-content .product-info .price .stock-info {
  display: inline-block;
  padding: 10px 10px;
  color: #00da00;
  border: 1px solid #00da00;
  font-size: 0.6em;
  margin-left: 15px;
  position: relative;
  bottom: 3px;
}
.single-product .product-wrapper .product-content .product-info .price .stock-info.out-of-stock {
  color: #cd181e;
  border-color: #cd181e;
}
.single-product .product-wrapper .product-content .product-info ul.quantity-prices {
  margin-top: -20px;
}
.single-product .product-wrapper .product-content .product-info ul.quantity-prices li {
  opacity: 0.6;
  font-size: 0.9em;
}
.single-product .product-wrapper .product-content .product-info ul.quantity-prices li + li {
  margin-top: 5px;
}
.single-product .product-wrapper .product-content .product-info .description {
  margin-bottom: 30px;
}
.single-product .product-wrapper .product-content .product-info .extras {
  padding: 20px 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 30px;
}
.single-product .product-wrapper .product-content .product-info .extras li {
  padding: 7px 0;
}
.single-product .product-wrapper .product-content .product-info .add-to-cart {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-column-gap: 10px;
}
@media (min-width: 450px) {
  .single-product .product-wrapper .product-content .product-info .add-to-cart {
    grid-template-columns: 80px 200px;
  }
}
.single-product .product-wrapper .product-content .product-info .add-to-cart input {
  border: 1px solid grey;
  width: 80px;
  text-align: center;
}
.single-product .product-wrapper .product-content .product-info .add-to-cart button {
  color: #fff;
  border: 1px solid #cd181e;
  background-color: #cd181e;
  transition: all 0.5s ease;
  justify-content: center;
}
.single-product .product-wrapper .product-content .product-info .add-to-cart button:hover {
  background-color: #fff;
  color: #cd181e;
}
.single-product .product-wrapper .product-content .product-info .add-to-cart-message {
  margin-top: 10px;
  font-size: 0.8em;
  color: #00da00;
}

.cart .cart-message {
  margin-bottom: 50px;
  line-height: 1.4;
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 10px 15px;
}
.cart .go-to-checkout {
  margin-left: auto;
}
.cart .go-to-checkout svg {
  left: 5px;
}
.cart .go-to-checkout:hover svg {
  left: 10px;
}
.cart .go-back-to-shop svg {
  right: 5px;
}
.cart .go-back-to-shop:hover svg {
  right: 10px;
}

.checkout section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .checkout section {
    padding: 50px 0;
  }
}
.checkout section:first-of-type {
  padding-top: 0;
}
.checkout section + section {
  border-top: 1px solid lightgrey;
}
.checkout section h2 {
  margin-bottom: 10px;
}
.checkout section.client-data .col textarea {
  width: 100%;
}
.checkout section.client-data .col + .col {
  margin-top: 30px;
}
.checkout section.client-data .col > div span {
  font-weight: bolder;
}
.checkout section.client-data .col > div + div {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .checkout section.client-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
  .checkout section.client-data .col + .col {
    margin-top: 0;
  }
}
.checkout section.payment-method .options .option + .option {
  margin-top: 10px;
}
.checkout section.submit {
  padding-top: 0;
  border-top: none;
}
.checkout section.submit .btn-primary {
  font: inherit;
}
.checkout section.submit .btn-primary .spinner {
  width: 15px;
  margin-left: 10px;
}
.checkout section.submit .btn-primary:hover {
  color: #cd181e;
  background-color: #fff;
}
.checkout .remove {
  display: none !important;
}
@media (max-width: 767px) {
  .checkout .code {
    border-top: none !important;
  }
}
@media (min-width: 768px) {
  .checkout .cart-header,
.checkout .cart-items .item {
    grid-template-columns: 70px 100px auto 80px 80px 100px !important;
  }
  .checkout .cart-header img,
.checkout .cart-items .item img {
    width: 70px;
    display: flex;
  }
}

.order-confirmation strong {
  font-weight: bold;
}
.order-confirmation a {
  margin-top: 50px;
}
.order-confirmation a svg {
  left: 5px;
}
.order-confirmation a:hover svg {
  left: 10px;
}

.orders .orders-wrapper .order-item {
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 15px;
}
.orders .orders-wrapper .order-item + .order-item {
  margin-top: 10px;
}
.orders .orders-wrapper .order-item .main-data {
  text-align: center;
}
.orders .orders-wrapper .order-item .main-data div + div {
  margin-top: 20px;
}
.orders .orders-wrapper .order-item .main-data div h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.orders .orders-wrapper .order-item .main-data button {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.orders .orders-wrapper .order-item .main-data button svg {
  top: 0;
  width: 17px;
}
@media (min-width: 768px) {
  .orders .orders-wrapper .order-item .main-data {
    display: flex;
    justify-content: space-between;
  }
  .orders .orders-wrapper .order-item .main-data div + div {
    margin-top: 0;
  }
  .orders .orders-wrapper .order-item .main-data button {
    margin: 0;
  }
}
.orders .orders-wrapper .order-item .order-details {
  margin-top: 20px;
  border-top: 1px dashed lightgrey;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .orders .orders-wrapper .order-item .order-details {
    padding-top: 20px;
  }
}
.orders .orders-wrapper .order-item .order-details .item .item-header {
  display: none;
}
.orders .orders-wrapper .order-item .order-details .item .item-line:nth-of-type(odd) {
  background-color: #e4e4e4;
}
.orders .orders-wrapper .order-item .order-details .item .item-line div {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  text-align: right;
}
.orders .orders-wrapper .order-item .order-details .item .item-line div span.item-line-col-label {
  font-weight: bold;
  text-align: left;
}
.orders .orders-wrapper .order-item .order-details .item .item-line div + div {
  border-top: 1px solid lightgrey;
}
@media (min-width: 768px) {
  .orders .orders-wrapper .order-item .order-details .item .item-header {
    display: grid;
    grid-template-columns: 300px 1fr 1fr 1fr;
    text-align: center;
    font-weight: bold;
  }
  .orders .orders-wrapper .order-item .order-details .item .item-line {
    display: grid;
    grid-template-columns: 300px 1fr 1fr 1fr;
  }
  .orders .orders-wrapper .order-item .order-details .item .item-line div {
    display: block;
    text-align: center;
  }
  .orders .orders-wrapper .order-item .order-details .item .item-line div + div {
    border-top: none;
  }
  .orders .orders-wrapper .order-item .order-details .item .item-line div span.item-line-col-label {
    display: none;
  }
}

.orders-edit section {
  padding: 25px 0;
}
.orders-edit section h2 {
  margin-bottom: 20px;
}
.orders-edit section.order-data {
  display: grid;
  grid: auto/1fr;
  gap: 40px;
}
.orders-edit section.order-data .col > div span {
  font-weight: bolder;
}
@media (min-width: 480px) {
  .orders-edit section.order-data .col > div span {
    display: inline-block;
    width: 170px;
  }
}
.orders-edit section.order-data .col > div select {
  width: 100%;
  margin-top: 10px;
}
.orders-edit section.order-data .col > div + div {
  margin-top: 10px;
}
.orders-edit section.order-data .col > div.order-total {
  font-size: 1.5em;
  margin: 30px 0;
}
.orders-edit section.order-data .col > div.payment-method {
  margin: 20px 0;
}
.orders-edit section.order-data .col > div.order-status {
  margin-top: 15px;
}
.orders-edit section.order-data .col .btn-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .orders-edit section.order-data {
    grid: auto/1fr 1fr;
    gap: 40px;
  }
  .orders-edit section.order-data .col-1 {
    border-right: 1px solid lightgrey;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .orders-edit section {
    padding: 50px 0;
  }
}
.orders-edit section:first-of-type {
  padding-top: 0;
}
.orders-edit section + section {
  border-top: 1px solid lightgrey;
}

.account section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .account section {
    padding: 50px 0;
  }
}
.account section:first-of-type {
  padding-top: 0;
}
.account section + section {
  border-top: 1px solid lightgrey;
}
.account section h2 {
  margin-bottom: 20px;
}
.account section.client-data > div span {
  font-weight: bolder;
}
.account section.client-data > div + div {
  margin-top: 10px;
}
.account section.change-password .form-group-wrapper {
  float: none;
  padding: 0;
}
@media (min-width: 768px) {
  .account section.change-password .form-group-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
}
.account section.change-password .form-group-wrapper .form-group.half {
  float: none;
  width: 100%;
  padding: 0;
}
.account section.change-password .form-group-wrapper .form-group.half + .form-group.half {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .account section.change-password .form-group-wrapper .form-group.half + .form-group.half {
    margin-top: 0;
  }
}
.account section.change-password .form-group-wrapper .form-group.half label {
  margin-bottom: 10px;
}
.account section.change-password .btn-primary:hover {
  color: #cd181e;
  background-color: #fff;
}
.account section.change-password .error-message {
  margin-top: 20px;
  padding: 15px;
  color: #cd181e;
  border: 1px solid #cd181e;
}
.account section.change-password .success-message {
  margin-top: 20px;
  padding: 15px;
  color: #00da00;
  border: 1px solid #00da00;
}

.shop-categories .search-wrapper {
  padding-bottom: 15px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 30px;
}
.shop-categories .search-wrapper .search {
  position: relative;
}
.shop-categories .search-wrapper .search label {
  margin-right: 10px;
}
.shop-categories .search-wrapper .search input {
  width: 100%;
  margin-top: 10px;
  padding-right: 50px;
}
.shop-categories .search-wrapper .search button {
  position: absolute;
  right: 10px;
  bottom: 9px;
  border: none;
  background-color: transparent;
}
.shop-categories .search-wrapper .search button svg {
  width: 20px;
}
.shop-categories .group-1 {
  display: grid;
  grid: auto/minmax(0, 1fr);
  gap: 10px;
}
@media (min-width: 480px) {
  .shop-categories .group-1 {
    grid: auto/repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .shop-categories .group-1 {
    grid: auto/repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1300px) {
  .shop-categories .group-1 {
    grid: auto/repeat(4, minmax(0, 1fr));
  }
}
.shop-categories .group-1 a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 0 15px lightgrey;
  width: 100%;
  height: 250px;
  padding: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  transition: all 0.5s ease;
}
.shop-categories .group-1 a span {
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.shop-categories .group-1 a:hover {
  transform: scale(1.02);
}
.shop-categories .group-1 a:nth-child(1) {
  background-image: url(../assets/images/stekker.jpg);
}
.shop-categories .group-1 a:nth-child(2) {
  background-image: url(../assets/images/koppelstekker.jpg);
}
.shop-categories .group-1 a:nth-child(3) {
  background-image: url(../assets/images/opbouw.jpg);
}
.shop-categories .group-1 a:nth-child(4) {
  background-image: url(../assets/images/inbouw-stopcontact.jpg);
}
.shop-categories .group-1 a:nth-child(5) {
  background-image: url(../assets/images/verdeelkast.jpg);
}
.shop-categories .group-1 a:nth-child(6) {
  background-image: url(../assets/images/aftakdoos.jpg);
}
.shop-categories .group-1 a:nth-child(7) {
  background-image: url(../assets/images/haspels.jpg);
}
.shop-categories .group-1 a:nth-child(8) {
  background-image: url(../assets/images/kamgeleiders.jpeg);
}
.shop-categories .group-2,
.shop-categories .group-3 {
  display: grid;
  grid: auto/minmax(0, 1fr);
  gap: 10px;
}
@media (min-width: 480px) {
  .shop-categories .group-2,
.shop-categories .group-3 {
    grid: auto/repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .shop-categories .group-2,
.shop-categories .group-3 {
    grid: auto/repeat(4, minmax(0, 1fr));
  }
}
.shop-categories .group-2 a,
.shop-categories .group-3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px lightgrey;
  background-color: #fff;
  width: 100%;
  height: 150px;
  padding: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease;
}
.shop-categories .group-2 a:hover,
.shop-categories .group-3 a:hover {
  transform: scale(1.02);
}

/* Pages */
.products-edit section.forms .attachment-item {
  display: grid;
  grid: auto/1fr auto;
  gap: 10px;
  max-width: 500px;
  margin-bottom: 15px;
}
.products-edit section.forms .attachment-item .btn-remove {
  width: 20px;
  stroke: #cd181e;
  cursor: pointer;
}
.products-edit section.forms button.btn-primary {
  max-width: 350px;
}
.products-edit section.forms .success-message {
  max-width: 350px;
}