@charset "UTF-8";
/*
Theme Name: TK Traktordelar
Author: JGL IT-Service AB
Author URI: http://www.jgl.se
Description: TK Traktordelar
Version: 1.0
Text Domain: tktraktor

*/
#wait_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  cursor: progress;
}
#wait_overlay .spinnerwrapper {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#wait_overlay .spinnerwrapper.show {
  display: flex;
}
#wait_overlay .spinnerwrapper .fa-spinner {
  font-size: 5rem;
  color: rgb(0, 166, 81);
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  margin-top: 1em;
}

.header-wrapper {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
}

#content {
  margin-top: 108px;
  padding-top: 1rem;
}

#content, footer.column, header#masthead {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 480px) and (max-width: 767.9px) {
  #content, footer.column, header#masthead {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1029px) {
  #content, footer.column, header#masthead {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media all and (min-width: 1030px) {
  #content, footer.column, header#masthead {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-image {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 480px) and (max-width: 767.9px) {
  .footer-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1029px) {
  .footer-image {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
@media all and (min-width: 1030px) {
  .footer-image {
    margin-left: 0;
    margin-right: 0;
  }
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before {
  font-size: 24px !important;
}

body {
  background: #fff;
  position: static !important;
  /*text-shadow: 0 0 1px rgb(100,100,100);*/
}

h1, h2, h3, h4 {
  line-height: 1;
  /*text-shadow: 0 0 1px rgb(100,100,100);*/
}

h1 {
  font-weight: 800;
}

@media all and (min-width: 40.063em) and (max-width: 1029px) {
  h1.product_title {
    font-size: 2rem;
  }
}

@media all and (min-width: 40em) and (max-width: 1029px) {
  h2 {
    font-size: 1.825rem;
  }
}

.menu-bar ul a:before {
  color: rgba(255, 255, 255, 0.5);
}

.menu-bar li a,
.menu-bar li ul li a {
  border-top: 1px solid #4C77A0;
}

header {
  height: 56px;
  background: rgb(1, 70, 132);
  /*border-bottom: 4px solid rgba(87,131,171,1);*/
}
@media (min-width: 480px) {
  header {
    height: 76px;
  }
}
header#masthead.site-header {
  min-height: 0;
}

.navigation {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.branding-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1120px) {
  .branding-search-wrapper {
    width: 65%;
  }
}
.branding-search-wrapper .site-branding {
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
  display: flex;
  flex: 0 1 240px;
}
.branding-search-wrapper .site-branding a {
  display: block;
}
.branding-search-wrapper .site-branding a img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 36px;
}

.branding-search-wrapper .site-branding a img {
  width: 195px;
  max-height: 85px;
  position: relative;
  top: -4px;
  left: -48px;
}

.branding-search-wrapper .site-branding a img.desktop-logo {
  display: none;
}

@media all and (min-width: 480px) {
  .branding-search-wrapper .site-branding a img {
    max-height: 86px;
    top: -5px;
    left: -40px;
  }
}

@media all and (min-width: 1030px) {
  .branding-search-wrapper .site-branding a img {
    max-height: 86px;
    top: -3px;
    left: 0;
  }
}

@media all and (min-width: 1120px) {
  .branding-search-wrapper .site-branding a img {
    width: 201px;
    height: auto;
    aspect-ratio: 292.85 / 120.88;
    top: -16px;
  }

  .branding-search-wrapper .site-branding a img.mobile-logo {
    display: none;
  }

  .branding-search-wrapper .site-branding a img.desktop-logo {
    display: block;
  }
}

.primary-menu {
  width: calc(100% + 2rem);
  margin-left: -1rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .primary-menu {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1029px) {
  .primary-menu {
    width: calc(100% + 4.5rem);
    margin-left: -2.25rem;
  }
}
@media all and (max-width: 479px) {
  .primary-menu {
    overflow-x: auto;
    max-height: calc(100vh - 56px - 32px);
    top: 56px !important;
  }
}
@media all and (min-width: 480px) and (max-width: 1029px) {
  .primary-menu {
    overflow-x: auto;
    max-height: calc(100vh - 76px - 32px);
    top: 76px !important;
  }
}
@media (min-width: 1030px) {
  .primary-menu {
    height: 100%;
  }
}

ul.menu-bar, .primary-menu ul.menu-bar {
  background: rgb(1, 70, 132);
}
@media all and (max-width: 1029px) {
  ul.menu-bar, .primary-menu ul.menu-bar {
    display: none;
  }
}
ul.menu-bar > li, .primary-menu ul.menu-bar > li {
  border-left: 0;
  box-sizing: border-box;
}
@media all and (min-width: 1030px) {
  ul.menu-bar > li, .primary-menu ul.menu-bar > li {
    line-height: 80px;
  }
}
@media all and (max-width: 1029px) {
  ul.menu-bar li a, ul.menu-bar li:first-child a, ul.menu-bar ul.sub-menu a, .primary-menu ul.menu-bar li a, .primary-menu ul.menu-bar li:first-child a, .primary-menu ul.menu-bar ul.sub-menu a {
    font-size: 1rem;
  }
}
@media all and (max-width: 479px) {
  ul.menu-bar li a, ul.menu-bar li:first-child a, ul.menu-bar ul.sub-menu a, .primary-menu ul.menu-bar li a, .primary-menu ul.menu-bar li:first-child a, .primary-menu ul.menu-bar ul.sub-menu a {
    padding: 0.625rem 1rem;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  ul.menu-bar li a, ul.menu-bar li:first-child a, ul.menu-bar ul.sub-menu a, .primary-menu ul.menu-bar li a, .primary-menu ul.menu-bar li:first-child a, .primary-menu ul.menu-bar ul.sub-menu a {
    padding: 0.625rem 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1029px) {
  ul.menu-bar li a, ul.menu-bar li:first-child a, ul.menu-bar ul.sub-menu a, .primary-menu ul.menu-bar li a, .primary-menu ul.menu-bar li:first-child a, .primary-menu ul.menu-bar ul.sub-menu a {
    padding: 0.625rem 2.5rem;
  }
}
@media all and (min-width: 1030px) {
  ul.menu-bar ul.sub-menu, .primary-menu ul.menu-bar ul.sub-menu {
    display: none !important;
  }
}
ul.menu-bar li.menu-item-has-children, .primary-menu ul.menu-bar li.menu-item-has-children {
  position: relative;
}
ul.menu-bar li.menu-item-has-children > a::after, .primary-menu ul.menu-bar li.menu-item-has-children > a::after {
  display: none;
}
ul.menu-bar li.menu-item-has-children span.toggle-children, .primary-menu ul.menu-bar li.menu-item-has-children span.toggle-children {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.625rem 1rem 0.625rem 2.25rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  ul.menu-bar li.menu-item-has-children span.toggle-children, .primary-menu ul.menu-bar li.menu-item-has-children span.toggle-children {
    right: 0.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1029px) {
  ul.menu-bar li.menu-item-has-children span.toggle-children, .primary-menu ul.menu-bar li.menu-item-has-children span.toggle-children {
    right: 1.5rem;
  }
}
@media all and (min-width: 1030px) {
  ul.menu-bar li.menu-item-has-children span.toggle-children, .primary-menu ul.menu-bar li.menu-item-has-children span.toggle-children {
    display: none;
  }
}
ul.menu-bar li.menu-item-has-children span.toggle-children::after, .primary-menu ul.menu-bar li.menu-item-has-children span.toggle-children::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 1rem;
  color: #fff;
}
ul.menu-bar li.menu-item-has-children.open > span.toggle-children::after, .primary-menu ul.menu-bar li.menu-item-has-children.open > span.toggle-children::after {
  content: "\f106";
}
@media all and (min-width: 1030px) {
  ul.menu-bar li.menu-item-has-children:hover > ul.sub-menu, .primary-menu ul.menu-bar li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
  }
}

.menu-bar li {
  /*color: rgba(173, 196, 218, 1);*/
  color: rgb(210, 230, 255);
}

.menu-bar ul {
  background: rgb(1, 63, 119);
}

.menu-bar > li.open,
.menu-bar > li:hover,
.menu-bar > li.current_page_item,
.menu-bar > li.current-menu-item,
.menu-bar > li > ul > li.current_page_item,
.menu-bar > li > ul > li.current-menu-item,
.menu-bar > li.current-menu-ancestor,
.menu-bar > li.current-menu-parent {
  /*background: rgba(1,63,119,1);*/
  background: rgba(0, 0, 0, 0.4);
  /*border-bottom: 4px solid rgba(1,49,85,1);*/
  color: rgb(255, 255, 255);
}

.menu-bar > li.menu-item-has-children:hover {
  /*    border-bottom: 4px solid rgba(1,63,119,1);*/
}

.menu-bar li a {
  /*color: rgba(1,70,132,1);*/
  color: inherit;
}

.menu-bar ul li:hover {
  background: rgba(0, 0, 0, 0.4);
  color: rgb(255, 255, 255);
}

.menu-bar ul li:hover a:before {
  color: rgba(255, 255, 255, 0.8);
}

.menu-toggle .fa {
  background: rgb(1, 49, 85);
}

.menu-toggle a:hover,
.menu-toggle a {
  color: rgb(255, 255, 255);
  background: transparent;
}

/*.menu-bar ul,
.menu-bar .current_page_parent a,
.menu-bar .current_page_item a,
.menu-bar .current-menu-item a,
.menu-bar li:hover > a {
    background: rgba(1,49,85,1);
}*/
.language-chooser-custom {
  float: left;
  list-style-type: none;
  /*display: inline-block;*/
  margin: 0px;
  height: 32px;
  line-height: 32px;
}

.language-chooser-custom li {
  float: left;
}

.language-chooser-custom li span {
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 800;
}

.language-chooser-custom li span.fa {
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 1em;
}

.language-chooser-custom li .language-icon {
  float: left;
  margin: 6px 0;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  padding: 0 6px;
  color: #fff;
}

.language-chooser-custom li .language-icon .title {
  vertical-align: top;
}

.language-chooser-custom li .language-icon img {
  vertical-align: baseline;
}

.language-chooser-custom li span.text {
  padding-right: 5px;
  padding-left: 0;
  float: left;
}

.language-chooser-custom li a,
.language-chooser-dropdown li a {
  color: #989898;
  display: inline-block;
  width: 100%;
  padding: 0 3px;
}
@media all and (min-width: 400px) {
  .language-chooser-custom li a,
  .language-chooser-dropdown li a {
    padding: 0 8px;
  }
}

.language-chooser-custom li.active a {
  color: #ececec;
}

.language-chooser-custom li:hover {
  /*background: rgba(214,206,199,1);*/
}

body {
  top: 0 !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.language-chooser-dropdown {
  list-style-type: none;
  margin: 0px;
  float: left;
  position: relative;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  z-index: 999;
  background-color: #000;
}
.language-chooser-dropdown .language-chooser-item.active {
  display: none;
}
.language-chooser-dropdown #google_translate_element {
  font-size: 0;
}
.language-chooser-dropdown > li a {
  /*    display: inline-block;*/
  /*width: 100%;*/
  /*background: #001126;*/
}
.language-chooser-dropdown > li a:hover {
  /*background: #001126;*/
  /*background: #00376D;*/
}
.language-chooser-dropdown > li {
  /*
  &:hover > div.translation-container {
    @media all and (min-width:1030px) {
      //Toggle vid hover på desktop
      display:block!important;
    }
  }*/
}
.language-chooser-dropdown > li > div.translation-container {
  line-height: 1.5;
  display: none;
  width: 10rem;
  right: 0;
  position: absolute;
  background: #001C35;
  padding: 0 0.5rem 0.5rem 0.5rem;
  font-size: 0;
  /*> ul {
    display: table;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 999;
    //background: rgba(1, 70, 132, 1);
    background:#001C35;
    width: 160px;
    > li {
      height: inherit;
      line-height: inherit;
      width: 100%;
      padding: 0px;
      //background: rgba(0, 0, 0, 0.6);
      > a  {
        display: inline-block;
        width: 100%;
        color: #4C77A0;
      }
    }
    li.gtranslate {
      height: auto;
    }
  } */
}
.language-chooser-dropdown > li > div.translation-container .goog-logo-link {
  display: none !important;
}
.language-chooser-dropdown > li > div.translation-container span.text, .language-chooser-dropdown > li > div.translation-container span.other {
  font-size: 0.7rem;
  color: #4C77A0;
  margin: 0;
  text-align: left;
  height: auto;
}
.language-chooser-dropdown > li > div.translation-container .change-language {
  overflow: hidden;
  font-size: 1rem;
}
.language-chooser-dropdown > li > div.translation-container .change-language a {
  padding-left: 0;
}
.language-chooser-dropdown > li > div.translation-container select.goog-te-combo {
  margin: 0;
  padding: 0.25rem;
  height: auto;
}
.language-chooser-dropdown .other {
  display: block;
  border-top: 1px solid #4C77A0;
  padding: 0.5rem 0;
  color: #4C77A0;
  text-transform: uppercase;
  font-weight: 800;
}
.language-chooser-dropdown #google_translate_element {
  padding: 0;
  font-size: 1em;
}
.language-chooser-dropdown #google_translate_element span {
  padding: 0;
  font-size: 0.8em;
  font-family: "Source Sans Pro", sans-serif;
}
.language-chooser-dropdown #google_translate_element > div,
.language-chooser-dropdown #google_translate_element > div > div {
  font-size: inherit;
}
.language-chooser-dropdown .goog-te-gadget-simple {
  border: none !important;
  padding: 0 !important;
  width: auto;
  /*background-color: #fff;*/
  /*    border-left: none !important;
      border-top: 1px solid #9b9b9b;
      border-bottom: 1px solid #e8e8e8;
      border-right: 1px solid #d5d5d5;*/
  font-size: 10pt;
  display: inline-block;
  /*    padding-top: 1px;
      padding-bottom: 2px;*/
  cursor: pointer;
  zoom: 1;
  *display: inline;
}
.language-chooser-dropdown .goog-te-gadget-simple > span {
  vertical-align: top !important;
  padding-left: 0 !important;
  text-align: left;
  text-transform: initial !important;
}
.language-chooser-dropdown .goog-te-gadget-simple > span a > span {
  text-transform: initial !important;
}

