@charset "UTF-8";
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.top-bar .wp-block-navigation li {
  position: relative;
  padding-right: 20px;
}
.top-bar .wp-block-navigation li:after {
  content: "";
  position: absolute;
  right: 0;
  height: 17px;
  width: 1px;
  background: #fff;
}
.top-bar .wp-block-navigation li:first-child {
  padding-left: 20px;
}
.top-bar .wp-block-navigation li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  height: 17px;
  width: 1px;
  background: #fff;
}
.top-bar .wp-block-navigation li:last-child {
  padding-right: 0;
}
.top-bar .wp-block-navigation li:last-child:after {
  display: none;
}
.top-bar .wp-block-navigation li.current-menu-item a {
  font-weight: 600;
  color: #0163A6;
}
.top-bar .wp-block-navigation li a {
  transition: all 0.3s;
}
.top-bar .wp-block-navigation li a:hover {
  color: #0163A6;
}
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

#business-private-switcher p {
  cursor: pointer;
  transition: all 0.3s;
  line-height: 1;
}
#business-private-switcher p:hover {
  color: #0163A6 !important;
}
#business-private-switcher p.active {
  font-weight: 600;
}
#business-private-switcher #private {
  padding-right: 20px;
  position: relative;
}
#business-private-switcher #private:after {
  content: "";
  position: absolute;
  right: 0;
  height: 17px;
  width: 1px;
  background: #fff;
}

form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  padding: 0 !important;
}
form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  border: 1px solid #CCCCCC !important;
  padding: 8px 40px 8px 10px !important;
  border-radius: 0 !important;
  font-size: 16px !important;
}
form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder {
  font-style: italic !important;
  font-size: 14px !important;
}
form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 12px !important;
  left: auto !important;
  top: 5px !important;
}
@media (max-width: 768px) {
  form.dgwt-wcas-search-form {
    min-width: 100vw !important;
  }
}

ul.teknifix-usps-wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  ul.teknifix-usps-wrapper {
    padding: 10px;
  }
}
ul.teknifix-usps-wrapper li {
  display: flex;
  align-items: center;
  border-right: 1px solid #e9e9e9;
  margin-right: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ul.teknifix-usps-wrapper li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
ul.teknifix-usps-wrapper li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
ul.teknifix-usps-wrapper li img {
  width: 25px !important;
  margin-right: 12px;
  height: 25px !important;
}
@media (max-width: 768px) {
  ul.teknifix-usps-wrapper li img {
    width: 20px !important;
    margin-right: 8px;
    height: 20px !important;
  }
}
ul.teknifix-usps-wrapper li p {
  margin: 0;
}

.stocklight-wrapper {
  margin: 0;
}
.stocklight-wrapper p {
  margin: 0 0 15px;
  position: relative;
  padding-left: 20px;
}
.stocklight-wrapper p:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #1F9109;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.stocklight-wrapper p.out-of-stock:before {
  background: #e12f2f;
}

.upsell-price {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 10px;
}
.upsell-price span.woocommerce-Price-amount.amount {
  margin: 0;
}
.upsell-price ins {
  text-decoration: none;
  margin-right: 6px;
  order: 1;
}
.upsell-price del {
  order: 2;
  opacity: 0.5;
}

.upsell-checkout-link {
  text-align: center;
  margin-top: 50px;
}

.bordered-button {
  border: 3px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  transition: all 0.3s;
  max-width: 250px;
  width: 100%;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 600;
}
.bordered-button:hover {
  border: 3px solid var(--wp--preset--color--btn-hover-bg);
  background-color: var(--wp--preset--color--btn-hover-bg);
  color: #fff;
}

.upsell-shop-link {
  text-align: center;
  margin-top: 20px;
}
.upsell-shop-link a {
  text-decoration: underline !important;
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
}
.upsell-shop-link a:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}

.contact-us-form {
  margin: 0;
}
.contact-us-form form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contact-us-form form.wpcf7-form p label {
  font-size: 14px;
}
.contact-us-form form.wpcf7-form p.message, .contact-us-form form.wpcf7-form p.submit-btn {
  max-width: 100%;
  flex: 0 0 100%;
}
.contact-us-form form.wpcf7-form p br {
  display: none;
}
@media (min-width: 767px) {
  .contact-us-form form.wpcf7-form p {
    max-width: 48%;
    flex: 0 0 48%;
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-us-form form.wpcf7-form p {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 10px 0 0;
  }
}
.contact-us-form form.wpcf7-form input {
  height: 45px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 15px;
}
.contact-us-form form.wpcf7-form textarea {
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 15px;
  max-height: 120px;
}
.contact-us-form form.wpcf7-form span.wpcf7-spinner {
  position: absolute;
  right: 0;
}
.contact-us-form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  border: none;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-us-form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--wp--preset--color--btn-hover-bg);
}

h1.has-background.wp-block-post-title {
  position: relative;
  z-index: 999;
}

.teknikfix-product-load-more-wrapper {
  text-align: center;
  margin: 30px 0;
}
.teknikfix-product-load-more-wrapper .teknikfix-product-result {
  color: #000;
  margin-bottom: 15px;
}
.teknikfix-product-load-more-wrapper button.teknikfix-load-more-product {
  color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.teknikfix-product-load-more-wrapper button.teknikfix-load-more-product:hover {
  background-color: var(--wp--preset--color--btn-hover-bg);
  color: #fff;
}
.teknikfix-product-load-more-wrapper button.teknikfix-load-more-product:after {
  opacity: 0;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 17px;
  border: 2px solid #ffffff;
  border-top: 2px solid #bf1a8b;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.teknikfix-product-load-more-wrapper button.teknikfix-load-more-product.loading:after {
  opacity: 1;
}

header.wp-block-template-part {
  z-index: 999;
  position: relative;
}

button.wp-block-navigation__responsive-container-open {
  height: 40px;
  width: 25px;
  position: relative;
}
button.wp-block-navigation__responsive-container-open svg {
  display: none;
}
button.wp-block-navigation__responsive-container-open:before {
  content: "";
  height: 40px;
  width: 25px;
  background: url(https://dev.teknikfix.se/wp-content/uploads/2024/06/menu.png);
  background-size: 25px;
  background-repeat: no-repeat;
  filter: url(#wp-duotone-fff-ffffff-2);
  background-position: center;
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 25px;
  border: none;
  background: transparent;
  width: 30px;
  cursor: pointer;
  z-index: 99999;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.wp-block-navigation__responsive-container-close svg {
  display: none;
}
.wp-block-navigation__responsive-container-close:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../images/close.png);
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center;
  z-index: 99;
  position: absolute;
}

@media (max-width: 768px) {
  .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
    height: 34px;
    width: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler svg {
    display: none;
  }
}
.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler:before {
  content: "";
  height: 28px;
  width: 28px;
  background: url(https://dev.teknikfix.se/wp-content/uploads/2024/06/search.png);
  background-size: 28px;
  background-repeat: no-repeat;
  filter: url(#wp-duotone-fff-ffffff-2);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  #sticky-header nav .wp-block-navigation__responsive-container {
    bottom: 0;
    max-width: 490px;
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #fff !important;
    left: 0;
    z-index: 999999;
    padding: 25px 0;
    left: -500px;
    right: auto;
    transition: all 0.3s;
    width: 100%;
  }
  #sticky-header nav .wp-block-navigation__responsive-container * {
    color: #000;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__submenu-icon {
    display: block !important;
    position: absolute;
    top: 12px;
    right: 25px;
    width: 30px;
    height: 20px;
    transition: all 0.3s;
    transform: rotate(-90deg);
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__submenu-icon.submenu-open {
    transform: rotate(0);
  }
  #sticky-header nav .wp-block-navigation__responsive-container.is-menu-open {
    left: 0;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__container {
    gap: 0;
    width: 100%;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__container li {
    flex: 100%;
    width: 100%;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__container li a {
    border-bottom: 1px solid #d5d5d5;
    padding: 12px 25px !important;
    display: block;
    width: 100%;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__container li a:after {
    display: none;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__container li ul {
    padding: 0;
    width: 100%;
    display: none;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__container li ul a {
    padding: 12px 25px 12px 45px !important;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    margin-top: 0;
  }
  #sticky-header nav .wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding-top: 40px;
  }
  #sticky-header .nav-contact-details.show-on-mobile {
    padding: 12px 25px;
  }
  #sticky-header .nav-contact-details.show-on-mobile h3 {
    font-size: 16px !important;
  }
  #sticky-header .nav-contact-details.show-on-mobile p:first-child {
    margin-bottom: 0 !important;
  }
  #sticky-header .nav-contact-details.show-on-mobile p:nth-child(2), #sticky-header .nav-contact-details.show-on-mobile p:last-child {
    margin-top: 0 !important;
  }
  #sticky-header .nav-contact-details.show-on-mobile p:nth-child(3) {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 767px) {
  .mobile-only-menu {
    display: none !important;
  }
}

#sticky-header-sticky-wrapper {
  z-index: 999;
}
/* @media (max-width: 768px) {
  #sticky-header-sticky-wrapper {
    height: 57px !important;
  }
} */

@media (max-width: 768px) {
  div#sticky-header .wp-block-site-tagline {
    display: none;
  }
  div#sticky-header > div {
    gap: 0px !important;
  }
  div#sticky-header .site-log-wrapper {
    order: 3;
    flex: 0 0 calc(100% - 170px);
    text-align: center;
  }
  div#sticky-header .site-log-wrapper a.custom-logo-link img {
    max-width: 140px;
  }
  div#sticky-header nav.wp-block-navigation {
    order: 1;
    gap: 0;
  }
  div#sticky-header nav.wp-block-navigation svg, div#sticky-header nav.wp-block-navigation path {
    fill: #fff;
  }
  div#sticky-header .dgwt-wcas-search-wrapp {
    order: 2;
  }
  div#sticky-header .dgwt-wcas-search-wrapp svg {
    fill: #fff;
  }
  div#sticky-header .cart-n-acc {
    order: 4;
  }
  div#sticky-header .cart-n-acc svg, div#sticky-header .cart-n-acc path {
    fill: #fff;
  }
}

.account-icon {
  line-height: 1;
  height: 25px;
  width: 25px;
}

.primary-navigation > li > a {
  position: relative;
  padding: 10px 0;
}
.primary-navigation > li > a:after {
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #0163A6;
  transition: all 0.3s;
  opacity: 0;
}
.primary-navigation > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.primary-navigation > li.current-menu-item > a {
  font-weight: 600;
}
.primary-navigation > li.current-menu-item > a:after {
  width: 100%;
  opacity: 1;
}

@media (min-width: 767px) {
  .wp-block-navigation__submenu-container {
    width: 250px !important;
    border: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
    height: auto !important;
    top: 180% !important;
    padding: 0 !important;
    border-radius: 4px;
    transition: all 0.3s !important;
  }
  .wp-block-navigation__submenu-container > li {
    padding: 0 !important;
  }
  .wp-block-navigation__submenu-container > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
  }
  .wp-block-navigation__submenu-container > li > a:hover {
    background-color: #f2f2f2;
  }
}
.wp-block-navigation-item.has-child:hover .wp-block-navigation__submenu-container {
  top: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999 !important;
}

.wc-block-mini-cart__quantity-badge {
  cursor: pointer;
  height: 25px;
  width: 25px;
  position: relative;
}
.wc-block-mini-cart__quantity-badge span {
  background-color: #2961a1 !important;
  color: #fff;
}
.wc-block-mini-cart__quantity-badge svg {
  display: none;
}
.wc-block-mini-cart__quantity-badge:before {
  content: "";
  height: 25px;
  width: 25px;
  background: url(../images/cart.png);
  background-size: 25px;
  background-repeat: no-repeat;
  filter: url(#wp-duotone-fff-ffffff-2);
}

.grw-net-stars.grw-net-stars-5-0-star {
  width: 80px !important;
}

header.wp-block-template-part .review-widget_net .grw-net-widget .branding {
  display: none !important;
  position: absolute;
  visibility: hidden !important;
  z-index: -1;
  opacity: 0;
}
header.wp-block-template-part .review-widget_net .grw-net-widget .grw-net-text {
  color: #ffffff !important;
  font-size: 14px;
  width: 20px;
  overflow: hidden;
  height: 14px;
}

header figure {
  line-height: 1;
}

.tel-row * {
  line-height: 1;
}

.tax-mode-excl #business,
.tax-mode-incl #private {
  font-weight: bold;
}

@media (max-width: 1500px) {
  .primary-navigation {
    gap: 16px !important;
  }
}

footer {
  margin: 0;
}
footer nav {
  margin: 0;
}
footer figure.wp-block-image + p {
  margin: 0;
}
footer.wp-block-template-part a {
  transition: all 0.3s;
}
footer.wp-block-template-part a:hover {
  font-weight: 600;
}
footer .ui-state-hover {
  background: transparent !important;
}

@media (max-width: 768px) {
  .footer-top {
    display: none;
  }
  .footer-top .wp-block-group {
    gap: 0;
  }
  .footer-top .wp-block-group img {
    width: 20px !important;
    margin: 0 6px 0;
  }
}

