<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap);@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/fonts/open-sans-v14-latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v14-latin-regular.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fonts/open-sans-v14-latin-700.woff2") format("woff2"), url("/fonts/open-sans-v14-latin-700.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("/fonts/lato-v13-latin-700.woff2") format("woff2"), url("/fonts/lato-v13-latin-700.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("/fonts/lato-v13-latin-900.woff2") format("woff2"), url("/fonts/lato-v13-latin-900.woff") format("woff");
}

@font-face {
  font-family: "Audiowide";
  font-style: normal;
  font-weight: 400;
  src: local("Audiowide"), local("Audiowide"), url("/fonts/audiowide-v9-latin-regular.woff2") format("woff2"), url("/fonts/audiowide-v9-latin-regular.woff") format("woff");
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
}

body.error {
  height: 100vh;
  background-color: #fff;
  padding: 0;
}

body.error .error-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 25px;
}

body.error .error-container &gt; div {
  text-align: center;
}

body.error .error-container &gt; div img {
  width: 350px;
  max-width: 100%;
  max-height: 300px;
  height: auto;
  margin-bottom: 25px;
}

body.error .error-container &gt; div h1,
body.error .error-container &gt; div h2 {
  font-size: 30px;
  margin-bottom: 0;
}

body.error .error-container &gt; div h2 {
  font-size: 24px;
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 15px;
  color: #000;
}

h1 {
  font-size: 30px;
  line-height: 35px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 17px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 13px;
  line-height: 20px;
}

p {
  margin-bottom: 15px;
}

a {
  color: #000;
  transition: color 0.1s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  color: #f60;
}

a:focus {
  color: #000;
}

fieldset.border-top {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #d9d9d9 !important;
}

fieldset.border-bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d9d9d9 !important;
}

fieldset.no-padding-bottom {
  padding-bottom: 0;
}

fieldset.fieldset-language {
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 15px;
}

fieldset.fieldset-language.border-top {
  border-top: 1px dashed #d9d9d9;
  padding-top: 8px;
}

fieldset.fieldset-language.no-border-bottom {
  border-bottom: none;
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

::-moz-placeholder {
  color: #d9d9d9 !important;
}

::placeholder {
  color: #d9d9d9 !important;
}

ul.equal {
  padding-left: 16px;
}

ul.small {
  font-size: 80%;
  line-height: 1.4;
}

ul:empty {
  display: none;
}

.badge {
  padding: 4px 6px;
}

.badge.badge-info {
  background-color: #563d7c;
}

.badge[data-toggle=tooltip] {
  cursor: default;
}

.image-list {
  list-style: none;
  padding: 0;
}

.image-list li {
  display: inline-block;
  margin-right: 5px;
}

.image-list li img {
  border-radius: 0.25rem;
}

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

.autocomplete &gt; ul {
  position: absolute;
  z-index: 99;
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% - 30px);
  display: none;
  max-height: 251px;
  overflow: auto;
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #fff;
}

.autocomplete &gt; ul &gt; li:nth-of-type(odd) a {
  background-color: #fcfcfc;
}

.autocomplete &gt; ul &gt; li:hover a {
  background-color: #f2f2f2;
}

.autocomplete &gt; ul &gt; li a {
  display: block;
  width: 100%;
  padding: 5px 12px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.autocomplete &gt; ul &gt; li a .img-wrapper {
  width: 40px;
  margin-right: 10px;
}

.autocomplete &gt; ul &gt; li a .img-wrapper img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.autocomplete &gt; ul &gt; li a .content {
  margin-left: 10px;
}

.autocomplete &gt; ul &gt; li a .content &gt; ul {
  padding-left: 15px;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 0;
  list-style: disc;
}

.autocomplete &gt; ul &gt; li a:hover {
  color: inherit;
}

.autocomplete .loading-icon {
  padding: 0;
  position: absolute;
  z-index: 10;
  right: 26px;
  top: 11px;
  opacity: 0;
  transition: opacity 0.5s;
}

.autocomplete .loading-icon i {
  font-size: 16px;
  line-height: 1;
}

.autocomplete.autocomplete-active ul {
  display: block;
}

.autocomplete.autocomplete-active .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.autocomplete.autocomplete-active .form-control:focus {
  border-color: #d9d9d9;
}

.autocomplete.autocomplete-loading ul {
  filter: blur(7px);
}

.autocomplete.autocomplete-loading .loading-icon {
  opacity: 1;
}

.select2-container .select2-selection {
  outline: none;
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  overflow: hidden;
}

.select2-container .select2-selection .select2-selection__rendered {
  background-color: #fff;
  padding: 8px 12px;
}

.select2-container .select2-selection.select2-selection--multiple {
  border-color: #d9d9d9;
}

.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding-top: 3px;
  padding-bottom: 3px;
}

.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 10px;
  width: 10px;
}

.select2-container .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  position: absolute;
}

.select2-container .select2-dropdown {
  border-color: #d9d9d9;
}

.select2-container .select2-dropdown .select2-search input {
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  outline: none;
}

.select2-container .select2-dropdown .select2-search input:focus {
  border-color: #f60;
}

.select2-container .select2-dropdown .select2-results {
  max-height: 350px;
  overflow-y: scroll;
}

.select2-container .select2-dropdown .select2-results .select2-results__option[aria-disabled=true] {
  opacity: 0.2;
}

.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #f3f3f3;
  color: #000;
}

.select2-container .select2-dropdown .select2-results .select2-results__option:hover {
  background-color: #f60;
  color: #fff;
}

.select2-container.select2-container--open:not(.select2-container--above) .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.select2-container.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

.select2-container.select2-container--disabled .select2-selection {
  cursor: default;
}

.select2-container.select2-container--disabled .select2-selection .select2-selection__rendered {
  background-color: #e9ecef;
}

.select2-container.is-invalid .select2-selection {
  border: 1px solid #dc3545;
}

.table {
  color: inherit;
}

.table td,
.table th {
  font-family: inherit;
  font-size: inherit;
  border-top-color: #d9d9d9;
}

.table thead th {
  border-top: none;
  border-bottom-color: #d9d9d9;
}

.table tbody tr td.buttons {
  text-align: right;
}

.table tbody tr td.buttons .btn,
.table tbody tr td.buttons .content-block .wp-block-button a,
.content-block .wp-block-button .table tbody tr td.buttons a,
.table tbody tr td.buttons .input-group {
  margin-top: 1px;
  margin-bottom: 1px;
}

.table tbody tr td.buttons .input-group .btn,
.table tbody tr td.buttons .input-group .content-block .wp-block-button a,
.content-block .wp-block-button .table tbody tr td.buttons .input-group a {
  margin-top: 0;
  margin-bottom: 0;
}

.table tbody tr td.buttons .btn-toggle-wrap {
  display: inline-block;
}

.table tbody tr td.buttons .select2 {
  text-align: left;
  width: 150px !important;
}

.table tbody tr td.buttons .info {
  margin-left: 5px;
}