/*.dropdown .language-chooser-custom{

}
.dropdown .language-chooser-custom li{

}*/
.dropdown-cart-button {
  background: rgb(0, 166, 81);
  padding: 0;
  height: 32px;
  border: none;
  min-height: 32px;
  line-height: 32px;
}

.dropdown-cart-button a {
  height: 32px;
}

.dropdown-cart-button .dashicons {
  height: inherit;
  width: auto;
  line-height: inherit;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.dropdown-cart-button .fa {
  height: inherit;
  width: auto;
  line-height: inherit;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.dropdown-cart-button .dashicons.dashicons-editor-ul {
  padding-left: 8px;
}

.dropdown-cart-button .fa.fa-angle-right,
.dropdown-cart-button .fa.fa-angle-down {
  font-size: 0.6em;
  padding: 0px 8px 0px 4px;
  vertical-align: top;
}

.dropdown-cart-button .fa.fa-envelope {
  padding: 0 4px 0px 8px;
  vertical-align: baseline;
}

.dropdown-cart-button .dashicons.dashicons-arrow-down-alt2 {
  font-size: 0.6em;
  padding-right: 8px;
}

.dropdown-cart-button .total,
.dropdown-cart-button .dropdown-total {
  background: none;
  display: inline-block;
  text-transform: uppercase;
  line-height: inherit;
  padding: 0;
  color: rgb(255, 255, 255);
  font-size: 0.74rem;
  font-weight: 700;
}

a.shoppinglist-button.button {
  width: 100%;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

a.shoppinglist-button.loading {
  opacity: 1 !important;
  padding-right: 0 !important;
}

a.shoppinglist-button.loading::after {
  content: "" !important;
}

a.shoppinglist-button.added::after {
  content: "" !important;
  margin-left: 0 !important;
}

/*.dropdown-cart-button .total .cart-title{
    font-size: 0.8em;
}*/
.no-products-found > div {
  margin: 5rem 0;
}

.no-products-found ul,
.no-products-found ol {
  margin-left: 3rem;
}

.dropdown-cart-button .dropdown-count {
  text-align: center;
  width: 32px;
  height: inherit;
  background: none;
  display: inline-block;
  text-transform: uppercase;
  line-height: inherit;
  padding: 0;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
  line-height: 34px;
  /*font-size: 1em;*/
}

.grad {
  background: rgb(1, 70, 132); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgb(1, 70, 132), rgba(0, 0, 0, 0.6)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgb(1, 70, 132), rgba(0, 0, 0, 0.6)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgb(1, 70, 132), rgba(0, 0, 0, 0.6)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgb(1, 70, 132), rgba(0, 0, 0, 0.6)); /* Standard syntax */
}

.info-list {
  /*height: 300px;*/
  height: 32px;
  line-height: 32px;
  background: rgb(1, 70, 132);
}
@media screen and (max-width: 413px) {
  .info-list .row .column {
    padding-left: 0;
    padding-right: 0;
  }
}

.info-list-menu {
  line-height: 32px;
  height: 32px;
  width: auto;
  float: right;
}

.info-list-menu > div {
  display: inline-block;
  width: 100%;
}

.info-list-menu > div > div {
  float: left;
}

.info-list-menu > div > div > div {
  display: inline-block;
  margin-right: 0.5rem;
}

.site-content {
  background: rgb(255, 255, 255);
  padding-bottom: 2rem;
}

body.loading .site-content {
  min-height: 50vh;
}

body.modal-open {
  overflow: hidden;
}

.breadcrumbs-container {
  margin: 0;
  /*border-bottom: 1px solid rgba(214,206,199,1);*/
}
.breadcrumbs-container .social {
  height: 50px;
  display: flex;
  align-items: center;
}
.breadcrumbs-container .social > div {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-container .social > div:not(:last-child) {
  margin-right: 15px;
}
.breadcrumbs-container .social > div.facebook-icon {
  background: #3B5A9A;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.breadcrumbs-container .social > div a {
  color: #fff;
}

/*.breadcrumbs-container{
    margin-bottom: 2rem;
}*/
@media all and (max-width: 39.99em) {
  .sub-categories .row .column {
    padding: 0;
  }
}

footer.column.full {
  background: rgb(214, 213, 209);
  min-height: 600px;
  padding-bottom: 2.25rem;
}
@media all and (min-width: 768px) {
  footer.column.full {
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 1030px) {
  footer.column.full {
    padding-bottom: 4rem;
  }
}
footer.column.full .footer-sidebar.row {
  margin-top: 0;
  padding: 2.25rem 0;
}
@media all and (min-width: 40em) {
  footer.column.full .footer-sidebar.row {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  footer.column.full .footer-sidebar.row {
    padding: 3rem 0 2.25rem 0;
  }
}
@media all and (min-width: 1030px) {
  footer.column.full .footer-sidebar.row {
    padding: 4rem 0 2.25rem 0;
  }
}
@media all and (min-width: 63em) {
  footer.column.full .social {
    white-space: nowrap;
  }
}
footer.column.full .footer-image {
  background: url("assets/footer-image.jpg");
  background-size: cover;
  background-position: center center;
  height: 120px;
}
@media all and (min-width: 40em) {
  footer.column.full #footer-sidebar-1 {
    padding-right: 2.25rem;
  }
}
@media all and (min-width: 1030px) {
  footer.column.full #footer-sidebar-1 {
    padding-right: 3.75rem;
  }
}
footer.column.full #footer-sidebar-2 > .row {
  padding-top: 2.25rem;
}
@media all and (min-width: 40em) {
  footer.column.full #footer-sidebar-2 {
    padding-left: 2.25rem;
  }
  footer.column.full #footer-sidebar-2 > .row {
    padding-top: 0;
  }
}
@media all and (min-width: 1030px) {
  footer.column.full #footer-sidebar-2 {
    padding-left: 3.75rem;
  }
}
footer.column.full .widgettitle {
  color: #373737;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}
footer.column.full .row.breaker {
  margin-bottom: 0;
}
footer.column.full .row.breaker .hr {
  border-top: 1px solid rgb(175, 170, 165);
}
footer.column.full .footer-copyright {
  padding: 0;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 450px) {
  footer.column.full .footer-copyright {
    flex-wrap: nowrap;
  }
}
footer.column.full .footer-copyright > div.column {
  margin-bottom: 0;
  display: flex;
  vertical-align: middle;
}
footer.column.full .footer-copyright .copy {
  padding: 2.25rem 1rem;
}
@media all and (min-width: 1030px) {
  footer.column.full .footer-copyright .copy {
    padding: 3rem 1rem;
  }
}
footer.column.full .footer-copyright > .aaa {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding: 1rem;
  max-width: 500px;
  gap: 10px;
}
footer.column.full .footer-copyright > .aaa > div {
  width: 30%;
  max-width: 90px;
  display: flex;
}
footer.column.full .footer-copyright > .aaa > div a {
  width: 100%;
  height: 100%;
}
footer.column.full .footer-copyright > .aaa > div a img {
  width: 100%;
  height: 100%;
}

.footer-copyright img {
  height: 100px;
  width: auto;
}

.footer-copyright > div:last-child {
  justify-content: flex-end;
}

/*.footer-sidebar{
    background: #D2CECB;
    border-bottom: 1px solid rgba(214,206,199,1);
}*/
.widget-contact-widget {
  /*color: #4C77A0;*/
  color: rgba(173, 196, 218, 0.7);
}

.widget-contact-widget span {
  font-size: 0.8em;
  line-height: 0.8em;
}

.widget-contact-widget span a,
.widget-contact-widget span.phone {
  color: #fff;
}

/*.widget-contact-widget span a:hover {
    color: #fff;
}*/
/*#footer-sidebar-1,

#footer-sidebar-2{
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: left;
}*/
.contact_sc a,
.contact_sc a:active,
.contact_sc a:hover,
.contact_sc a:visited,
.contact_sc a:focus,
#footer-sidebar-1 a,
#footer-sidebar-1 a:active,
#footer-sidebar-1 a:hover,
#footer-sidebar-1 a:visited,
#footer-sidebar-1 a:focus,
#footer-sidebar-2 a,
#footer-sidebar-2 a:active,
#footer-sidebar-2 a:hover,
#footer-sidebar-2 a:visited,
#footer-sidebar-2 a:focus {
  color: inherit;
}