.has-accordian-mobile .ui-accordion-header {
  background: transparent;
  border: none;
  padding: 8px 0 0 !important;
  position: relative;
}
.has-accordian-mobile .ui-accordion-header .ui-icon {
  display: none;
}
.has-accordian-mobile .ui-accordion-header:after {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  z-index: 99;
  filter: url(#wp-duotone-fff-ffffff-3);
  transition: all 0.3s;
}
.has-accordian-mobile .ui-accordion-header.ui-state-active:after {
  transform: translate(0, -50%) rotate(0deg);
}
.has-accordian-mobile .footer-accordian-content {
  background-color: transparent !important;
  border: none;
  margin-bottom: 10px !important;
}

@media (max-width: 768px) {
  .main-footer {
    padding: 50px 15px !important;
  }
  .main-footer .wp-block-columns {
    gap: 5px;
  }
  .main-footer .footer-accordian-title {
    text-transform: capitalize !important;
    font-size: 18px !important;
  }
  .main-footer .contact-details {
    margin-bottom: 25px !important;
  }
  .main-footer .wp-block-spacer {
    height: 3px !important;
  }
  .main-footer img {
    margin-bottom: 10px;
  }
}

.footer-top .wp-block-group .wp-block-group {
  margin-right: 0 !important;
}

.copyright-text a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .copyright-text {
    flex-wrap: wrap;
  }
  .copyright-text p {
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper div#sticky-wrapper {
    display: none;
  }
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper div#sticky-wrapper.is-sticky ul.tabs.wc-tabs {
  max-width: 100vw !important;
  width: 100% !important;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs {
  background: #fff;
  padding: 0 25px !important;
  z-index: 999 !important;
  border-bottom-color: inherit;
  border-bottom-width: 0;
  overflow: visible;
  list-style: none;
  margin: 0 0 1.618em;
  position: relative;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li {
  padding: 10px 0 !important;
  margin-right: 55px !important;
  opacity: 1 !important;
  border-bottom: none !important;
  background: inherit;
  border-color: inherit;
  color: inherit;
  border: solid transparent;
  border-radius: 0;
  border-width: 0 0 2px;
  display: inline-block;
  float: none;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li > :first-child {
  margin-left: 0;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li a {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0.5em 1em;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li a:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  background-color: #000;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li.active, .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li:hover {
  z-index: 2;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li.active a:before, .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li:hover a:before {
  opacity: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs li {
    margin-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper ul.teknikfix-tabs.teknikfix-wc-tabs {
    display: none;
  }
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel {
  background: #fff;
  padding: 50px !important;
  margin-bottom: 30px !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .tab-section-title {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--montserrat);
}
@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .tab-section-title {
    margin-bottom: 0;
    position: relative;
    font-size: 18px !important;
  }
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .tab-section-title:after {
    content: "";
    height: 12px;
    width: 12px;
    background: url(../images/arrow.png);
    position: absolute;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 99;
  }
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .tab-section-title.ui-state-active:after {
    transform: translate(0, -50%) rotate(0);
  }
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Tabs-content-left {
  max-width: 60%;
  flex: 0 0 60%;
}
@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Tabs-content-left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Tabs-content-right {
  max-width: 35%;
  flex: 0 0 35%;
}
@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Tabs-content-right {
    max-width: 100%;
    flex: 0 0 100%;
    display: none;
  }
}
@media (max-width: 768px) {
  .teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 20px 20px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e9e9e9;
  }
}

@media (max-width: 768px) {
  .product-details-box {
    margin: 0 !important;
    padding: 5px 0 0 !important;
  }
}

.teknikfix-woocommerce-tabs.teknikfix-wc-tabs-wrapper div#sticky-wrapper {
  margin-bottom: 20px;
}

button.toggle-more {
  background: transparent;
  border: none;
  padding-left: 0;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
  font-size: 16px;
}

ul.woocommerce-Tabs-upsale-products {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.woocommerce-Tabs-upsale-products li {
  background: #fbfbfb;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
  border: 1px solid rgba(237, 237, 237, 0.9294117647);
}
ul.woocommerce-Tabs-upsale-products li:hover {
  background: #f2f2f2;
}
ul.woocommerce-Tabs-upsale-products li .product-img {
  flex: 0 0 80px;
}
ul.woocommerce-Tabs-upsale-products li .product-content {
  flex: 0 0 calc(100% - 80px);
  padding-left: 20px;
}
ul.woocommerce-Tabs-upsale-products li .product-content > a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
ul.woocommerce-Tabs-upsale-products li .product-content .product-button a {
  background: var(--wp--preset--color--primary);
  padding: 6px 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
ul.woocommerce-Tabs-upsale-products li .product-content .product-button a:after {
  opacity: 0;
  content: "";
  height: 6px;
  width: 6px;
  background: transparent;
  position: absolute;
  right: 6px;
  top: 15px;
  border: 2px solid #ffffff;
  border-top: 2px solid #bf1a8b;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
ul.woocommerce-Tabs-upsale-products li .product-content .product-button a.loading:after {
  opacity: 1;
}
ul.woocommerce-Tabs-upsale-products li .product-content .product-button .added_to_cart {
  display: none;
}
ul.woocommerce-Tabs-upsale-products li .product-content span.woocommerce-Price-amount {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
ul.woocommerce-Tabs-upsale-products li .product-content ins span.woocommerce-Price-amount {
  margin: 0;
  font-size: 16px;
}
ul.woocommerce-Tabs-upsale-products li .product-content .product-button {
  margin-top: 15px;
}

.view-more-btn {
  text-align: center;
  margin-top: 25px;
}
.view-more-btn a,
.view-more-btn button {
  text-decoration: underline !important;
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.view-more-btn a:hover,
.view-more-btn button:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}

.woocommerce-Tabs-facts {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
.woocommerce-Tabs-facts li {
  position: relative;
  padding-left: 0;
  display: flex;
  border-bottom: 1px solid var(--wp--preset--color--secondary-bg);
  padding: 10px 0;
  justify-content: space-between;
  gap: 10px;
}
.woocommerce-Tabs-facts li span:first-child {
  flex: 0 0 25%;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .woocommerce-Tabs-facts li span:first-child {
    flex: 0 0 38%;
  }
}
.woocommerce-Tabs-facts li span:last-child {
  flex: 0 0 75%;
  font-weight: bold;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .woocommerce-Tabs-facts li span:last-child {
    flex: 0 0 60%;
  }
}

.specification-wrapper h4 {
  margin-bottom: 10px;
}
.specification-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.specification-wrapper ul li {
  display: flex;
  border-bottom: 1px solid var(--wp--preset--color--secondary-bg);
  padding: 10px 0;
  justify-content: space-between;
}
.specification-wrapper ul li p {
  margin: 0;
}
.specification-wrapper ul li p:first-child {
  flex: 0 0 42%;
}
@media (max-width: 768px) {
  .specification-wrapper ul li p:first-child {
    flex: 0 0 60%;
  }
}
.specification-wrapper ul li p:last-child {
  flex: 0 0 55%;
  font-weight: bold;
}
@media (max-width: 768px) {
  .specification-wrapper ul li p:last-child {
    flex: 0 0 38%;
  }
}
@media (max-width: 768px) {
  .specification-wrapper ul li:last-child {
    border-bottom: none;
  }
}

.ui-accordion .product-more {
  display: block !important;
}
.ui-accordion button.toggle-more {
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  div#tab-specifications {
    padding: 0 !important;
  }
  div#tab-specifications > div {
    padding: 20px 20px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e9e9e9;
  }
  div#tab-specifications > div.woocommerce-Tabs-content-left {
    border-bottom: none;
  }
  div#tab-specifications > div .woocommerce-Tabs-facts {
    background-color: transparent;
    border: none;
    padding: 20px 0 0 0;
  }
}
div#tab-specifications .woocommerce-Tabs-content-left.ui-accordion {
  order: 2;
}
div#tab-specifications .woocommerce-Tabs-content-right.ui-accordion.ui-widget.ui-helper-reset {
  display: block !important;
}

.teknikfix-tm-options__title {
  font-weight: bold;
  margin-top: 0;
}

.see-all-tillval {
  font-weight: bold;
  text-decoration: underline !important;
  position: relative;
  display: inline-block;
}
.see-all-tillval:after {
  content: "";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 9px;
  width: 9px;
  position: absolute;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: 13px;
  transform: translate(0, -50%);
  z-index: 99;
  display: block;
}

.tc-epo-element-product-container.no-epo {
  display: none;
}

.tc-element-inner-wrap .tmcp-field-wrap-inner {
  position: relative;
}
.tc-element-inner-wrap .tm-epo-element-label {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.cpf-type-product-dropdown .tm-epo-field-label:before {
  /*content: "";
  height: 20px;
  width: 20px;
  background: url(../images/ram.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;*/
}

.tc-col.tc-field-label-wrap.no-desc {
  gap: 0;
}

.tc-epo-element-product-dropdown .tm-epo-field-label,
.ram-div .tm-epo-field-label,
.ssd-div .tm-epo-field-label,
.garanti-div .tm-epo-field-label {
  position: relative;
  gap: 0;
}
.tc-epo-element-product-dropdown .tm-epo-field-label:after,
.ram-div .tm-epo-field-label:after,
.ssd-div .tm-epo-field-label:after,
.garanti-div .tm-epo-field-label:after {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}
.tc-epo-element-product-dropdown select,
.ram-div select,
.ssd-div select,
.garanti-div select {
  width: 100% !important;
  display: block !important;
  border: 1px solid rgba(223, 223, 223, 0.9294117647);
  padding: 17px 95px 17px 48px;
  background: white;
  appearance: none;
}
.tc-epo-element-product-dropdown select:before,
.ram-div select:before,
.ssd-div select:before,
.garanti-div select:before {
  content: "";
  height: 20px;
  width: 20px;
  background: url(../images/ram.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}
.tc-epo-element-product-dropdown span.tc-col-auto.tc-epo-style-space.tc-price-wrap,
.ram-div span.tc-col-auto.tc-epo-style-space.tc-price-wrap,
.ssd-div span.tc-col-auto.tc-epo-style-space.tc-price-wrap,
.garanti-div span.tc-col-auto.tc-epo-style-space.tc-price-wrap {
  position: absolute;
  right: 27px;
  top: 40% !important;
  transform: translate(0, -50%);
  z-index: 99;
  font-size: 14px;
  font-weight: bold;
}

.tc-epo-element-product-dropdown .tm-epo-field-label {
  border: 1px solid rgba(223, 223, 223, 0.9294117647);
}
.tc-epo-element-product-dropdown .tm-epo-field-label:after {
  right: 10px;
  height: 9px;
  width: 9px;
}
.tc-epo-element-product-dropdown select {
  padding: 10px;
  font-size: 14px;
  border: none;
}
.tc-epo-element-product-dropdown select:focus-visible {
  outline: none;
}
@media (min-width: 1199px) {
  .tc-epo-element-product-dropdown select {
    width: 67% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.ram-div .tc-field-label-wrap,
.ssd-div .tc-field-label-wrap,
.garanti-div .tc-field-label-wrap {
  position: relative;
}
.ram-div .tc-field-label-wrap:before,
.ssd-div .tc-field-label-wrap:before,
.garanti-div .tc-field-label-wrap:before {
  content: "";
  height: 20px;
  width: 20px;
  background: url(../images/ram.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}

.ssd-div .tc-field-label-wrap:before {
  background: url(../images/card.png);
}

.garanti-div .tc-field-label-wrap:before {
  background: url(../images/gurantee.png);
}

/* check box design */
.tm-extra-product-options-checkbox {
  /*    margin-top: 15px !important;*/
}
.tm-extra-product-options-checkbox .tmcp-field-wrap span.tc-input-wrap {
  height: 25px;
  width: 25px;
  border: 1px solid rgba(223, 223, 223, 0.9294117647);
  margin-right: 7px;
}
.tm-extra-product-options-checkbox .tmcp-field-wrap span.tc-input-wrap input {
  height: 0 !important;
  width: 0 !important;
  min-height: 0 !important;
  padding: 12px !important;
  border: 1px solid #ff0000 !important;
  position: absolute !important;
}
.tm-extra-product-options-checkbox .tmcp-field-wrap span.tc-label-inner.tcwidth {
  display: flex !important;
}
@media (max-width: 768px) {
  .tm-extra-product-options-checkbox .tmcp-field-wrap span.tc-label-inner.tcwidth {
    display: grid !important;
  }
}
.tm-extra-product-options-checkbox .tmcp-field-wrap .tm-tooltip {
  order: 3;
  color: #000;
  font-size: 17px;
  line-height: 1 !important;
  top: 4px;
  position: relative;
}
.tm-extra-product-options-checkbox .tmcp-field-wrap .tm-tooltip:before {
  content: "\f05a";
}
.tm-extra-product-options-checkbox .tmcp-field-wrap.tc-active span.tc-input-wrap {
  background-color: var(--wp--preset--color--primary);
}
.tm-extra-product-options-checkbox .tmcp-field-wrap.tc-active span.tc-input-wrap:after {
  content: "✓";
  position: absolute;
  left: 7px;
  right: 0;
  margin: auto;
  color: #fff;
  top: 1px;
}
.tm-extra-product-options-checkbox .tmcp-field-wrap.tc-active .tc-label-text {
  font-weight: normal !important;
}
.tm-extra-product-options-checkbox .tmcp-field-wrap .tc-price-wrap .amount {
  font-weight: bold !important;
}

.tm-custom-price-totals dt.tm-options-totals {
  order: 3;
}
.tm-custom-price-totals dd.tm-options-totals {
  order: 4;
}
.tm-custom-price-totals dd.tm-options-totals,
.tm-custom-price-totals dt.tm-options-totals {
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.tm-custom-price-totals span.price.amount.options {
  font-weight: normal !important;
  font-size: 14px !important;
  margin-left: 3px;
}
.tm-custom-price-totals dt.tm-final-totals {
  display: none;
}
.tm-custom-price-totals dd.tm-final-totals {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}
.tm-custom-price-totals dd.tm-final-totals span.price.amount.final {
  color: var(--wp--preset--color--secondary);
  font-size: 32px !important;
}

.tm-has-options .product-summary-wrapper + .wp-block-woocommerce-product-price {
  display: none;
}

.tc-init .quantity {
  display: none !important;
}
.tc-init button.single_add_to_cart_button.button.wp-element-button {
  display: block;
  width: 100% !important;
  height: 50px;
  font-size: 16px;
  border-radius: 0;
  max-width: 100%;
  font-weight: 400;
}

.tm-extra-product-options .tmcp-ul-wrap.tm-extra-product-options-product {
  gap: 0 !important;
}

div#tm-extra-product-options {
  /*    @include media(mb) {
          position: fixed;
          height: 100%;
          width: 550px;
          top: 0;
          background: #fff;
          padding: 30px;
          right: -560px;
          z-index: 9999999;
          transition: all .3s;
          overflow: auto;

          &.show-slide {
              right: 0;
          }
      }*/
}
div#tm-extra-product-options p.tab-section-title {
  font-size: 18px !important;
  font-weight: 700;
  margin: 30px 0;
}

button.show-tm-addons {
  height: 45px;
  background: #fff;
  border: 1px solid #000;
  width: 100%;
  font-weight: 600;
  margin: 15px 0;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  button.show-tm-addons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
  }
}
button.show-tm-addons span.icon {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  display: none;
}
button.show-tm-addons:after {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 15px;
  top: 20px;
  transform: rotate(-90deg);
  z-index: 99;
}
button.show-tm-addons:hover {
  background-color: var(--wp--preset--color--btn-hover-bg);
  color: #fff;
}

.tm-epo-totals {
  padding-bottom: 0;
}

.show-on-mobile.teknikfix-mobile-select-option button.toggle-slide {
  display: block;
  width: 100%;
  height: 50px;
  background: var(--wp--preset--color--theme);
  color: #fff;
  font-size: 16px;
  border: none;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .tm-tooltip:hover::after {
    content: attr(data-tm-tooltip-html);
    position: absolute;
    top: 19px;
    font-family: "Nunito Sans";
    left: -132%;
    right: 16%;
    padding: 29px 16px 18px;
    background-color: rgba(51, 51, 51, 0.9019607843);
    color: #fff;
    white-space: normal;
    z-index: 1000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    clip-path: polygon(0 100%, 100% 100%, 100% 10%, 67% 10%, 64% 0, 61% 10%, 0 10%);
  }
}
@media (min-width: 1199px) {
  #tm-extra-product-options-fields li .tc-cell > .teknikfix-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#tm-extra-product-options-fields li .tc-cell .tc-row .tc-container .tc-row p {
  left: 10px;
  z-index: 99;
  background: white;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  top: -10px;
  position: absolute;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
#tm-extra-product-options-fields li.tc-epo-element-product-dropdown .tc-col-auto.tc-price-wrap .woocommerce-Price-amount:before {
  content: "+";
  position: absolute;
  left: -10px;
}

.wc-block-components-drawer__screen-overlay {
  background-color: rgba(0, 0, 0, 0.86) !important;
}

#tab-similar_products {
  margin: 0 !important;
  width: calc(100vw - 9px);
  margin-left: calc(-50vw + 50%) !important;
  padding-right: 0 !important;
  overflow: hidden;
  padding: 40px 0 !important;
}
@media (max-width: 768px) {
  #tab-similar_products {
    padding-left: 20px !important;
    width: 100vw;
  }
}
#tab-similar_products .teknikfix-save-badge {
  padding: 5px 11px;
  font-size: 16px;
}
#tab-similar_products .teknikfix-silmilar-products-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#tab-similar_products .teknikfix-silmilar-products-wrapper > h3 {
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  #tab-similar_products .teknikfix-silmilar-products-wrapper {
    padding: 0 !important;
  }
}
#tab-similar_products ul.products {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: -15px;
}
#tab-similar_products ul.products .slick-list .slick-slide {
  padding: 0 15px 0 0;
}
@media (max-width: 768px) {
  #tab-similar_products ul.products .slick-list .slick-slide {
    flex: 0 0 70%;
  }
}
#tab-similar_products ul.products .slick-track {
  display: flex;
}
#tab-similar_products ul.products li {
  flex: 0 0 21%;
  margin: 0 20px 0 0 !important;
  width: 100%;
}
#tab-similar_products ul.products li .wc-block-components-product-image a {
  background: #F2F2F2;
  display: block;
}
#tab-similar_products ul.products li .teknikfix-product-title {
  position: relative;
  padding-right: 45px !important;
  line-height: 1.2;
}
#tab-similar_products ul.products li .teknikfix-product-title a {
  color: #000;
  font-size: 18px;
}
#tab-similar_products ul.products li .teknikfix-product-title .grade.toggle-slide {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  #tab-similar_products ul.products {
    padding-left: 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
    margin-right: 0;
  }
  #tab-similar_products ul.products::-webkit-scrollbar {
    display: none;
  }
  #tab-similar_products ul.products li {
    flex: 0 0 290px;
  }
}
#tab-similar_products .tab-section-title {
  margin-bottom: 30px !important;
}
#tab-similar_products .tab-section-title:after {
  display: none;
}

