.header .logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .logo span.header-logo-partner {
  text-transform: uppercase;
  color: #0092cb;
}
.header .logo span.divider {
  font-size: 40px;
  color: #0092cb;
}
.color-sort-line a,
.sort-line-item a {
  cursor: pointer;
}
.color-sort-line a:hover {
  color: #fff !important;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    rgba(205, 205, 205, 0.8),
    rgba(200, 200, 200, 0.8)
  );

  background: -webkit-radial-gradient(
    rgba(205, 205, 205, 0.8),
    rgba(205, 205, 205, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: #0092cb 1.5em 0 0 0, #0092cb 1.1em 1.1em 0 0,
    #0092cb 0 1.5em 0 0, #0092cb -1.1em 1.1em 0 0, #0092cb -1.5em 0 0 0,
    #0092cb -1.1em -1.1em 0 0, #0092cb 0 -1.5em 0 0, #0092cb 1.1em -1.1em 0 0;
  box-shadow: #0092cb 1.5em 0 0 0, #0092cb 1.1em 1.1em 0 0, #0092cb 0 1.5em 0 0,
    #0092cb -1.1em 1.1em 0 0, #0092cb -1.5em 0 0 0, #0092cb -1.1em -1.1em 0 0,
    #0092cb 0 -1.5em 0 0, #0092cb 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Spinner*/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #0092cb;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0092cb transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .map-general {
    height: calc(100% + 370px);
  }
  .contact-row-general {
    margin-bottom: 380px;
  }
  .category-card-text {
    align-items: center;
  }
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.article-body iframe {
  max-width: 100%;
}
.remove-item {
  cursor: pointer;
}
.cart-item {
  cursor: pointer;
}
.ch-item br {
  display: none;
}
.footer-disabled {
  pointer-events: none;
  cursor: none;
}
.f-sublist .f-title a {
  color: #fff;
}
.ftr-menu ul > li:first-child {
  margin-bottom: 10px;
  padding-right: 10px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.ftr-menu ul > li:first-child a {
  text-decoration: none;
  color: #fff;
}
.find-cost a {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .bottom-text-inner {
    column-gap: 27px;
  }
}
.complectation-item label img {
  filter: none;
}

/*Empty div bottom*/
.empty-padding {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .empty-padding {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .empty-padding {
    padding-bottom: 92px;
  }
}

/*New lang switch*/
@media (min-width: 768px) {
  .langs {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    max-width: 99px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    height: 91px;
  }
  .langs a {
    color: #212529;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media (max-width: 549px) {
  .header .logo span.header-logo-partner {
    display: none;
  }
}