.footer-copyright {
  /*    border-top: 1px solid rgba(214,206,199,1);
      border-bottom: 1px solid rgba(214,206,199,1);*/
}

/*.footer-copyright .aaa{
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
}*/
/*.footer-copyright .copy{
    margin-top: 3rem;
    margin-bottom: 3rem;
}*/
/*.print-shopping-list{
    text-align: right;
}*/
.print-shopping-list .title {
  text-transform: uppercase;
  color: rgb(0, 166, 81);
  font-weight: 800;
}

.print-shopping-list .title:after {
  content: "\f02f";
  font-family: FontAwesome;
  margin-left: 1em;
  padding: 4px;
  background: #009c48;
  color: rgb(255, 255, 255);
}

.contact_sc span,
.textwidget span {
  display: block;
}

.contact_sc span.fa,
.textwidget span.fa {
  color: #373737;
  display: inline-block;
  /*padding-right: 12px;*/
  width: 22px;
}

.bluebox {
  background: rgb(1, 70, 132);
  color: rgba(255, 255, 255, 0.75);
}

.greenbox {
  background: rgb(0, 166, 81);
  color: rgb(255, 255, 255);
  padding: 15px 0;
}

.redbox {
  background: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  padding: 15px 0;
}

.lightbluebox {
  background: rgba(1, 70, 132, 0.1);
  color: rgb(1, 70, 132);
  position: relative;
  display: block;
}

.greybox {
  background: rgb(187, 187, 187);
  color: rgb(255, 255, 255);
}

.lightgreybox {
  background: rgba(0, 0, 0, 0.1);
  color: rgb(97, 97, 97);
}

.lightgreybox .icon {
  color: rgba(255, 255, 255, 0.8);
}

.brownbox {
  background: rgb(135, 103, 74);
  color: rgb(255, 255, 255);
}