.table tbody tr td.buttons .info:hover {
  color: inherit;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.modal .modal-content &gt; .loading-icon {
  text-align: center;
  padding: 15px;
}

.modal .modal-content &gt; .loading-icon i {
  font-size: 36px;
}

.modal .modal-content .modal-body.no-padding-bottom {
  padding-bottom: 0;
}

.invalid-feedback {
  display: block;
}

.hide {
  display: none !important;
}

.ws-nw {
  white-space: nowrap;
}

.nomargin {
  margin: 0;
}

.nomarginbottom {
  margin-bottom: 0;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.btn,
.content-block .wp-block-button a,
.form-control,
a {
  outline: 0 !important;
}

button {
  outline: none !important;
}

.btn,
.content-block .wp-block-button a {
  box-shadow: none !important;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0.25rem;
}

.btn i,
.content-block .wp-block-button a i {
  margin-right: 5px;
}

.btn.btn-icon,
.content-block .wp-block-button a.btn-icon {
  width: 38px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.btn.btn-icon i,
.content-block .wp-block-button a.btn-icon i {
  margin-right: 0;
}

.btn.btn-icon.btn-sm,
.content-block .wp-block-button a.btn-icon.btn-sm {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-primary,
.content-block .wp-block-button a {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
}

.btn.btn-primary:disabled,
.content-block .wp-block-button a:disabled {
  color: #fff;
}

.btn.btn-primary:not(:disabled):focus,
.content-block .wp-block-button a:not(:disabled):focus,
.btn.btn-primary:not(:disabled):hover,
.content-block .wp-block-button a:not(:disabled):hover {
  background-color: #e65c00;
  border-color: #e65c00;
}

.btn.btn-default,
.content-block .wp-block-button a.btn-default {
  background-color: #fff;
  border-color: #d9d9d9;
  color: #888;
}

.btn.btn-default:hover,
.content-block .wp-block-button a.btn-default:hover,
.btn.btn-default.active,
.content-block .wp-block-button a.btn-default.active {
  border-color: #888;
  color: #000;
}

.btn.btn-outline,
.content-block .wp-block-button a.btn-outline {
  border-radius: 9999px;
  border-color: #d9d9d9;
  color: #888;
}

.btn.btn-outline:hover,
.content-block .wp-block-button a.btn-outline:hover,
.btn.btn-outline.active,
.content-block .wp-block-button a.btn-outline.active {
  border-color: #000;
  color: #000;
}

.btn[disabled],
.content-block .wp-block-button a[disabled],
.btn.disabled,
.content-block .wp-block-button a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn.btn-order,
.content-block .wp-block-button a.btn-order {
  cursor: move;
}

.btn.btn-sm,
.content-block .wp-block-button a.btn-sm {
  padding: 4px 10px;
  font-size: inherit;
}

.btn.btn-warning,
.content-block .wp-block-button a.btn-warning {
  color: #fff;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-control {
  border-color: #d9d9d9;
  font-size: 14px;
  line-height: 20px;
  height: 38px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form-control:focus {
  border-color: #f60;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly] {
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
  pointer-events: none;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #f60;
  box-shadow: none;
}

.form-group label:not(.custom-file-label) {
  text-align: right;
  font-weight: bold;
}

.form-group label:not(.custom-file-label) .required {
  color: #dc3545;
  margin-left: 5px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.form-group label:not(.custom-file-label).with-comment {
  padding-top: 0;
}

.form-group label:not(.custom-file-label).with-comment .comment {
  display: block;
  font-size: 11px;
  line-height: 14px;
}

.form-group.form-group-flag label {
  padding-top: 0;
  padding-bottom: 0;
}

.form-group.form-group-flag .flag-icon {
  margin-right: 4px;
}

.form-group.form-group-text &gt; div:not(.col-form-label) {
  padding-top: 7px;
}

.form-group.form-group-buttons {
  text-align: right;
}

.form-group.form-group-buttons:not(.with-margin) {
  margin-bottom: 0;
}

.form-group .select2-container {
  width: 100% !important;
}

.input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control.is-invalid {
  z-index: 10;
}

.input-group .input-group-append .nice-checkbox label {
  padding-top: 0;
  padding-bottom: 0;
}

.input-group .input-group-btn .btn:hover,
.input-group .input-group-btn .content-block .wp-block-button a:hover,
.content-block .wp-block-button .input-group .input-group-btn a:hover {
  z-index: 3;
}

.input-group.input-group-sm .form-control {
  padding: 4px 10px;
  font-size: inherit;
  line-height: inherit;
}

.input-group.input-group-sm .input-group-btn .btn,
.input-group.input-group-sm .input-group-btn .content-block .wp-block-button a,
.content-block .wp-block-button .input-group.input-group-sm .input-group-btn a {
  font-size: 14px;
  line-height: 20px;
}

.input-group-text {
  border-color: #d9d9d9;
  font-size: 14px;
}

.input-group-btn .btn,
.input-group-btn .content-block .wp-block-button a,
.content-block .wp-block-button .input-group-btn a {
  z-index: 3;
}

.input-group-btn .form-control {
  z-index: 2;
}

.datepicker table .active {
  background-color: #f60 !important;
}

.datepicker table .today:before {
  border-bottom-color: #f60 !important;
}

.profile-image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.bootbox-close-button {
  margin-top: -4px !important;
}

.nice-checkbox,
.nice-radio {
  position: relative;
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nice-checkbox.radio-inline,
.nice-checkbox.checkbox-inline,
.nice-radio.radio-inline,
.nice-radio.checkbox-inline {
  display: inline-block;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nice-checkbox input[type=checkbox],
.nice-checkbox input[type=radio],
.nice-radio input[type=checkbox],
.nice-radio input[type=radio] {
  display: none;
}

.nice-checkbox input[type=checkbox] + label,
.nice-checkbox input[type=radio] + label,
.nice-radio input[type=checkbox] + label,
.nice-radio input[type=radio] + label {
  text-align: left;
  display: inline-block;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
  cursor: pointer;
  margin-bottom: 0;
}

.nice-checkbox input[type=checkbox] + label:before,
.nice-checkbox input[type=radio] + label:before,
.nice-radio input[type=checkbox] + label:before,
.nice-radio input[type=radio] + label:before {
  padding-top: 1px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  content: "";
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.nice-checkbox input[type=checkbox]:not(:disabled) + label:hover:before,
.nice-checkbox input[type=radio]:not(:disabled) + label:hover:before,
.nice-radio input[type=checkbox]:not(:disabled) + label:hover:before,
.nice-radio input[type=radio]:not(:disabled) + label:hover:before {
  border-width: 2px;
  padding-top: 0;
}

.nice-checkbox input[type=checkbox]:disabled + label,
.nice-checkbox input[type=radio]:disabled + label,
.nice-radio input[type=checkbox]:disabled + label,
.nice-radio input[type=radio]:disabled + label {
  cursor: default;
  opacity: 0.4;
}

.nice-checkbox input[type=checkbox]:disabled:not(:checked) + label:before,
.nice-checkbox input[type=radio]:disabled:not(:checked) + label:before,
.nice-radio input[type=checkbox]:disabled:not(:checked) + label:before,
.nice-radio input[type=radio]:disabled:not(:checked) + label:before {
  background-color: #f2f2f2;
  color: #f2f2f2;
}

.nice-checkbox input[type=checkbox]:checked + label:before,
.nice-checkbox input[type=radio]:checked + label:before,
.nice-radio input[type=checkbox]:checked + label:before,
.nice-radio input[type=radio]:checked + label:before {
  background-color: #000;
  border-color: #000;
}

.nice-checkbox.nice-checkbox:not(.nice-checkbox-no-flex),
.nice-radio.nice-checkbox:not(.nice-checkbox-no-flex) {
  height: 100%;
  display: flex;
  align-items: center;
}

.nice-checkbox.nice-checkbox input + label:before,
.nice-radio.nice-checkbox input + label:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 18px;
  content: "\F00C";
  color: #fff;
}

.nice-checkbox.nice-radio input + label:before,
.nice-radio.nice-radio input + label:before {
  border-radius: 50%;
}

.nice-checkbox.is-invalid label,
.nice-radio.is-invalid label {
  color: #dc3545 !important;
}

.nice-checkbox.is-invalid label a,
.nice-radio.is-invalid label a {
  color: #dc3545 !important;
}

.nice-checkbox.check-right input[type=checkbox] + label,
.nice-checkbox.check-right input[type=radio] + label,
.nice-radio.check-right input[type=checkbox] + label,
.nice-radio.check-right input[type=radio] + label {
  margin-left: auto;
  padding-left: 0;
  padding-right: 30px;
}

.nice-checkbox.check-right input[type=checkbox] + label:before,
.nice-checkbox.check-right input[type=radio] + label:before,
.nice-radio.check-right input[type=checkbox] + label:before,
.nice-radio.check-right input[type=radio] + label:before {
  left: auto;
  right: 0;
}

.nice-checkbox.nice-checkbox-indent,
.nice-radio.nice-checkbox-indent {
  margin-left: 30px;
}

.nice-checkbox.nice-checkbox-no-label input[type=checkbox] + label,
.nice-radio.nice-checkbox-no-label input[type=checkbox] + label {
  padding-left: 22px;
}

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

.pagination .page-item {
  margin-left: -1px;
}

.pagination .page-item .page-link {
  margin-left: 0;
  line-height: 20px;
  padding: 6px 0;
  width: 32px;
  text-align: center;
  color: #888;
  background-color: #fff;
  border-color: #d9d9d9;
  z-index: 3;
  box-shadow: none !important;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: #fff;
  color: #000;
  z-index: 3;
}

.pagination .page-item.active .page-link {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
}

.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
}

#toast-container {
  top: 15px;
  right: 15px;
  width: 350px;
}

#toast-container &gt; .toast {
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  width: 100%;
  padding: 20px 15px 20px 50px;
}

#toast-container &gt; .toast:before {
  position: absolute;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #fff;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}

#toast-container &gt; .toast.toast-error {
  background-color: #dc3545;
}

#toast-container &gt; .toast.toast-error:before {
  content: "\F071";
}

#toast-container &gt; .toast.toast-success {
  background-color: #28a745;
}

#toast-container &gt; .toast.toast-success:before {
  content: "\F00C";
}

@media (max-width: 575.98px) {
  #toast-container {
    width: auto;
    left: 15px;
  }

  #toast-container &gt; .toast {
    padding: 15px 15px 15px 50px;
  }

  .form-group label:not(.custom-file-label) {
    text-align: left;
  }
}

body.shop-overview &gt; div {
  margin: 0 auto;
  padding: 30px 15px;
  max-width: 300px;
}

body.shop-overview &gt; div img {
  margin-bottom: 30px;
}

body.shop-overview &gt; div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