.teknifix-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .teknifix-slider-arrow {
    opacity: 1;
    z-index: 99;
    visibility: visible;
  }
}
.teknifix-slider-arrow svg {
  height: 30px;
  width: 30px;
}
.teknifix-slider-arrow svg rect {
  fill: transparent;
}
.teknifix-slider-arrow svg path {
  fill: #000;
}
.teknifix-slider-arrow.teknifix-next-arrow {
  right: 50px;
}
.teknifix-slider-arrow.teknifix-prev-arrow {
  left: 50px;
}
.teknifix-slider-arrow:hover {
  background: var(--wp--preset--color--primary);
}
.teknifix-slider-arrow:hover svg path {
  fill: #fff;
}
.teknifix-slider-arrow.slick-disabled {
  display: none !important;
}

.teknikfix-silmilar-products-wrapper .slick-slider:hover .teknifix-slider-arrow {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

ul.products-block-post-template {
  gap: 35px;
}
ul.products-block-post-template .wc-block-components-product-image {
  background: #F2F2F2;
}
ul.products-block-post-template .wc-block-components-product-image a {
  padding: 0 10px 0 10px;
  display: block;
}
ul.products-block-post-template .teknikfix-save-badge {
  padding: 11px 16px;
  font-size: 16px;
}
ul.products-block-post-template .teknikfix-product-title {
  display: block;
  position: relative;
  padding-right: 45px;
  line-height: 1.2;
  margin: 20px 0 0;
}
ul.products-block-post-template .teknikfix-product-title a {
  color: #000;
  font-size: 18px !important;
}
ul.products-block-post-template .teknikfix-product-title .grade.toggle-slide {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.teknikfix-title-wrapper {
  margin-bottom: 0;
}

.teknikfix-price-wrapper {
  margin: 0;
}
.teknikfix-price-wrapper .teknikfix-regular-price {
  font-size: 22px !important;
  font-weight: 700;
  color: var(--wp--preset--color--secondary);
}
.teknikfix-price-wrapper .teknikfix-sale-price {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

.teknikfix-quick-facts-wrapper {
  margin: 0;
  padding: 0;
}
.teknikfix-quick-facts-wrapper ul.quick-facts {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.teknikfix-quick-facts-wrapper ul.quick-facts li {
  position: relative;
  padding-left: 16px;
}
.teknikfix-quick-facts-wrapper ul.quick-facts li:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background: #000;
  top: 8px;
}

nav.woocommerce-breadcrumb {
  font-size: 16px;
  display: flex;
  font-weight: 600;
}
nav.woocommerce-breadcrumb a {
  font-weight: normal;
}
nav.woocommerce-breadcrumb a:last-of-type {
  font-weight: bold;
  color: #000;
}
nav.woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}
@media (max-width: 768px) {
  nav.woocommerce-breadcrumb {
    margin-top: 1rem !important;
  }
}

.hide-options-total .tm-options-totals {
  display: none;
}
.hide-options-total .tm-custom-price-totals dd.tm-final-totals span.price.amount.final {
  color: var(--wp--preset--color--secondary);
}

.product-more-wrapper {
  margin: 0;
}

.wc-block-product-gallery-large-image img.wc-block-woocommerce-product-gallery-large-image__image--hoverZoom {
  cursor: auto;
  transform: none !important;
}

span.delimiter {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  transform: rotate(-90deg);
}
span.delimiter img {
  max-width: 10px;
}
span.delimiter svg {
  height: 16px;
  width: 16px;
  padding: 0;
  background: none;
  fill: transparent;
}
span.delimiter svg rect {
  fill: transparent;
}
span.delimiter svg path {
  fill: #000;
}

.single-product h1.teknikfix-product-title {
  position: relative;
  padding-right: 50px;
  margin: 0;
  line-height: 1.2;
}
.single-product h1.teknikfix-product-title a {
  pointer-events: none;
  color: #000;
  font-size: 32px;
}
@media (max-width: 768px) {
  .single-product h1.teknikfix-product-title a {
    font-size: 24px;
  }
}
.single-product h1.teknikfix-product-title .grade.toggle-slide {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}

.wp-block-woocommerce-product-gallery {
  position: relative;
}
.wp-block-woocommerce-product-gallery img {
  mix-blend-mode: darken;
}

.wc-block-product-gallery-large-image__wrapper,
.wc-block-product-gallery-thumbnails__thumbnail {
  background: #F2F2F2;
  border: none !important;
  padding: 10px !important;
}

.wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__thumbnail {
  border-bottom: 3px solid transparent !important;
}
.wc-block-product-gallery-thumbnails .wc-block-product-gallery-thumbnails__thumbnail.selected {
  border-bottom: 3px solid var(--wp--preset--color--primary) !important;
}
@media (max-width: 768px) {
  .wc-block-product-gallery-thumbnails {
    display: none;
  }
}

.teknikfix-save-badge {
  position: absolute;
  top: 0;
  z-index: 99;
  right: 0;
  font-weight: bold !important;
  background: #EAC5C7;
  padding: 10px 20px;
  color: #C5040C;
}
.teknikfix-save-badge span {
  font-weight: bold !important;
}

.wp-block-woocommerce-product-gallery-pager {
  display: none;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-product-gallery-pager {
    display: block;
  }
}

.wc-block-add-to-cart-form p.stock {
  display: none;
}

.wc-block-product-gallery-thumbnails.wp-block-woocommerce-product-gallery-thumbnails {
  max-width: 100px;
  flex: 0 0 100px;
  flex-basis: auto !important;
}

.wc-block-product-gallery-large-image-next-previous-container button svg rect {
  fill: transparent;
}
.wc-block-product-gallery-large-image-next-previous-container button svg path {
  fill: #000;
}

p.wp-block-post-excerpt__excerpt > a {
  color: #000;
  text-decoration: underline !important;
  font-weight: 600;
}

.wp-block-woocommerce-product-meta {
  margin-top: 6px;
}

.wc-block-components-product-sku {
  font-size: 16px;
  color: #6C6C6C;
  text-transform: initial;
}
.wc-block-components-product-sku strong {
  font-weight: normal;
}

.large-image {
  position: relative;
}
@media (max-width: 768px) {
  .large-image {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.teknikfix-product-title {
  margin: 0;
}

.woocommerce div.product form.cart {
  margin-bottom: 15px;
}

.tm-no-options button.single_add_to_cart_button.button.wp-element-button {
  margin: 0 !important;
  width: 100%;
  font-weight: 400;
  display: block !important;
  max-width: 100%;
}
.tm-no-options .wc-block-components-product-price.wc-block-grid__product-price {
  display: flex;
  align-items: center;
}
.tm-no-options .wc-block-components-product-price.wc-block-grid__product-price del {
  order: 2;
  font-size: 21px;
  margin-left: 10px;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 1;
}
.tm-no-options .wc-block-components-product-price.wc-block-grid__product-price ins {
  color: var(--wp--preset--color--secondary);
}
.tm-no-options button.show-tm-addons,
.tm-no-options .wc-block-add-to-cart-form .quantity {
  display: none !important;
}

.quantity {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  vertical-align: top;
}
.quantity button {
  height: 50px;
  background: #f3f3f3;
  border: 1px solid #d1d1d1;
  width: 40px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.quantity button:hover {
  background: var(--wp--preset--color--btn-hover-bg);
  color: #fff;
}
.quantity input {
  height: 50px;
  width: 40px !important;
  border: none;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  -moz-appearance: textfield;
  padding: 0 !important;
  margin: 0 !important;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input:focus {
  outline: none;
}

.wc-block-components-product-price.wc-block-grid__product-price {
  color: #000;
  font-size: 32px !important;
  font-weight: 600;
}

.tm-no-options .wp-block-column .teknikfix-price-wrapper .teknikfix-regular-price {
  font-size: 32px !important;
  line-height: 1;
}

.is-single-product-gallery-image + .desktop-only {
  padding-left: 0 !important;
}

.teknikfix-regular-price.teknikfix-regular-price-only {
  color: #000;
}

.wp-block-group.product-details-box:empty,
.tm-has-options .wp-block-column .teknikfix-price-wrapper {
  display: none !important;
}

.single .wp-block-group.woocommerce.product.is-layout-flow.wp-block-group-is-layout-flow {
  margin-top: 10px;
}

.wc-block-product-gallery-modal-open li.wc-block-product-gallery-large-image__wrapper {
  background: transparent;
}
.wc-block-product-gallery-modal-open button.wc-block-product-gallery-large-image-next-previous--button svg {
  display: none;
}
.wc-block-product-gallery-modal-open button.wc-block-product-gallery-large-image-next-previous--button.wc-block-product-gallery-large-image-next-previous-right--outside-image:after {
  background: url(https://dev.teknikfix.se/wp-content/uploads/2024/07/chevron.png);
}
.wc-block-product-gallery-modal-open button.wc-block-product-gallery-large-image-next-previous--button.wc-block-product-gallery-large-image-next-previous-left--outside-image:after {
  background: url(https://dev.teknikfix.se/wp-content/uploads/2024/07/left-chevron.png);
  left: 15px;
}
.wc-block-product-gallery-modal-open button.wc-block-product-gallery-large-image-next-previous--button:after {
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 15px;
  top: 50%;
  z-index: 99;
}

ul.wc-block-product-gallery-large-image__container {
  max-height: 520px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  ul.wc-block-product-gallery-large-image__container {
    max-height: 280px;
  }
}

.wc-block-product-gallery-thumbnails.wp-block-woocommerce-product-gallery-thumbnails {
  max-height: 520px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wc-block-product-gallery-thumbnails.wp-block-woocommerce-product-gallery-thumbnails::-webkit-scrollbar {
  display: none;
}

.teknikfix-condition-box-link {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.single-product.outofstock main .teknikfix-price-wrapper {
  display: none !important;
}

.teknikfix-save-badge.is-sale-price {
  background-color: #C5040C;
  color: #fff;
}

li.wp-block-post {
  position: relative;
}

.archive .teknikfix-product-title a,
.teknikfix-silmilar-products-wrapper .teknikfix-product-title a,
.teknikfix-category-products-wrapper .teknikfix-product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive .teknikfix-price-wrapper .teknikfix-regular-price,
.teknikfix-silmilar-products-wrapper .teknikfix-price-wrapper .teknikfix-regular-price,
.teknikfix-category-products-wrapper .teknikfix-price-wrapper .teknikfix-regular-price {
  font-size: 24px !important;
  line-height: 1.2;
  margin-top: 10px;
}
.archive .teknikfix-price-wrapper .teknikfix-sale-price,
.teknikfix-silmilar-products-wrapper .teknikfix-price-wrapper .teknikfix-sale-price,
.teknikfix-category-products-wrapper .teknikfix-price-wrapper .teknikfix-sale-price {
  padding: 0;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 1;
}
.archive ul.quick-facts li,
.teknikfix-silmilar-products-wrapper ul.quick-facts li,
.teknikfix-category-products-wrapper ul.quick-facts li {
  font-size: 14px;
}
.archive ul.quick-facts li:before,
.teknikfix-silmilar-products-wrapper ul.quick-facts li:before,
.teknikfix-category-products-wrapper ul.quick-facts li:before {
  height: 6px;
  width: 6px;
}
.archive .grade span,
.teknikfix-silmilar-products-wrapper .grade span,
.teknikfix-category-products-wrapper .grade span {
  height: 30px;
  width: 30px;
  font-size: 14px !important;
}
.archive ul.products-block-post-template .teknikfix-product-title a,
.teknikfix-silmilar-products-wrapper ul.products-block-post-template .teknikfix-product-title a,
.teknikfix-category-products-wrapper ul.products-block-post-template .teknikfix-product-title a {
  font-size: 16px !important;
}
.archive nav.wp-block-query-pagination.is-content-justification-center,
.teknikfix-silmilar-products-wrapper nav.wp-block-query-pagination.is-content-justification-center,
.teknikfix-category-products-wrapper nav.wp-block-query-pagination.is-content-justification-center {
  display: none;
}
.archive .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size,
.teknikfix-silmilar-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size,
.teknikfix-category-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .archive .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size .teknikfix-product-result,
  .teknikfix-silmilar-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size .teknikfix-product-result,
  .teknikfix-category-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size .teknikfix-product-result {
    flex: 0 0 100%;
    order: 2;
    margin-top: 15px;
  }
}
.archive .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering,
.teknikfix-silmilar-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering,
.teknikfix-category-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering {
  margin: 0 !important;
  order: 2;
}
@media (max-width: 768px) {
  .archive .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering,
  .teknikfix-silmilar-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering,
  .teknikfix-category-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering {
    flex: 0 0 65%;
    order: 1;
  }
  .archive .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering select,
  .teknikfix-silmilar-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering select,
  .teknikfix-category-products-wrapper .woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size form.woocommerce-ordering select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .archive h1,
  .teknikfix-silmilar-products-wrapper h1,
  .teknikfix-category-products-wrapper h1 {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .archive nav.woocommerce-breadcrumb,
  .teknikfix-silmilar-products-wrapper nav.woocommerce-breadcrumb,
  .teknikfix-category-products-wrapper nav.woocommerce-breadcrumb {
    margin-top: 10px !important;
  }
}

form.woocommerce-ordering select {
  height: 45px;
  padding: 0 10px;
  border: 1px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 20px !important;
}

.archive .woocommerce .woocommerce-breadcrumb {
  margin-top: 10px;
}

.teknikfix-category-post-wrapper {
  max-width: var(--wp--style--global--content-size);
  margin: auto;
}

.teknikfix-category-post-wrapper .teknikfix-category-post-title-link-wrapper {
  margin-bottom: 60px;
}

.teknikfix-category-post-wrapper .teknikfix-category-link {
  padding: 12px 35px;
  border: 1px solid #000;
  font-weight: 700 !important;
}

.teknikfix-category-post-wrapper .teknikfix-category-link:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}

.teknikfix-category-post-wrapper .teknikfix-category-post {
  padding-left: 0;
}

.teknikfix-category-post-wrapper .teknikfix-category-post li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 50px;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .post-category a {
  background: #fff;
  padding: 6px 8px;
  border-radius: 5px;
  font-size: 14px;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .teknikfix-cateogy-post-meta, .teknikfix-category-post-wrapper .teknikfix-category-post-title-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.teknikfix-category-post-wrapper .teknikfix-category-post li h3 {
  line-height: 1.5;
  margin: 25px 0 8px;
}

.teknikfix-category-post-wrapper .teknikfix-category-post li p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.teknikfix-category-post-wrapper .teknikfix-category-link i,
.teknikfix-category-post-wrapper .teknikfix-category-post li a i {
  vertical-align: middle;
  margin-left: 10px;
}

.teknikfix-category-post-wrapper .teknikfix-category-post li .teknikfix-category-post-view-more {
  font-weight: 700 !important;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .teknifix-prev-arrow {
  z-index: 9;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .teknifix-slider-arrow {
  top: 49%;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .slider {
  margin: 0 auto;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .slick-slide {
  margin: 0 14px;
}

.teknikfix-category-post-wrapper .teknikfix-category-post .slick-list {
  margin: 0px -14px 0px -14px;
}

.teknikfix-category-post-title h2 {
  font-weight: 700 !important;
  margin-bottom: 8px;
  font-size: 30px;
}

.teknikfix-category-post-title p {
  margin-top: 0;
}

@media (max-width: 769px) {
  .teknikfix-category-post-wrapper .teknikfix-category-post-title-link-wrapper {
    margin-bottom: 30px;
  }
  .teknikfix-category-post-wrapper .teknikfix-category-post li h3 a {
    font-size: 16px !important;
  }
  .teknikfix-category-post-wrapper .teknikfix-category-post li img {
    margin-bottom: 25px;
  }
}
.teknikfix-post-filter .teknikfix-post-filter-titles {
  margin-bottom: 60px;
}

.teknikfix-post-filter .teknikfix-post-filter-titles ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 18px;
  padding-left: 0;
}

.teknikfix-post-filter .teknikfix-post-filter-titles ul li {
  list-style: none;
  padding: 8px 60px;
  border: 1px solid #000;
  cursor: pointer;
  font-weight: 700;
}

.teknikfix-post-filter .teknikfix-post-filter-titles ul li.active {
  background-color: #000;
  color: #fff;
}

.teknikfix-post-filter .teknikfix-post-filter-titles ul li:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease-in-out;
}

.post-filter-container.teknikfix-category-post-wrapper, .teknikfix-post-filter {
  max-width: var(--wp--style--global--content-size);
  margin: auto;
}

.post-filter-container.teknikfix-category-post-wrapper .teknikfix-category-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 24px;
}

@media (max-width: 1024px) {
  .post-filter-container.teknikfix-category-post-wrapper .teknikfix-category-post {
    grid-template-columns: repeat(3, 1fr);
  }
  .teknikfix-post-filter .teknikfix-post-filter-titles ul li {
    padding: 5px 35px;
    gap: 30px 35px;
  }
}
@media (max-width: 769px) {
  .post-filter-container.teknikfix-category-post-wrapper .teknikfix-category-post {
    grid-template-columns: repeat(2, 1fr);
  }
  .teknikfix-post-filter .teknikfix-post-filter-titles ul li {
    gap: 30px 24px;
  }
  .teknikfix-post-filter .teknikfix-post-filter-titles ul {
    justify-content: left;
  }
}
@media (max-width: 600px) {
  .post-filter-container.teknikfix-category-post-wrapper .teknikfix-category-post {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-filter-container.teknikfix-category-post-wrapper .teknikfix-category-post li {
  list-style: none;
}

.teknikfix-post-filter .teknikfix-post-load-more-button {
  padding: 14px 50px;
  border: 1px solid #000;
  background-color: transparent;
  margin-top: 25px;
  font-weight: 700;
  font-family: inherit;
}

.teknikfix-post-load-more-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teknikfix-post-load-more-button-wrapper button {
  cursor: pointer;
}

.teknikfix-post-load-more-button-wrapper button:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease-in-out;
}

.post-filter-container.teknikfix-category-post-wrapper .teknikfix-category-post .post-category a {
  background-color: #f2f2f2;
}

.teknikfix-post-result {
  margin-top: 60px;
  text-align: center;
}

.teknikfix-no-post-message {
  text-align: center;
}

.archive.category .teknikfix-post-excerpt a {
  text-decoration: none !important;
}

.teknikfix-post-excerpt a img {
  vertical-align: middle;
  margin-left: 10px;
}

.teknikfix-post-excerpt .wp-block-post-excerpt__more-text {
  margin-top: 12px;
}

.teknikfix-category-left-column ul {
  padding-left: 0;
}

.teknikfix-category-left-column li {
  list-style: none;
  padding-left: 0;
}

.teknikfix-category-left-column li.current-cat a {
  font-weight: 700;
}

.teknikfix-load-more-cat-post {
  color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  font-family: inherit;
  margin-top: 15px;
}

.teknikfix-load-more-cat-post:hover {
  background-color: var(--wp--preset--color--btn-hover-bg);
  color: #fff;
}

.teknikfix-cat-post-load-more-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.categories-toggle:hover,
.terms-toggle:hover {
  cursor: pointer;
}

.single-post .wp-block-post-author__avatar img {
  border-radius: 50%;
}

.single-post .wp-block-post-author__name a {
  text-decoration: none !important;
}

@media (max-width: 769px) {
  .categories-toggle-wrapper,
  .terms-toggle-wrapper,
  .teknikfix-category-right-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .teknikfix-category-right-column {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .single-post .bg-mb-white {
    padding-bottom: 0 !important;
  }
  .teknikfix-post-related-products {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .single-post .teknikfix-post-similar-products-wrapper .products {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .teknikfix-blog-page-wrapper {
    flex-direction: column-reverse;
  }
  .teknikfix-category-left-column {
    border-top: 1px solid #dfdfdf;
    margin-top: 60px !important;
  }
  .tips-guider .absolute-heading-mobile {
    background-color: #ededed !important;
  }
  .tips-guider-category-posts .teknikfix-category-post-wrapper {
    padding-top: 36px;
  }
  .teknikfix-post-filter .teknikfix-post-filter-titles ul {
    gap: 18px 16px;
  }
  .single-post .teknikfix-category-left-column {
    margin-top: 30px !important;
  }
}
.single-post .wp-block-post-author__content {
  display: none;
}

.teknikfix-single-post-date {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  min-width: 60px;
  max-width: 60px !important;
  width: 100%;
  margin-right: 0 !important;
}

.teknikfix-post-author-wrapper {
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 971px) {
  .teknikfix-single-date-title-wrapper {
    gap: 25px !important;
  }
}
.single-post .woocommerce-breadcrumb {
  flex-wrap: wrap;
}

.single-post .teknikfix-product-title {
  position: relative;
  padding-right: 45px !important;
  line-height: 1.2;
}

.single-post .teknikfix-product-title a {
  font-size: 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-post .grade {
  position: absolute;
  right: 0;
  top: 0;
}

.archive.category .wp-block-post-date {
  margin-right: 0 !important;
}

.single-post .teknikfix-post-similar-products-wrapper ul.products li .teknikfix-post-related-product-img {
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 35px 0px 35px;
}

.single-post .teknikfix-post-similar-products-wrapper ul.products li .teknikfix-post-related-product-img {
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-bottom: 24px;
}

.single-post .teknikfix-post-similar-products-wrapper ul.products li .teknikfix-post-related-product-img img {
  background-blend-mode: darken;
  mix-blend-mode: darken;
  min-height: 220px;
  max-height: 220px;
  object-fit: contain !important;
  width: 100%;
}

.single-post .teknikfix-post-similar-products-wrapper .products {
  padding-left: 0;
  margin-top: 40px;
  margin-right: -15px;
  display: flex;
  flex-wrap: nowrap;
}

.single-post .teknikfix-post-similar-products-wrapper ul.products .slick-list {
  min-width: 100%;
}

.single-post .teknikfix-post-similar-products-wrapper ul.products .slick-list .slick-track .slick-slide {
  padding: 0 15px 0 0;
  min-width: 355px;
}

.single-post .teknikfix-post-similar-products-wrapper {
  width: 100%;
  margin: auto;
  max-width: 1400px;
}

.single-post .teknikfix-post-similar-products-wrapper ul.products .slick-track {
  display: flex;
}

.single-post .teknikfix-post-similar-products-wrapper .teknifix-slider-arrow.teknifix-prev-arrow {
  z-index: 99;
}

@media (max-width: 1000px) and (max-height: 1200px) {
  .single-post .teknikfix-post-similar-products-wrapper {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 768px) {
  .teknikfix-post-similar-products-wrapper ul.products {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: 0;
    overflow-y: hidden;
  }
  .teknikfix-post-similar-products-wrapper ul.products li {
    flex: 0 0 330px;
    margin-right: 20px;
    list-style: none;
  }
  .single-post .teknikfix-post-similar-products-wrapper {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 767px) {
  .single-post span.delimiter:last-of-type {
    display: none;
  }
}
.wp-block-woocommerce-filled-mini-cart-contents-block h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
  font-size: 18px !important;
  padding: 0 25px;
  mask-image: none;
  margin: 0 0 25px 0;
  position: absolute;
  top: 25px;
}

.wc-block-mini-cart__template-part .wc-block-components-drawer__close-wrapper {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 100;
}

.mini-cart-items-wrapper {
  overflow: auto;
  margin-top: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mini-cart-items-wrapper::-webkit-scrollbar {
  display: none;
}
.mini-cart-items-wrapper a.remove {
  height: 25px;
  width: 25px;
}
.mini-cart-items-wrapper a.remove img {
  height: 25px;
}
.mini-cart-items-wrapper ul.mini-cart {
  margin: 0;
  padding: 25px 25px 190px;
  list-style: none;
  position: relative;
  background: #fff;
  z-index: 99;
  top: 45px;
}
.mini-cart-items-wrapper ul.mini-cart > li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.mini-cart-items-wrapper ul.mini-cart > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mini-cart-items-wrapper ul.mini-cart > li > a {
  max-width: 60px;
}
.mini-cart-items-wrapper ul.mini-cart > li > a img {
  max-width: 60px;
  width: 100%;
  height: auto;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-details {
  flex: 0 0 calc(100% - 60px);
  padding-left: 20px;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-product-title {
  position: relative;
  padding-right: 50px;
  margin: 0 0 8px;
  line-height: 1.2;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-product-title a {
  color: #000;
  font-size: 16px !important;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-product-title .grade.toggle-slide {
  position: absolute;
  top: 0;
  right: 0;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-product-title .grade.toggle-slide span {
  height: 25px;
  width: 25px;
  font-size: 14px;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-quick-facts-wrapper ul.quick-facts {
  margin: 6px 0;
  display: flex;
  flex-wrap: wrap;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-quick-facts-wrapper ul.quick-facts li {
  padding-left: 0;
  padding-right: 15px;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-quick-facts-wrapper ul.quick-facts li:before {
  display: none;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-quick-facts-wrapper ul.quick-facts li:after {
  content: "";
  height: 15px;
  width: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  opacity: 0.8;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-quick-facts-wrapper ul.quick-facts li:last-child {
  padding-right: 0;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-quick-facts-wrapper ul.quick-facts li:last-child:after {
  display: none;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-price-remove-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-price-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-price-wrapper .teknikfix-regular-price {
  font-size: 18px !important;
}
.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-price-wrapper .teknikfix-sale-price {
  font-size: 16px;
  margin-left: 6px;
  opacity: 0.6;
  font-weight: 600;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity {
  flex: 0 0 100%;
  padding-left: 80px;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .mini-cart-items-wrapper ul.mini-cart > li .product-quantity {
    margin-top: 20px;
  }
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity {
  display: flex;
  justify-content: end;
  align-items: center;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity input {
  height: 40px;
  width: 40px;
  border: none;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  -moz-appearance: textfield;
  padding: 0;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity input::-webkit-outer-spin-button, .mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity input:focus {
  outline: none;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity button {
  height: 40px;
  background: #f3f3f3;
  border: 1px solid #d1d1d1;
  width: 40px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.mini-cart-items-wrapper ul.mini-cart > li .product-quantity .quantity button:hover {
  background: var(--wp--preset--color--btn-hover-bg);
  color: #fff;
}
.mini-cart-items-wrapper .teknikfix-sale-price span.reg-price-label {
  display: none;
}
.mini-cart-items-wrapper .teknikfix-sale-price span.woocommerce-Price-amount.amount {
  text-decoration: line-through !important;
  font-weight: 400;
}
.mini-cart-items-wrapper .tm-addon-products {
  width: 100%;
  padding: 0 0 0 35px !important;
  margin-top: 20px !important;
  top: 0 !important;
}
.mini-cart-items-wrapper .tm-addon-products .tm-associated {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mini-cart-items-wrapper .tm-addon-products .tm-associated .grade.toggle-slide {
  display: none;
}
.mini-cart-items-wrapper .tm-addon-products .tm-associated .teknikfix-product-title {
  margin-bottom: 0;
}
.mini-cart-items-wrapper .tm-addon-products .tm-associated img {
  margin-top: 5px;
  max-width: 60px;
}
.mini-cart-items-wrapper .tm-addon-products .tm-associated span.woocommerce-Price-amount.amount {
  font-size: 14px;
}

.wp-block-woocommerce-mini-cart-contents .wc-block-components-formatted-money-amount,
.wp-block-woocommerce-mini-cart-contents span.wc-block-components-totals-item__label {
  font-size: 18px;
  font-weight: bold !important;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-totals-item__description {
  font-size: 0 !important;
  display: block !important;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-totals-item__description:before {
  content: "Frakt, skatter, och rabatter specificeras i kassan";
  font-size: 14px;
  display: block;
  width: 100%;
}
.wp-block-woocommerce-mini-cart-contents a.components-button {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
}

span.wc-block-mini-cart__badge {
  position: absolute !important;
  top: -6px !important;
  right: -8px !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 20px;
  width: auto !important;
  padding: 0 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #2961a1 !important;
  color: #fff !important;
  opacity: 1 !important;
  z-index: 2;
}
span.wc-block-mini-cart__badge[hidden] {
  display: none !important;
}

.wc-block-mini-cart__button {
  padding: 0 0 0 10px;
  opacity: 1 !important;
}

.wc-block-components-drawer__close {
  position: relative;
  height: 30px !important;
  width: 30px;
  margin: 0;
  padding: 0;
  background: #fff !important;
  opacity: 1;
  top: 0;
  right: 0;
}
.wc-block-components-drawer__close svg {
  display: none !important;
}
.wc-block-components-drawer__close:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/close.png) center / 20px no-repeat;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 25px;
  z-index: 9999;
}
.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer:after {
  display: none;
}
.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer .wc-block-mini-cart__footer-subtotal {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}

.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-price-wrapper .teknikfix-regular-price * {
  font-size: 18px !important;
}

.woocommerce a.remove:hover {
  background: none !important;
}

.woocommerce-account small.shipped_via,
.woocommerce-account small.tax_label,
.woocommerce-order-received small.shipped_via,
.woocommerce-order-received small.tax_label {
  display: none;
}
.woocommerce-account .thankyou-page-tax *,
.woocommerce-account .thankyou-page-tax,
.woocommerce-order-received .thankyou-page-tax *,
.woocommerce-order-received .thankyou-page-tax {
  font-size: 14px !important;
}
.woocommerce-account .clear,
.woocommerce-order-received .clear {
  display: none;
}
.woocommerce-account .my-account-title,
.woocommerce-order-received .my-account-title {
  margin: 0;
  margin-bottom: 15px;
}
.woocommerce-account main#wp--skip-link--target,
.woocommerce-order-received main#wp--skip-link--target {
  background: #f2f2f2;
  margin: 0;
}
.woocommerce-account main#wp--skip-link--target .woocommerce,
.woocommerce-order-received main#wp--skip-link--target .woocommerce {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 60px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target .woocommerce,
  .woocommerce-order-received main#wp--skip-link--target .woocommerce {
    padding-top: 20px;
  }
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation {
  float: none;
  max-width: 30%;
  flex: 0 0 30%;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #eceaea;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation,
  .woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li a,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  border-bottom: 1px solid #eceaea;
  padding: 14px 30px;
  display: block;
  font-weight: 600;
  color: #000;
  position: relative;
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f2f2f2;
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 15px;
  top: 20px;
  transform: rotate(-90deg);
  z-index: 99;
}
.woocommerce-account main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-order-received main#wp--skip-link--target .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #f2f2f2;
}
.woocommerce-account main#wp--skip-link--target .woocommerce .woocommerce-MyAccount-content,
.woocommerce-order-received main#wp--skip-link--target .woocommerce .woocommerce-MyAccount-content {
  float: none;
  max-width: 65%;
  flex: 0 0 65%;
  background: #fff;
  padding: 30px;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target .woocommerce .woocommerce-MyAccount-content,
  .woocommerce-order-received main#wp--skip-link--target .woocommerce .woocommerce-MyAccount-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-account main#wp--skip-link--target .addresses,
.woocommerce-order-received main#wp--skip-link--target .addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address,
.woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address {
  float: none;
  max-width: 50%;
  flex: 0 0 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address,
  .woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address address,
.woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address address {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 15px;
  margin-right: 15px;
}
.woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title,
.woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title,
  .woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title {
    margin-top: 20px;
  }
}
.woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title h3,
.woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title h3 {
  margin: 0;
}
.woocommerce-account main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title a,
.woocommerce-order-received main#wp--skip-link--target .addresses .woocommerce-Address header.woocommerce-Address-title.title a {
  margin: 0;
  color: #000;
  text-decoration: underline !important;
  font-weight: 600;
  margin-left: 20px;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account p,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account p {
  width: 100%;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row {
  flex: 0 0 48%;
  padding: 0;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row,
  .woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row {
    flex: 0 0 100%;
  }
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row em,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row em {
  font-size: 12px;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row label,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account .woocommerce-form-row label {
  margin: 0 0 5px;
  font-size: 14px;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account input,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account input {
  height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset {
  max-width: 100%;
  flex: 0 0 100%;
  border: none;
  padding: 0;
  margin-top: 30px;
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset > *,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset > * {
  max-width: 350px;
}
@media (max-width: 768px) {
  .woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset > *,
  .woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset > * {
    max-width: 100%;
  }
}
.woocommerce-account main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset legend,
.woocommerce-order-received main#wp--skip-link--target form.woocommerce-EditAccountForm.edit-account fieldset legend {
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-account main#wp--skip-link--target table.shop_table.shop_table_responsive.my_account_orders,
.woocommerce-order-received main#wp--skip-link--target table.shop_table.shop_table_responsive.my_account_orders {
  border: none;
  margin: 0;
  border-collapse: collapse;
}
.woocommerce-account main#wp--skip-link--target table.shop_table.shop_table_responsive.my_account_orders a.woocommerce-button.wp-element-button.button.view,
.woocommerce-order-received main#wp--skip-link--target table.shop_table.shop_table_responsive.my_account_orders a.woocommerce-button.wp-element-button.button.view {
  border-radius: 0;
  padding: 7px 20px !important;
  margin: 0;
}
.woocommerce-account button.button.wp-element-button,
.woocommerce-order-received button.button.wp-element-button {
  font-size: 14px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: none;
  border-collapse: collapse;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-thumbnail,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-thumbnail {
  max-width: 60px;
  margin-right: 10px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name {
  max-width: 250px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name p,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name a,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name ul.wc-item-meta,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name ul.wc-item-meta {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name ul.wc-item-meta li,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name ul.wc-item-meta li {
  position: relative;
  padding-left: 70px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name ul.wc-item-meta li strong,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name ul.wc-item-meta li strong {
  position: absolute;
  left: 0;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .tc-associated-table-product-indent,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .tc-associated-table-product-indent {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .tc-associated-table-product-indent .tc-associated-table-product-indent,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .tc-associated-table-product-indent .tc-associated-table-product-indent {
  padding-left: 0;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .tc-associated-table-product-indent .tc-associated-table-product-indent strong.associated-product-quantity,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name .tc-associated-table-product-indent .tc-associated-table-product-indent strong.associated-product-quantity {
  display: none;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
  border: none !important;
  font-weight: normal;
  vertical-align: top;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr p, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td p, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th p,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr p,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td p,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th p {
  margin: 0;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
  padding: 10px 1rem;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
  text-align: right;
  padding-right: 0;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td span,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td span {
  display: inline-block;
  text-align: right;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child th, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child td,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child td {
  padding-top: 30px !important;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.order-total th, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.order-total td,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.order-total th,
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.order-total td {
  padding-top: 30px !important;
}
.woocommerce-account section.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.woocommerce-account section.woocommerce-customer-details address,
.woocommerce-order-received section.woocommerce-customer-details address {
  background: #f2f2f2;
  padding: 15px;
  margin-top: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .woocommerce-account section.woocommerce-customer-details address,
  .woocommerce-order-received section.woocommerce-customer-details address {
    margin-bottom: 20px !important;
  }
}

button.button.wp-element-button {
  height: 50px;
  max-width: 350px;
  display: block;
  width: 100%;
  border-radius: 0;
}

table.shop_table_responsive tr:nth-child(2n) td {
  background: #fff !important;
}

table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions::before {
  display: none;
}

.woocommerce-account small.includes_tax {
  display: none;
}
.woocommerce-account .woocommerce > h2 {
  flex: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
  flex: 0 0 100%;
  background: #fff;
  max-width: 500px;
  margin: auto;
}
.woocommerce-account .my-account-title {
  font-size: 28px !important;
}

#featured-category .wc-block-featured-category {
  min-height: auto !important;
}
#featured-category img {
  background: #fff;
  padding: 30px;
  height: 200px !important;
  width: 200px !important;
  object-fit: contain !important;
  border-radius: 8px;
  position: relative !important;
}
@media (max-width: 768px) {
  #featured-category img {
    padding: 15px;
    width: 150px !important;
    height: 150px !important;
  }
}
#featured-category h2.wc-block-featured-category__title {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #featured-category h2.wc-block-featured-category__title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
}
#featured-category .wp-block-button .wp-block-button__link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  color: transparent;
}
@media (max-width: 768px) {
  #featured-category {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow: auto;
    margin-right: -15px !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #featured-category::-webkit-scrollbar {
    display: none;
  }
  #featured-category > .wp-block-column {
    flex: 0 0 250px;
    flex-basis: auto !important;
    max-width: 250px;
    white-space: normal;
  }
  #featured-category .wc-block-featured-category__wrapper {
    width: 150px;
  }
}

.teknikfix-product-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  justify-content: space-between;
}
.teknikfix-product-category-wrapper .teknikfix-product-category {
  width: 100%;
  max-width: 19%;
  flex: 0 0 19%;
}
.teknikfix-product-category-wrapper .teknikfix-product-category .teknikfix-product-category-img-wrapper img {
  object-fit: contain;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 30px;
  max-width: 100%;
}
.teknikfix-product-category-wrapper .teknikfix-product-category .teknikfix-product-category-title {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 18px !important;
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  font-family: var(--wp--preset--font-family--montserrat);
  margin: 15px 0 0 0;
}
@media (max-width: 768px) {
  .teknikfix-product-category-wrapper {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .teknikfix-product-category-wrapper .teknikfix-product-category {
    width: 100%;
    max-width: 140px;
    flex: 0 0 140px;
    white-space: normal;
    margin-right: 15px;
  }
  .teknikfix-product-category-wrapper .teknikfix-product-category .teknikfix-product-category-img-wrapper img {
    padding: 15px;
  }
}

.teknikfix-product-category-link:hover {
  color: black;
}
.teknikfix-product-category-link:hover .teknikfix-product-category-title {
  color: black;
}

.teknikfix-products-slider {
  padding: 0;
  overflow: hidden;
}

.teknikfix-category-product {
  max-width: 100%;
}

.teknikfix-category-products-wrapper .teknikfix-category-product-title-link-wrapper {
  max-width: var(--wp--style--global--content-size);
}
@media (max-width: 768px) {
  .teknikfix-category-products-wrapper .teknikfix-category-product-title-link-wrapper {
    padding: 0 15px;
  }
}
.teknikfix-category-products-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.teknikfix-category-products-wrapper > div .teknikfix-category-name {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .teknikfix-category-products-wrapper > div .teknikfix-category-name {
    font-size: 14px !important;
  }
}
.teknikfix-category-products-wrapper > div .teknikfix-category-link {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
}
.teknikfix-category-products-wrapper > div .teknikfix-category-link i {
  margin-left: 6px;
}
.teknikfix-category-products-wrapper > div .teknikfix-category-link:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}
@media (max-width: 768px) {
  .teknikfix-category-products-wrapper > div .teknikfix-category-link {
    font-size: 14px !important;
  }
}
.teknikfix-category-products-wrapper .teknikfix-product-title {
  position: relative;
  padding-right: 45px !important;
  line-height: 1.2;
}
.teknikfix-category-products-wrapper .teknikfix-product-title a {
  color: #000;
  font-size: 16px;
}
.teknikfix-category-products-wrapper .teknikfix-product-title .grade.toggle-slide {
  position: absolute;
  right: 0;
  top: 0;
}
.teknikfix-category-products-wrapper ul.products {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-right: -15px;
}
.teknikfix-category-products-wrapper ul.products li {
  flex: 0 0 25%;
  width: 100%;
  margin-right: 20px;
}
.teknikfix-category-products-wrapper ul.products .slick-list {
  width: 100%;
}
.teknikfix-category-products-wrapper ul.products .slick-list .slick-slide {
  padding: 0 15px 0 0;
  width: 100% !important;
  min-width: 283px;
}
@media (max-width: 768px) {
  .teknikfix-category-products-wrapper ul.products .slick-list .slick-slide {
    flex: 0 0 70%;
  }
}
.teknikfix-category-products-wrapper ul.products .slick-track {
  display: flex;
  margin: initial;
}
.teknikfix-category-products-wrapper ul.products .wc-block-components-product-image a {
  background: #F2F2F2;
  padding: 10px;
  display: block;
}
.teknikfix-category-products-wrapper ul.products .teknikfix-save-badge {
  padding: 5px 11px;
  font-size: 14px;
}
.teknikfix-category-products-wrapper ul.products:hover .teknifix-slider-arrow {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
@media (max-width: 768px) {
  .teknikfix-category-products-wrapper ul.products {
    padding-left: 15px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: 0;
    overflow-y: hidden;
  }
  .teknikfix-category-products-wrapper ul.products::-webkit-scrollbar {
    display: none;
  }
  .teknikfix-category-products-wrapper ul.products li {
    flex: 0 0 290px;
  }
}

.content-slider-wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
}
.content-slider-wrapper .has-min-width {
  position: relative;
}
.content-slider-wrapper .has-min-width div {
  position: initial;
  z-index: 9;
}
.content-slider-wrapper .has-min-width div .wp-block-heading {
  position: initial;
  min-height: 30px;
}
.content-slider-wrapper .has-min-width div .wp-block-heading a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 15px;
}
.content-slider-wrapper .has-min-width div .wp-block-heading a:hover {
  color: #000;
}

.has-min-width {
  width: 450px;
  display: flex !important;
}
@media (max-width: 768px) {
  .has-min-width {
    min-height: 220px;
  }
}

.has-slick-slider .slick-slide {
  padding: 0 15px;
  flex: 0 0 33.33%;
}
@media (max-width: 768px) {
  .has-slick-slider .slick-slide {
    width: 300px !important;
  }
}
.has-slick-slider .slick-list {
  margin: 0 -15px;
}
.has-slick-slider .slick-track {
  width: 100% !important;
  display: flex;
}
.has-slick-slider:hover .teknifix-slider-arrow {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
@media (max-width: 768px) {
  .has-slick-slider {
    overflow-x: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .has-slick-slider .has-min-width {
    flex: 0 0 280px;
  }
  .has-slick-slider::-webkit-scrollbar {
    display: none;
  }
}

.has-hover-bg-color a {
  transition: all 0.3s;
}
.has-hover-bg-color a:hover {
  background-color: #041e1e !important;
}

@media (max-width: 768px) {
  .usp-wrapper img {
    width: 45px !important;
    height: 45px !important;
  }
  .usp-wrapper .wp-block-columns {
    gap: 1em;
  }
}

.collapsible-content {
  background: transparent;
}

.teknikfix-collapsible-toggle {
  border: none;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
  background: transparent;
}
.teknikfix-collapsible-toggle:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}

@media (max-width: 768px) {
  .hero-banner-wrapper {
    padding-top: 0 !important;
  }
  .hero-banner-wrapper main#wp--skip-link--target {
    border-radius: 0 !important;
    margin: 0 0 !important;
    padding: 20px !important;
    min-height: auto !important;
  }
  .hero-banner-wrapper .hero-banner .wp-block-group {
    padding: 30px 0px !important;
  }
  .hero-banner-wrapper .hero-banner .wp-block-cover__inner-container {
    width: 100% !important;
  }
}

div#banner-content-box > div {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  div#banner-content-box > div {
    padding: 25px !important;
  }
}

.banner-full-width {
  margin: 0;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper,
div#kco-order-review,
.wc-block-components-notice-banner.is-info,
.teknikfix-checkout-coupon-form {
  display: none;
}

.woocommerce-checkout {
  background-color: var(--wp--preset--color--custom-color-1);
}
.woocommerce-checkout .entry-content {
  margin: 0 !important;
  padding: 30px 0 50px;
}
.woocommerce-checkout .wc-block-mini-cart__title {
  margin: 0 0 20px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .wc-block-mini-cart__title {
    font-size: 18px;
  }
}
.woocommerce-checkout .woocommerce.wp-block-group.alignwide {
  max-width: 100%;
  width: 100%;
}
.woocommerce-checkout .wp-block-post-title {
  display: none;
}
.woocommerce-checkout form.checkout.woocommerce-checkout.kco-checkout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}
.woocommerce-checkout form.checkout.woocommerce-checkout.kco-checkout div#kco-iframe {
  float: none;
  width: 100%;
  padding: 0 !important;
}
.woocommerce-checkout form.checkout.woocommerce-checkout.kco-checkout #kco-wrapper {
  padding: 50px;
  flex: 0 0 60%;
  background: #fff;
}
@media (max-width: 768px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout.kco-checkout #kco-wrapper {
    flex: 0 0 100%;
    order: 2;
    padding: 40px 25px;
  }
}
.woocommerce-checkout form.checkout.woocommerce-checkout.kco-checkout .teknikfix-order-summary {
  max-width: 37%;
  flex: 0 0 37%;
  background: #fff;
  padding: 50px;
}
@media (max-width: 768px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout.kco-checkout .teknikfix-order-summary {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 20px;
    margin-top: -30px;
    padding: 40px 25px;
  }
}
.woocommerce-checkout .teknikfix-cart-order-summary {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  margin-top: 15px;
}
.woocommerce-checkout .teknikfix-cart-order-summary .order-apply-coupon-wrapper {
  margin-top: 20px;
}
.woocommerce-checkout .teknikfix-cart-order-summary a#show-coupon {
  position: relative;
  padding-right: 20px;
  color: #000;
  text-decoration: underline !important;
  font-weight: 600;
}
.woocommerce-checkout .teknikfix-cart-order-summary a#show-coupon:hover {
  color: var(--wp--preset--color--btn-hover-bg);
}
.woocommerce-checkout .teknikfix-cart-order-summary a#show-coupon:after {
  content: "";
  height: 8px;
  width: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  display: block;
}
.woocommerce-checkout .teknikfix-cart-order-summary .teknikfix-checkout-coupon-form {
  flex: 0 0 100%;
}
.woocommerce-checkout .teknikfix-cart-order-summary .teknikfix-checkout-coupon-form input#teknikfix_coupon_code {
  height: 40px;
  width: calc(100% - 150px);
  padding: 10px;
  border: 1px solid #e2e2e2;
  vertical-align: top;
  display: inline-flex;
}
.woocommerce-checkout .teknikfix-cart-order-summary .teknikfix-checkout-coupon-form a.button.wp-element-button.coupon-button {
  height: 40px;
  display: inline-flex;
  border-radius: 0;
  line-height: 1;
  margin: 0;
  border: none;
  vertical-align: top;
  align-items: center;
  font-size: 14px;
  padding: 0;
  width: 140px;
  justify-content: center;
  font-weight: 500;
}
.woocommerce-checkout .teknikfix-cart-order-summary > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-checkout .teknikfix-cart-order-summary > div.order-total-wrapper {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout .teknikfix-cart-order-summary > div.order-total-wrapper span.order-total-tax {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .mini-cart-items-wrapper {
  margin-top: 0;
}
.woocommerce-checkout .mini-cart-items-wrapper ul.mini-cart {
  padding: 0;
  top: 0;
}
.woocommerce-checkout small.includes_tax {
  display: none;
}
.woocommerce-checkout .mini-cart-items-wrapper ul.mini-cart > li .teknikfix-product-title a {
  font-size: 16px !important;
}
.woocommerce-checkout a.remove {
  height: 25px;
  width: 25px;
}
.woocommerce-checkout a.remove img {
  height: 25px;
}
.woocommerce-checkout span.order-shipping-value {
  font-size: 0;
}
.woocommerce-checkout span.order-shipping-value span.woocommerce-Price-amount.amount {
  font-size: 16px;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .text-right-mobile {
    justify-content: right;
    text-align: right;
    width: 100%;
  }
}

.checkout-title {
  margin: 0 0 20px;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 28px;
}
@media (max-width: 768px) {
  .checkout-title {
    padding-left: 15px;
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .absolute-mobile {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    width: 150px;
    text-align: center;
  }
}

.mini-cart.tm-addon-products .product {
  position: relative;
  padding-right: 20px;
}
.mini-cart.tm-addon-products .product::after {
  font-family: fontawesome;
  font-size: 1em;
  content: "\f3be";
  font-weight: 900;
  margin: 0 0.5em;
  padding: 0;
  opacity: 0.3;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}

div#kco-iframe > h2 {
  margin: 0 0 20px;
  font-size: 20px;
}
@media (max-width: 768px) {
  div#kco-iframe > h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.left-sidebar-menu .wp-block-navigation__container {
  padding: 0 !important;
  width: 100%;
  gap: 0;
}
.left-sidebar-menu .wp-block-navigation__container > li {
  padding: 0 !important;
  width: 100%;
  display: block;
}
.left-sidebar-menu .wp-block-navigation__container > li > a {
  padding: 10px 15px;
  border-bottom: 1px solid #eceaea;
  transition: all 0.3s;
  position: relative;
}
.left-sidebar-menu .wp-block-navigation__container > li > a:hover {
  background-color: #f2f2f2;
}
.left-sidebar-menu .wp-block-navigation__container > li > a:after {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../images/arrow.png);
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: 15px;
  top: 15px;
  transform: rotate(-90deg);
  z-index: 99;
}
.left-sidebar-menu .wp-block-navigation__container > li.current-menu-item a {
  background-color: #f2f2f2;
}

.woocommerce-order-received tr.order-total * {
  font-size: 18px;
}
.woocommerce-order-received .woocommerce {
  display: block !important;
  padding-top: 0 !important;
}
.woocommerce-order-received .woocommerce .tc-associated-table-product-indent > p {
  display: block !important;
  flex: 100%;
  margin: 0 !important;
}
.woocommerce-order-received .woocommerce .tc-associated-table-product-indent > p a {
  font-weight: normal !important;
}
.woocommerce-order-received .woocommerce table {
  width: 100%;
}
.woocommerce-order-received .woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 22px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 25px auto 40px;
  }
}
.woocommerce-order-received .woocommerce section.woocommerce-order-details {
  text-align: center;
}
.woocommerce-order-received .woocommerce section.woocommerce-order-details > p {
  display: none;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
  background: #f2f2f2;
  margin: 0 0 60px;
  padding: 30px;
  text-align: center;
  border: 1px solid #d5d5d5;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce-order-received .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details li strong {
  font-weight: normal !important;
  font-size: 16px;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
  }
  .woocommerce-order-received .woocommerce ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-received table.shop_table thead {
    display: none;
  }
  .woocommerce-order-received table.shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 30px);
    flex-wrap: wrap;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .woocommerce-order-received table.shop_table tbody tr td {
    border: none !important;
    padding: 0 !important;
  }
  .woocommerce-order-received table.shop_table tbody tr td.teknikfix-order-detail-qty {
    padding-left: 70px !important;
    display: block;
  }
  .woocommerce-order-received table.shop_table tbody tr td.woocommerce-table__product-name.product-name {
    flex: 0 0 100%;
  }
  .woocommerce-order-received table.shop_table tbody tr td.woocommerce-table__product-name.product-name .teknikfix-order-detail-product-name {
    max-width: calc(100% - 100px);
  }
  .woocommerce-order-received table.shop_table tbody tr.tc-associated-table-product td.teknikfix-order-detail-qty {
    padding-left: 100px !important;
  }
  .woocommerce-order-received table.shop_table tfoot td:empty {
    display: none;
  }
  .woocommerce-order-received table.shop_table tfoot tr {
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 30px);
  }
  .woocommerce-order-received table.shop_table tfoot tr th, .woocommerce-order-received table.shop_table tfoot tr td {
    flex: 0 0 50%;
    padding: 0 !important;
  }
  .woocommerce-order-received table.shop_table tfoot tr td {
    text-align: right;
    padding-right: 0;
  }
  .woocommerce-order-received table.shop_table tfoot tr td span {
    display: inline-block;
    text-align: right;
  }
}
.woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns .woocommerce-column__title {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns .woocommerce-column__title {
    font-size: 18px !important;
  }
}
.woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns address {
  width: 100%;
  min-height: 208px;
  background: #fbfbfb;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns address {
    background: #fff;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-order-details__title {
    margin: 0 0 40px 0;
  }
}
.woocommerce-order-received td.woocommerce-table__product-total.product-total,
.woocommerce-order-received th.woocommerce-table__product-table.product-total {
  text-align: right;
  padding-right: 0;
}

.thankyou-page-shop-link {
  text-align: center;
  padding-top: 20px;
}
.thankyou-page-shop-link a {
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 15px 35px;
  transition: all 0.3s;
}
.thankyou-page-shop-link a:hover {
  background: var(--wp--preset--color--btn-hover-bg);
}
.thankyou-page-shop-link a br {
  display: none;
}

.teknikfix-order-proposal-wrapper {
  width: 100%;
  background-color: #F2F2F2;
  padding: 60px 0;
}
.teknikfix-order-proposal-wrapper h2 {
  margin: 0 0 30px;
}
.teknikfix-order-proposal-wrapper p:not(:last-child) {
  margin: 0 0 25px;
}
@media (max-width: 1500px) {
  .teknikfix-order-proposal-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 1000px) and (max-height: 1200px) {
  .teknikfix-order-proposal-wrapper {
    padding: 0 15px;
  }
}

.teknikfix-order-proposal-content {
  background-color: #FFFFFF;
  padding: 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.wpfMainWrapper {
  padding-top: 55px;
}
.wpfMainWrapper .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.wpfMainWrapper .ui-slider-horizontal {
  height: 0.5em;
}
.wpfMainWrapper .wpfFilterWrapper {
  padding: 20px 15px 10px !important;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle {
  background: #fff;
  border: 6px solid var(--wp--preset--color--primary) !important;
  border-radius: 50%;
}
.wpfMainWrapper .wpfFilterWrapper .ui-slider .ui-slider-range {
  background: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
}
.wpfMainWrapper .wpfFilterTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.wpfMainWrapper .wpfFilterTitle .wfpTitle {
  margin: 0;
  height: auto;
  padding: 0;
}
.wpfMainWrapper .wpfFilterTitle i {
  font-size: 12px;
}
.wpfMainWrapper .wpfFilterTitle p {
  margin: 0;
}
.wpfMainWrapper .wpfFilterContent select {
  height: 45px;
  border: 1px solid #cbcbcb;
  padding: 10px;
}
.wpfMainWrapper .wpfTitleToggle:before {
  content: "\f054";
  transition: all 0.3s;
}
.wpfMainWrapper .wpfTitleToggle.fa-minus:before {
  content: "\f054";
  transform: rotate(90deg);
}
@media (min-width: 767px) {
  .wpfMainWrapper .wpfFilterButtons {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #eee;
    padding: 15px 15px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .wpfMainWrapper .wpfFilterButtons:after {
    content: "Filter";
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 18px;
    font-weight: bold;
    background: url(https://dev.teknikfix.se/wp-content/uploads/2024/06/sort.png);
    padding-left: 35px;
    background-size: 25px;
    background-position: center left;
    background-repeat: no-repeat;
  }
}
.wpfMainWrapper button.wpfClearButton.wpfButton {
  margin: 0;
  padding: 0;
  min-height: auto;
  background: transparent;
  width: auto;
  text-decoration: underline !important;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wpfMainWrapper {
    padding-top: 0;
    margin: 0 -15px;
    width: 100vw !important;
  }
  .wpfMainWrapper .wpfFilterButtons {
    text-align: center;
    margin-top: 20px;
  }
}
.wpfMainWrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 20px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px !important;
}

@media (max-width: 768px) {
  .archive .woocommerce .woocommerce-breadcrumb {
    margin-top: 20px;
  }
}

button.wfpHideButton.wfpButton.wfpClickable {
  border: none;
  background: var(--wp--preset--color--primary);
  color: #fff;
  max-width: 100%;
  border-radius: 0;
  text-transform: initial;
}
@media (max-width: 768px) {
  button.wfpHideButton.wfpButton.wfpClickable {
    display: none;
  }
}

label.wpfLiLabel {
  margin-bottom: 0;
}
label.wpfLiLabel p:empty {
  display: none;
}

.teknikfix-filter-wrapper {
  position: fixed;
  height: 0;
  width: 100%;
  top: 0;
  padding-top: 60px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.teknikfix-filter-wrapper > .wpfFilterWrapper,
.teknikfix-filter-wrapper .wpfFilterButtons {
  display: block !important;
}

.show-teknikfix-filter .teknikfix-filter-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  height: 100vh;
  overflow: auto;
}

button.teknikfix-wfp-filter-btn {
  background: #101E71;
  border: none;
  height: 45px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 10px 25px 10px 53px;
}
button.teknikfix-wfp-filter-btn:before {
  content: "";
  background: url(https://dev.teknikfix.se/wp-content/uploads/2024/06/sort.png);
  background-size: 25px;
  background-position: center left;
  background-repeat: no-repeat;
  filter: url(#wp-duotone-fff-ffffff-2);
  position: absolute;
  right: 0;
  height: 25px;
  width: 25px;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

button.teknikfix-wfp-filter-btn.teknikfix-wfp-filter-close {
  background: transparent;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.teknikfix-wfp-filter-btn.teknikfix-wfp-filter-close:before {
  display: none;
}
button.teknikfix-wfp-filter-btn.teknikfix-wfp-filter-close:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../images/close.png);
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center;
  z-index: 99;
  position: absolute;
}

@media (max-width: 768px) {
  .sale-banner {
    min-height: 300px !important;
  }
}

.link-buttons a {
  min-width: 205px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .link-buttons {
    overflow: auto;
    white-space: nowrap;
    display: block !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .link-buttons::-webkit-scrollbar {
    display: none;
  }
  .link-buttons a {
    margin-right: 10px;
  }
  .link-buttons.single-btn {
    display: flex !important;
  }
}

.link-buttons a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.overlap-on-top {
  margin-top: -100px !important;
  position: relative;
  z-index: 99;
}

span.onsale + .hide {
  display: none;
}

span.onsale span.onsale {
  position: absolute !important;
  top: 10px !important;
  z-index: 99 !important;
  right: 10px !important;
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  border: 3px solid #D9D9D9;
  left: auto !important;
  padding: 0 !important;
}
span.onsale span {
  font-weight: 300;
}

.teknikfix-category-products-wrapper span.onsale,
.product span.onsale {
  position: absolute !important;
  top: 10px !important;
  z-index: 99 !important;
  right: 10px !important;
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  border: 3px solid #D9D9D9;
  left: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.teknikfix-product-collage ul.products {
  justify-content: space-between;
  margin: 0;
}
.teknikfix-product-collage ul.products > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teknikfix-product-collage ul.products > ul.product-left {
  max-width: 40%;
  flex: 40%;
}
.teknikfix-product-collage ul.products > ul.product-left .wc-block-components-product-image {
  flex: 0 0 40%;
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-left .wc-block-components-product-image {
    flex: 0 0 100%;
  }
}
.teknikfix-product-collage ul.products > ul.product-left .wc-block-components-product-image img {
  max-height: 265px;
  min-height: 265px;
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-left .wc-block-components-product-image img {
    max-height: 220px;
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-left {
    max-width: 100%;
  }
}
.teknikfix-product-collage ul.products > ul.product-right {
  max-width: calc(60% - 30px);
  flex: 0 0 calc(60% - 30px);
}
.teknikfix-product-collage ul.products > ul.product-right > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teknikfix-product-collage ul.products > ul.product-right > li .wc-block-components-product-image {
  flex: 0 0 30%;
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-right > li .wc-block-components-product-image {
    flex: 0 0 100%;
  }
}
.teknikfix-product-collage ul.products > ul.product-right > li .wc-block-components-product-image img {
  max-height: 144px;
  min-height: 144px;
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-right > li .wc-block-components-product-image img {
    max-height: 220px;
    min-height: 220px;
  }
}
.teknikfix-product-collage ul.products > ul.product-right > li > div {
  flex: 0 0 65%;
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-right > li > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-right > li span.onsale {
    right: auto;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .teknikfix-product-collage ul.products > ul.product-right {
    max-width: 100%;
  }
}
.teknikfix-product-collage ul.products > ul > li {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  margin: 0 0 30px;
}
.teknikfix-product-collage ul.products > ul > li .wc-block-components-product-image a {
  background: transparent;
  padding: 0 !important;
}
.teknikfix-product-collage h3.teknikfix-product-title a {
  font-size: 18px !important;
}

.special-page h3.teknikfix-product-title a {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .special-page .teknikfix-category-product-title-link-wrapper h3,
  .special-page .teknikfix-category-product-title-link-wrapper a {
    font-size: 16px !important;
  }
}

.special-page-usp {
  overflow: auto;
  white-space: nowrap;
  display: block !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.special-page-usp::-webkit-scrollbar {
  display: none;
}
.special-page-usp > div {
  display: inline-block;
  white-space: normal;
  margin-right: 10px;
  max-width: 87%;
}

.special-page-mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .special-page-mobile-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .special-page-desktop-only {
    display: none !important;
  }
}

.special-page-contents {
  flex-wrap: wrap !important;
  justify-content: space-between;
  gap: 0 !important;
  display: flex;
}
.special-page-contents > div {
  max-width: 46%;
  flex: 0 0 46%;
  flex-basis: auto !important;
  width: 100% !important;
  display: block;
  margin: 15px 0 !important;
}
@media (max-width: 767px) {
  .special-page-contents > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.special-page-contents > div .wp-block-heading {
  min-height: 55px;
}

.toggler-btn a {
  background: transparent;
  color: #000;
  text-decoration: underline !important;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

@media (max-width: 768px) {
  .usp-wrapper.mobile-only > div {
    overflow: auto;
    white-space: nowrap;
    display: block !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .usp-wrapper.mobile-only > div::-webkit-scrollbar {
    display: none;
  }
  .usp-wrapper.mobile-only > div > div {
    display: inline-block;
    white-space: normal;
    margin-right: 10px;
    max-width: 87%;
  }
}

.grade span {
  cursor: pointer;
}

.single-page-grader {
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  padding: 0 !important;
  flex: 0 0 35px;
}

.single-grader-content h3 {
  line-height: 1;
}
.single-grader-content p {
  margin-top: 6px !important;
}

.slide-content a.button.download-report {
  padding: 12px 15px;
}

button.toggle-slide.toggle-close {
  top: 30px;
}

@media (min-width: 767px) {
  .teknikfix-environment-box-content {
    max-width: 70%;
    flex: 0 0 70%;
  }
}

.teknikfix-environment-box-wrapper {
  background: #F1F6EF;
  padding: 20px !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .teknikfix-environment-box-wrapper {
    padding: 30px 20px !important;
  }
}
.teknikfix-environment-box-wrapper img {
  height: 45px;
  width: 45px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .teknikfix-environment-box-wrapper img {
    width: 60px;
  }
}
.teknikfix-environment-box-wrapper .teknikfix-environment-box-content h3 {
  margin: 0;
}
.teknikfix-environment-box-wrapper .teknikfix-environment-box-content p {
  margin: 0;
}
@media (max-width: 768px) {
  .teknikfix-environment-box-wrapper .teknikfix-environment-box-content {
    flex: 0 0 calc(100% - 70px);
  }
}
.teknikfix-environment-box-wrapper .teknikfix-environment-box-readmore {
  min-width: 100px;
  text-align: right;
}
.teknikfix-environment-box-wrapper .teknikfix-environment-box-readmore button {
  border: none;
  background-color: transparent;
  color: #000;
  text-decoration: underline !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .teknikfix-environment-box-wrapper .teknikfix-environment-box-readmore {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 70px;
    text-align: left;
    margin-top: 10px;
  }
  .teknikfix-environment-box-wrapper .teknikfix-environment-box-readmore button {
    padding: 0;
  }
}

.slide-content .teknikfix-environment-box-wrapper {
  margin-top: 25px;
  align-items: flex-start;
}
.slide-content a.button.download-report {
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s;
}
.slide-content a.button.download-report:hover {
  background: var(--wp--preset--color--btn-hover-bg);
}
.slide-content .about-link {
  color: #000;
  text-decoration: underline !important;
}
.slide-content .teknikfix-environment-box-content > div:last-child {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .custom-block-wrapper {
    padding: 0 !important;
  }
}

.teknikfix-accordion-item-header {
  background: none !important;
  padding: 10px 0 !important;
}
.teknikfix-accordion-item-header .ui-icon:after {
  color: #000 !important;
}
.teknikfix-accordion-item-header h3 {
  flex: 100% !important;
}
.teknikfix-accordion-item-header h3 a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
}
.teknikfix-accordion-item-header h3 a:focus {
  outline: 1px solid #000 !important;
}

.teknikfix-accordion-content-wrapper {
  padding: 0 !important;
}

.wp-block-teknikfix-accordion-item {
  margin-bottom: 0 !important;
  border-top: 1px solid #eee;
  padding: 8px 0;
}

.p-relative {
  position: relative;
}

.service-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #1A7AD9;
  color: #fff;
  padding: 8px 30px;
  font-weight: 600;
  border-radius: 0 8px 0 0;
}
@media (max-width: 768px) {
  .service-tag {
    border-radius: 0;
    right: -15px;
  }
}

.teknikfix-location {
  position: absolute;
  height: 100%;
  width: 100% !important;
  top: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  color: #000;
}

button, select, input, a {
  color: #000;
}

:root {
  --drawer-width: 490px;
}

@media (max-width: 1500px) {
  body {
    --wp--style--global--content-size: 1200px;
    --wp--style--global--wide-size: 1200px;
  }
}
@media (min-width: 1500px) {
  .dgwt-wcas-search-wrapp {
    max-width: 330px !important;
  }
}
@media (min-width: 1400px) {
  .with-search-bar {
    min-width: 380px;
  }
}
@media (min-width: 767px) {
  div#sticky-header .dgwt-wcas-search-wrapp {
    display: none;
  }
  div#sticky-header .with-search-bar .dgwt-wcas-search-wrapp {
    display: block;
  }
  .single-product span.delimiter:last-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  div#sticky-header .with-search-bar .dgwt-wcas-search-wrapp {
    display: none;
  }
  span.delimiter {
    transform: rotate(90deg);
    margin: 0 5px 0 0;
  }
}
.page-template-wp-custom-template-full-width-page .entry-content {
  margin: 0;
}

.button:hover {
  background: var(--wp--preset--color--btn-hover-bg) !important;
}

.wc-block-product-gallery-large-image__image-element {
  padding: 0 !important;
}

.grade {
  max-width: 35px;
  flex: 0 0 35px;
  top: 5px;
  position: relative;
}
.grade span {
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

button.toggle-slide.toggle-close {
  position: absolute;
  right: 30px;
  border: none;
  background: transparent;
  width: 30px;
  cursor: pointer;
  z-index: 99999;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
}
button.toggle-slide.toggle-close img {
  display: none;
}
button.toggle-slide.toggle-close:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../images/close.png);
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center;
  /* right: 15px; */
  /* top: 50%; */
  /* transform: translate(0, -50%); */
  z-index: 99;
  position: absolute;
}

.teknikfix-overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

div.teknikfix-slide-wrapper {
  max-width: 490px;
  width: 100%;
  right: -500px;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  padding: 30px;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
div.teknikfix-slide-wrapper::-webkit-scrollbar {
  display: none;
}
div.teknikfix-slide-wrapper h3 {
  margin-top: 0;
}

.show-slide .teknikfix-overlay {
  visibility: visible;
  opacity: 0.8;
  z-index: 9999;
}
.show-slide div.teknikfix-slide-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 999999;
  right: 0;
}

.teknikfix-condition-box-wrapper {
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s;
  cursor: pointer;
  padding: 20px !important;
}
@media (max-width: 768px) {
  .teknikfix-condition-box-wrapper {
    padding: 30px 20px !important;
  }
}
.teknikfix-condition-box-wrapper:hover {
  background-color: #fbfbfb;
}
.teknikfix-condition-box-wrapper + button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 20px 0;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.teknikfix-condition-box-content {
  flex: 0 0 calc(100% - 50px);
}
.teknikfix-condition-box-content h3 {
  margin: 0;
}
.teknikfix-condition-box-content p {
  margin: 5px 0 0;
}

.grade-outer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 30px;
}
.grade-outer ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.grade-outer ul li {
  position: relative;
  padding-left: 15px;
}
.grade-outer ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

.has-bg-white {
  background-color: #fff;
}

.has-shadow {
  background: rgba(255, 255, 255, 0.7803921569) !important;
  box-shadow: -1px 6px 10px rgba(217, 217, 217, 0.5098039216);
  padding: 50px !important;
}

@media (min-width: 767px) {
  .show-on-mobile {
    display: none !important;
  }
}

.teknikfix-environment-box-content h3,
.teknikfix-environment-box-content .environment-box-title,
.teknikfix-condition-box-content h3,
.teknikfix-condition-box-content .environment-box-title {
  font-size: 16px;
}

.mt-6 {
  margin-top: 6px !important;
  line-height: 1;
}

.title-box {
  border-radius: 0 10px 10px 0;
}

table, time, td, tr, button {
  font-size: 16px;
}

form, input, select, textarea, button.toggle-slide, .toggle-slide strong, button.toggle-more {
  font-family: inherit !important;
}

@media (max-width: 768px) {
  body, div, p, select, form, button, .button, li, ul, ol, a {
    font-size: 16px !important;
  }
}

h1 a {
  font-family: inherit !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 20px !important;
  }
  h1 a {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  .size-mb-24 {
    font-size: 24px !important;
  }
  .size-mb-24 a {
    font-size: 24px !important;
  }
}

h2 {
  line-height: 28px !important;
}
h2 a {
  font-family: inherit !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 18px !important;
  }
}

h3 a {
  font-family: inherit !important;
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px !important;
  }
}

h4 a {
  font-family: inherit !important;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pt-mb-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .pb-mb-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .py-mb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

@media (max-width: 768px) {
  .py-mb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (max-width: 768px) {
  .py-mb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .px-mb-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .pl-pr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 768px) {
  .mx-mb-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

@media (max-width: 768px) {
  .p-mb-0 {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .p-mb-25 {
    padding: 25px !important;
  }
}

@media (max-width: 768px) {
  .p-mb-15 {
    padding: 15px !important;
  }
}

@media (max-width: 768px) {
  .pt-mb-20 {
    padding-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .pb-mb-25 {
    padding-bottom: 25px !important;
  }
}

@media (max-width: 768px) {
  .order-mb-2 {
    order: 2;
  }
}

@media (max-width: 768px) {
  .mt-mb-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .gap-mb-0 {
    gap: 0 !important;
  }
}

@media (max-width: 768px) {
  .bg-mb-white {
    background-color: #fff !important;
  }
}

@media (max-width: 768px) {
  .size-mb-large {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 768px) {
  .featured-image-wrapper {
    order: 1;
    margin: 0 -15px !important;
  }
  .featured-image-wrapper img {
    border-radius: 0 !important;
  }
}

.h-100, .h-100 img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .change-radius-mb img {
    border-radius: 8px 8px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .radius-mb-0, .radius-mb-0 img {
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .border-mb-0 {
    border: none !important;
  }
}

@media (max-width: 768px) {
  .full-width-mobile {
    margin: 0 -15px !important;
  }
}

@media (max-width: 768px) {
  .text-mb-center {
    text-align: center !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .absolute-heading-mobile {
    position: absolute !important;
    bottom: 3px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    background: #fff !important;
    padding: 20px 10px !important;
    border-radius: 0 !important;
    box-shadow: -1px 20px 0px 0px #f5f5f5;
    z-index: 999999 !important;
  }
}

.wc-block-components-product-image.wc-block-grid__product-image img {
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

@media (max-width: 768px) {
  .page-template-wp-custom-template-page-with-navigation-sidebar h1 {
    padding-top: 40px !important;
    padding-bottom: 15px !important;
  }
}

/* fixing all the ipad and laying ipad issue */
@media (max-width: 1000px) and (max-height: 1200px) {
  .wp-block-navigation ul, .wp-block-navigation ul li {
    gap: 10px;
  }
  .wp-block-site-logo img {
    max-width: 100px;
  }
  .tel-row.is-nowrap {
    display: none;
  }
  .teknikfix-products-slider {
    padding: 0 15px;
  }
  .content-slider-wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #tab-similar_products .teknikfix-silmilar-products-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 800px) and (max-height: 1050px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex !important;
  }
  ul.wc-block-product-gallery-large-image__container {
    max-height: 50vh;
  }
  .custom-block-wrapper.desktop-only {
    padding: 0 15px !important;
  }
}
.wp-block-teknikfix-product-image-gallery .teknikfix-main-image img {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px 80px;
}

.wp-block-teknikfix-product-image-gallery .teknikfix-thumbnail .slick-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5px;
}

.teknikfix-main-image.slick-initialized.slick-slider {
  width: 100%;
}

.full-width > div {
  width: 100% !important;
  max-width: 100% !important;
}

#business-private-switcher {
  display: flex !important;
}

.grecaptcha-badge {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.page-template-wp-custom-template-full-width-page .entry-content p a {
  text-decoration: underline !important;
}

/* product price css */
.teknikfix-price-inner-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.teknikfix-ordinary-price-label-wrapper span {
  font-size: 16px;
  font-weight: 400;
}

.teknikfix-ordinary-price-label-wrapper i {
  padding-left: 5px;
  font-size: 18px;
  cursor: pointer;
}

.teknikfix-regular-price.teknikfix-regular-price-only > .woocommerce-Price-amount.amount {
  color: var(--wp--preset--color--secondary);
}

.teknikfix-price-wrapper .teknikfix-sale-price {
  line-height: 1;
}

.teknikfix-regular-price, .single-product .teknikfix-price-wrapper {
  margin-top: 0 !important;
}

.teknikfix-price-wrapper {
  margin-top: 10px;
}

dt.tm-options-totals {
  display: none !important;
}

.tm-extra-product-options-totals.tm-custom-price-totals {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.tm-options-totals .price.amount.options del {
  font-size: 16px;
  opacity: 1;
}

.tm-extra-product-options-totals.tm-custom-price-totals {
  margin-bottom: 0;
}

.tc-totals-form .teknikfix-ordinary-price {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 400;
}

.tm-no-options .wp-block-column .teknikfix-price-wrapper .teknikfix-regular-price {
  font-size: 32px !important;
}

.teknikfix-ordinary-price, .teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper {
  font-size: 14px;
  color: #5c5c5c;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.5;
}

.teknikfix-ordinary-price i, .teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper i {
  color: #000;
  font-size: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper .teknikfix-ordinary-price-label, .teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper .woocommerce-Price-amount.amount {
  font-size: 14px;
}

.teknikfix-price-inner-wrapper .teknikfix-sale-price, .tc-totals-form .tm-custom-price-totals dd.tm-options-totals {
  padding-top: 5px !important;
}

.wp-block-add-to-cart-form .teknikfix-ordinary-price {
  font-size: 16px;
}

.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-price-wrapper {
  gap: 12px;
}

.hide-options-total .tm-custom-price-totals dd.tm-final-totals span.price.amount.final {
  color: var(--wp--preset--color--secondary);
}

@media (max-width: 768px) {
  .archive .teknikfix-price-wrapper .teknikfix-sale-price, .teknikfix-silmilar-products-wrapper .teknikfix-price-wrapper .teknikfix-sale-price, .teknikfix-category-products-wrapper .teknikfix-price-wrapper .teknikfix-sale-price, .teknikfix-ordinary-price {
    font-size: 14px !important;
  }
  .archive .teknikfix-price-wrapper .teknikfix-sale-price, .teknikfix-silmilar-products-wrapper .teknikfix-price-wrapper .teknikfix-sale-price, .teknikfix-category-products-wrapper .teknikfix-price-wrapper .teknikfix-sale-price {
    padding-top: 5px !important;
  }
}
.teknikfix-ordinary-price .toggle-slide,
.teknikfix-ordinary-price-label-wrapper .toggle-slide {
  display: none;
}

/* share cart design css  */
.wsc_popup_footer,
.wsc_share_cart_loader,
.wsc_share_cart_popup .wsc_email_fields .wsc_name,
.wsc_share_cart_popup .wsc_email_fields .wsc_message {
  display: none !important;
}

.wp-block-woocommerce-mini-cart-contents .wsc_save_share_cart_btns {
  display: none;
}

#kco-wrapper .wsc_save_share_cart_btns {
  display: none;
}

.teknikfix-order-summary {
  position: relative;
}

.wsc_share_cart {
  background-color: #0E0F0E;
  color: #fff;
  font-family: inherit;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.wsc_send_cart {
  background-color: #0E0F0E;
  color: #fff;
  font-family: inherit;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  width: 100%;
}

@media (max-width: 768px) {
  .wsc_share_cart {
    font-size: 12px !important;
    padding: 4px 10px;
  }
}
.wsc_share_cart:hover, .wsc_send_cart:hover {
  background-color: rgb(51, 53, 54);
}

.teknikfix-header-product-rating img {
  width: 140px !important;
}

.teknikfix-header-product-rating .teknikfix-rating-wrapper {
  margin-right: -24px !important;
  margin-top: 0 !important;
}

/* share cart design css  */
.wsc-email-cart-products__price {
  white-space: nowrap;
}

.teknikfix-location {
  top: -55px !important;
}

.teknikfix-location iframe {
  width: 100vw;
}

/* pdp optional product css  */

.teknikfix-optional-product-heading {
    font-size: 16px;
    margin-bottom: 24px;
}

.teknikfix-optional-product-item select {
    width: 100%;
    padding: 10px;
    font-size: 14px !important;
    border: 1px solid rgba(223, 223, 223, 0.9294117647);
    margin-bottom: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

.teknikfix-optional-product-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 24px;
}

.teknikfix-optional-product-item{
    position: relative;
}

.teknikfix-optional-product-item:after{
    content: '\f107';
    font-family: fontAwesome;
    position: absolute;
    top: 20px;
    transform: translate(0, -50%);
    right: 12px;
    font-size: 13px;
    transition: all .3s;
    font-weight: 600;
    color: #000;
}

.teknikfix-optional-product-title{
    left: 10px;
    z-index: 99;
    background: white;
    display: inline-block;
    width: auto;
    padding: 0 7px;
    top: -10px;
    position: absolute;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 1199px) {
    .teknikfix-optional-product-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* mini cart tm addon css  */

.mini-cart .tm-addon-products .grade.toggle-slide , .cart_item.teknikfix-ep-product-item .tm-cart-edit-options{
    display: none;
}

.mini-cart .teknikfix-regular-price.teknikfix-regular-price-only{
    display: flex;
    gap: 13px;
}


.mini-cart-items-wrapper ul.mini-cart > li .teknikfix-price-wrapper{
    align-items: baseline !important;
    gap: 0 12px;
    flex-direction: column;
}

.mini-cart .teknikfix-ordinary-price{
    font-size: 18px;
}

@media (max-width:500px) {
    
    .mini-cart .teknikfix-sale-price{
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    
     .mini-cart .teknikfix-regular-price.teknikfix-regular-price-only{
        flex-direction: column;
        gap: 0;
    }
    
.mini-cart .teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper .teknikfix-ordinary-price-label,
    .mini-cart .teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper .woocommerce-Price-amount.amount,
    .mini-cart .teknikfix-regular-price.teknikfix-regular-price-only .teknikfix-ordinary-price-label-wrapper .woocommerce-Price-amount.amount > span{
        font-size: 14px !important;
    }

}

.wc-block-components-drawer__content .wc-block-components-notices{
  display: none;
}

/* checkout tm addon css  */

.cart_item.teknikfix-ep-product-item .product-name, .woocommerce-order-received .teknikfix-ep-product-item .product-name{
    padding-left: 3em;
    display: flex;
}

.cart_item.teknikfix-ep-product-item .product-name{
    flex-direction: column;
}

.cart_item.teknikfix-ep-product-item .product-total, .woocommerce-order-received .teknikfix-ep-product-item .product-total{
    width: 160px;
}

.cart_item.teknikfix-ep-product-item .product-total::after, .woocommerce-order-received .teknikfix-ep-product-item .product-total::after{
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 1em;
    content: "\f3be";
    font-weight: 900;
    margin: 0 0.5em;
    padding: 0;
    opacity: 0.3;
    display: inline-block;
    transform: rotate(90deg);
}

/* contact us location css */

@media (max-width:768px) {
    .teknikfix-location-wrapper, .teknikfix-location-outer-wrapper{
        min-height: 275px !important;
    }

    .teknikfix-location iframe{
        height: 275px;
    }
}

.conditional-box-title{
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat';
}

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

/* Cart drawer close-button position fix (2026-05-31) */
.wc-block-mini-cart__drawer .wc-block-components-drawer__close-wrapper {
  top: 14px !important;
  right: 16px !important;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close {
  background: transparent !important;
  color: #1F2937 !important;
  border: none !important;
}