.whitebox {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.icon {
  /*padding: 12px 0;*/
  padding: 16px 0;
}

.summary .box {
  margin-top: 2rem;
}

/*.summary .box .text{*/
/*.cart .box .text{*/
/*    height: 100%;
    padding-top: 8px;
    line-height: 12px;
}*/
/*.summary .box .text h2,
.cart .box .text h2{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.summary .box .text span,
.cart .box .text span{
    font-size: 0.8rem;
}*/
.box.pad-left {
  padding-left: 76px !important;
}

.box.pad-left-small {
  padding-left: 36px !important;
}

.home-link .box.pad-vert {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.box.pad-vert {
  /*padding-top: 12px;*/
  padding-top: 16px !important;
  /*padding-bottom: 12px;*/
  padding-bottom: 16px !important;
}

.box.pad-vert.thin {
  padding-top: 4px !important;
  /*padding-top: 8px;*/
  padding-bottom: 4px !important;
  /*padding-bottom: 8px;*/
}

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

.dismantled a,
.latestpart a,
.staff a {
  border-bottom: 1px solid #2199E8;
}

.shortcuts a {
  color: rgb(255, 255, 255);
}

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

.shortcuts .image {
  text-align: center;
  background: #003E79;
}

.shortcuts span.title {
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  font-size: 1.4em;
  line-height: 1.1;
  margin-bottom: 0.25em;
}

.dismantled > .column > .column {
  border-top: 1px solid rgb(214, 206, 199);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dismantled .image {
  padding-left: 0;
}

.dismantled .text {
  padding-right: 0;
  padding-left: 0;
}

.dismantled .text h4 {
  color: #085AAB;
}

.dismantled p,
.latestpart p {
  font-weight: 600;
}

/*.dismantled .column.small-6{
    border-top: 1px solid rgba(214,206,199,1);
    padding: 2rem 2rem 2rem 0;
}*/
/*.staff h2{

}
.staff h3{
    font-weight: 900;
    font-size: 1.2em;
    margin: 0.8rem 0px 0px 0px;
}*/
/*.staff .text{
    text-align: center;
}*/
.staff h3 {
  text-align: left;
}

.staff .column {
  text-align: center;
  margin-bottom: 1em;
}

.staff .text {
  padding-top: 1em;
  /*    text-align: center;*/
}

.staff .text h4 {
  font-size: 1.1em;
}

.staff .text span {
  display: block;
  font-size: 0.7em;
  color: #5C5C5C;
}

/*.staff .text span,*/
.shortcuts span.text {
  display: block;
  font-size: 0.8em;
  /*padding-top: 6px;*/
}

.home-link {
  text-align: center;
  margin-bottom: 1.5rem;
}

.home-link .title {
  font-weight: 800;
  font-size: 1.6em;
}

.home-link .text {
  font-size: 1.3em;
  font-weight: 300;
}

.slider-container.row {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  height: 63vw;
}
@media all and (min-width: 480px) and (max-width: 767.9px) {
  .slider-container.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1029px) {
  .slider-container.row {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
}
@media all and (min-width: 768px) {
  .slider-container.row {
    height: 25rem;
  }
}
.slider-container.row .slick-slider .slide {
  display: none;
}
.slider-container.row .slick-slider .slide:first-of-type {
  display: block;
}
.slider-container.row .slick-slider.slick-initialized .slide {
  display: block;
}
@media all and (max-width: 1029px) {
  .slider-container.row > .column {
    padding: 0;
  }
}
.slider-container.row > .column .slick-slider {
  margin: 0;
}
.slider-container.row > .column .slick-track > div, .slider-container.row > .column .slide {
  background-size: cover;
  background-position: center center;
  height: 63vw;
  width: 100%;
}
@media all and (min-width: 768px) {
  .slider-container.row > .column .slick-track > div, .slider-container.row > .column .slide {
    height: 25rem;
  }
}
.slider-container.row > .column .slick-slider-caption {
  color: rgb(0, 0, 0);
  width: 100%;
  bottom: 0;
  max-width: 1410px;
  position: absolute;
  height: 100%;
}
.slider-container.row > .column .slick-slider-caption-inside {
  text-transform: uppercase;
  margin: 0 5%;
}
@media all and (min-width: 768px) {
  .slider-container.row > .column .slick-slider-caption-inside {
    margin: 0 20%;
  }
}
.slider-container.row > .column .slick-slider-caption-inside.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-container.row > .column .slick-slider-caption-inside h1 {
  text-shadow: 0px 2px 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 1;
}
@media all and (max-width: 419px) {
  .slider-container.row > .column .slick-slider-caption-inside h1 {
    font-size: 1.2rem;
  }
}
.slider-container.row > .column .slick-slider-caption-inside span {
  padding: 10px 20px;
  font-size: 0.85em;
}
.slider-container.row > .column .slick-slider-caption.middle {
  text-align: center;
}
.slider-container.row > .column .slick-slider .slick-arrow {
  background: black;
  opacity: 0.7;
  width: 60px;
  height: 60px;
  z-index: 99;
  line-height: 60px;
}
@media all and (max-width: 39.99em) {
  .slider-container.row > .column .slick-slider .slick-arrow {
    display: none !important;
  }
}
.slider-container.row > .column .slick-slider .slick-arrow:before {
  display: none;
}
.slider-container.row > .column .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slider-container.row > .column .slick-slider .slick-arrow.slick-prev .fa {
  padding-right: 3px;
}
.slider-container.row > .column .slick-slider .slick-arrow.slick-prev:before {
  content: "\f341";
  font-family: dashicons;
}
.slider-container.row > .column .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slider-container.row > .column .slick-slider .slick-arrow.slick-next .fa {
  padding-left: 3px;
}
.slider-container.row > .column .slick-slider .slick-arrow.slick-next:before {
  content: "\f345";
  font-family: dashicons;
}
.slider-container.row > .column .slick-slider .slick-dots {
  margin: 0;
  max-width: 1410px;
  bottom: 10px;
}
.slider-container.row > .column .slick-slider .slick-dots li {
  width: 16px;
  font-size: 12px;
  height: 12px;
}
@media all and (min-width: 40em) {
  .slider-container.row > .column .slick-slider .slick-dots li {
    width: 20px;
    font-size: 16px;
    height: 16px;
  }
}
.slider-container.row > .column .slick-slider .slick-dots li button::before {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}
@media all and (min-width: 40em) {
  .slider-container.row > .column .slick-slider .slick-dots li button::before {
    font-size: 16px;
  }
}
.slider-container.row > .column .slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}
.slider-container.row > .column .slick-slide {
  position: relative;
}
.slider-container.row > .column .fa,
.slider-container.row > .column .dashicons {
  color: rgb(255, 255, 255);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 2rem;
  font-weight: 400;
}

.slick-slider.fixedheight .slick-list {
  height: 100%;
  overflow: hidden;
}
.slick-slider.fixedheight .slick-list .slick-track img {
  object-fit: cover;
}
.slick-slider.fixedheight.slick-slider,
.slick-slider.fixedheight img {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .slick-slider.fixedheight.slick-slider,
  .slick-slider.fixedheight img {
    height: 500px;
  }
}
.slick-slider.no-margin-arrows .slick-arrow {
  background: #000;
  opacity: 0.7;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.slick-slider.no-margin-arrows .slick-arrow:before {
  content: none;
}
.slick-slider.no-margin-arrows .slick-arrow .fa {
  color: white;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 2rem;
  font-weight: 400;
}
.slick-slider.no-margin-arrows .slick-arrow:before {
  font-size: 30px;
}
.slick-slider.no-margin-arrows .slick-arrow.slick-prev {
  left: 0;
  z-index: 1;
}
.slick-slider.no-margin-arrows .slick-arrow.slick-prev .fa {
  padding-right: 3px;
}
.slick-slider.no-margin-arrows .slick-arrow.slick-next {
  right: 0;
  z-index: 1;
}
.slick-slider.no-margin-arrows .slick-arrow.slick-next .fa {
  padding-left: 3px;
}

@media all and (max-width: 40em) {
  .row.dismantled-box .column {
    padding: 0;
  }
}
@media all and (max-width: 40em) {
  .row.dismantled-box .column .bluebox {
    padding: 0;
  }
}

.box.pad-vert .icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

/*.front-page-widgets .notice-box,*/
.notice-box .date-container.column {
  width: 5.5rem;
}
.notice-box .content.column {
  width: calc(100% - 5.5rem);
}

.front-page-widgets > div {
  margin-bottom: 2rem;
}
.front-page-widgets > div .dismantled img,
.front-page-widgets > div .latestpart img {
  height: 100%;
  object-fit: cover;
}

.dismantled-filter span {
  text-transform: uppercase;
}

.dismantled-filter .count {
  margin-left: 0.5em;
}

.front-page-widgets .dismantled,
.front-page-widgets .latestpart,
.front-page-widgets .notice {
  border-top: 1px solid rgb(214, 206, 199);
  padding: 20px 0;
  margin-bottom: 0;
}

.ajax-loader.notice-loader {
  margin-left: 0.5em;
}

.front-page-widgets .dismantled,
.front-page-widgets .latestpart {
  border-bottom: 1px solid rgb(214, 206, 199);
}

.front-page-widgets .notice .publish {
  text-align: center;
}

.front-page-widgets .notice .publish .date {
  color: #616161;
  display: block;
  font-size: 1.4em;
}

.front-page-widgets .notice .publish .year {
  color: #616161;
  display: block;
  color: #bcbcbc;
}

.footer-sidebar,
.footer-copyright {
  color: #616161;
}

.front-page-widgets .dismantled .content .title,
.front-page-widgets .latestpart .content .title,
.front-page-widgets .notice .content .title {
  color: #373737;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2em;
}

.front-page-widgets .dismantled .content .text,
.front-page-widgets .latestpart .content .text {
  font-size: 1.1em;
}

.front-page-widgets .notice .content .text {
  color: #616161;
  margin: 0;
  font-size: 0.8em;
}

.front-page-widgets .box {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 24px;
  padding-left: 0.5rem;
}

.categories {
  /*margin-bottom: 20px;*/
  /*margin-top: 20px;*/
  text-transform: uppercase;
}

.top-categories,
.sub-categories {
  text-transform: uppercase;
  /*    margin-left: -3rem;
      margin-right: -3rem;*/
  margin-left: 0;
  margin-right: 0;
}

#make-title,
#model-title {
  padding-top: 50px;
  margin-top: -50px;
  pointer-events: none;
}

.row.subpages,
.row.subpages-data {
  text-transform: uppercase;
}

.top-categories .row,
.sub-categories .row {
  margin-left: 0;
  margin-right: 0;
}

.top-categories .box .title {
  font-weight: 800;
  margin-left: 0;
}

.subpages-data,
.categories-data {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.subpages-data .fa,
.categories-data .fa {
  position: absolute;
  font-size: 0.6em;
  top: 0.9em;
  left: 0.8em;
}

.subpages-data .title,
.categories-data .title {
  margin-left: 1em;
}

.categories-data .count {
  margin-left: 0.5em;
}

.subpages-data a,
.categories-data a {
  display: block;
}

.subpages-data .lightbluebox:hover,
.categories-data .lightbluebox:hover {
  background: #003E79;
  color: rgb(255, 255, 255);
}

.subpages-data .lightbluebox:focus,
.subpages-data .lightbluebox:active,
.categories-data .lightbluebox:focus,
.categories-data .lightbluebox.active {
  background: #003E79;
  color: rgb(255, 255, 255);
}

.subpages-data .box .title {
  margin-left: 0;
}

/*.categories-data .title:before{
    content: '\f105';
    font-family: FontAwesome;
}*/
.categories .image {
  text-align: center;
}

.shop-header .model,
.shop-header .category {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  color: rgb(214, 206, 199);
  font-weight: bold;
}

.shop-header .model-name,
.shop-header .category-name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em;
}

.shop-header .category-name .count {
  color: rgb(214, 206, 199);
  font-weight: normal;
  padding-left: 6px;
  text-transform: lowercase;
}

/*.top-categories .box,
.categories .box,*/
.cart .box {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box {
  position: relative;
  margin: 0;
  /*min-height: 48px;*/
  min-height: 56px;
  height: auto;
  /*padding: 0 0 0 2em;*/
  padding: 0 1em;
  text-align: left;
}

.box.thin {
  min-height: 32px;
  /*min-height: 40px;*/
}

.shoppinglist-button.added > .greenbox {
  background: rgba(0, 0, 0, 0.2);
  color: rgb(0, 0, 0);
}

.shoppinglist-button > .greenbox {
  position: relative;
  /*margin: 0;*/
  text-transform: uppercase;
  padding-left: 1.25rem;
  height: 56px;
  text-align: left;
  padding-right: 56px;
}
.shoppinglist-button > .greenbox span {
  font-size: 0.9375rem;
}

.products .shoppinglist-button > .greenbox {
  margin: 0;
}

.categories-model > .greybox,
.categories-model > .bluebox,
.categories-make > .bluebox {
  margin-bottom: 15px;
}

.categories-type > .row > div {
  margin: 20px 0 0 0;
}

.categories-model > .row > div,
.categories-make > .row > div {
  margin: 5px 0 0 0;
}

.categories .text .title {
  font-weight: 800;
  text-transform: uppercase;
}

.products .icon .fa,
.categories .icon .fa {
  font-size: 1.4em;
  line-height: 24px;
}

.thin .icon {
  padding: 4px 0;
  /*padding: 8px 0;*/
  width: 32px;
  /*width: 40px;*/
}

.icon {
  margin: 0 !important;
  display: inline-block;
  height: auto;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  /*width: 48px;*/
  width: 56px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
  line-height: 1;
}

/*.icon.bluebox{
    background: rgba(0,0,0,0.3);
}
.icon.greybox{
    background: rgba(0,0,0,0.3);
}
.icon.greenbox{
    background: rgba(0,0,0,0.3);
}
.icon.lightgreybox{
    background: rgba(0,0,0,0.3);
}
.icon.brownbox{
    background: rgba(0,0,0,0.3);
}*/
.whitebox .icon.greenbox {
  background: rgb(0, 116, 57);
}

.icon.left {
  left: 0;
}

.icon.right {
  right: 0;
}

.summary .brownbox .fa,
.product .box .fa,
.cart .box .fa {
  font-size: 30px;
  line-height: 24px;
}

.product .whitebox span,
.cart .whitebox span {
  text-transform: initial;
}

.product .whitebox .text span,
.cart .whitebox .text span {
  text-transform: uppercase;
  color: rgb(0, 116, 57);
  /*color: rgba(0,166,81,1);*/
  line-height: 1.2rem;
  font-size: 1.2rem;
  font-weight: bold;
}

@media all and (max-width: 1023px) {
  .cart .fixed-height {
    height: auto !important;
  }
}
.cart .cart-text {
  min-height: 0;
}

@media all and (max-width: 479px) {
  .products .small-up-2 .column {
    width: 100% !important;
  }
}

@media all and (min-width: 480px) and (max-width: 560px),
       all and (min-width: 40em) and (max-width: 74em) {
  .products .product-info-table > div {
    flex-wrap: wrap;
  }
  .products .product-info-table .text,
  .products .product-info-table .value {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 30em) and (max-width: 40em) {
  .products > .row.full > .column .greenbox.row {
    height: 35px;
    padding: 0 36px 0 0.75rem;
  }
  .products > .row.full > .column .greenbox.row > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.75rem;
  }
  .products > .row.full > .column .greenbox.row .icon.right {
    width: 35px;
    padding: 0;
  }
  .products > .row.full > .column .greenbox.row .icon.right span.fa {
    line-height: 35px;
    font-size: 1rem;
  }
}
@media all and (min-width: 1030px) and (max-width: 75em) {
  .products > .row.full > .column .greenbox.row {
    height: 35px;
    padding: 0 36px 0 0.75rem;
  }
  .products > .row.full > .column .greenbox.row > span {
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products > .row.full > .column .greenbox.row .icon.right {
    width: 35px;
    padding: 0;
  }
  .products > .row.full > .column .greenbox.row .icon.right span.fa {
    line-height: 35px;
    font-size: 1rem;
  }
}

.navigation.column h2.toggle-categories {
  background: #EFEFEF;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-width: 150px;
}
.navigation.column h2.toggle-categories::after {
  font-family: "FontAwesome";
  content: "\f107";
  display: block;
  position: absolute;
  padding: 0.5rem 0.75rem;
  background: #aaa;
  color: #fff;
  top: 0;
  right: 0;
}
.navigation.column h2.toggle-categories.show::after {
  content: "\f106";
}
@media all and (min-width: 55.063em) {
  .navigation.column h2.toggle-categories {
    display: none;
  }
}

@media all and (max-width: 479px) {
  .row.subpages + .subpages-data {
    margin-top: 0;
  }
}
@media all and (min-width: 40em) {
  .row.subpages + .subpages-data {
    margin-top: 1.5rem;
  }
}
.subpages-data .column {
  margin-bottom: 1.5rem;
}
@media all and (max-width: 479px) {
  .subpages-data .column {
    padding: 0;
  }
}

@media all and (max-width: 25em) {
  .shop-header .model-name, .shop-header .category-name {
    font-size: 1.125rem;
  }
}
.shop-header .count {
  white-space: nowrap;
}

@media all and (min-width: 55.063em) and (max-width: 1029px) {
  .archive:not(.search-results) .row .column.navigation {
    width: 33%;
  }
  .archive:not(.search-results) .row .column.navigation .product-categories {
    display: block !important;
  }
  .archive:not(.search-results) .row .column.products {
    width: 64%;
  }
  .archive:not(.search-results) .row .column.products > .hr {
    margin-right: 1rem;
    margin-left: 0;
  }
  .archive:not(.search-results) .row .column.products > .row.full {
    margin-left: -1rem;
  }
  .archive:not(.search-results) .row .column.products > .row.full .column {
    width: 50%;
    clear: none !important;
  }
  .row.shop-header .column.small-3 {
    width: 33%;
  }
  .row.shop-header .column.small-9 {
    width: 66%;
  }
}
.navigation.column ul.product-categories {
  list-style-type: none;
  margin-left: 0;
}
@media all and (max-width: 55em) {
  .navigation.column ul.product-categories {
    display: none;
  }

  .navigation.column:has(ul.product-categories) {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (min-width: 55.063em) {
  .navigation.column ul.product-categories {
    display: block !important;
  }
}
.navigation.column ul.product-categories > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (max-width: 39.999em) {
  .navigation.column ul.product-categories > li > a {
    padding-bottom: 0;
  }
}
.navigation.column ul.product-categories a {
  color: rgb(1, 70, 132);
  font-size: 0.9em;
  display: inline-block;
}
@media all and (max-width: 39.999em) {
  .navigation.column ul.product-categories a {
    font-size: 1rem;
    padding: 0.25rem 0;
  }
}
.navigation.column ul.product-categories > li.expanded {
  background: rgba(240, 232, 226, 0.2);
}
.navigation.column ul.product-categories li.expanded > a {
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.navigation.column ul.product-categories .current-cat-parent > a,
.navigation.column ul.product-categories .current-cat > a {
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.navigation.column ul.product-categories .cat-parent:not(.current-cat) > ul {
  display: none;
}
.navigation.column ul.product-categories .cat-parent.current-cat-parent > ul {
  display: block;
}
.navigation.column ul.product-categories > li {
  border-top: 1px solid rgb(214, 206, 199);
}
.navigation.column ul.product-categories > li.current-cat-parent {
  background: #FAFAFA;
}
.navigation.column ul.product-categories > li a:before {
  content: "\f345";
  font-family: "dashicons";
  line-height: inherit;
  font-size: 0.7em;
  margin: 0px 4px 0px 8px;
}

.hr {
  border-style: solid none none none;
  border-color: rgb(0, 0, 0);
  border-width: 1px;
}

.hr.grey {
  border-color: rgb(214, 206, 199);
}

.products a.thumbnail-product {
  color: rgb(0, 0, 0);
  display: block;
  text-align: center;
}
.products a.thumbnail-product img {
  width: auto;
  height: 200px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .products a.thumbnail-product img {
    height: 300px;
  }
}
@media screen and (min-width: 1030px) {
  .products a.thumbnail-product img {
    height: 200px;
  }
}
@media screen and (min-width: 1430px) {
  .products a.thumbnail-product img {
    height: 300px;
  }
}
.products a.thumbnail-product h2 {
  text-align: left;
}

.products a.thumbnail-product h3 {
  font-size: 1em;
  /*border-bottom: 1px solid rgba(214,206,199,1);*/
  padding-bottom: 0.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

/*.product-info-table{
    border-collapse: initial;
}*/
.product-search {
  display: none;
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  padding: 0 2rem 1rem 2rem;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  background: rgb(1, 70, 132);
}
@media all and (min-width: 480px) {
  .product-search {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}
@media all and (min-width: 768px) {
  .product-search {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    width: calc(100% + 4.5rem);
  }
}
@media all and (min-width: 1030px) {
  .product-search {
    padding: 0;
    position: relative;
    top: unset;
    display: flex;
    flex: 1 1 200px;
    align-items: center;
    width: 100%;
    margin-left: 1rem;
    margin-right: 0;
  }
}
.product-search form {
  display: flex;
  align-items: center;
  border: 1px solid rgb(0, 166, 81);
}
.product-search form input {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0 0.5rem;
  height: 2rem;
  margin: 0;
}
.product-search form input[type=search] {
  background: #fff;
}
.product-search form input[type=submit] {
  text-transform: uppercase;
  border: none;
  font-size: 0.74rem;
  line-height: inherit;
  font-weight: 700;
  background: #166EBC;
  color: rgb(255, 255, 255);
  padding: 0 0.5rem;
  background: rgb(0, 166, 81);
}
.product-search form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.product-info-table tr {
  background: transparent !important;
}

.product-info-table td {
  padding: 0.1rem 0.5rem 0.1rem 0;
}

body:not(.has-children) .product-info-table .partcode {
  display: none;
}

body.search-results .product-info-table .partcode,
body.all-parts .product-info-table .partcode {
  display: flex;
}

.product-info-table .text {
  font-weight: lighter;
  font-size: 0.8em;
  width: 40%;
}

.product-info-table .value {
  font-weight: bold;
  font-size: 0.8em;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pre-title {
  font-weight: bold;
  font-size: 0.8em;
  text-align: left;
  display: none;
}

span.link {
  cursor: pointer;
  /*text-decoration: underline;*/
  color: rgb(1, 70, 132);
  /*color: rgba(87, 131, 171, 1);*/
}

span.link + .helptext-info {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid rgb(1, 70, 132);
  /*border: 1px solid rgba(87, 131, 171, 1);*/
  z-index: 99;
  font-weight: 400;
  width: auto;
  display: none;
  max-width: 400px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

span.link + .helptext-info ol {
  white-space: normal;
}

@media all and (max-width: 25em) {
  .product-info-table span.link + .helptext-info {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-width: 2px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
}
span.link + .helptext-info .helptext-info-inner {
  padding: 20px;
  opacity: 0.8;
}

@media (hover: hover) {
  span.link:hover + .helptext-info {
    display: block;
  }
}

.view-toggle {
  display: none;
  gap: 8px;
}

@media all and (min-width: 1030px) {
  .view-toggle {
    display: flex;
  }
}

.view-btn {
  border: 1px solid #c0c0c0;
  background: #c0c0c0;
  color: #fff;
  padding: 6px 10px;
  cursor: pointer;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}

.view-btn.active {
  background: #085AAB;
  color: #fff;
  border-color: #085AAB;
}

.table-view {
  display: flex;
  flex-direction: column;
}

.table-view::before {
  display: none;
}

.products-inner:not(.table-view) .table-header,
.products-inner:not(.table-view) .hide-in-grid,
.products-inner.table-view .visual-original-number {
  display: none;
}

.table-view .table-header {
  display: block;
  font-size: 0.8em;
  position: sticky;
  background: white;
  z-index: 1;
  padding: 10px 0 !important;
  top: var(--sticky-offset, 0);
}

.table-view .table-header,
.table-view > .column {
  display: grid;
  grid-template-columns:
    100px   /* image */
    2fr     /* title */
    2fr     /* info */
    55px    /* quality */
    60px     /* article-number */
    80px     /* original-number */
    60px     /* reference-number */
    80px   /* price */
    56px;  /* button */
  gap: 10px;
  grid-auto-flow: row;
  /*grid-auto-flow: dense;*/
  align-items: center;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}

.table-view > .column {
  margin: 0 0 10px 0;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.table-view .thumbnail-product,
.table-view .product-info-table {
  display: contents !important;
}

.table-view .product-info-table > div {
  border: none !important;
  grid-row: 1;
}

.table-view .product-info-table .value {
  width: 100%;
}

.table-view .thumbnail-product img {
  height: auto !important;
  contain-intrinsic-size: auto none;
  width: 100px !important;
}

.table-view .pre-title {
  display: block;
}

.table-view .woocommerce-loop-product__title {
  padding-top: 0;
  margin-bottom: 0;
}

.table-view .info .value {
  white-space: wrap;
}

.table-view .shoppinglist-button {
  width: 56px !important;
}

.table-view .shoppinglist-button > .greenbox {
  padding-right: 36px;
}

.table-view .shoppinglist-button > .greenbox > span {
  display: none;
}

.table-view .shoppinglist-button .icon {
  background: transparent;
}

.table-view .shoppinglist-button .fa-angle-right {
  line-height: .6em;
}

.table-view .shoppinglist-button .fa-angle-right:before {
  content: "\+";
}

@media all and (min-width: 1030px) and (max-width: 75em) {
  .table-view .shoppinglist-button {
    width: 35px !important;
  }
  .products > .row.full > .column .greenbox.row {
    padding-right: 0;
  }
}

.table-view .thumbnail-product img,
.table-view .img {
  grid-column: 1;
}

.table-view .title,
.table-view .pre-title-wrap {
  grid-column: 2;
}

.table-view .quality {
  grid-column: 4;
}

.table-view .table-header .partcode,
.table-view .partcode {
  display: none !important;
}

.table-view .table-header .info,
.table-view .info {
  grid-column: 3;
}

.table-view .table-header .article-number,
.table-view .article-number {
  grid-column: 5;
}

.table-view .table-header .original-number,
.table-view .original-number {
  grid-column: 6;
}

.table-view .table-header .reference-number,
.table-view .reference-number {
  grid-column: 7;
}

.table-view .table-header .price,
.table-view .price {
  grid-column: 8;
}

.table-view .shoppinglist-button {
  grid-column: 9;
}

.table-view .text {
  display: none !important;
}

.table-view .product-info-table .helptext-info,
.table-view .product-info-table .helptext-info * {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

table.full {
  width: 98%;
}

td.productremove {
  vertical-align: top;
  padding: 0;
}

.cart .quantity {
  display: inline-block;
  background: #F0E8E2;
  padding: 0px 9px;
  margin-left: 10px;
  color: #AFAAA5;
}

.cart .product-info-table.full {
  border-top: 1px solid rgb(214, 206, 199);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cart .product-info-table.full > tbody > tr > td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media all and (max-width: 25em) {
  .cart .product-info-table.full > tbody > tr > td {
    font-size: 0.825rem;
  }
}
.cart .product-info-table.full > tbody > tr > td.product-thumbnail {
  vertical-align: top;
}
.cart .product-info-table.full > tbody > tr > td.product-thumbnail a {
  display: block;
}

tr.cart_item {
  border-bottom: 1px solid rgb(214, 206, 199);
}

.woocommerce a.remove {
  border-radius: 0px;
  background: #FFCCCB;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: lighter;
  font-size: 2em;
  float: right;
}
@media all and (max-width: 25em) {
  .woocommerce a.remove {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
  }
}

.printomatictext:hover {
  text-decoration: initial;
}

.transport .zipcity .zip {
  display: inline-block;
  float: left;
  width: 39%;
}

.transport .zipcity .city {
  display: inline-block;
  float: right;
  width: 60%;
}

.forms {
  max-width: 800px;
  margin: 0 auto;
}

.greenbox:has(.wpcf7-submit) {
  height: 56px;
}

.wpcf7-submit {
  background: transparent;
  border: medium none;
  height: 100%;
  min-height: 56px;
  width: 100%;
  display: block;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.wpcf7-submit:disabled {
  background-color: inherit;
}

.wpcf7 [type=text],
.wpcf7 [type=tel],
.wpcf7 [type=email],
.wpcf7 [type=confirm_email],
.wpcf7 textarea {
  background: #cccccc;
  border: none;
  box-shadow: none;
  transition: none;
}

/* Autocomplete could make mismatch so form wouldn't submit, force lowercase */
.wpcf7 .kopes .wpcf7-email,
.wpcf7 .kopes .wpcf7-confirm_email {
  text-transform: lowercase;
}

.wpcf7 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.wpcf7 .ajax-loader {
  /*display: none;*/
  position: absolute;
  left: -4px;
  bottom: 60px;
}
.wpcf7 .ajax-loader.wpcf7-spinner {
  left: unset;
  bottom: 16px;
  right: 40px;
}

.reservdelsforfragan .info {
  font-weight: bold;
  margin: 1rem 0px;
}

.kopes input[type=checkbox],
.transport input[type=checkbox] {
  margin: 0;
}

.kopes .checkbox,
.transport .checkbox {
  background: #cccccc;
  padding: 1rem 0;
}

.kopes > .zipcity > table,
.kopes > .metadata > table,
.transport > .zipcity > table,
.transport > .metadata > table {
  width: 100%;
}

.kopes > .zipcity > table input,
.kopes > .metadata > table input,
.transport > .zipcity > table input,
.transport > .metadata > table input {
  margin-bottom: 0;
}

.kopes > .zipcity > table tr,
.kopes > .metadata > table tr,
.transport > .zipcity > table tr,
.transport > .metadata > table tr {
  background: transparent;
}

.kopes > .zipcity > table tr td,
.kopes > .metadata > table tr td,
.transport > .zipcity > table tr td,
.transport > .metadata > table tr td {
  padding: 0 1rem 0 0;
}

.kopes > .zipcity > table tr td:last-child,
.kopes > .metadata > table tr td:last-child,
.transport > .zipcity > table tr td:last-child,
.transport > .metadata > table tr td:last-child {
  padding: 0;
}

.kopes > .zipcity > table tr td.zip,
.transport > .zipcity > table tr td.zip {
  width: 30%;
}

.kopes > .zipcity > table tr td.city,
.transport > .zipcity > table tr td.city {
  width: 70%;
}

.kopes textarea,
.transport textarea {
  min-width: 100%;
  max-width: 100%;
  height: 100px;
}

.required {
  color: #ff0000;
}

.row.odd {
  background: #EDECEA;
}

/*.transport > .metadata > table{
    width: 100%;
}
.transport > .metadata > table input{
    margin-bottom: 0;
}
.transport > .metadata > table tr{
    background: transparent;
}
.transport > .metadata > table tr td{
    padding: 0 1rem 0 0;
}
.transport > .metadata > table tr td:last-child{
    padding: 0;
}*/
.cart > div > h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.cart > div > h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.cart > div > p {
  font-weight: lighter;
}

.breadcrumbs {
  /*margin: 0;*/
}

.breadcrumbs li {
  font-weight: bold;
  color: rgb(55, 55, 55);
  /*color: rgba(0,0,0,0.8);*/
  font-size: 0.8em;
}

.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs li a span {
  text-decoration: underline;
}

.breadcrumbs li a span.fa {
  text-decoration: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: "\f105";
  font-family: FontAwesome;
  color: rgb(0, 0, 0);
  top: 0;
}

.summary .breadcrumb-product {
  color: rgb(87, 131, 171);
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 0.5em;
}

.summary .breadcrumb-product a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.2em;
  margin-left: 4px;
  font-weight: bold;
}

.summary .breadcrumb-product .fa {
  font-size: 1.2em;
  font-weight: bold;
}

.summary .product_title,
.summary .row > div {
  border-top: 1px solid rgb(214, 206, 199);
  font-weight: 700;
}

.woocommerce div.product .product_title {
  padding-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 48px;
}

.summary .row:first-child > div {
  border-top: none;
}

.product-breadcrumb {
  border-bottom: 1px solid rgb(214, 206, 199);
}

.product-breadcrumb > span {
  text-decoration: underline;
  color: #2199E8;
}

.product-breadcrumb > span a {
  margin-left: 4px;
}

.product-breadcrumb > span .fa {
  font-size: 0.7em;
}

.post-pagination ul li span {
  /*background: #C0C0C0;*/
  color: rgb(255, 255, 255);
}

.post-pagination ul li span {
  /*background: #C0C0C0;*/
}

.post-pagination ul li a {
  color: rgb(255, 255, 255);
  background: #c0c0c0;
}

.post-pagination ul li a:hover {
  background: #085AAB;
}

.post-pagination .current {
  background: #085AAB;
}

.post-pagination a.disabled {
  background: #e0e0e0;
}

.product-info-table {
  width: 100%;
  margin-bottom: 1rem;
}

.product-info-table > div {
  border-top: 1px solid rgb(214, 206, 199);
  display: flex;
}

.product-info-table > div:last-child {
  border-bottom: 1px solid rgb(214, 206, 199);
  /*border-top: none;*/
}

@media all and (min-width: 40em) and (max-width: 1029px) {
  .single-product .product .summary.entry-summary.column {
    float: left !important;
    width: 100% !important;
  }
}
@media all and (min-width: 40.063em) and (max-width: 1029px) {
  .single-product .product h1.product_title.entry-title {
    font-size: 2.25rem;
  }
}
.single-product .product .row.product-info .title {
  width: 9rem;
}
@media all and (min-width: 25em) and (max-width: 40em) {
  .single-product .product .row.product-info .title {
    width: 33.33%;
  }
}
@media all and (min-width: 1030px) {
  .single-product .product .row.product-info .title {
    width: 33.33%;
  }
}
.single-product .product .row.product-info .value {
  width: calc(100% - 9rem);
  padding-left: 0.75rem;
}
@media all and (min-width: 25em) and (max-width: 40em) {
  .single-product .product .row.product-info .value {
    width: 66.66%;
  }
}
@media all and (min-width: 1030px) {
  .single-product .product .row.product-info .value {
    width: 66.66%;
  }
}
.single-product .product .row.product-info .value h1 {
  display: inline;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.single-product .product .row.product-info span.link {
  cursor: pointer;
  color: rgb(1, 70, 132);
  /*color: rgba(87, 131, 171, 1);*/
}

.single-product .product .row.product-info span.link + .helptext-info {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid rgb(1, 70, 132);
  /*border: 1px solid rgba(87, 131, 171, 1);*/
  z-index: 99;
  font-weight: 400;
  width: auto;
  display: none;
  max-width: 400px;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.single-product .product .row.product-info span.link + .helptext-info ol {
  white-space: normal;
}

@media all and (max-width: 25em) {
  .single-product .product .row.product-info span.link + .helptext-info {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-width: 2px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
}
.single-product .product .row.product-info span.link + .helptext-info .helptext-info-inner {
  padding: 20px;
  opacity: 0.8;
}

@media (hover: hover) {
  .single-product .product .row.product-info span.link:hover + .helptext-info {
    display: block;
  }
}
@media all and (min-width: 40.063em) and (max-width: 1029px) {
  .woocommerce > .cart {
    margin: 0;
  }
}

.box.whitebox.pad-left.pad-vert {
  padding-right: 0;
  /*  @media all and (max-width:25em) {
      padding:0.5rem 0 0 50px !important;
      min-height:0!important;
    }*/
  /*  @media all and (min-width:25.063em) and (max-width: 50em) {
      padding-left:66px!important;
    }*/
}
.box.whitebox.pad-left.pad-vert .greenbox.icon {
  /*    @media all and (max-width:25em) {
        width:2.25rem;
        height:2.25rem;
        line-height:2.25rem;
        padding:0;
        span {
          font-size: 1.5rem;
        }
      }*/
  /*    @media all and (min-width:25.063em) and (max-width: 50em) {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        padding: 0;
        > span {
          //line-height:3rem;
        }
      }*/
}
@media all and (max-width: 25em) {
  .box.whitebox.pad-left.pad-vert .greenbox.icon + .text span {
    font-size: 1rem;
    top: -0.125rem;
    position: relative;
  }
}
@media all and (min-width: 25.01em) and (max-width: 40em) {
  .box.whitebox.pad-left.pad-vert .greenbox.icon + .text span {
    font-size: 1rem;
    top: -0.25rem;
    position: relative;
    white-space: nowrap;
  }
}
@media all and (min-width: 40.01em) and (max-width: 1029px) {
  .box.whitebox.pad-left.pad-vert .greenbox.icon + .text span {
    font-size: 1rem;
  }
}

@media all and (max-width: 27em) {
  .wpcf7-form .greenbox.pad-left {
    padding-left: 1.5rem !important;
  }
  .wpcf7-form .greenbox.pad-left .icon.left {
    display: none;
  }
}
@media all and (max-width: 23em) {
  .wpcf7-form .greenbox.pad-left input {
    font-size: 0.875rem;
  }
}

.woocommerce-error {
  display: none;
}

.woocommerce-message {
  display: none;
}

.woocommerce a.added_to_cart {
  pointer-events: none;
  font-weight: 800;
  font-style: italic;
  color: #989898;
  display: none;
  text-align: center;
}

.woocommerce a.added {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 25em) {
  .slick-slide h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 25em) {
  .language-chooser-custom {
    display: inline-block;
  }
}
@media (min-width: 40em) {
  #footer-sidebar-1 {
    border-right: 1px solid rgb(175, 170, 165);
  }
  .home-link .text {
    font-size: 1.6em;
  }
}
@media (min-width: 1030px) {
  .menu-bar > li > a {
    border-top: none;
  }
  .menu-bar li ul li:first-child a {
    border-top: none;
  }
}
div.pp_woocommerce div.ppt {
  display: none !important;
}

/*
  @media all and (min-width: 480px) and (max-width: 767.9px) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media all and (min-width: 768px) and (max-width: 1029px) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
 */
/*Reservdelsförfrågan minicart-justeringar*/
.info-list .widget_shopping_mini_cart_content {
  font-size: 0.65rem;
}
@media all and (min-width: 480px) {
  .info-list .widget_shopping_mini_cart_content {
    font-size: 0.82rem;
  }
}

@media all and (max-width: 759px) {
  .dismantled-box.dismantled-mobile {
    display: block;
  }
}
@media all and (min-width: 760px) and (max-width: 1159px) {
  .dismantled-box.dismantled-mobile {
    display: none;
  }
}
@media all and (min-width: 1160px) {
  .dismantled-box.dismantled-mobile {
    display: none;
  }
}

@media all and (max-width: 759px) {
  .dismantled-box.dismantled-pad {
    display: none;
  }
}
@media all and (min-width: 760px) and (max-width: 1159px) {
  .dismantled-box.dismantled-pad {
    display: block;
  }
}
@media all and (min-width: 1160px) {
  .dismantled-box.dismantled-pad {
    display: none;
  }
}

@media all and (max-width: 759px) {
  .dismantled-box.dismantled-desktop {
    display: none;
  }
}
@media all and (min-width: 760px) and (max-width: 1159px) {
  .dismantled-box.dismantled-desktop {
    display: none;
  }
}
@media all and (min-width: 1160px) {
  .dismantled-box.dismantled-desktop {
    display: block;
  }
}

.categories-data.dismantled-mobile,
.categories-data.dismantled-pad,
.categories-data.dismantled-desktop {
  margin-top: 1rem !important;
}

.woocommerce-loop-product__title {
  padding-top: 0.8em;
  margin-bottom: 0.8em;
  font-size: 1.25rem;
}

.pp_description {
  display: none !important;
}

.products .sparepart_wrapper {
  margin-left: 0;
  margin-right: 0;
}
.products .sparepart_wrapper .sparepart_image {
  display: none;
}
@media all and (min-width: 40em) {
  .products .sparepart_wrapper .sparepart_image {
    display: block;
    width: 50%;
  }
}
.products .sparepart_wrapper .sparepart_text {
  width: 100%;
}
@media all and (min-width: 40em) {
  .products .sparepart_wrapper .sparepart_text {
    width: 50%;
  }
}
@media all and (min-width: 55.063em) {
  .products .sparepart_wrapper > div.column {
    margin-top: 0;
  }
}

.facebook-feed {
  max-width: 500px;
}
.facebook-feed .cff-wrapper #cff {
  padding-left: 4px;
  padding-right: 4px;
}

.wpcf7-form div.fileupload {
  position: relative;
}
.wpcf7-form div.fileupload > span {
  display: inline-block;
}
.wpcf7-form div.fileupload > span.required {
  position: absolute;
  left: -10px;
  top: 0;
}

.codedropz-btn-wrap {
  font-size: 30px;
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

.widget_shopping_cart_content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  min-width: 340px;
  height: 80px;
  padding: 4px;
}
@media all and (min-width: 1030px) {
  .widget_shopping_cart_content {
    box-shadow: -1px 5px 17px 0px rgba(0, 0, 0, 0.68);
    right: 10px;
    top: 10px;
    border-radius: 3px;
    bottom: unset;
    left: unset;
  }
}
.widget_shopping_cart_content a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}
.widget_shopping_cart_content a img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  flex: 0 1 0;
  margin-right: 6px;
}
.widget_shopping_cart_content a .info-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  margin-bottom: 5px;
}
.widget_shopping_cart_content a .info-wrapper .title {
  display: flex;
  flex-direction: column;
}
.widget_shopping_cart_content a .info-wrapper .title .name {
  font-weight: bold;
}
.widget_shopping_cart_content a .info-wrapper .title .artno {
  color: #000;
  font-weight: lighter;
}
.widget_shopping_cart_content a .info-wrapper .info {
  color: #000;
  font-weight: bold;
  font-style: italic;
}

.info-message {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 40px;
}
.info-message .text {
  font-size: 1.3em;
  font-weight: 300;
}
.info-message .text a,
.info-message .text a:hover,
.info-message .text a:focus {
  text-decoration: underline;
  color: inherit;
}
.info-message .close-message {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.info-message .close-message:before, .info-message .close-message:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.info-message .close-message:before {
  transform: translateX(-50%) rotate(45deg);
}
.info-message .close-message:after {
  transform: translateX(-50%) rotate(-45deg);
}

.video-container {
  position: relative;
  max-height: 60vh;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.video-container.pointer {
  cursor: pointer;
}
.video-container .video-message {
  text-transform: uppercase;
  font-size: 0.85em;
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.video-container .video-message > div {
  padding: 10px 20px;
}
.video-container video {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover;
}

.video-container-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.video-container-modal .backdrop {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-container-modal .video-container-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.video-container-modal .video-container-modal-inner .close {
  position: absolute;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #444;
  color: #fff;
  line-height: 1em;
  transition: all ease-in-out 0.2s;
  top: -0.5em;
  right: -0.5em;
  font-size: 1.618em;
}
.video-container-modal .video-container-modal-inner .close:before {
  font-family: WooCommerce;
  content: "\e013";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
}
.video-container-modal .video-container-modal-inner .body {
  position: relative;
}
.video-container-modal .video-container-modal-inner video {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 88vh;
  max-width: 90vw;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

/*# sourceMappingURL=style.css.map */