.admin-switcher {
  position: fixed;
  bottom: 16px;
  left: 0;
  padding: 10px 16px;
  background-color: #f60;
  border: 5px solid #fff;
  border-left: 0;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.admin-switcher .nice-checkbox input + label {
  color: #fff;
}

.admin-switcher .nice-checkbox input + label:before {
  border-color: #fff;
}

.admin-switcher .nice-checkbox input:checked + label:before {
  background-color: #fff;
  border-color: #fff;
  color: #f60;
}

.notification-pill {
  color: #fff;
  position: absolute;
  top: 14px;
  right: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: #dc3545;
}

.notification-pill:empty {
  display: none;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 90%;
}

.cookies &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookies &gt; div .buttons {
  margin-left: 10px;
  flex-shrink: 0;
}

.cookies &gt; div .buttons a {
  color: #fff;
}

.cookies &gt; div .buttons a:first-child {
  margin-right: 10px;
}

.alert:empty {
  display: none;
}

.badge.badge-primary {
  background-color: #f60;
}

.tooltip-inner {
  text-align: left;
  font-size: 80%;
  max-width: 900px;
}

.tooltip-inner ul {
  margin: 1px 0;
  padding: 0;
  list-style: none;
}

.tooltip-inner ul li {
  padding: 2px 0;
}

.content-block .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.content-block .wp-block-columns .wp-block-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.content-block .wp-block-image {
  margin-bottom: 30px;
}

.content-block .wp-block-image img {
  width: 100%;
  height: auto;
}

.content-block .wp-block-image figcaption {
  margin-top: 10px;
  text-align: center;
}

.content-block .wp-block-button a {
  display: inline-block;
}

.content-block iframe {
  width: 100%;
}

body:not(.type-customer) .content-block h5 {
  font-size: 17px;
}

body:not(.type-customer) .content-block p {
  font-size: 17px;
  line-height: 1.4;
}

@media (max-width: 1199.98px) {
  .content .wp-block-columns .wp-block-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .content .wp-block-columns .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cookies {
    text-align: center;
  }

  .cookies &gt; div {
    flex-direction: column;
  }

  .cookies &gt; div .buttons {
    margin-top: 10px;
    margin-left: 0;
  }
}

body.scrolled-navbar-top .navbar .navbar-top {
  margin-top: -40px;
}

body.scrolled-navbar-top .contact-map {
  padding-top: 111px;
}

.container {
  max-width: 1400px !important;
}

.container.container-small {
  max-width: 992px !important;
}

.well {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.well.padding-bottom {
  padding-bottom: 15px;
}

.content-block {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.content .container {
  padding-top: 15px;
}

.content .container.privacy h1,
.content .container.conditions h1 {
  padding-bottom: 15px;
}

.content .container.privacy h2,
.content .container.conditions h2 {
  padding-top: 15px;
}

.content .container.privacy h3,
.content .container.conditions h3 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}

.breadcrumb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: -15px;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.properties-list-small {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
}

.properties-list-small.no-bullets {
  padding-left: 0 !important;
  list-style: none;
}

.properties-list-small.nowrap li {
  white-space: nowrap;
}

.artnumber {
  font-style: italic;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 15px;
  padding-left: 10px;
}

.dropdown-menu .dropdown-header {
  font-weight: bold;
  color: inherit;
  padding-bottom: 3px;
}

.dropdown-menu .dropdown-header.dropdown-header-points {
  padding-top: 0;
  font-size: 80%;
  margin-top: -5px;
}

.dropdown-menu .dropdown-item {
  transition: background-color 0.3s;
  font-size: 14px;
  color: inherit;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  color: #000;
  background-color: #f2f2f2;
}

.fancybox-slide .fancybox-image-wrap {
  background-color: #fff;
}

.contact-map {
  height: 300px;
}

.contact-map #map {
  height: 300px;
}

.order-history .nav-tabs li a {
  font-weight: bold;
  border: 1px solid #ddd;
  background-color: transparent;
}

.order-history .nav-tabs li.active a {
  border-bottom-color: #ddd;
  background-color: #fff;
  color: #000;
}

.order-history .nav-tabs li.active a:hover {
  border-bottom-color: #ddd;
}

.hide {
  display: none !important;
}

.ws-nw {
  white-space: nowrap;
}

.m-b {
  margin-bottom: 15px;
}

.footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer h4 {
  margin-bottom: 10px;
}

.footer [class*=col-] {
  margin-bottom: 25px;
}

.footer .footer-customer-service p {
  margin-bottom: 0;
}

.footer .footer-accountmanager {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.footer .footer-accountmanager .footer-accountmanager-image {
  margin-right: 15px;
}

.footer .footer-accountmanager .footer-accountmanager-details h6 {
  white-space: nowrap;
  color: inherit;
  margin-bottom: 0;
}

.footer .footer-accountmanager .footer-accountmanager-details ul li {
  white-space: nowrap;
}

.footer .footer-accountmanager .footer-accountmanager-details ul li i.fa-envelope-square,
.footer .footer-accountmanager .footer-accountmanager-details ul li i.fa-phone-square {
  display: none;
}

.footer-under {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-under .footer-under-right {
  text-align: right;
  font-size: 10px;
  line-height: 13px;
}

.footer-under .footer-under-paymethods {
  list-style: none;
  height: 24px;
  padding: 0;
  margin: 8px 0 0 0;
}

.footer-under .footer-under-paymethods li {
  display: inline-block;
  margin-left: 10px;
}

.footer-under .footer-under-paymethods li img {
  display: block;
  height: 24px;
  width: auto;
}

.footer-under .footer-under-paymethods li:first-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .breadcrumb-wrap {
    display: block;
    height: auto;
  }

  .breadcrumb {
    padding: 10px 0;
  }

  .content-block {
    margin-bottom: 15px;
  }

  .child-categories-wrapper {
    padding-bottom: 15px;
  }

  .child-categories-wrapper ul li .category {
    border-top: none;
    text-align: left;
    margin-bottom: 0;
  }

  .child-categories-wrapper ul li .category .image {
    margin-bottom: 0;
    float: left;
    width: 40px;
    height: 40px;
  }

  .child-categories-wrapper ul li .category .image img {
    max-height: 40px;
  }

  .child-categories-wrapper ul li .category .description {
    float: left;
  }

  .child-categories-wrapper ul li .category .description h4 {
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
  }

  .child-categories-wrapper ul li .category:hover {
    box-shadow: none;
  }

  .child-categories-wrapper ul li .category:hover .image img {
    transform: none;
  }

  .child-categories-wrapper ul li:first-child .category {
    border-top: 1px solid #ddd;
  }

  .footer .footer-accountmanager .footer-accountmanager-details ul li {
    display: inline-block;
    margin-left: 5px;
  }

  .footer .footer-accountmanager .footer-accountmanager-details ul li:first-child {
    margin-left: 0;
  }

  .footer .footer-accountmanager .footer-accountmanager-details ul li i {
    font-size: 32px;
  }

  .footer .footer-accountmanager .footer-accountmanager-details ul li i.fa-envelope,
  .footer .footer-accountmanager .footer-accountmanager-details ul li i.fa-phone {
    display: none;
  }

  .footer .footer-accountmanager .footer-accountmanager-details ul li i.fa-envelope-square,
  .footer .footer-accountmanager .footer-accountmanager-details ul li i.fa-phone-square {
    display: inherit;
  }

  .footer .footer-accountmanager .footer-accountmanager-details ul li span {
    display: none;
  }

  .footer .footer-under .footer-under-col-left,
  .footer .footer-under .footer-under-col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar .navbar-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-header .navbar-header-brand {
    padding: 0 15px;
  }

  .navbar .navbar-header .navbar-toggle {
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .navbar .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }

  .hidden-sm {
    display: none;
  }
}

.pagination-wrapper {
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }

  .footer-under .footer-under-left,
  .footer-under .footer-under-right {
    text-align: center;
  }

  .pagination-wrapper .pagination {
    display: flex;
  }

  .pagination-wrapper .pagination .page-item {
    flex-grow: 1;
    flex-basis: 0;
  }

  .pagination-wrapper .pagination .page-item .page-link {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-nav li:last-child {
    padding-right: 0;
  }

  .navbar .navbar-nav li:last-child a {
    padding-right: 0;
  }

  .footer .contact-list i {
    width: 15px;
    text-align: center;
  }
}

.btn.btn-rounded,
.content-block .wp-block-button a.btn-rounded {
  border-radius: 9999px;
}

.form-group .small-margin {
  margin-bottom: 5px;
}

.form-group table {
  margin-bottom: 0;
}

.form-group table tbody tr td {
  border: none;
  padding: 7px 0;
}

.form-group table tbody tr td:first-child {
  padding-right: 15px;
}

.form-group-indent {
  border-left: 1px solid #888;
  margin-left: 11px;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .input-group.product-quantity .btn,
  .input-group.product-quantity .content-block .wp-block-button a,
  .content-block .wp-block-button .input-group.product-quantity a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575.98px) {
  .form-group label {
    text-align: left;
  }
}

.table.table-styled,
.table.table-border {
  border: 1px solid #d9d9d9;
  border-top: 4px solid #72cdf4;
}

.table.table-styled th,
.table.table-styled td,
.table.table-border th,
.table.table-border td {
  padding: 8px;
  border-top: 1px solid #e9ecef;
}

.table.table-styled thead,
.table.table-border thead {
  background-color: #f2f2f2;
}

.table.table-styled tbody tr td.image,
.table.table-border tbody tr td.image {
  text-align: center;
  height: 91px;
}

.table.table-styled td.title a,
.table.table-border td.title a {
  display: inline-block;
  color: #000;
}

.table.table-styled td.title p,
.table.table-border td.title p {
  margin-bottom: 0;
}

.table.table-styled td.title p.stock-status,
.table.table-border td.title p.stock-status {
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
}

.table.table-styled td.title p.stock-status.in-stock,
.table.table-border td.title p.stock-status.in-stock {
  color: #3BA300;
}

.table.table-styled td.title p.stock-status.no-stock,
.table.table-border td.title p.stock-status.no-stock {
  color: #e88b13;
}

.table.table-styled td.title ul,
.table.table-border td.title ul {
  font-size: 11px;
  line-height: 15px;
}

.table.table-border {
  border-top: none;
}

.table tbody tr {
  background-color: #fff;
  transition: background-color 0.5s;
}

.table tbody tr td {
  vertical-align: middle;
}

.table tbody tr td.image {
  width: 91px;
}

.table tbody tr td.image img {
  max-width: 75px;
  max-height: 75px;
}

.table tbody tr td.price {
  white-space: nowrap;
}

.table tbody tr td.buttons {
  text-align: right;
}

.table tbody tr td.buttons .btn,
.table tbody tr td.buttons .content-block .wp-block-button a,
.content-block .wp-block-button .table tbody tr td.buttons a {
  margin-top: 2px;
  margin-bottom: 2px;
}

.table tbody tr td .properties-list-small {
  padding-left: 26px;
}

.table tbody tr.active {
  font-weight: 700;
}

.table tbody tr.bg-active {
  background-color: #d4edda;
}

.table tbody tr.bg-inactive {
  background-color: #f8d7da;
}

.table tbody tr.customer-not-active {
  background-color: #dc3545;
  color: #fff;
}

.table tbody tr.customer-not-active a {
  color: #fff;
}

.datatable th:before,
.datatable th:after {
  bottom: 8px !important;
}

.datatable th.no-sort:before,
.datatable th.no-sort:after {
  display: none !important;
}

.dataTables_wrapper {
  margin-bottom: 13px;
}

@media (max-width: 991.98px) {
  .table .badge {
    white-space: normal;
  }

  .table tbody tr td:first-child {
    color: #888;
  }

  .table tbody tr td:first-child a {
    color: #888;
  }
}

.navbar {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.navbar .navbar-brand {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}

.navbar .navbar-brand img {
  width: auto;
  height: 60px;
  display: block;
}

.navbar .navbar-brand span {
  font-weight: 900;
}

.navbar .navbar-brand span:first-child {
  color: #f60;
}

.navbar .navbar-toggler {
  font-size: 32px;
  outline: none;
}

.navbar .navbar-nav {
  transition: all 0.5s;
}

.navbar .navbar-nav li {
  position: relative;
  font-size: 15px;
  padding: 7px 15px;
}

.navbar .navbar-nav li a {
  color: #000;
  text-decoration: none;
  padding: 15px;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:active {
  background-color: transparent;
  color: #000;
}

.navbar .navbar-nav li.dropdown .dropdown-toggle:after {
  color: #000;
  vertical-align: 3px;
}

.navbar-alert {
  height: 38px;
  position: fixed;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  line-height: 1.2;
  background-color: #dc3545;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .navbar-alert {
    height: 48px;
  }
}

body.type-open .navbar-brand {
  font-family: "Audiowide", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}

body.type-open .navbar-brand span {
  font-weight: inherit;
}

@media (max-width: 767.98px) {
  .navbar &gt; .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar .navbar-nav li {
    padding-left: 0;
  }

  .navbar .navbar-nav li a {
    padding-left: 0;
  }
}

.navbar-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 66px;
  background-color: #fff;
  background-size: auto 62px;
  background-position: center center;
  background-repeat: repeat-x;
  background-image: url("/assets/img/logo-magema-rep-navbar.png");
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.navbar-top .navbar-top-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-top .navbar-top-brand,
.navbar-top .navbar-top-search,
.navbar-top .navbar-top-actions {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-top .navbar-top-brand {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.navbar-top .navbar-top-brand a {
  display: inline-block;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background-color: #fff;
}

.navbar-top .navbar-top-brand a img {
  width: auto;
  height: 62px;
}

.navbar-top .navbar-top-search {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar-top .navbar-top-search .input-group {
  padding: 10px 0;
}

.navbar-top .navbar-top-search .input-group .btn,
.navbar-top .navbar-top-search .input-group .content-block .wp-block-button a,
.content-block .wp-block-button .navbar-top .navbar-top-search .input-group a,
.navbar-top .navbar-top-search .input-group .form-control {
  border: none;
}

.navbar-top .navbar-top-search .input-group .form-control {
  height: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-top .navbar-top-search .input-group .btn,
.navbar-top .navbar-top-search .input-group .content-block .wp-block-button a,
.content-block .wp-block-button .navbar-top .navbar-top-search .input-group a {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 0;
  width: 40px;
  border-left: none;
  background-color: #fff;
  color: #000;
}

.navbar-top .navbar-top-search .input-group .btn i,
.navbar-top .navbar-top-search .input-group .content-block .wp-block-button a i,
.content-block .wp-block-button .navbar-top .navbar-top-search .input-group a i {
  margin-right: 0;
}

.navbar-top .navbar-top-search .loading-icon {
  position: absolute;
  z-index: 10;
  right: 41px;
  top: 17px;
  opacity: 0;
  transition: opacity 0.5s;
}

.navbar-top .navbar-top-search .autocomplete-suggestions {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  width: 386px;
  display: none;
  max-height: 251px;
  overflow: auto;
  background-color: #fff;
  border-top: none;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li {
  float: left;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li a {
  float: left;
  display: block;
  width: 100%;
  padding: 5px 12px;
  background-color: #fff !important;
  transition: all 0.3s;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li a .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  float: left;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li a .img-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li a .title {
  padding: 10px 0 10px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li a .title i {
  margin-left: 5px;
  font-size: 80%;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li.more-results {
  float: left;
  width: 100%;
  padding: 5px 12px;
  font-size: 80%;
  text-align: center;
}

.navbar-top .navbar-top-search .autocomplete-suggestions ul li.more-results.has-visible {
  border-top: 1px solid #d9d9d9;
}

.navbar-top .navbar-top-search.autocomplete-suggestions-active .autocomplete-suggestions {
  display: block;
}

.navbar-top .navbar-top-search.autocomplete-suggestions-active .form-control {
  border-bottom-left-radius: 0;
}

.navbar-top .navbar-top-search.autocomplete-suggestions-active .btn,
.navbar-top .navbar-top-search.autocomplete-suggestions-active .content-block .wp-block-button a,
.content-block .wp-block-button .navbar-top .navbar-top-search.autocomplete-suggestions-active a {
  border-bottom-right-radius: 0;
}

.navbar-top .navbar-top-search.autocomplete-suggestions-loading .autocomplete-suggestions ul {
  filter: blur(7px);
}

.navbar-top .navbar-top-search.autocomplete-suggestions-loading .autocomplete-suggestions ul li a:hover {
  background-color: #fff !important;
}

.navbar-top .navbar-top-search.autocomplete-suggestions-loading .loading-icon {
  opacity: 1;
}

.navbar-top .navbar-top-actions {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  justify-content: flex-end;
}

.navbar-top .navbar-top-actions .navbar-top-action {
  position: relative;
  color: #fff;
  margin-left: 15px;
}

.navbar-top .navbar-top-actions .navbar-top-action:hover {
  color: #fff;
}

.navbar-top .navbar-top-actions .navbar-top-action i {
  font-size: 30px;
  line-height: 30px;
  display: block;
  color: #0067b1;
}

.navbar-top .navbar-top-actions .navbar-top-action .label {
  color: #fff;
  position: absolute;
  top: -4px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: #f60;
}

.navbar-top .navbar-top-actions .navbar-top-action .label:empty {
  display: none;
}

.navbar-top .navbar-top-actions .navbar-top-action .dropdown-menu {
  margin-top: 2px;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification {
  padding-top: 2px;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification i {
  font-size: 27px;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .label {
  right: -7px;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .dropdown-menu {
  margin-top: 0;
  min-width: 360px;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .dropdown-menu .dropdown-header {
  margin-bottom: 4px;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .dropdown-menu .dropdown-item {
  border-top: 1px solid #f2f2f2;
  font-size: 13px;
  white-space: normal;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .dropdown-menu .dropdown-item p {
  margin-bottom: 0;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .dropdown-menu .dropdown-item small {
  font-style: italic;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-notification .dropdown-menu .dropdown-item.unread p {
  font-weight: bold;
}

.navbar-top .navbar-top-actions .navbar-top-action.navbar-top-action-cart.product-added {
  animation: product-added 0.8s;
}

@media (max-width: 767.98px) {
  .navbar-top .navbar-top-brand {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .navbar-top .navbar-top-actions {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .navbar-top .navbar-top-search {
    position: absolute;
    max-width: none;
    width: 100%;
    top: 66px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
  }

  .navbar-top .navbar-top-search .input-group {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-top .navbar-top-search .loading-icon {
    top: 12px;
  }

  .navbar-top .navbar-top-search .autocomplete-suggestions {
    margin-top: -5px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .navbar-top .navbar-top-search .input-group {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px;
  }
}

@keyframes product-added {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.75);
  }

  100% {
    transform: scale(1);
  }
}

.slick-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: 0;
}

.slick-slider.slick-initialized {
  margin-bottom: 15px;
  height: auto;
}

.slick-slider li {
  position: relative;
  outline: 0 !important;
  text-align: center;
  background-color: #fff;
  display: block !important;
}

.slick-slider li img {
  width: 100%;
  height: auto;
}

.slick-slider li .btn,
.slick-slider li .content-block .wp-block-button a,
.content-block .wp-block-button .slick-slider li a {
  margin-bottom: 5px;
}

.slick-slider .slick-arrow {
  z-index: 1;
}

.slick-slider .slick-arrow.slick-prev {
  left: 9px;
}

.slick-slider .slick-arrow.slick-next {
  right: 12px;
}

.slick-slider .slick-arrow:before {
  color: #f60;
  font-size: 24px;
}

.carousel.slick-initialized {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
}

.brand-carousel.slick-initialized {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.brand-carousel .slick-list {
  margin: 0 -15px;
}

.brand-carousel .slick-list .slick-track {
  display: flex;
}

.brand-carousel .slick-list .slick-track .slick-slide {
  padding: 0 15px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 4px;
  }

  .slick-slider .slick-arrow.slick-next {
    right: 7px;
  }
}

@media (min-width: 768px) {
  .slick-slider li .btn,
  .slick-slider li .content-block .wp-block-button a,
  .content-block .wp-block-button .slick-slider li a {
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.modal .modal-body iframe {
  border: none;
  width: 100%;
  min-height: 550px;
}

.modal .loading-icon {
  text-align: center;
  padding: 15px;
}

.modal .loading-icon i {
  font-size: 36px;
}

.modal.bootbox.show {
  z-index: 1071 !important;
}

.modal.bootbox.show + .modal-backdrop {
  z-index: 1061 !important;
}

#modal-addtocart .modal-header {
  border-bottom: 1px solid #d9d9d9;
}

#modal-addtocart .modal-header .close {
  opacity: 1;
  color: #888;
  text-shadow: none;
}

#modal-addtocart .modal-body {
  text-align: center;
  padding-bottom: 0;
  font-size: 15px;
}

#modal-addtocart .modal-body span {
  font-weight: 700;
}

#modal-addtocart .modal-footer {
  justify-content: center;
  border-top: none;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  margin-bottom: 15px;
}

.panel {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-bottom: 15px;
}

.panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border-color: #ddd;
  border-top: 4px solid #72cdf4;
  background-color: #f2f2f2;
}

.panel .panel-heading h4.panel-title {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 10px 15px;
  color: #000 !important;
}

.panel .panel-body {
  padding: 5px 15px;
}

.panel .panel-body ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.panel.filter-panel .panel-heading h4.panel-title {
  font-size: 15px;
  padding: 0;
}

.panel.filter-panel .panel-heading h4.panel-title a:not(.edit-icon-master),
.panel.filter-panel .panel-heading h4.panel-title.no-a {
  display: block;
  padding: 10px 15px;
  color: #000 !important;
  text-decoration: none !important;
}

.panel.filter-panel .panel-heading h4.panel-title a:not(.edit-icon-master) i {
  margin-right: 5px;
  transition: all 0.5s;
  transform: rotate(90deg);
}

.panel.filter-panel .panel-heading h4.panel-title a:not(.edit-icon-master).collapsed i {
  transform: rotate(0deg);
}

.panel.filter-panel .panel-body .nice-checkbox small {
  vertical-align: top;
}

.panel .category-panel {
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel .category-panel ul {
  padding-left: 0;
  list-style: none;
}

.panel .category-panel ul li {
  width: 100%;
}

.panel .category-panel ul li a,
.panel .category-panel ul li a:hover,
.panel .category-panel ul li a:focus {
  background: none;
  color: #000;
}

.panel .category-panel ul li a {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}

.panel .category-panel ul li a &gt; span {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

.panel .category-panel ul li a &gt; span:after {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  content: "";
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}

.panel .category-panel ul li a.active {
  font-weight: 700 !important;
  padding-bottom: 0;
}

.panel .category-panel ul li a:hover:not(.active) &gt; span {
  border-color: #f60;
}

.panel .category-panel ul li a:hover:not(.active) &gt; span:after {
  border-color: #f60;
  border-width: 2px;
}

.panel .category-panel ul li ul {
  border-left: 1px solid #DDDDDD !important;
  margin-left: 17px;
  display: none;
}

.panel .category-panel ul li ul.subcategory-open {
  display: block;
}

.panel .category-panel ul li ul li a {
  font-weight: normal !important;
  padding: 2px 15px;
}

.panel .category-panel &gt; ul &gt; li {
  border-bottom: solid 1px #ddd;
}

.panel .category-panel &gt; ul &gt; li &gt; a {
  line-height: 1.3;
}

.panel .category-panel &gt; ul &gt; li ul {
  margin-bottom: 20px;
}

.panel .category-panel &gt; ul &gt; li:last-child {
  border-bottom: none;
}

.category-page .category-description .category-description-rm {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.category-page .category-description .category-description-rm:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.category-page .category-description .read-more {
  display: block;
  color: #f60;
  margin-bottom: 9px;
}

.category-page .category-description.with-description,
.category-page .category-description.with-banner {
  margin-bottom: 30px;
}

.category-page .category-description.with-description .category-description-content,
.category-page .category-description.with-banner .category-description-content {
  padding: 0 15px;
}

.category-page .category-description.with-description {
  background-color: #fff;
}

.category-page .category-description.with-description .category-description-content {
  padding: 15px 15px 1px 15px;
  border: 1px solid #ddd;
}

.category-page .category-description.with-banner .category-description-content {
  border: none;
}

.category-page .category-description.with-banner .category-description-content .category-description-content-heading {
  position: relative;
}

.category-page .category-description.with-description.with-banner .category-description-content {
  border: 1px solid #ddd;
  border-top: none;
}

.category-page .category-description.full-description .category-description-rm {
  max-height: none;
  overflow: visible;
}

.category-page .category-description.full-description .category-description-rm:after {
  display: none;
}

.category-page .category-description.full-description .read-more {
  display: none;
}

.category-page .category-description .category-description-banner img {
  width: 100%;
  height: auto;
}

.category-page .category-filters {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 22%;
  max-width: 22%;
}

.category-page .category-filters .nice-checkbox {
  padding-top: 2px;
  padding-bottom: 2px;
}

.category-page .category-filters .nice-radio {
  padding-top: 3px;
  padding-bottom: 3px;
}

.category-page .category-filters .btn-show-filters {
  width: 100%;
  margin-bottom: 15px;
}

.category-page .category-filters .btn-show-filters i {
  margin-right: 3px;
}

.category-page .category-filters .filter-grid.blur .panel {
  filter: blur(7px);
}

.category-page .category-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 78%;
  max-width: 78%;
}

.category-page .category-content .product-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.category-page .category-content .product-filter .products-count {
  line-height: 34px;
  margin: 0;
}

.category-page .category-content .product-filter .products-count.loading {
  opacity: 0;
}

.category-page .category-content .product-filter .products-count.blur {
  filter: blur(2px);
}

.category-page .category-content .product-filter .product-filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-page .category-content .product-filter .product-filter-actions .change-view .btn,
.category-page .category-content .product-filter .product-filter-actions .change-view .content-block .wp-block-button a,
.content-block .wp-block-button .category-page .category-content .product-filter .product-filter-actions .change-view a {
  margin-left: 10px;
}

.category-page .category-content .product-filter .product-filter-actions .change-view .btn:first-child,
.category-page .category-content .product-filter .product-filter-actions .change-view .content-block .wp-block-button a:first-child,
.content-block .wp-block-button .category-page .category-content .product-filter .product-filter-actions .change-view a:first-child {
  margin-right: 0;
}

.category-page .category-content .product-filter .product-filter-actions .change-order {
  margin-left: 10px;
}

.category-page .category-content .product-filter .product-filter-actions .change-order .form-control {
  width: auto;
  display: inline-block;
  margin-left: 10px;
}

.category-page .category-content .category-description.with-banner .category-description-content .category-description-content-heading h1 {
  line-height: 36px;
  position: absolute;
  background-color: #f2f2f2;
  bottom: 0;
  margin: 0;
  padding: 10px 25px 5px 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 25px;
}

.category-page .category-content .category-description.with-description.with-banner .category-description-content {
  padding-top: 25px;
}

.category-page .category-content .category-description.with-description.with-banner .category-description-content .category-description-content-heading h1 {
  bottom: 6px;
  background-color: #fff;
}

body.type-open .category-page .category-description.with-description .category-description-content h1,
body.type-open .category-page .category-description.with-banner .category-description-content h1 {
  font-family: "Audiowide", sans-serif;
}

@media (max-width: 1320px) {
  .category-page .category-filters {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .category-page .category-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 1199.98px) {
  .category-page .category-filters {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .category-page .category-content {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

@media (max-width: 991.98px) {
  .category-page .category-content .category-description {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .category-page .category-filters {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .category-page .category-filters .col-filters {
    display: none;
  }

  .category-page .category-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .category-page .category-content .product-filter .product-filter-actions {
    display: none;
  }
}

@media (min-width: 768px) {
  .category-page .category-filters .btn-show-filters {
    display: none;
  }
}

@media (min-width: 992px) {
  .category-page &gt; .container &gt; .category-description {
    display: none;
  }
}

.delete-filters-wrap {
  padding-bottom: 15px;
}

.blog-page .blog-image {
  margin-bottom: 30px;
}

.blog-page .blog-image img {
  width: 100%;
}

.blog-page .blog-content .blog-info {
  margin-bottom: 30px;
}

.blog-page .blog-content .blog-info h1 {
  margin-bottom: 5px;
}

.blog-page .blog-content .blog-info span.blog-category {
  display: inline-block;
  margin-bottom: 2px;
}

.blog-page .blog-content .blog-info span.blog-date {
  display: block;
  margin-bottom: 5px;
  font-style: italic;
}

.product-page .product-images {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 15px;
}

.product-page .product-images .product-image-main {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.product-page .product-images .product-image-main a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .product-images .product-image-main img {
  flex: none;
  max-width: 100%;
  max-height: 280px;
}

.product-page .product-images .product-image-main .badges {
  position: absolute;
  padding: 10px 15px;
  left: 15px;
  right: 15px;
  z-index: 9;
  text-align: right;
}

.product-page .product-images .product-image-main .badges .badge {
  display: inline-block;
  background-color: #f60;
  color: #fff;
}

.product-page .product-images .product-image-thumbs ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 -6px;
  padding: 0;
  list-style: none;
}

.product-page .product-images .product-image-thumbs ul li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 6px;
  margin-top: 12px;
}

.product-page .product-images .product-image-thumbs ul li a {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  display: block;
}

.product-page .product-images .product-image-thumbs ul li a:hover {
  border-color: #888;
}

.product-page .product-images .product-image-thumbs ul li a .img-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.product-page .product-images .product-image-thumbs ul li a .img-wrapper img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-page .product-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  margin-bottom: 15px;
}

.product-page .product-content .product-content-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-page .product-content .product-content-articlenumbers h5:not(:last-child) {
  margin-bottom: 0;
}

.product-page .product-content .product-brand {
  width: 150px;
  height: auto;
}

.product-page .product-content .product-description {
  margin-bottom: 15px;
}

.product-page .product-content .product-description h5 {
  margin-bottom: 5px;
}

.product-page .product-content .product-description .product-files ul {
  list-style: none;
  padding-left: 10px;
  font-weight: bold;
}

.product-page .product-content .product-description .product-files ul li a i {
  color: #000;
}

.product-page .product-content .product-description .table-keywords {
  margin-bottom: 15px;
}

.product-page .product-content .product-description .table-keywords tr td.buttons {
  padding-left: 10px;
}

.product-page .product-content .product-description .certifications {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.product-page .product-content .product-description .certifications li {
  display: inline-block;
  margin-left: 10px;
}

.product-page .product-content .product-description .certifications li:first-child {
  margin-left: 0;
}

.product-page .product-content .nav-tabs .nav-item a.nav-link.active {
  background-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}

.product-page .product-content .nav-tabs .nav-item a.nav-link:hover,
.product-page .product-content .nav-tabs .nav-item a.nav-link:focus,
.product-page .product-content .nav-tabs .nav-item a.nav-link:active {
  color: #000;
}

.product-page .product-content .tab-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-top: none;
}

.product-page .product-content .tab-content ul {
  padding-left: 28px;
}

.product-page .product-content .tab-content .product-packaging-info {
  margin-bottom: 10px;
}

.product-page .product-content .tab-content .product-packaging-info p {
  margin-bottom: 0;
}

.product-page .product-content .tab-content #referencenumbers ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.product-page .product-content .product-price {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #000;
}

.product-page .product-content .product-price .product-from-price {
  font-size: 18px;
  text-decoration: line-through;
}

.product-page .product-content .product-price span {
  font-size: 13px;
  line-height: 20px;
  color: #888;
}

.product-page .product-content .product-price span:nth-child(2) {
  margin-top: 5px;
}

.product-page .product-content .product-price span.packaging,
.product-page .product-content .product-price span.order-status-comment,
.product-page .product-content .product-price span.price-ex-vat {
  display: block;
}

.product-page .product-content .product-price span.price-ex-vat {
  color: #000;
  padding-left: 5px;
}

.product-page .product-content .product-stock-wrapper {
  margin-bottom: 15px;
  padding-left: 4px;
}

.product-page .product-content .product-stock-wrapper .stock-status {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}

.product-page .product-content .product-stock-wrapper .stock-status.in-stock {
  color: #3BA300;
}

.product-page .product-content .product-stock-wrapper .stock-status.in-stock i.fa-truck {
  transform: scaleX(-1);
  filter: FlipH;
}

.product-page .product-content .product-stock-wrapper .stock-status.in-stock .view-actual-stock {
  margin-left: 5px;
}

.product-page .product-content .product-stock-wrapper .stock-status .shipped-today {
  margin-left: 10px;
  font-weight: bold;
}

.product-page .product-content .product-actions .form-addtocart {
  display: flex;
  align-items: center;
}

.product-page .product-content .product-actions .form-addtocart .input-group {
  width: 120px;
  height: 38px;
}

.product-page .product-content .product-actions .form-addtocart .input-group .form-control {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn .btn,
.product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn .content-block .wp-block-button a,
.content-block .wp-block-button .product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn a {
  background-color: #fff;
}

.product-page .product-content .product-actions .form-addtocart .input-group .form-control:focus,
.product-page .product-content .product-actions .form-addtocart .input-group .form-control:hover,
.product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn .btn:focus,
.product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn .content-block .wp-block-button a:focus,
.content-block .wp-block-button .product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn a:focus,
.product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn .btn:hover,
.product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn .content-block .wp-block-button a:hover,
.content-block .wp-block-button .product-page .product-content .product-actions .form-addtocart .input-group .input-group-btn a:hover {
  z-index: 3;
}

.product-page .product-content .product-actions .form-addtocart .btn-addtocart {
  margin-left: 15px;
}

.product-page .product-content .product-actions .btn-product-question {
  display: inline-block;
  margin-top: 5px;
  font-style: italic;
}

.product-page .products-related {
  margin-top: 15px;
}

.product-page .products-related .products-wrapper &gt; ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  list-style: none;
}

.product-page .products-related .products-wrapper &gt; ul &gt; li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.product-page .products-related .products-wrapper &gt; ul &gt; li .product .image {
  height: 70px;
}

.product-page .products-related .products-wrapper &gt; ul &gt; li .product .image img {
  max-height: 70px;
}

.product-page .products-related .products-wrapper &gt; ul &gt; li .product .content-wrapper .description h4 {
  height: 32px;
  font-size: 13px;
  line-height: 16px;
}

.product-page .products-related .products-wrapper &gt; ul &gt; li .product .content-wrapper .price {
  font-size: 18px;
}

.product-page .product-properties .display-all-wrap,
.product-page .kit-products .display-all-wrap {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: none;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: -1rem;
}

.product-page .product-properties .form-addtocart,
.product-page .kit-products .form-addtocart {
  display: inline-block;
}

.product-page .product-properties .table td .packaging,
.product-page .product-properties .table td .order-status-comment,
.product-page .kit-products .table td .packaging,
.product-page .kit-products .table td .order-status-comment {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  font-weight: normal;
}

.product-page .product-properties {
  margin-bottom: 15px;
}

.product-page .product-properties table tbody tr td span.property-title {
  display: none;
}

.product-page .product-properties table tbody tr td .art-number-list {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  font-weight: normal;
}

.product-page .kit-products td.image {
  width: 75px;
}

.product-page .kit-products td.image img {
  max-width: 75px;
  max-height: 75px;
}

.product-page .kit-products td.title a {
  color: #000;
}

.product-page .kit-products td.title ul {
  font-size: 11px;
  line-height: 15px;
}

.modal .form-group-list &gt; ul {
  list-style-type: none;
  padding: 0;
}

.video {
  padding: 15px 0;
  max-width: 520px;
}

.video .video_wrapper {
  position: relative;
  padding-bottom: 56.15%;
  height: 0;
  margin-bottom: 16px;
}

.video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .product-page .product-images {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .product-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-page .product-content h1,
  .product-page .product-content h2 {
    display: none;
  }

  .product-page .product-properties {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .product-page .product-properties table,
  .product-page .product-properties thead,
  .product-page .product-properties tbody,
  .product-page .product-properties th,
  .product-page .product-properties td,
  .product-page .product-properties tr {
    display: block;
  }

  .product-page .product-properties table {
    border: none;
  }

  .product-page .product-properties table thead {
    display: none;
  }

  .product-page .product-properties table tbody tr {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }

  .product-page .product-properties table tbody tr td {
    border: none !important;
    padding: 3px 15px;
    font-weight: 700;
  }

  .product-page .product-properties table tbody tr td:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    background-color: #f2f2f2;
    border-top: 4px solid #f60 !important;
    border-bottom: 1px solid #ddd !important;
  }

  .product-page .product-properties table tbody tr td:first-child span.property-title {
    display: none;
  }

  .product-page .product-properties table tbody tr td:nth-child(2) {
    padding-top: 10px;
  }

  .product-page .product-properties table tbody tr td:last-child {
    padding-bottom: 10px;
  }

  .product-page .product-properties table tbody tr td.buttons {
    text-align: left;
  }

  .product-page .product-properties table tbody tr td span {
    display: inline;
    font-weight: 700;
  }

  .product-page .product-properties table tbody tr td span.property-title {
    display: inline;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .product-page h1,
  .product-page h2 {
    display: none;
  }

  .product-page .product-content h1,
  .product-page .product-content h2 {
    display: block;
  }
}

.product-edit-btn {
  margin-bottom: 15px;
}

.products-wrapper {
  position: relative;
  transition: opacity 0.3s;
}

.products-wrapper.blur:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.products-wrapper.blur &gt; ul &gt; li .product {
  filter: blur(7px);
}

.products-wrapper.fade-out {
  opacity: 0;
}

.products-wrapper .loading-icon {
  text-align: center;
  transition: opacity 0.3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.products-wrapper .loading-icon.active {
  opacity: 1;
  height: auto;
  margin-bottom: 15px;
}

.products-wrapper .loading-icon i {
  font-size: 30px;
}

.product-grid-categories {
  list-style: none;
  padding: 0;
}

.product-grid-categories li {
  display: inline-block;
}

.product-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-grid:not(.product-grid-carousel) {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-grid.product-grid-carousel .slick-list {
  margin: 0 -7.5px;
}

.product-grid.product-grid-carousel .slick-list .slick-track {
  display: flex !important;
  margin-left: 0;
}

.product-grid.product-grid-carousel .slick-list .slick-track .slick-slide {
  height: inherit !important;
  margin: 0 7.5px;
}

.product-grid.product-grid-carousel .slick-list .slick-track .slick-slide &gt; div {
  height: 100%;
}

.product-grid.product-grid-carousel .slick-list .slick-track .slick-slide &gt; div &gt; li {
  height: 100%;
}

.product-grid &gt; li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 15px;
}

.product-grid .product {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  position: relative;
}

.product-grid .product .badges,
.product-grid .product .brand-logo {
  position: absolute;
  padding: 10px 15px 0 15px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.product-grid .product .badges .badge,
.product-grid .product .brand-logo .badge {
  background-color: #f60;
  color: #fff;
}

.product-grid .product .badges .badge.badge-success,
.product-grid .product .brand-logo .badge.badge-success {
  background-color: #28a745;
}

.product-grid .product .badges img,
.product-grid .product .brand-logo img {
  display: block;
  max-width: 100px;
  max-height: 40px;
}

.product-grid .product .badges {
  text-align: right;
}

.product-grid .product .brand-logo {
  text-align: left;
}

.product-grid .product .certifications {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: red;
}

.product-grid .product .certifications li {
  color: red;
}

.product-grid .product .certifications li.id-15 {
  color: orange;
}

.product-grid .product .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  height: 180px;
  width: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.product-grid .product .image img {
  flex: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-grid .product .content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  width: 100%;
}

.product-grid .product .content-wrapper h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  flex: 1 0 auto;
  word-break: break-word;
}

.product-grid .product .content-wrapper h4 a {
  color: #000;
}

.product-grid .product .content-wrapper h4 a:not(.edit-icon-master) i {
  font-size: 80%;
  margin-left: 5px;
}

.product-grid .product .content-wrapper .list-description {
  display: none;
  max-height: 160px;
  overflow: hidden;
}

.product-grid .product .content-wrapper .price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}

.product-grid .product.image-loading .product .image img {
  opacity: 0;
}

.product-grid.product-grid-related &gt; li {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.product-grid.product-grid-related .product .image {
  height: 75px;
}

.product-grid.product-grid-related .product .content-wrapper h4 {
  font-size: 13px;
}

.product-grid.product-grid-related .product .content-wrapper .price {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
}

.product-grid.product-grid-blog &gt; li {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.product-grid.product-grid-blog .product {
  text-align: left;
}

.product-grid.product-grid-blog .product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-grid.product-grid-blog .product .content-wrapper h4 {
  font-weight: bold;
}

.product-grid.product-grid-blog .product .content-wrapper span.blog-category {
  display: inline-block;
  margin-bottom: 2px;
}

.product-grid.product-grid-blog .product .content-wrapper span.blog-date,
.product-grid.product-grid-blog .product .content-wrapper span.blog-excerpt {
  display: block;
}

.product-grid.product-grid-blog .product .content-wrapper span.blog-date {
  margin-bottom: 5px;
  font-style: italic;
}

@media (max-width: 1320px) {
  .product-grid &gt; li {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

@media (max-width: 1199.98px) {
  .product-grid &gt; li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-grid.product-grid-related &gt; li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767.98px) {
  .product-grid.category-grid {
    margin-bottom: 15px;
  }

  .product-grid.category-grid &gt; li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: -1px;
  }

  .product-grid.category-grid &gt; li:hover {
    z-index: 10;
  }

  .product-grid.category-grid &gt; li:last-child {
    margin-bottom: 0;
  }

  .product-grid.category-grid .product {
    flex-direction: row;
    align-items: center;
  }

  .product-grid.category-grid .product .image {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .product-grid.category-grid .product .content-wrapper {
    text-align: left;
    padding-left: 15px;
  }

  .product-grid.category-grid .product .content-wrapper h4 {
    margin-bottom: 0;
    text-transform: none;
  }

  .product-grid.product-grid-related &gt; li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .product-grid &gt; li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-grid.product-grid-related &gt; li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .product-grid .product {
    transition: all 0.3s;
  }

  .product-grid .product .image img {
    transition: all 0.5s;
  }

  .product-grid .product:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }

  .product-grid .product:hover .image img {
    transform: scale(1.05);
  }

  .products-wrapper.list-view .product-grid &gt; li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .products-wrapper.list-view .product-grid .product {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .products-wrapper.list-view .product-grid .product .image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .products-wrapper.list-view .product-grid .product .image img {
    max-height: 220px;
  }

  .products-wrapper.list-view .product-grid .product .content-wrapper {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
    display: block;
    padding-left: 30px;
    padding-right: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .products-wrapper.list-view .product-grid .product .content-wrapper h4 {
    margin-bottom: 15px;
  }

  .products-wrapper.list-view .product-grid .product .content-wrapper .list-description {
    display: block;
  }

  .products-wrapper.list-view .product-grid .product .content-wrapper .list-description h5 {
    margin-bottom: 5px;
  }

  .products-wrapper.list-view .product-grid .product .content-wrapper .list-description &gt; ul {
    padding-left: 28px;
    list-style: disc;
  }
}

.cart-wrapper,
.order-wrapper {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.cart-wrapper .table,
.order-wrapper .table {
  margin-bottom: 15px;
}

.cart-wrapper .table tr th.price,
.cart-wrapper .table tr td.price,
.order-wrapper .table tr th.price,
.order-wrapper .table tr td.price {
  text-align: right;
}

.cart-wrapper .table tbody tr td.title .form-group,
.order-wrapper .table tbody tr td.title .form-group {
  max-width: 250px;
  margin-bottom: 0;
  margin-top: 15px;
}

.cart-wrapper .table tbody tr td.title .form-group label,
.order-wrapper .table tbody tr td.title .form-group label {
  display: block;
  text-align: left;
  margin-bottom: 2px;
}

.cart-wrapper .table tbody tr td.quantity,
.order-wrapper .table tbody tr td.quantity {
  width: 65px;
}

.cart-wrapper .table tbody tr td.quantity .form-group,
.order-wrapper .table tbody tr td.quantity .form-group {
  position: relative;
  margin-bottom: 0;
}

.cart-wrapper .table tbody tr td.quantity .form-group .loading-icon,
.order-wrapper .table tbody tr td.quantity .form-group .loading-icon {
  position: absolute;
  z-index: 10;
  right: 6px;
  top: 8px;
  opacity: 0;
  transition: opacity 0.5s;
}

.cart-wrapper .table tbody tr td.quantity .form-group .form-control,
.order-wrapper .table tbody tr td.quantity .form-group .form-control {
  width: 65px;
}

.cart-wrapper .table tbody tr td.quantity .form-group.loading .loading-icon,
.order-wrapper .table tbody tr td.quantity .form-group.loading .loading-icon {
  opacity: 1;
}

.cart-wrapper .table tbody tr td.delete,
.order-wrapper .table tbody tr td.delete {
  width: 20px;
  text-align: right;
  padding-left: 25px;
  padding-right: 25px;
}

.cart-wrapper textarea,
.order-wrapper textarea {
  height: 100px;
}

.cart-wrapper .cart-actions,
.cart-wrapper .order-actions,
.order-wrapper .cart-actions,
.order-wrapper .order-actions {
  margin-bottom: 10px;
}

.cart-wrapper .cart-actions .cart-actions-next-step,
.cart-wrapper .order-actions .cart-actions-next-step,
.order-wrapper .cart-actions .cart-actions-next-step,
.order-wrapper .order-actions .cart-actions-next-step {
  text-align: right;
}

.cart-wrapper .cart-actions .btn,
.cart-wrapper .cart-actions .content-block .wp-block-button a,
.content-block .wp-block-button .cart-wrapper .cart-actions a,
.cart-wrapper .order-actions .btn,
.cart-wrapper .order-actions .content-block .wp-block-button a,
.content-block .wp-block-button .cart-wrapper .order-actions a,
.order-wrapper .cart-actions .btn,
.order-wrapper .cart-actions .content-block .wp-block-button a,
.content-block .wp-block-button .order-wrapper .cart-actions a,
.order-wrapper .order-actions .btn,
.order-wrapper .order-actions .content-block .wp-block-button a,
.content-block .wp-block-button .order-wrapper .order-actions a {
  margin-bottom: 5px;
}

.cart-wrapper .cart-extra-actions,
.order-wrapper .cart-extra-actions {
  margin-bottom: 15px;
}

.cart-wrapper .cart-extra-actions h3,
.order-wrapper .cart-extra-actions h3 {
  margin-top: 15px;
}

.shipping-info-text &gt; div {
  display: flex;
  align-items: center;
}

.shipping-info-text &gt; div &gt; i {
  font-size: 20px;
}

.shipping-info-text &gt; div &gt; span {
  margin-left: 10px;
  margin-bottom: -15px;
}

.shipping-info-text &gt; div &gt; span a {
  color: #f60;
}

.cart-totals,
.order-totals {
  font-size: 16px;
  margin-bottom: 20px;
}

.cart-totals ul,
.order-totals ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cart-totals ul li,
.order-totals ul li {
  text-align: right;
}

.cart-totals ul li.margin-bottom,
.order-totals ul li.margin-bottom {
  margin-bottom: 10px;
}

.cart-totals ul li.cart-message,
.order-totals ul li.cart-message {
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}

.cart-totals ul li.cart-message ~ .cart-message,
.order-totals ul li.cart-message ~ .cart-message {
  margin-top: 0;
}

.cart-totals ul li span,
.order-totals ul li span {
  display: inline-block;
  width: 100px;
  font-weight: 700;
}

.cart-urgent-leaf {
  color: #28a745;
  font-size: 19px;
  vertical-align: -2px;
}

@media (max-width: 767.98px) {
  .cart-wrapper .cart-actions .cart-actions-next-step,
  .cart-wrapper .order-actions .cart-actions-next-step,
  .order-wrapper .cart-actions .cart-actions-next-step,
  .order-wrapper .order-actions .cart-actions-next-step {
    text-align: left;
  }
}

.checkout-progress {
  margin-bottom: 40px;
}

.checkout-progress .checkout-steps {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.checkout-progress .checkout-steps .checkout-step {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  position: relative;
}

.checkout-progress .checkout-steps .checkout-step .number {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 29px;
  width: 29px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}

.checkout-progress .checkout-steps .checkout-step .title {
  font-weight: 400;
  font-size: 16px;
  margin: 7px 0 0;
  white-space: nowrap;
  margin-bottom: 15px;
}

.checkout-progress .checkout-steps .checkout-step:before {
  position: absolute;
  height: 16px;
  width: 16px;
  margin-left: -8px;
  left: 50%;
  bottom: -7px;
  content: "";
  border-radius: 50%;
  border: 2px solid #ddd;
  background-color: #fff;
  z-index: 1;
}

.checkout-progress .checkout-steps .checkout-step:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ddd;
  margin-left: -50%;
}

.checkout-progress .checkout-steps .checkout-step:first-child:after {
  display: none;
}

.checkout-progress .checkout-steps .checkout-step.checkout-step-active .number {
  background-color: #f60;
  color: #fff;
}

.checkout-progress .checkout-steps .checkout-step.checkout-step-active .title {
  color: #000;
  font-weight: 700;
}

.checkout-progress .checkout-steps .checkout-step.checkout-step-active:before {
  border-color: #f60;
}

.checkout-progress .checkout-steps .checkout-step.checkout-step-active:after {
  background-color: #f60;
}

.checkout-form.form-step2 .form-group-wrapper,
.checkout-form.form-step3 .form-group-wrapper {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-toggle,
.checkout-form.form-step3 .form-group-wrapper .form-group-toggle {
  padding: 0 15px;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-toggle .paymethod-comment,
.checkout-form.form-step2 .form-group-wrapper .form-group-toggle .paymethod-error,
.checkout-form.form-step3 .form-group-wrapper .form-group-toggle .paymethod-comment,
.checkout-form.form-step3 .form-group-wrapper .form-group-toggle .paymethod-error {
  font-style: italic;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-toggle .paymethod-error,
.checkout-form.form-step3 .form-group-wrapper .form-group-toggle .paymethod-error {
  color: #dc3545;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=checkbox] + label:before,
.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=radio] + label:before,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=checkbox] + label:before,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=radio] + label:before {
  border-color: #000;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=checkbox]:checked + label:before,
.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=radio]:checked + label:before,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=checkbox]:checked + label:before,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox input[type=radio]:checked + label:before {
  background-color: #000;
  border-color: #000;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox label,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox label {
  display: block;
  height: auto;
  padding: 15px 15px 15px 35px;
  font-size: 15px;
  color: #000;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox label.withimage,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox label.withimage {
  display: flex;
  line-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox label.withimage img,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox label.withimage img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox label.withimage:before,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox label.withimage:before {
  margin-top: 7px;
}

.checkout-form.form-step2 .form-group-wrapper .form-group-checkbox .nice-checkbox label small,
.checkout-form.form-step3 .form-group-wrapper .form-group-checkbox .nice-checkbox label small {
  padding-left: 5px;
}

.cart-confirmation-address-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.cart-confirmation-address-list li:first-child {
  font-weight: 700;
}

.cart-confirmation-paymethod {
  line-height: 36px;
}

.cart-confirmation-paymethod img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .checkout-progress .checkout-steps .checkout-step .title,
  .checkout-progress .checkout-steps .checkout-step:before,
  .checkout-progress .checkout-steps .checkout-step:after {
    display: none;
  }
}

.contact-wrapper form {
  padding-top: 15px;
}

.contact-list i {
  width: 15px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .contact-wrapper h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.order-authorize-actions,
.order-history-actions,
.inspection-actions,
.report-actions {
  margin-bottom: 15px;
}

.order-authorize-actions strong,
.order-history-actions strong,
.inspection-actions strong,
.report-actions strong {
  min-width: 100px;
}

.order-authorize-actions h1,
.order-authorize-actions h2,
.order-authorize-actions h3,
.order-history-actions h1,
.order-history-actions h2,
.order-history-actions h3,
.inspection-actions h1,
.inspection-actions h2,
.inspection-actions h3,
.report-actions h1,
.report-actions h2,
.report-actions h3 {
  margin-bottom: 0;
}

.order-authorize-actions form,
.order-history-actions form,
.inspection-actions form,
.report-actions form {
  justify-content: flex-end;
}

.order-authorize-actions form .form-control,
.order-authorize-actions form .select2,
.order-authorize-actions form .btn,
.order-authorize-actions form .content-block .wp-block-button a,
.content-block .wp-block-button .order-authorize-actions form a,
.order-history-actions form .form-control,
.order-history-actions form .select2,
.order-history-actions form .btn,
.order-history-actions form .content-block .wp-block-button a,
.content-block .wp-block-button .order-history-actions form a,
.inspection-actions form .form-control,
.inspection-actions form .select2,
.inspection-actions form .btn,
.inspection-actions form .content-block .wp-block-button a,
.content-block .wp-block-button .inspection-actions form a,
.report-actions form .form-control,
.report-actions form .select2,
.report-actions form .btn,
.report-actions form .content-block .wp-block-button a,
.content-block .wp-block-button .report-actions form a {
  margin-bottom: 5px;
}

.order-authorize-actions .form-control,
.order-history-actions .form-control,
.inspection-actions .form-control,
.report-actions .form-control {
  width: 154px;
}

.order-authorize-actions .form-control.select2,
.order-history-actions .form-control.select2,
.inspection-actions .form-control.select2,
.report-actions .form-control.select2 {
  width: 220px;
}

.order-authorize-actions .btn,
.order-authorize-actions .content-block .wp-block-button a,
.content-block .wp-block-button .order-authorize-actions a,
.order-history-actions .btn,
.order-history-actions .content-block .wp-block-button a,
.content-block .wp-block-button .order-history-actions a,
.inspection-actions .btn,
.inspection-actions .content-block .wp-block-button a,
.content-block .wp-block-button .inspection-actions a,
.report-actions .btn,
.report-actions .content-block .wp-block-button a,
.content-block .wp-block-button .report-actions a {
  border: none;
}

.order-authorize-actions.smaller-margin,
.order-history-actions.smaller-margin,
.inspection-actions.smaller-margin,
.report-actions.smaller-margin {
  margin-bottom: 10px;
}

.order-authorize-actions.report-actions .form-control,
.order-history-actions.report-actions .form-control,
.inspection-actions.report-actions .form-control,
.report-actions.report-actions .form-control {
  width: 130px;
}

.expected-delivery-date {
  display: block;
  font-style: italic;
  margin-bottom: 2px;
  font-size: 11px;
}

@media (max-width: 767.98px) {
  .order-authorize-actions h1,
  .order-authorize-actions h2,
  .order-authorize-actions h3,
  .order-history-actions h1,
  .order-history-actions h2,
  .order-history-actions h3,
  .inspection-actions h1,
  .inspection-actions h2,
  .inspection-actions h3,
  .report-actions h1,
  .report-actions h2,
  .report-actions h3 {
    margin-bottom: 10px;
  }

  .order-authorize-actions .form-control,
  .order-authorize-actions .btn,
  .order-authorize-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .order-authorize-actions a,
  .order-history-actions .form-control,
  .order-history-actions .btn,
  .order-history-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .order-history-actions a,
  .inspection-actions .form-control,
  .inspection-actions .btn,
  .inspection-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .inspection-actions a,
  .report-actions .form-control,
  .report-actions .btn,
  .report-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .report-actions a {
    width: 100%;
    margin-top: 5px;
  }

  .order-authorize-actions form .form-control,
  .order-authorize-actions form .btn,
  .order-authorize-actions form .content-block .wp-block-button a,
  .content-block .wp-block-button .order-authorize-actions form a,
  .order-history-actions form .form-control,
  .order-history-actions form .btn,
  .order-history-actions form .content-block .wp-block-button a,
  .content-block .wp-block-button .order-history-actions form a,
  .inspection-actions form .form-control,
  .inspection-actions form .btn,
  .inspection-actions form .content-block .wp-block-button a,
  .content-block .wp-block-button .inspection-actions form a,
  .report-actions form .form-control,
  .report-actions form .btn,
  .report-actions form .content-block .wp-block-button a,
  .content-block .wp-block-button .report-actions form a {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .order-authorize-actions,
  .order-history-actions,
  .inspection-actions,
  .report-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .order-authorize-actions .form-control,
  .order-authorize-actions .select2,
  .order-authorize-actions .btn,
  .order-authorize-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .order-authorize-actions a,
  .order-history-actions .form-control,
  .order-history-actions .select2,
  .order-history-actions .btn,
  .order-history-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .order-history-actions a,
  .inspection-actions .form-control,
  .inspection-actions .select2,
  .inspection-actions .btn,
  .inspection-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .inspection-actions a,
  .report-actions .form-control,
  .report-actions .select2,
  .report-actions .btn,
  .report-actions .content-block .wp-block-button a,
  .content-block .wp-block-button .report-actions a {
    margin-left: 5px;
  }
}

.index-categories {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 22%;
  max-width: 22%;
}

.index-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 78%;
  max-width: 78%;
}

.index-content .index-banners-small img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
}

@media (max-width: 1320px) {
  .index-categories {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .index-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 1199.98px) {
  .index-categories {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .index-content {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .index-content .product-grid:not(.category-grid) li:nth-child(3) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .index-content .product-grid:not(.category-grid) li {
    display: none;
  }

  .index-content .index-banners-small {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .index-categories {
    display: none;
  }

  .index-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .index-content:not(.index-content-customer) .product-grid.category-grid {
    display: none;
  }
}

body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #000;
  background-color: #f2f2f2;
  padding-top: 64px;
}

body.has-alert {
  padding-top: 102px;
}

body.has-alert .navbar-top {
  margin-top: 38px;
}

a {
  color: #656565;
}

.navbar-top {
  height: 64px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #f60;
  background-image: none;
}

.navbar-top .navbar-top-brand a {
  border: none;
  background-color: transparent;
}

.navbar-top .navbar-top-brand a img {
  height: 60px;
}

.navbar-top .navbar-top-search .input-group {
  border-color: transparent;
}

.navbar-top .navbar-top-search .input-group .form-control {
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.navbar-top .navbar-top-search .input-group .btn,
.navbar-top .navbar-top-search .input-group .content-block .wp-block-button a,
.content-block .wp-block-button .navbar-top .navbar-top-search .input-group a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-top .navbar-top-search .loading-icon {
  top: 20px;
}

.navbar-top .navbar-top-actions .navbar-top-action i {
  color: #fff;
}

.navbar {
  background-color: #fff;
}

.navbar .navbar-brand {
  color: #656565;
}

.panel .panel-heading {
  border-top-color: #f60;
}

.table.table-styled {
  border-top-color: #f60;
}

.footer,
.footer-under {
  background-color: #454545;
  color: #fff;
}

.footer h4,
.footer a,
.footer-under h4,
.footer-under a {
  color: inherit;
}

.footer {
  border-top: none;
  border-bottom: 1px solid #888;
}

.product-page .product-content .product-stock-wrapper .stock-status.no-stock {
  color: #e88b13;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 123px;
  }

  body.has-alert {
    padding-top: 171px;
  }

  body.has-alert .navbar-top {
    margin-top: 48px;
  }

  .navbar-top .navbar-top-search {
    top: 64px;
  }

  .navbar-top .navbar-top-search .loading-icon {
    top: 15px;
  }

  .navbar .navbar-brand {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .navbar-top .navbar-top-search {
    padding-top: 0;
    padding-bottom: 0;
  }
}

</pre></body></html>