.absolute-footer,
html {
  background-color: #FFF !important;
}

/* CSS Variables */
:root {
  --link-color: #1b75d0;
  --border-radius-s: 0;
  --border-radius-m: 0;
  --border-radius-l: 0;
  --background-color-grey: #f5f5f5; 
  --background-color-hover: #F3F3F3;
  --background-color-lightgrey: #FBFBFB;
  --background-scroll: #efefef;
  --border-1px-primary: 1px solid #212121;
  --border-1px-grey: 1px solid #efefef;
  --border-1px-darkgrey: 1px solid #bdbdbd;
  --border-1px-lightgrey: 1px solid #f5f5f5;
  --border-2px-lightgrey: 2px solid #f5f5f5;
  --font-size-xxs: 10px;
  --font-size-xs: 12px;
  --font-size-small: 13px;
  --font-size-medium: 14px;
  --font-size-large: 16px;
  --font-size-xl: 21px;
  --font-size-xxl: 24px;
  --font-size-huge: 32px;
  --font-size-hugeplus: 40px;
  --font-size-h1: 36px;
  --font-size-h2: 32px;
  --font-size-h3: 27px;
  --font-size-h4: 24px;
  --font-size-h5: 22px;
  --font-family-headings: 'Space Grotesk', sans-serif;
}

/* Flatsome - Non-screen size sensitive */
/*GENERAL*/

html {
  scroll-behavior: smooth;
}

a {
  color: var(--link-color);
}

button,
.button {
  border-radius: var(--border-radius-m);
}

* {
  transition: background-color 0.5s ease;
}

.mfp-close svg {
  height: 24px;
  width: 24px;
}

.mfp-container {
  padding: 0;
}

h1.entry-title.mb {
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 20px;
}

td,
th {
  border-bottom: var(--border-1px-grey);
}

.secondary.is-outline:hover {
  color: var(--primary-color);
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border: var(--border-1px-primary);
}

.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
  background-color: #FFF;
  border: var(--border-1px-primary);
  color: var(--primary-color);
}

.button:hover,
.dark .button.is-form:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  box-shadow: unset;
  color: var(--primary-color);
  background-color: var(--background-color-hover);
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  height: 50px;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
  border-radius: var(--border-radius-m);
}

.section-title-normal span {
  border-bottom: unset;
}

.h1,
h1,
.is-xlarge {
  font-size: 2.16rem;
  line-height: 2.34rem;
}

.h2,
h2 {
  font-size: 1.89rem;
}

.h3,
h3 {
  font-size: 1.62rem;
}

.h4,
h4 {
  font-size: 1.44rem;
}

.h5,
h5 {
  font-size: 1.35rem;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Space Grotesk', sans-serif;
}

.widget>ul>li+li,
ul.menu>li+li {
  border-top: var(--border-1px-primary);
}

.is-outline:hover,
.primary.is-outline:hover {
  background-color: unset;
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
.message-wrapper:focus-visible {
  outline: unset;
}

ul.woocommerce-error.message-wrapper,
#wrapper>.message-wrapper {
  outline: none;
}

.track-order-section .order_track_form div.search_order_form button {
  background: #FFF;
  color: var(--primary-color);
}

.track-order-section .order_track_form div.search_order_form button:hover {
  background: var(--background-color-hover);
}

.CookieDeclarationType {
  border-radius: var(--border-radius-m);
}

#tab-description {
    padding: 0;
    overflow: auto;
    border: unset;
}

.product-page-accordian {
  max-width: 700px;
}

.ux-swatches--rounded * {
  border-radius: var(--border-radius-m);
}

.ux-swatch--label {
  padding: 10px;
}

.ux-swatch {
  box-shadow: 0 0 0 1px #efefef
}

.right-arrow:before {
  background-image: url(/wp-content/uploads/2024/09/arrow.svg);
  content: '';
  background-size: contain;
  min-width: 20px;
  min-height: 2.5em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  margin-right: 10px;
  rotate: -90deg;
}

p.stock.in-stock,
p.stock.out-of-stock,
p.stock.available-on-backorder {
  color: var(--primary-color);
  font-weight: normal;
}

.product-main p.stock.in-stock,
.product-main p.stock.out-of-stock,
.product-main p.stock.available-on-backorder {
  font-size: var(--font-size-small);
}

p.stock:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
}

p.stock.available-on-backorder:before {
  background-color: orange;
}

p.stock.in-stock:before {
  background-color: var(--fs-color-success);
}

p.stock.out-of-stock:before {
  background-color: var(--fs-color-alert);
}

.ux-maintenance-mode .text-box-content.text {
  color: var(--primary-color);
}

.ux-maintenance-mode #wrapper .banner-bg.fill {
  background-color: #FFF;
}

.ux-maintenance-mode #wrapper .banner-bg.fill .overlay {
  display: none;
}

.ux-maintenance-mode #wrapper .is-divider.divider.clearfix {
  display: none;
}

a:focus {
  outline: none;
}

.pwb-single-product-brands img {
  max-width: 100px;
  margin-top: -5px;
}

.mfp-ready .mfp-close {
  opacity: 1;
  height: 48px; 
  font-size: 32px;
  padding-right: 10px;
}

.mfp-bg.mfp-ready {
  opacity: .8;
}

.product-container ul {
  padding-left: 20px;
}

.right-arrow-button:before {
  content: '';
  background-image: url(/wp-content/uploads/2024/09/white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  rotate: -90deg;
  vertical-align: middle;
  margin-right: 10px;
  filter: invert(1);
}

.is-outline:hover, .primary.is-outline:hover {
    border-color: #212121;
}

footer .button.white-button-nsx {
    border: 1px solid;
}

.white-button-nsx {
  border: unset;
  color: #212121 !important;
  font-size: var(--font-size-medium);
  padding: 15px 30px;
  letter-spacing: normal;
}
a.button.primary.is-outline.is-xlarge.white-button-nsx.right-arrow-button {
    border-color: #FFF;
}

td {
  color: var(--primary-color);
}

.mfp-wrap .searchform-wrapper .searchform .button.icon i {
  color: #FFF;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: unset;
}

.col-inner ul.message-wrapper li {
  margin-left: 0;
}

a.remove {
  color: var(--primary-color);
}

.badge-container {
  margin: 0;
}

.badge-featured .icon{
	background: url(/wp-content/uploads/2025/06/featured.svg);
	background-size: contain;
}

.badge-circle,
.badge-outline {f
  margin-left: 0;
}

.badge-circle+.badge {
  margin-left: 0;
  margin-top: 0;
}

.badge {
  height: 23px;
  margin-bottom: 5px;
}

.badge.callout.badge-circle {
    display: none;
}

.badge.callout.badge-circle.variation-count {
    display: none;
}

.lb-result__variations, .variation-count, .lb-result__stock-status {
    font-size: var(--font-size-xs);
	text-align: left;
	margin-top: 5px;
}
.lb-result__stock-status:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 3px;
}
.lb-result__stock-status.instock:before {
    background-color: var(--fs-color-success);
}
.lb-result__stock-status.outofstock:before {
    background-color: var(--fs-color-alert);
}
.lb-result__stock-status.onbackorder:before {
    background-color: orange;
}
.stock_variations_grouped:has(.lb-result__variations) .lb-result__stock-status.instock::before {
    margin-right: 13px;
}
.searchanise-search-results-page h1 {
    display: none;
}
.lb-result__variations:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/05/variations.svg);
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
	transform: translateY(2px);
}
#lb-search-element .lb-search .lb-result__actions {
    border-top: var(--border-1px-lightgrey);
    padding-top: 10px;
	margin-top: unset;
}
.stock_variations_grouped {
    margin-bottom: 10px;
	margin-top: auto;
}

.variation-count .badge-inner {
    font-weight: normal;
    font-size: var(--font-size-xs);
}

.badge-featured span.text {
    font-size: var(--font-size-xs);
    line-height: normal;
    vertical-align: middle;
    background-color: var(--fs-color-secondary);
    padding: 4px;
    border-radius: var(--border-radius-s);
}

.badge-featured {
    display: flex;
    column-gap: 5px;
    align-items: center;
    right: 5px;
    top: 5px;
    z-index: 1;
}

.single-product .badge-container:has(.badge-featured) {
    left: 10px;
    top: 10px;
}

input,
select,
textarea,
.select-resize-ghost, 
.select2-container .select2-choice, 
.select2-container .select2-selection, 
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
  border-radius: var(--border-radius-m);
}

.quantity input[type=number] {
  box-shadow: unset;
  border: unset;
  font-weight: bold;
  background-color: transparent;
  width: auto;
  max-width: 32px;
}

.quantity .button.plus,
.quantity .button.minus {
  background-color: transparent;
  color: var(--primary-color);
  font-size: var(--font-size-xxl);
  min-height: auto;
  line-height: 0;
  box-shadow: unset;
  border: unset;
  text-shadow: unset;
  border-radius: var(--border-radius-m);

}

.product-info.summary form.cart .quantity .button.plus,
.product-info.summary form.cart .quantity .button.minus {
  width: 40px;
}

.quantity {
  border: var(--border-1px-primary);
  border-radius: var(--border-radius-m);
}

.breadcrumbs a,
.breadcrumbs .divider,
.breadcrumbs .separator {
  color: var(--link-color);
  opacity: 1;
  text-wrap-mode: nowrap;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: var(--link-color);
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 0;
}

.breadcrumbs span.divider:before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/arrow-right.svg);
    width: 8px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 7px 0 11px;
}

.breadcrumbs span.divider {
    font-size: 0;
}

nav.woocommerce-breadcrumb.breadcrumbs {
  font-size: var(--font-size-small);
  position: relative;
  line-height: normal;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

.product-gallery nav.woocommerce-breadcrumb.breadcrumbs {
  margin-bottom: 10px;
}

nav.woocommerce-breadcrumb.breadcrumbs>a:first-of-type {
    background-image: url(/wp-content/uploads/2025/04/house.svg);
    width: 15px;
    height: 15px;
    content: '';
    display: inline-block;
    background-size: contain;
    float: left;
    font-size: 0;
    margin-right: 2px;
    background-repeat: no-repeat;
}

.breadcrumbs a:first-of-type {
  display: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

@media (min-width: 550px) {
	.page-title-inner {
		padding-top: 0;
		min-height: auto;
	}
}

@media (min-width: 850px) {
	.page-title-inner {
		padding-top: 0;
		min-height: 60px;
	}
	.header-wrapper.stuck .header-bottom {
		display: none;
	}
}

i.icon-checkmark {
  display: none;
}

.product-small.box .box-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: .1em 0;
  margin: .5em 0;
}

.contact-left {
  font-size: var(--font-size-medium);
}

.contact-box a {
  border: var(--border-1px-primary);
  border-radius: var(--border-radius-m);
  padding: 20px;
  display: block;
  color: var(--primary-color);
  font-size: var(--font-size-medium);
}

.contact-box a:hover {
  background-color: var(--background-color-hover);
}

.contact-box h4 {
  margin-bottom: 0;
  line-height: normal;
}

.contact-box a img {
  margin-bottom: 10px;
  max-width: 36px;
}

.contact-banner {
  border-radius: var(--border-radius-m);
}

p.telefontider {
  margin-bottom: 10px;
}

ul.opening-hours,
ul.opening-hours-time {
  list-style: none;
}

ul.opening-hours li,
ul.opening-hours-time li {
  margin: 0;
}

ul.opening-hours li:first-child:before {
  content: '';
  background-color: var(--fs-color-success);
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

ul.opening-hours li:last-child:before {
  content: '';
  background-color: var(--fs-color-alert);
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

.is-outline:hover,
.primary.is-outline:hover {
  color: #212121;
}

.dark .is-divider {
  background-color: #FFF;
}

.yellow-banner {
  background: var(--fs-color-secondary);
  border-radius: var(--border-radius-m);
  margin: 30px 0;
  padding: 25px 40px;
}

.yellow-banner h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: normal;
}

.yellow-banner button {
  border: 2px solid #212121;
  margin-bottom: 10px;
}

.yellow-banner button a {
  color: var(--primary-color);
}

li.recent-blog-posts-li span.post_comments {
    display: none;
}

.blog-products {
    padding: 20px;
    border: var(--border-1px-darkgrey);
    margin-bottom: 40px;
}

.post{
	margin-bottom: 0;
}

.wp-singular .page-wrapper #content ul, .wp-singular .page-wrapper #content ol {
    padding-left: 40px;
}

.wp-singular .entry-image.relative {
    overflow: hidden;
    max-height: 400px;
}

.wp-singular .entry-image.relative img {
    transform: translateY(-25%);
}

#content td, #content th {
    font-size: 1rem;
    padding: 10px;
	border: unset;
}
#content td:last-child, #content th:last-child{
	padding-right: 0;
} 

#content table tr:nth-child(even) td, #content table tr:nth-child(even) th {
    background-color: #F5F5F5;
}

/* Custom Radio Button */

input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--fs-color-primary);
  cursor: pointer;
}

input[type="radio"]:hover {
  background-color: var(--background-color-lightgrey) !important;
}


/*HOMEPAGE*/

a.catalog-link {
    display: flex;
    gap: 10px;
    align-items: center;
}
a.catalog-link:before {
    background: url(/wp-content/uploads/2025/07/link.svg) no-repeat center center;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
}

.homepage-contact-banner, .row .row.homepage-contact-banner:not(.row-collapse) {
    background-color: #fffbd5;
    padding: 20px;
    display: flex;
    align-items: center;
}

.homepage-contact-banner > .col {
    padding-bottom: 0;
}
.homepage-contact-banner span.wpcf7-spinner {
    display: none;
}
.homepage-contact-banner input.wpcf7-form-control.wpcf7-submit.has-spinner.button, .homepage-contact-banner form.wpcf7-form.init {
    margin-bottom: 0;
}
.homepage-contact-banner>.col {
    padding: 20px;
}
.homepage-contact-banner .wpcf7 form .wpcf7-response-output {
    margin-top: 20px;
}
.homepage-contact-banner .wpcf7 .wpcf7-not-valid-tip {
    background-color: #212121;
}
.homepage-contact-banner .wpcf7 .wpcf7-not-valid-tip:after{
	border-bottom-color: #212121;
}

.customer-types-banner ul {
    display: flex;
    list-style-type: none;
    line-height: normal;
    margin: 5px 0;
}

.customer-types-banner ul li {
    margin: 0;
    background: #FFF;
    padding: 20px 30px;
    border-radius: var(--border-radius-m);
    color: #212121;
    font-weight: bold;
    font-size: var(--font-size-large);
    margin-right: 10px;
}

.homepage-brands .box-image {
  min-height: auto;
  background-color: transparent;
  display: block;
  height: 100px;
}

.homepage-brands .box-image img {
  top: 50%;
  vertical-align: middle;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 10px;
  max-height: 100%;
  left: 50%;
  width: auto;
}

.frontpage-top-slider-grid .grid-col>.col-inner>.img .img-inner>img {
    border-radius: var(--border-radius-l);
}

.frontpage-top-slider-grid .grid-col>.col-inner>.img {
  background-color: var(--background-color-grey);
}

.banner-homepage h2 {
    font-size: 45px;
    letter-spacing: -1px;
	margin: 0;
}
.banner-homepage h3 {
	font-size: 36px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
}
.banner-homepage p {
    max-width: 300px;
    font-size: var(--font-size-large);
}
.col-inner:has(.banner-homepage) {
    align-content: center;
    height: 100%;
}

.col-inner:has(.banner-homepage-right) {
    height: 100%;
}
.banner-homepage-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-homepage-right img {
    margin-bottom: -120px;
	margin-top: -60px;
}

.col-inner:has(.banner-homepage) img {
	display: none;
}

@media (max-width: 849px){
	.banner-homepage-right img {
		margin-bottom: 0;
	}
	.homepage-contact-banner {
		flex-flow: row-reverse wrap;
	}
}

@media (max-width: 549px){
	.col-inner:has(.banner-homepage) img {
		display: block;
	}
	.banner-homepage h2, .banner-homepage h3 {
        text-align: center;
        line-height: 2.8rem;
        margin-bottom: 15px;
    }
	.banner-homepage p{
		text-align: center;
		max-width: 100%;
	}
	.banner-homepage h3 {
		font-size: 30px;
	}
}

.homepage-banner-section-row > .col {
    padding-bottom: 0;
    padding-top: 0;
}

ul.homepage-usp {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.homepage-usp li {
  flex: 0 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 0;
}

ul.homepage-usp li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(/wp-content/uploads/2025/07/check.svg) no-repeat center;
  background-size: contain;
}

@media (max-width: 850px) {
	.hero-container {
		flex-direction: column;
		margin-bottom: 15px;
	}
	.hero-main {
			margin-bottom: 15px;
	}
	.hero-side {
			padding: 0;
			width: 100%;
	}
	.hero-image {
			min-height: 420px;
			border-radius: var(--border-radius-l);
	}
}

.quick-links-terms {
  border: var(--border-1px-primary);
  border-radius: var(--border-radius-l);
  padding: 10px 20px;
  margin-bottom: 20px;
}

.quick-links-terms button {
  color: var(--primary-color);
  border: var(--border-1px-primary);
  border-radius: var(--border-radius-m);
  font-size: var(--font-size-small);
  letter-spacing: normal;
  padding: 5px 10px;
  line-height: 1.2rem;
  display: inline;
  margin: 0 5px 10px 0;
}

.quick-links-terms button:hover {
  background-color: var(--background-color-hover);
}

.header-no-border h2,
.header-no-border h2 span {
  margin-bottom: 0;
  border: unset;
}

.homepage-greybox p {
  background-color: var(--background-color-grey);
  padding: 30px 20px 30px 120px;
  border-radius: var(--border-radius-m);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 30px;
  font-size: var(--font-size-medium);
}

.homepage-greybox.greybox-assortment p {
  background-image: url(/wp-content/uploads/2024/08/solar-box-bold.svg);
}

.homepage-greybox.greybox-qualitybrands p {
  background-image: url(/wp-content/uploads/2024/08/basil-diamond-solid.svg);
}

.homepage-greybox.greybox-advancedintegration p {
  background-image: url(/wp-content/uploads/2024/08/ri-computer-fill.svg);
}

/*HEADER*/

.header-main {
    border-bottom: var(--border-1px-grey);
}

.header, .header-wrapper{
	z-index: 1000;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
	padding: 10px 20px;
}

#top-bar .nav-right ul#header-contact li a{
	height: 35px;
	padding: 0 15px;
}

#top-bar, #top-bar a {
    color: var(--fs-color-primary);
}
#top-bar ul.usp-topbar li {
    color: var(--fs-color-primary);
}

ul.usp-topbar {
    display: flex;
    list-style-type: none;
    height: 35px;
    align-items: center;
    column-gap: 15px;
}

.usp-track {
    display: flex;
}

ul.usp-topbar li {
    padding: 0 20px;
    margin: 0;
    position: relative;
	text-wrap-mode: nowrap;
}

ul.usp-topbar li:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/11/bw-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	filter: invert(1);
}

@media only screen and (min-width: 850px) and (max-width: 1200px){
	ul.usp-topbar li:last-child {
		display: none;
	}
}

.header-main .nav>li>a {
    padding: 0;
}

.nav li.cart-item {
    border-left: 1px solid #dfdfdf;
    padding-left: 15px;
    margin-left: 15px;
    height: 45px;
    display: flex;
	  align-items: center;
}

.nav-right ul#header-contact li:last-child {
	margin: 0;
}

.nav-right ul#header-contact li:first-child {
	margin: 0;
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
    padding: 0;
    transition: background-color .3s;
    line-height: normal;
}

span.header-account-title:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/11/user.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

body:not(.logged-in) li.account-item.has-icon a span {
    padding-right: 0 !important;
	font-weight: 700;
}

body:not(.logged-in) li.account-item.has-icon a span::after {
    display: none;
}

body:not(.logged-in) li.account-item.has-icon a span:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/11/user.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header-vertical-menu__opener {
    width: auto !important;
    padding: 0 0 0 15px;
    height: 35px;
	background-color: transparent !important;
}

#header .nav ul#menu-vertical:not(.nav-dropdown) {
    padding: 20px 0;
}

.header-vertical-menu__fly-out.has-shadow{

	border-radius: var(--border-radius-s);
}

.header-wrapper .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover {
    background-color: #F5F5F5;
}

.nordspex-tax-switcher input:checked + label {
    font-weight: 700;
    pointer-events: none;
    border-bottom: 5px solid #FFEB3B;
    padding: 0 0 3px;
}

.nordspex-tax-switcher {
    line-height: 35px;
}

.price-including-tax {
    position: absolute;
    left: -200vw;
}
body.nordspex-tax-switcher-incl .price-including-tax {
    position: relative;
    left: unset;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: TranslateY(-47%);
}

.header-bottom .products.row {
    column-gap: 20px;
	flex-flow: row nowrap;
}

.archive .header-bottom .products.row {
	margin-top: 0;
}

.header-bottom {
    border-bottom: var(--border-1px-grey);
}

.header-bottom .nav>li>a>i.icon-menu {
    font-weight: bold !important;
    font-size: 20px;
    background-color: var(--fs-color-secondary);
    padding: 7px 10px;
    border-radius: var(--border-radius-m);
	color: #FFF;
}

.header-bottom .nav li {
    margin-right: 30px;
    align-content: center;
	cursor: pointer;
}

ul.nav.header-nav.header-bottom-nav.nav-left {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
}

.nav li.has-icon-left>a>img {
    margin-right: 8px;
}

.header-bottom .box-text.text-center {
    height: auto;
}

.header-bottom .product-category, .single-product .header-bottom .row-small>.col.product-category {
    flex: 0 0 auto;
    margin-right: 10px;
    padding: 0;
}

.header-bottom .large-columns-4>.col {
    width: auto;
    flex-basis: auto;
    padding: 0;
}

ul.nav.header-nav.header-bottom-nav.nav-left > .product-category:last-child {
    margin-right: 0;
}

.header-top{
	z-index: 1;
}

.tel-header a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: bold;
    color: var(--fs-color-primary);
	font-size: var(--font-size-large);
}

.tel-header a:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/07/tel.svg);
    width: 20px;
    height: 20px;
}

.nav > li.offert-menu {
    background-color: var(--fs-color-secondary);
    padding: 0 10px;
}

/* MEGA MENU */

header .header-bottom-nav > li > a {
    line-height: normal;
}

.header:not(.transparent) .header-bottom-nav.nav > .menu-item-design-container-width a.nav-top-link {
    background-color: var(--fs-color-secondary);
    padding: 10px;
}

li.html.header-button-1 a.button.plain.is-medium:before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2025/07/hamburger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    background-position: center;
    margin-right: 8px;
    width: 20px;
	opacity: 1;
	filter: invert(1)
}

#nordspex-mega-popup{
	display: block; 
	position: absolute;  
	left: 0px; 
	width: 100%; 
	background: #FFF; 
	z-index: 999;
	max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
	padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.04);
}

li.html.header-button-1 a.button.plain.is-medium span {
    line-height: normal;
}

li.html.header-button-1 a.button.plain.is-medium {
    border: unset;
    background: var(--fs-color-secondary);
    padding: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    font-size: var(--font-size-medium);
    letter-spacing: normal;
}

.header-bottom-nav.nav > li > a{
	font-weight: bold;
	font-size: var(--font-size-medium);
}

.mega-menu-main-cats {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.mega-menu-cat-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px;
  box-sizing: border-box;
}

.mega-menu-cat-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--fs-color-primary);
  background-color: var(--background-color-grey);
  padding: 10px;
  font-size: var(--font-size-medium);
}

.mega-menu-item-title {
  font-weight: bold;
}

.mega-menu-item-image {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
}

.mega-menu-cat-item img {
  border-radius: 4px;
  transition: transform 0.2s ease;
  mix-blend-mode: multiply;
}

.mega-menu-cat-item:hover img {
  transform: scale(1.05);
}

.mega-menu-cat-item div {
  margin: 0;
}

.header-bottom .menu-item-has-block .nav-dropdown {
  padding: 20px;
  border-radius: 0;
}

.header-bottom .has-dropdown .icon-angle-down {
  display: none;
}

#mega-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
  z-index: 9999;
  padding: 20px;
}

#mega-menu-toggle {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: var(--fs-color-primary);
  padding: 10px 0;
}

#mega-menu-toggle svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1024px) {
  .mega-menu-cat-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .mega-menu-item-image {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 849px) {
  .mega-menu-cat-item {
    flex: 0 0 50%;
    max-width: 50%;
	padding: 5px 10px;
  }
  .mega-menu-item-image {
    width: 70px;
    height: 70px;
  }
  .mega-menu-main-cats {
    padding: 5px 0;
	margin: 0;
  }
}

@media (max-width: 549px) {
  .mega-menu-cat-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mega-menu-item-image {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 849px) {
  #mega-menu {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: none;
    overflow: visible;
    padding: 0;
  }

  #mega-menu-toggle {
    display: none;
  }
}

.mobile-sidebar-slide .mega-menu-cat-item {
    flex: 1 1 100%;
    max-width: 100%;
}


/* VAT SWITCH */

.nordspex-tax-switcher label {
	padding: 1px 10px;
	position: relative;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 0;
    font-size: 13px;
}

.nordspex-tax-switcher input {
	width: 1px;
	height: 1px;
	opacity: 0;
	display: none;
}

span.cart-price span.woocommerce-Price-amount.amount {
  display: flex;
}

li.header-vertical-menu i.icon-angle-down {
  display: none;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
  font-size: var(--font-size-large);
}

span.menu-title.uppercase.hide-for-small {
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
  margin-left: 0;
}

span.menu-title.uppercase.hide-for-small:after {
    background-image: url(https://nordspex.com/se/wp-content/uploads/2024/11/right-arrow-small.svg);
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    width: 6px;
    height: 10px;
    display: inline-block;
}

span.header-vertical-menu__title {
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  padding-left: 15px;
}

span.header-vertical-menu__title:before {
  background-image: url(/wp-content/uploads/2024/11/support.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

img.cart-img-icon {
  width: auto;
}

#top-bar .nav>li:last-child>a {
  padding-right: 0;
}

.header-cart-icon {
  padding-right: 10px;
}

#top-bar .nav>li>a {
  padding-right: 20px;
  font-size: var(--font-size-xs);
}

header .header-main .nav>li>a>i:not(.icon-angle-down),
.header-main .nav>li>a:hover>i:not(.icon-angle-down) {
  color: var(--primary-color) !important;
}

span.header-account-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    height: 35px;
    display: inline-flex;
    align-items: center;
}

li.account-item ul {
    display: none !important;
}

.header input[type=search] {
  height: 50px;
  border-radius: var(--border-radius-m);
  font-size: 14px;
}

.header .stuck input[type=search] {
    height: 45px;
}

input#woocommerce-product-search-field-1, input#woocommerce-product-search-field-0 {
    color: var(--primary-color) !important;
    background-color: #F3F3F3 !important;
    padding-left: 40px;
}

input#woocommerce-product-search-field-1::placeholder, input#woocommerce-product-search-field-0::placeholder {
  color: #777;
}

.searchform .button.icon i {
    color: #737373;
}

li.current-dropdown>.nav-dropdown {
    left: 0;
}

.header-cart-icon[data-icon-label]:after {
    height: 20px;
    opacity: 1;
    min-width: 20px;
    line-height: 20px;
    font-size: var(--font-size-large);
    box-shadow: unset;
    border-radius: 20px;
    background: var(--fs-color-secondary) !important;
    font-family: var(--font-family-headings) !important;
    position: absolute;
    right: 0;
    top: -8px;
	padding: 0 4px;
	color: #212121;
}

.header-cart-icon[data-icon-label="0"] {
  padding-right: 0;
}

/*PRODUCT CATEGORY BOX*/

.hompage-categories {
    padding: 0 5px;
}

@media (max-width: 1024px){
	.hompage-categories .product-category.col {
		flex-basis: 25%;
        max-width: 25%;
	}
}

@media (max-width: 849px){
	.hompage-categories .product-category.col {
		flex-basis: 33.333%;
        max-width: 33.333%;
	}
}

@media (max-width: 549px){
	.hompage-categories .product-category.col {
		flex-basis: 50%;
        max-width: 50%;
	}
}

.hompage-categories .product-category.col {
    padding: 5px;
}

.product-category.col .col-inner {
    height: 100%;
}
.product-category.col .col-inner a {
    height: 100%;
    display: flex;
}

.product-category.col .box-text-inner h5 {
  text-transform: unset;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: var(--font-size-large);
  text-align: left;
  margin: 0;
}

.nordspex-subcategory-list {
  display: flex;
  overflow-x: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.nordspex-subcategory-list .product-category {
  background-color: var(--background-color-grey);
  border-radius: var(--border-radius-m);
  margin-right: 10px;
  padding: 0 20px;
  width: auto;
  height: 50px;
  line-height: 50px;
}

.nordspex-subcategory-list .product-category h5 {
  text-transform: unset;
  font-size: var(--font-size-medium);
  letter-spacing: normal;
  text-wrap: nowrap;
  margin: 0;
  font-family: 'Space Grotesk';
  font-weight: 600;
}

.nordspex-subcategory-list .product-category .count {
  background: #FFF;
  border-radius: 100px;
  padding: 3px 5px;
  margin: 0 0 0 10px;
  font-size: var(--font-size-xs);
}

.nordspex-subcategory-list .product-category .box-text-inner {
  display: flex;
}

.box-category .count {
    font-size: var(--font-size-xxs);
    background-color: #FFF;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--fs-color-primary);
    font-weight: bold;
}

.product-category .box-category {
    background-color: var(--background-color-grey);
    border-radius: var(--border-radius-l);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-category .box-category .box-image {
    height: 100%;
    display: flex;
    align-items: center;
}

.product-category .box-category .box-image div {
    height: 100%;
    display: flex;
    align-items: center;
}

.box-image img{
	mix-blend-mode: multiply;
}

.product-category .box-text {
  padding: 0;
  width: auto;
  display: inline-block;
  position: unset;
}
@media only screen and (max-width: 549px){
	.cats-home .product-category {
		flex-basis: 100%;
		max-width: 100%;
	}
}


/*ARCHIVE*/

.related-categories{
	margin: 15px auto 7px;
}

.related-categories li{
	padding: 0;
}

.related-categories li:not(.current):hover {
    background-color: #fffbd5;
}

.related-categories li.current {
    border: 2px solid var(--fs-color-secondary);
    color: #222;
    cursor: default;
    font-weight: 700
}

.related-categories li a {
    color: var(--fs-color-primary);
    height: 100%;
    align-items: center;
    display: flex;
    white-space: normal;
    inline-size: max-content;
    max-width: 170px;
	line-height: normal;
}

.related-categories li a:first-child {
    padding: 10px 5px 10px 10px;
}
.related-categories li a:last-child {
    padding: 10px 10px 10px 0;
}

.related-categories li img {
    max-height: 40px;
    max-width: 40px;
    mix-blend-mode: multiply;
	width: auto;
}

.product-small.box .box-text {
  padding: 0;
}

.price-and-cart-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.product-small.box .add-to-cart-button,
.product-small.box .price-wrapper {
  display: block;
  align-content: center;
}

.price-and-cart-wrapper {
  display: flex;
  justify-content: space-between;
}

.product-small.box .add-to-cart-button a {
  margin: 0;
  text-transform: uppercase;
  background-color: var(--fs-color-secondary);
  border: unset;
  line-height: 2rem;
  padding: 0 10px;
}

.product-small.box .add-to-cart-button a:hover {
  background-color: var(--fs-color-secondary);
}

.product-small.box .title-wrapper {
  display: block;
}

.product-small.box .add_to_cart_button.added {
  display: block;
}

.product-small.box a.added_to_cart.wc-forward {
  display: none;
}

del span.amount {
  font-size: var(--font-size-medium);
  opacity: 1;
  text-decoration: line-through;
  display: block;
  margin-right: 0;
}

.single-product del span.amount {
  font-size: var(--font-size-large);
  font-weight: 600;
}

.price del ~ ins .woocommerce-Price-amount {
    color: var(--fs-color-alert);
}

.archive .product-small.status-private p.name.product-title.woocommerce-loop-product__title a {
  color: var(--fs-color-alert);
}

h1.shop-page-title.is-xlarge, .term-description, .pwb-brand-banner-cont {
    max-width: 1330px;
    margin: 5px auto 15px;
    padding: 0;
}

.archive .product-small.status-private img {
  opacity: .5;
}

ul.product-categories > li {
    font-size: 18px;
}

.widget>ul>li li>a,
ul.menu>li li>a {
  font-size: .95rem;
}

ul.product-categories ul.children button.toggle {
  display: none;
}

.widget_product_categories>ul>li ul span.count {
  display: inline-flex;
  position: absolute;
  right: 0;
}

.widget>ul>li ul li,
ul.menu>li ul li {
  line-height: 1.2rem;
}

ul.product-categories>li>ul.children {
  padding-right: 45px;
  margin-bottom: 10px;
}

.widget ul.product-categories>li .count {
  font-size: var(--font-size-medium);
  line-height: 25px;
}

ul.product-categories li>a {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: var(--fs-color-primary);
  font-size: var(--font-size-medium);
}

.widget>ul>li ul,
ul.menu>li ul {
  border-left: unset;
  margin: 0 0 0 5px;
}

.widget .current-cat>a{
	font-weight: normal;
}

.widget>ul>li>a,
.widget>ul>li>span:first-child,
ul.menu>li>a,
ul.menu>li>span:first-child {
  padding: 10px 0;
}

.archive .products.row {
  margin-top: 0;
}

.display-mode--subcategories {
  display: flex;
}

body.archive.woocommerce-page #main .display-mode--subcategories>.product-category.col {
  background-color: var(--background-color-grey);
  margin: 0 10px 10px 0;
  width: auto;
  display: inline-block;
  flex-basis: auto;
  max-width: max-content;
  text-wrap: nowrap;
  border-radius: 8px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}

body.archive.woocommerce-page #main .display-mode--subcategories>.product-category.col .box-text-inner {
  display: inline-flex;
}

body.archive.woocommerce-page #main .display-mode--subcategories>.product-category.col .box-text-inner .count {
  background: #FFF;
  border-radius: 100px;
  padding: 3px 5px;
  margin: 0 0 0 10px;
  font-size: var(--font-size-xs);
}

body.archive.woocommerce-page #main .display-mode--subcategories>.product-category.col .box-text-inner h5 {
  text-transform: unset;
  font-size: var(--font-size-medium);
  letter-spacing: normal;
  margin: 0;
  font-weight: 500;
  text-align: left;
}

.row.category-page-row hr {
  margin-bottom: 20px;
}

.row .row-small:not(.row-collapse) {
  margin-left: -10px;
  margin-right: -10px;
}

.category-page-row {
  padding-top: 0;
}

.product-small.box .box-text p.category {
  text-overflow: ellipsis;
}

.term-description {
    font-size: var(--font-size-medium);
    border-bottom: var(--border-1px-lightgrey);
}

.term-description p {
    max-width: 850px;
	margin-bottom: 15px;
}

.term-description h3, .term-description h2 {
    line-height: normal;
    margin-bottom: 5px;
}

.archive hr {
    border-top: var(--border-1px-grey);
    opacity: 1;
}

.term-description--bottom {
    padding: 20px 0;
    border-bottom: unset;
    max-width: 1330px;
}

.term-description--bottom ul {
    padding-left: 15px;
}

.shop-container hr+h2 {
  margin-top: 30px;
}

li.woocommerce-mini-cart-item.mini_cart_item a {
  color: var(--primary-color);
}

.product .box-image {
  min-height: 300px;
  background-color: var(--background-color-grey);
}

.product .box-image img:first-child {
    max-height: 290px;
	height: auto;
}

.product .box-image img:last-child {
    width: 100%;
}
@media (min-width: 550px) {
	.has-hover .box-image:has(img:nth-child(2)):focus-within img:first-child {
		opacity: 0;
	}
	.product-small.has-hover:hover .box-image img:first-child:not(:last-child){
		opacity: 0;
	}
}

.product .box-image img {
    width: auto;
    display: block;
    mix-blend-mode: multiply;
    height: 100%;
}

.product .box-image>div>a,
.box-image>a {
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  background-color: var(--background-color-grey);
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.product-thumbnails a {
    display: flex;
    align-items: center;
}

p.name.product-title.woocommerce-loop-product__title a {
  font-size: var(--font-size-medium);
  line-height: 1.3rem;
  margin-bottom: 0;
  color: var(--fs-color-primary);
}

body.archive.woocommerce-page #main .row-small>.col {
  padding: 8px;
}

body.archive.woocommerce-page nav.woocommerce-pagination {
  margin: 30px 0;
}

.box-image .out-of-stock-label {
  display: none;
}

.price-wrapper,
span.cart-price,
.widget_shopping_cart p.total span.woocommerce-Price-amount.amount,
#order_review span.woocommerce-Price-amount.amount {
  font-size: var(--font-size-xl);
  font-family: var(--font-family-headings);
  align-items: center;
  display: flex;
  font-weight: 700;
}

.price-on-sale ins .woocommerce-Price-amount {
    color: var(--fs-color-alert);
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
  line-height: normal;
}

.widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__total {
  padding: 0;
}

p.woocommerce-mini-cart__shipping span.woocommerce-Price-amount.amount {
  font-family: var(--font-family-headings);
  font-size: var(--font-size-xl);
  line-height: normal;
}

p.woocommerce-mini-cart__shipping>span {
  font-size: var(--font-size-medium);
}


/*SINGLE-PRODUCT*/

.accessory-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px){
	.accessory-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 849px){
	.accessory-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 549px){
	.accessory-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.accessory-grid .product-small.col {
    padding: 8px;
}

.accessory-section form.cart .single_add_to_cart_button, .accessory-section form.cart {
    height: 45px;
    padding: 0;
}

.accessory-section form.cart .single_add_to_cart_button i {
    margin: 0;
}

.accessory-grid .flex {
    justify-content: space-between;
    gap: 10px;
}

.accessory-section .product .box-image {
    min-height: 230px;
}

.accessory-section .price-wrapper > p {
    margin: 0;
}

.accessory-section .product-small.box .box-text p.price-including-tax, .accessory-section .product-small.box .box-text p.price-excluding-tax {
    margin: 0;
}

.accessory-section .price-wrapper {
    margin-top: auto;
}

.accessory-section .product-small.box .box-text p{
	margin: .5em 0 0;
}

.accessory-section .product-small.box .box-text p a{
	margin: 0;
}

.accessory-section .quantity, .accessory-section form.cart {
    margin: 0;
    height: 45px;
    min-width: calc(50% - 5px);
}

.accessory-section input.ux-quantity__button.ux-quantity__button--minus.button, .accessory-section input.ux-quantity__button.ux-quantity__button--plus.button {
    padding: 0;
    width: 100%;
}

.accessory-section input[type=number] {
    height: 45px;
    line-height: normal;
}

.accessory-section .product-small .box-text-products, .box-text.box-text-products {
    display:flex;
    flex-direction:column;       
	justify-content: space-between;
}

.accessory-section .price-and-cart-wrapper{
    margin-top:auto;      
}

.woocommerce-error.custom-missing-attr {
    background-color: var(--fs-color-alert);
    color: #FFF;
    padding: 10px 20px;
    border-radius: var(--border-radius-m);
	animation: fadein-woo 0.4s ease-out forwards;
}

@keyframes fadein-woo {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}

.blink-highlight {
  animation: blinkYellow 1s ease-in-out 1;
}

img.ux-swatch__img, .ux-swatch--image {
    mix-blend-mode: multiply;
}

@keyframes blinkYellow {
  0% { background-color: transparent; }
  25% { background-color: #fff9e6; }
  50% { background-color: transparent; }
  75% { background-color: #fff9e6; }
  100% { background-color: transparent; }
}


#tab-misc {
    background-color: var(--background-color-lightgrey);
    border-radius: var(--border-radius-m);
    padding: 30px;
}
#tab-misc .entry-content a.category-link {
    border: var(--border-1px-grey);
    border-radius: var(--border-radius-m);
    position: relative;
    padding: 20px 70px 20px 60px;
    background-color: #FFF;
    min-height: 60px;
    line-height: normal;
}
#tab-misc a.category-link {
    color: var(--fs-color-primary);
    padding: 20px 20px 20px 60px;
    display: block;
	font-size: var(--font-size-medium);
}
#tab-misc a.category-link:hover {
    text-decoration: underline;
}
#tab-misc .entry-content a.category-link:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(https://nordspex.com/se/wp-content/uploads/2025/04/diagonal-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}
#tab-misc span.product-count {
    position: absolute;
    right: 30px;
    background: #F5F5F5;
    padding: 5px 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--border-radius-m);
    color: var(--fs-color-primary);
}
#tab-misc .entry-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
	justify-content: center;
}
.nordspex-lightbox {
    box-shadow: 0 10px 20px #0000005e;
}

.nordspex-lightbox .nsx-lightbox-inner {
    padding: 0 15px;
}

span.price-suffix-unit {
    font-family: 'Space Grotesk';
}
@media only screen and (min-width: 850px) and (max-width: 1200px){
	span.price-suffix-unit {
		font-size: var(--font-size-xl);
	}

}

.woocommerce-product-attributes-item p a {
    display: inline-block;
}

.product-tabs--right, .product-tabs--left {
    padding: 0 15px;
}

.product-footer .nordspex-tabs:before {
    content: '';
    border-bottom: var(--border-1px-grey);
    position: absolute;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 72px;
    line-height: normal;
}
.product-footer .container ul.nordspex-buttons li {
    margin: 0;
    flex: 1;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nordspex-buttons li a {
    color: #212121;
    display: flex;
    font-size: .8em;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	gap: 5px;
	line-height: normal;
}
ul.nordspex-buttons li a:before {
    flex: 0 0 20px;
    position: unset;
}
ul.nordspex-buttons li.request_quote_button a:before {
    filter: invert(19);
}

.nordspex-lightbox .nsx-lightbox-ribbon {
    background: var(--fs-color-secondary) !important;
}
.product-footer .container ul.nordspex-buttons li.request_quote_button {
    background-color: var(--fs-color-secondary);
    border: unset;
}

.product-footer .container ul.nordspex-buttons li.get_contacted_button {
    border: 2px solid var(--fs-color-secondary);
    background-color: #FFF;
}
ul.nordspex-buttons, ul.nordspex-buttons-2 {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
}

.product-footer .container ul.nordspex-buttons li.request_quote_button {
    background-color: var(--fs-color-secondary);
    border: unset;
}
ul.nordspex-buttons li.request_quote_button a:before {
    filter: unset;
}
.product-footer .container ul.nordspex-buttons li.get_contacted_button {
    border: 2px solid #FFEB3B;
    background-color: #FFF;
}
ul.nordspex-buttons {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
	flex-direction: row-reverse;
}

.product-footer .nordspex-tabs {
    font-size: 18px;
    column-gap: 25px;
    padding: 25px 0;
    height: 72px;
}

.product-footer .nordspex-tabs li a {
    color: #212121;
    display: inline;
    position: relative;
    padding: 0 0 5px;
	transition: unset;
}

ul.nordspex-buttons li, ul.nordspex-buttons-2 li {
    border: var(--border-1px-grey);
}

ul.nordspex-buttons li a, ul.nordspex-buttons-2 li a {
    color: #212121;
    display: flex;
    font-size: .8em;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	gap: 5px;
	line-height: normal;
}

ul.nordspex-buttons-2 li {
    border-radius: var(--border-radius-m);
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
}
ul.nordspex-buttons li a:before, ul.nordspex-buttons-2 li a:before {
    flex: 0 0 20px;
    position: unset;
}

ul.nordspex-buttons-2 li.request_quote_button a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMTQzIDIwSDQuMjg2QzMuMTQ5MjggMjAgMi4wNTkxMiAxOS41NDg0IDEuMjU1MzQgMTguNzQ0N0MwLjQ1MTU1OSAxNy45NDA5IDAgMTYuODUwNyAwIDE1LjcxNFY0LjI4NkMwIDMuMTQ5MjggMC40NTE1NTkgMi4wNTkxMiAxLjI1NTM0IDEuMjU1MzRDMi4wNTkxMiAwLjQ1MTU1OSAzLjE0OTI4IDAgNC4yODYgMEg4LjI5NEM5LjE0MTUyIDAuMDAwMTkwNjQyIDkuOTYwMTggMC4zMDc4OTkgMTAuNTk4IDAuODY2TDE0LjIzMyA0LjA0NkMxNC42MDg3IDQuMzc0NTUgMTQuOTA5OCA0Ljc3OTY0IDE1LjExNjEgNS4yMzQxMUMxNS4zMjIzIDUuNjg4NTggMTUuNDI5IDYuMTgxOTEgMTUuNDI5IDYuNjgxVjE1LjcxNEMxNS40MjkgMTYuMjc2OCAxNS4zMTgxIDE2LjgzNDIgMTUuMTAyNyAxNy4zNTQyQzE0Ljg4NzQgMTcuODc0MiAxNC41NzE3IDE4LjM0NjcgMTQuMTczNyAxOC43NDQ3QzEzLjc3NTcgMTkuMTQyNyAxMy4zMDMyIDE5LjQ1ODQgMTIuNzgzMiAxOS42NzM3QzEyLjI2MzIgMTkuODg5MSAxMS43MDU4IDIwIDExLjE0MyAyMFpNMTEuMTQzIDE4SDQuMjg2QzMuOTg1OCAxOCAzLjY4ODU0IDE3Ljk0MDkgMy40MTExOSAxNy44MjZDMy4xMzM4NCAxNy43MTExIDIuODgxODMgMTcuNTQyNyAyLjY2OTU1IDE3LjMzMDRDMi40NTcyOCAxNy4xMTgyIDIuMjg4ODkgMTYuODY2MiAyLjE3NDAxIDE2LjU4ODhDMi4wNTkxMyAxNi4zMTE1IDIgMTYuMDE0MiAyIDE1LjcxNFY0LjI4NkMyIDMuNjc5NzEgMi4yNDA4NSAzLjA5ODI2IDIuNjY5NTUgMi42Njk1NUMzLjA5ODI2IDIuMjQwODUgMy42Nzk3MiAyIDQuMjg2IDJIOC4yOTRDOC42NTcwNiAyLjAwMDE1IDkuMDA3NzQgMi4xMzE5NiA5LjI4MSAyLjM3MUwxMi45MTYgNS41NTFDMTMuMDc3MiA1LjY5MTg0IDEzLjIwNjQgNS44NjU1NiAxMy4yOTQ4IDYuMDYwNDZDMTMuMzgzMyA2LjI1NTM3IDEzLjQyOTEgNi40NjY5NSAxMy40MjkgNi42ODFWMTUuNzE0QzEzLjQyOSAxNi4wMTQyIDEzLjM2OTkgMTYuMzExNSAxMy4yNTUgMTYuNTg4OEMxMy4xNDAxIDE2Ljg2NjIgMTIuOTcxNyAxNy4xMTgyIDEyLjc1OTQgMTcuMzMwNEMxMi41NDcyIDE3LjU0MjcgMTIuMjk1MiAxNy43MTExIDEyLjAxNzggMTcuODI2QzExLjc0MDUgMTcuOTQwOSAxMS40NDMyIDE4IDExLjE0MyAxOFoiIGZpbGw9ImJsYWNrIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgMUM5LjI2NTIyIDEgOS41MTk1NyAxLjEwNTM2IDkuNzA3MTEgMS4yOTI4OUM5Ljg5NDY0IDEuNDgwNDMgMTAgMS43MzQ3OCAxMCAyVjVDMTAgNS4yNjUyMiAxMC4xMDU0IDUuNTE5NTcgMTAuMjkyOSA1LjcwNzExQzEwLjQ4MDQgNS44OTQ2NCAxMC43MzQ4IDYgMTEgNkgxMy41QzEzLjc2NTIgNiAxNC4wMTk2IDYuMTA1MzYgMTQuMjA3MSA2LjI5Mjg5QzE0LjM5NDYgNi40ODA0MyAxNC41IDYuNzM0NzggMTQuNSA3QzE0LjUgNy4yNjUyMiAxNC4zOTQ2IDcuNTE5NTcgMTQuMjA3MSA3LjcwNzExQzE0LjAxOTYgNy44OTQ2NCAxMy43NjUyIDggMTMuNSA4SDExQzEwLjIwNDQgOCA5LjQ0MTI5IDcuNjgzOTMgOC44Nzg2OCA3LjEyMTMyQzguMzE2MDcgNi41NTg3MSA4IDUuNzk1NjUgOCA1VjJDOCAxLjczNDc4IDguMTA1MzYgMS40ODA0MyA4LjI5Mjg5IDEuMjkyODlDOC40ODA0MyAxLjEwNTM2IDguNzM0NzggMSA5IDFaIiBmaWxsPSJibGFjayIvPg0KPC9zdmc+DQo=);
}
ul.nordspex-buttons-2 li.get_contacted_button a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNi43MiAxMS44NDA4QzE3LjA3IDEwLjk5MDggMTcuMjYgMTAuMDgwOCAxNy4yNiA5LjA4MDc2QzE3LjI2IDguMzYwNzYgMTcuMTUgNy42NzA3NiAxNi45NiA3LjAzMDc2QzE2LjMxIDcuMTgwNzYgMTUuNjMgNy4yNjA3NiAxNC45MiA3LjI2MDc2QzEzLjQ2NiA3LjI2MjMyIDEyLjAzMjkgNi45MTQyOCAxMC43NDE1IDYuMjQ1OThDOS40NTAxOCA1LjU3NzY4IDguMzM4NDMgNC42MDg3MSA3LjUgMy40MjA3NkM2LjYwMzk2IDUuNTkxNSA0LjkxMTcyIDcuMzM3NCAyLjc3IDguMzAwNzZDMi43MyA4LjU1MDc2IDIuNzMgOC44MjA3NiAyLjczIDkuMDgwNzZDMi43MyAxMC4wMzU1IDIuOTE4MDQgMTAuOTgwOCAzLjI4MzQgMTEuODYyOUMzLjY0ODc1IDEyLjc0NDkgNC4xODQyNSAxMy41NDYzIDQuODU5MzMgMTQuMjIxNEM2LjIyMjcyIDE1LjU4NDggOC4wNzE4OCAxNi4zNTA4IDEwIDE2LjM1MDhDMTEuMDUgMTYuMzUwOCAxMi4wNiAxNi4xMjA4IDEyLjk3IDE1LjcxMDhDMTMuNTQgMTYuODAwOCAxMy44IDE3LjM0MDggMTMuNzggMTcuMzQwOEMxMi4xNCAxNy44OTA4IDEwLjg3IDE4LjE2MDggMTAgMTguMTYwOEM3LjU4IDE4LjE2MDggNS4yNyAxNy4yMTA4IDMuNTcgMTUuNTAwOEMyLjUzNTA1IDE0LjQ3MDcgMS43NjYyNyAxMy4yMDQzIDEuMzMgMTEuODEwOEgwVjcuMjYwNzZIMS4wOUMxLjQyMDI0IDUuNjUzMjcgMi4xNzk0OSA0LjE2NTE3IDMuMjg3MTkgMi45NTQzNUM0LjM5NDg5IDEuNzQzNTMgNS44MDk3MSAwLjg1NTE2NCA3LjM4MTUzIDAuMzgzNTE2QzguOTUzMzUgLTAuMDg4MTMzMiAxMC42MjM1IC0wLjEyNTQ3MSAxMi4yMTQ5IDAuMjc1NDY0QzEzLjgwNjIgMC42NzYzOTkgMTUuMjU5MyAxLjUwMDY1IDE2LjQyIDIuNjYwNzZDMTcuNjc5OCAzLjkxNjM0IDE4LjUzOTMgNS41MTcwNCAxOC44OSA3LjI2MDc2SDIwVjExLjgxMDhIMTkuOTRMMTYuMzggMTUuMDgwOEwxMS4wOCAxNC40ODA4VjEyLjgxMDhIMTUuOTFMMTYuNzIgMTEuODQwOFpNNy4yNyA4Ljg1MDc2QzcuNTcgOC44NTA3NiA3Ljg2IDguOTcwNzYgOC4wNyA5LjE5MDc2QzguMjgxMDUgOS40MDM1MyA4LjM5OTQ3IDkuNjkxMDcgOC4zOTk0NyA5Ljk5MDc2QzguMzk5NDcgMTAuMjkwNCA4LjI4MTA1IDEwLjU3OCA4LjA3IDEwLjc5MDhDNy44NiAxMS4wMDA4IDcuNTcgMTEuMTIwOCA3LjI3IDExLjEyMDhDNi42NCAxMS4xMjA4IDYuMTMgMTAuNjIwOCA2LjEzIDkuOTkwNzZDNi4xMyA5LjM2MDc2IDYuNjQgOC44NTA3NiA3LjI3IDguODUwNzZaTTEyLjcyIDguODUwNzZDMTMuMzUgOC44NTA3NiAxMy44NSA5LjM2MDc2IDEzLjg1IDkuOTkwNzZDMTMuODUgMTAuNjIwOCAxMy4zNSAxMS4xMjA4IDEyLjcyIDExLjEyMDhDMTIuMDkgMTEuMTIwOCAxMS41OCAxMC42MjA4IDExLjU4IDkuOTkwNzZDMTEuNTggOS42ODg0MSAxMS43MDAxIDkuMzk4NDUgMTEuOTEzOSA5LjE4NDY2QzEyLjEyNzcgOC45NzA4NiAxMi40MTc3IDguODUwNzYgMTIuNzIgOC44NTA3NloiIGZpbGw9IiMxNjE2MTYiLz4NCjwvc3ZnPg0K);
}
ul.nordspex-buttons-2 li a:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 10px;
    width: 20px;
}

.product-footer .nordspex-tabs li.active a {
    font-weight: bold;
    border-bottom: 5px solid #FFEB3B;
	transition: unset;
}

.product-footer .nordspex-tabs:hover>li:not(:hover)>a:before {
    transition: none;
	opacity: 1;
}

.single-product small.woocommerce-price-suffix {
    display: block;
}

.single-product small.woocommerce-price-suffix, .single-product small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    font-size: var(--font-size-xs);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    line-height: normal;
	color: #555;
}

.related.related-products-wrapper {
    margin: 15px 0 40px;
}

.search-results .related-categories, .tax-pwb-brand .related-categories {
    display: none;
}

.single-product .up-sells.upsells.products.upsells-wrapper.product-section .row.equalize-box {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	row-gap: 20px;
	scroll-snap-type: x mandatory;
}

.quantity .custom-product-unit, .quantity .product-unit {
    font-size: var(--font-size-small);
    display: flex;
    align-items: center;
}

.quantity span.custom-product-unit {
    padding: 0 10px;
}

.ux-quantity:has(.custom-product-unit) .ux-quantity__button--plus {
    border-right: var(--border-1px-primary);
}

.related.related-products-wrapper.product-section {
  border-top: unset;
}

.single-product img.pswp__img {
  background-color: #FFF;
}

.single-product .row-small>.flickity-viewport>.flickity-slider>.col {
  padding: 0 10px;
}

.single-product .product-container .packaging-options ul {
  border: var(--border-1px-grey);
  border-radius: var(--border-radius-m);
  font-size: var(--font-size-small);
  margin-bottom: 20px;
}

.single-product .product-type-variable .packaging-options ul {
  margin-top: 25px;
}

.packaging-options li {
  border-bottom: var(--border-1px-grey);
}

.packaging-options li:last-child {
  border-bottom: unset;
}

.packaging-options input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

.product-packaging--quantity {
  padding: 15px;
  font-size: unset;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.packaging-options label {
  margin: 0;
  font-size: unset;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.packaging-options .product-packaging--price {
  padding: 15px;
}

.packaging-options span.product-unit-count {
  font-weight: bold;
}

.packaging-options .package-price bdi {
  font-weight: bold;
}

@media (max-width: 549px) {
  .packaging-options .unit-price {
    display: none;
  }
}

.single-product .product-gallery .col.large-10:not(:has(+ .col.large-2)) {
  flex-basis: 100%;
  max-width: 100%;
}

.single-product .row-small>.col {
  padding: 0 9.8px 0;
}

.single-product .product-main {
  border-bottom: var(--border-1px-grey);
}

.product-short-description {
  margin-bottom: 20px;
}

.single-product .ux-swatch.ux-swatch--image {
  box-shadow: unset;
  border-radius: var(--border-radius-s);
}

table.variations select {
  height: 35px;
  background-color: #fff;
}

.nordspex-cross-sells {
  display: grid;
  border: var(--border-1px-grey);
  border-radius: var(--border-radius-m);
  padding: 20px;
  margin-top: 20px;
}

.nordspex-cross-sells h2 {
  font-size: 1.15rem;
}

.nordspex-cross-sells ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 200px;
  display: flex;
  flex-direction: column;
}

.nordspex-cross-sells ul>li {
  margin: 0 5px 0 0;
  padding: 10px 0;
  position: relative;
  border-bottom: var(--border-1px-grey);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nordspex-cross-sells ul>li:only-child {
  border-bottom: unset;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
}

.nordspex-cross-sells ul>li img {
    flex: 0 0 25%;
    width: 25%;
    display: block;
    object-fit: contain;
    height: 60px;
}

.nordspex-cross-sells ul li a {
    font-size: var(--font-size-small);
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.product-info.summary .nordspex-cross-sells form.cart {
    width: 45px;
    height: auto;
    margin: 0;
    display: block;
    min-width: 45px;
    padding-left: 10px;
}

.product-info.summary .nordspex-cross-sells form.cart .single_add_to_cart_button.button {
    padding: 0;
    background-image: url(https://nordspex.com/se/wp-content/uploads/2024/11/shoppingbag.svg);
    background-color: #FFFFFF !important;
    border: unset;
    background-repeat: no-repeat;
    height: auto;
    background-position: center;
}

.button.loading:after {
    border: 2px solid #212121;
}

.product-info.summary .nordspex-cross-sells form.cart button i {
  display: none;
}

.product-info.summary .nordspex-cross-sells form.cart button.button.loading:after {
  width: 8px;
  height: 8px;
  margin-left: -5px;
  margin-top: -7px;
}

.single-product .nordspex-cross-sells span.woocommerce-Price-amount.amount {
  font-family: var(--font-family-headings);
  font-size: 1.15rem;
  line-height: normal;
  margin-left: auto;
}

.single-product .nordspex-cross-sells span.price-suffix-unit {
    font-weight: bold;
    font-size: 1.15rem;
    line-height: normal;
}

.nordspex-cross-sells span.product-title {
  display: flex;
  line-height: normal;
  color: var(--primary-color);
}

.single-product .nordspex-cross-sells small.woocommerce-price-suffix {
  display: none;
}

.col.medium-6.small-12.large-6.product-tabs--right .product-section {
  border-top: unset;
}
.product-section, .product-section td, .product-section th {
    border: unset;
	font-size: var(--font-size-large);
}

.single-product .row.mb-0.product-page-sections {
	max-width: 1080px;
    margin: 25px auto 40px !important;
	gap: 40px;
	position: relative;
}
#tab-description table {
    padding: 0;
    overflow-x: auto;
}

.single-product #tab-description table thead tr > th {
    font-weight: 600;
    font-size: var(--font-size-large);
    padding-left: 15px;
}

#tab-description table tr td {
    border: unset;
}
#tab-description table tr td:first-child {
    border-right: 5px solid #FFF;
}

#tab-description table tr td:first-child, #tab-description table tr th:first-child {
  font-weight: 600;
  padding-left: 15px;
}

#tab-description table tr td:last-child {
  padding-right: 15px;
}

#tab-description table thead tr th {
    background-color: #F5F5F5;
    font-weight: normal;
    text-transform: none;
    font-size: var(--font-size-small);
}

#tab-description table tr:nth-child(even) td, #tab-description table tr:nth-child(even) th {
    background-color: #F5F5F5;
}

#tab-pwb_tab {
    font-size: var(--font-size-medium);
}
#tab-pwb_tab {
    padding: 30px 0;
}

@media (min-width: 850px){
	.product-page-sections:after {
        content: '';
        border-bottom: var(--border-1px-grey);
        position: absolute;
        left: calc(-50vw + 50%);
        width: 100vw;
        bottom: 0;
    }
	#tab-misc:before {
        border-top: var(--border-1px-grey);
        width: 200vw;
        display: block;
        content: '';
        position: absolute;
        left: -100vw;
        top: 0;
    }
	#tab-misc {
		padding: 30px;
		position: relative;
	}
	#tab-misc{
		border-radius: unset;
		margin-left: auto;
	}
	.single-product .row.mb-0.product-page-sections{
		padding-bottom: 0;
	}
}



#tab-description p:last-child {
    margin: 0;
}

.product-page-sections #tab-description, 
.product-page-sections #tab-misc, 
.product-page-sections #tab-pwb_tab {
    flex: 0 calc(50% - 20px);
}

#tab-description:not(:has(+.short-add-wrapper.product-section)) {
    flex: 0 100%;
}

#tab-description p, #tab-description ul {
    max-width: 640px;
}
#tab-description p, #tab-description table, #tab-description ul {
    margin-bottom: 20px;
    overflow-x: auto;
}


.product-section .entry-content {
    padding: 0;
}

.product-section h5{
    margin: 0 0 10px;
    text-transform: unset;
    letter-spacing: normal;
	line-height: 1.6;
}

.single-product table tr>th:first-child,
.single-product table tr>td:first-child {
  letter-spacing: normal;
  text-transform: unset;
}

.single-product table p {
  margin: 0;
}

.single-product .product-tabs--right table tr th:first-child {
  padding-left: 20px;
}

.single-product .product-tabs--right table tr td:last-child {
  padding-right: 20px;
}

.single-product .product-tabs--right table {
  margin-bottom: 0;
}

.product-info .product_meta p.stock {
  float: left;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 0;
}
small.restock-date {
    font-size: var(--font-size-xs);
    color: #555;
}
.pvtfw_init_variation_table small.restock-date {
    font-size: var(--font-size-xxs);
}

#size-guide .sizeguide {
  overflow-x: auto;
}

.button.sizeguide {
    font-size: var(--font-size-small);
    font-weight: 500;
    letter-spacing: normal;
    padding: 4px 10px;
    border: var(--border-1px-grey);
    margin: 0;
    line-height: normal;
    display: inline-block;
    min-height: auto;
}

.button.sizeguide span {
  text-decoration: underline;
}

.button.sizeguide:hover {
  box-shadow: unset;
}

.sizeguide span {
  font-weight: 600;
}

.sizeguide table {
  font-size: var(--font-size-small);
  font-weight: bold;
  width: auto;
}

.single-product .variations th.label {
  display: block;
  line-height: 1.2rem;
}

.sizeguide table tr,
.sizeguide table td {
  text-align: center;
}

.sizeguide table tr>td:first-child {
  text-align: left;
  text-wrap: nowrap;
  text-transform: none;
  position: sticky;
  background-color: #FFF;
  left: 0;
  padding: .8rem 1rem;
}

.sizeguide table tr:first-child>td:first-child {
  background-color: #FFEB3B;
}

.sizeguide table tr>td,
.sizeguide table tr>td:first-child {
  border-bottom: 1px solid #d3d3d3;
}

.sizeguide table tr:first-child>td {
  border-bottom: unset;
  vertical-align: bottom;
}

.sizeguide table tr>td {
  padding: .8rem 1rem;
  text-wrap: nowrap;
}

.sizeguide table tr>td:nth-child(2n) {
  background-color: var(--background-color-grey);
}

.sizeguide table tr:first-child,
.sizeguide table tr:first-child>td:nth-child(2n) {
  background-color: #FFEB3B;
}

.sizeguide table tr:first-child>td:nth-child(2n) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sizeguide table tr:first-child>td:last-child {
  border-right: unset;
}

.sizeguide table tr:first-child>td:first-child {
  border-left: unset;
}

.sizeguide table tr>td:first-child {
  border-left: 1px solid #d3d3d3;
}

.sizeguide table tr>td:last-child {
  border-right: 1px solid #d3d3d3;
}

.sizeguide table.noheader tr:first-child>td:first-child {
  border-left: 1px solid #d3d3d3;
}

.sizeguide table.noheader tr:first-child>td:last-child {
  border-right: 1px solid #d3d3d3;
}

.sizeguide table.noheader tr:first-child>td {
  background: #FFF;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.sizeguide table.noheader tr:first-child>td:nth-child(2n) {
  border-left: unset;
  border-right: unset;
}

.sizeguide table.noheader tr:first-child>td:last-child {
  border-right: 1px solid #d3d3d3;
}

.sizeguide table.noheader tr:first-child>td:first-child {
  border-left: 1px solid #d3d3d3;
}

.sizeguide table.noheader tr:first-child>td:nth-child(2n) {
  background-color: var(--background-color-grey);
}

.woocommerce-variation-description table td:first-child {
  font-weight: bold;
}

.woocommerce-variation-description table tbody tr:first-child td {
  border-top: var(--border-1px-grey);
}

.woocommerce-variation-description table {
  margin: 25px 0 0;
}

.lightbox-by-id {
  border-radius: var(--border-radius-m);
  overflow: auto;
  max-height: 830px;
}

#tab-description th:first-child {
  padding-left: 30px;
  font-weight: 600;
}

#tab-description th:last-child {
  padding-right: 30px;
  font-weight: normal;
}

#tab-additional_information {
    border-top: unset;
}

.short-add-wrapper.product-section{
	flex: 0 calc(50% - 20px);
}

#tab-additional_information .entry-content {
    overflow-x: auto;
}

.single-product #tab-additional_information table tr th,
.single-product #tab-description table tr td:first-child,
.single-product #content table tr th,
.single-product #content table tr td:first-child{
    padding: 10px 15px;
    font-weight: 600;
    border-right: 5px solid #FFF;
    max-width: 50%;
    width: 1px;
    text-wrap-mode: nowrap;
}

.single-product #tab-additional_information table tr td {
    padding: 10px 15px;
}

table.woocommerce-product-attributes tr:nth-child(odd) th, table.woocommerce-product-attributes tr:nth-child(odd) td {
	background-color: #F5F5F5;
}

table.woocommerce-product-attributes.shop_attributes {
    margin: 0;
}

table.woocommerce-product-attributes tr th, table.woocommerce-product-attributes tr td {
    border: unset;
}

.box-text small.woocommerce-price-suffix,
.related-products-wrapper small.woocommerce-price-suffix {
  display: none;
}

h1.product-title {
    font-size: var(--font-size-huge);
    line-height: normal;
    border-bottom: var(--border-1px-grey);
    padding-bottom: 15px;
}

.product-page-accordian .toggle i {
  font-size: 1.5em;
}

.flickity-slider:has(.woocommerce-product-gallery__image--placeholder) {
  background-color: var(--background-color-grey);
}

img.ux-swatch__img,
.ux-swatch--image {
  max-height: 100%;
  width: auto;
}

.single-product .product-images {
  border-radius: var(--border-radius-l);
  overflow: hidden;
}

#tab-short_description {
	padding: 0;
}

#tab-short_description ul {
    padding-left: 0;
    font-size: var(--font-size-large);
    line-height: 2rem;
    margin-bottom: 30px;
}

#tab-short_description ul li {
  background: url(/wp-content/uploads/2025/07/check-blk-ylw.svg) no-repeat left center;
  padding: 0 0 0 25px;
  list-style: none;
  margin: 0;
  line-height: normal;
  margin-bottom: 15px;
}

.woocommerce-variation-price {
  border-top: unset;
}

table.variations .label,
table.variations .value {
  padding: 0;
  width: auto;
}

table.variations .value {
  flex: auto;
}

table.variations .label label {
  font-size: var(--font-size-medium);
  margin: 0 20px 0 0;
  text-wrap: wrap;
}

.product-summary table.variations tr {
  margin-bottom: 15px;
  display: block;
  padding: 15px 15px 15px 25px;
  border: var(--border-1px-grey);
  border-radius: var(--border-radius-m);
  display: flex;
  align-items: center;
}

.product-summary table.variations tr:has(.attribute-guide) {
  flex-wrap: wrap;
}

.ux-swatch-selected-value {
  display: none;
}

.variations td .ux-swatches {
  margin: 0;
}

table.variations .value select {
  border: unset;
  margin: 0;
  width: auto;
  padding: 0 30px 0 5px;
  font-size: var(--font-size-medium);
  cursor: pointer;
}

.product-summary table tr+tr {
  border: unset;
}

.product-summary table.variations tr:last-child {
  margin: 0;
}

.woocommerce-product-gallery__image--placeholder.is-selected {
  top: 50%;
  mix-blend-mode: multiply;
}

.variations .reset_variations {
  background-color: var(--fs-color-alert);
  color: #FFF;
  font-weight: bold;
  opacity: 1;
  bottom: -25px;
  display: block;
  height: fit-content;
  border-radius: var(--border-radius-s);
  padding: 2px 5px;
  right: 0;
  line-height: normal;
}

.single-product .woocommerce-variation-price {
  padding: 0 0 15px 0;
}

.woocommerce-variation-description {
  margin-bottom: 15px;
}

.single-product .product_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.single-product .product-info {
  padding-bottom: 0;
}

.single-product .product_meta>span:last-child {
  padding-bottom: 0;
}

.single-product .product-thumbnails img {
  max-height: 78px;
  width: auto;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
}

.single-product #wrapper>.message-wrapper {
  padding: 0;
  margin: 0;
}

.single-product .product-main,
.message-wrapper+main .product-main {
  padding-top: 25px;
}

.product-info {
  padding-top: 0;
}

.product-gallery-slider img {
  width: auto;
  margin: 0 auto;
  display: block;
  mix-blend-mode: multiply;
  max-height: 485px;
  transition: unset;
}

.woocommerce-product-gallery__image.slide a {
    background-color: var(--background-color-grey);
    height: 500px;
    display: flex;
    align-items: center;
}

.image-tools a.zoom-button i:before {
  color: var(--primary-color);
  font-size: var(--font-size-large);
}

.image-tools a.zoom-button {
  border: var(--border-1px-primary);
}

.image-tools a.zoom-button:hover {
  background-color: unset;
}

.flickity-slider>.col {
  cursor: pointer;
}

.pswp__bg {
  opacity: 0.5 !important;
}

.pswp .pswp__top-bar {
  opacity: 1;
  background-color: var(--fs-color-primary) !important;
}

.pswp__preloader {
    display: none;
}

.product-info .price {
  font-size: var(--font-size-hugeplus);
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px 0;
  color: var(--fs-color-primary);
  font-family: var(--font-family-headings);
}

.product-summary .woocommerce-Price-currencySymbol {
  font-size: inherit;
}

.product-info .quantity input[type=number] {
  height: 60px;
}

.tab-panels {
  max-width: 700px;
}

.product-thumbnails a {
  border: unset;
  background-color: var(--background-color-grey);
  border-radius: var(--border-radius-m);
  padding: 5px;
}

.product-thumbnails a img {
  mix-blend-mode: multiply;
}

.product-info.summary span.sku_wrapper {
  font-size: var(--font-size-small);
  font-weight: 500;
  display: block;
}

.product-info.summary:has(.available-options-btn) .product_meta{
    display: none;
}

.product-summary .variations_button {
  padding: 0;
}

.single_add_to_cart_button.button {
  height: 60px;
  flex: 1;
  font-size: var(--font-size-large);
  letter-spacing: normal;
  width: 100%;
}

.available-options-btn {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available-options-btn.single_add_to_cart_button.button.alt:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/07/down-arrow.svg);
    width: 20px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    background-repeat: no-repeat;
    height: 20px;
}
.available-options-btn.single_add_to_cart_button.button.alt:before{
	display: none;
}

.single-product .product_meta>span {
  padding: 0;
  font-size: var(--font-size-medium);
  border-top: unset;
}

.single-product span.posted_in {
  display: inline-block;
  border: unset;
}

.product_meta .pwb-single-product-brands {
  display: inline-block;
  float: right;
  line-height: 1.6;
  font-size: var(--font-size-medium);
}

.single-product .product_meta>span:first-child {
  border-top: unset;
  padding-top: unset;
}

.single-product .product_meta>span.posted_in>a {
  font-weight: bold;
  text-decoration: underline;
}

.single-product .product_meta>span.sku_wrapper>.sku {
  font-weight: bold;
}

p.return-to-shop .button {
  background-color: var(--fs-color-secondary);
  border-radius: var(--border-radius-m);
  height: 60px;
  line-height: 60px;
  font-size: var(--font-size-large);
  letter-spacing: normal;
  width: 100%;
  color: var(--fs-color-primary);
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider {
  mix-blend-mode: multiply;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 97%;
  max-width: 97%;
  mix-blend-mode: multiply;
  transition: unset;
}
.flickity-slider>a, .flickity-slider>a>img, .flickity-slider>div:not(.col), .flickity-slider>figure, .flickity-slider>img, .flickity-slider>p {
    transition: unset;
}

/*contact-buttons single product under add2cart*/

.contact-product-meta .nordspex-buttons-2 {
    flex-direction: row;
    margin: 1.3em 0 0;
}
.contact-product-meta ul.nordspex-buttons-2 li {
    margin: 0;
    height: 50px;
    display: flex;
    padding: 0 20px;
	flex: 0 0 calc(50% - 10px);
	justify-content: center;
	background-color: #fffbd5;
	border: unset;
}
.contact-product-meta ul.nordspex-buttons-2 li a {
    padding: 0;
    font-size: var(--font-size-small);
    justify-content: left;
    width: auto;
    margin-right: 3px;
    position: unset;
    gap: 10px;
    text-wrap-mode: nowrap;
	position: relative;
}
.contact-product-meta ul.nordspex-buttons-2 li a:nth-child(2):before{
	content: unset;
}
.contact-product-meta ul.nordspex-buttons-2 li a:first-child {
    font-weight: bold;
}
.contact-product-meta ul.nordspex-buttons-2 li a:nth-child(2) {
    width: 100%;
}
.contact-product-meta ul.nordspex-buttons-2 li a strong {
    padding-left: 10px;
}
.contact-product-meta ul.nordspex-buttons-2 li.request_quote_button a:before, .contact-product-meta ul.nordspex-buttons-2 li.get_contacted_button a:before{
	filter: unset;
	display: block;
}
.contact-product-meta ul.nordspex-buttons-2 li a:nth-child(2):after {
    content: '';
    background-image: url(/wp-content/uploads/2025/04/arrow-right.svg);
    width: 6px;
    height: 10px;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
	position: absolute;
	right: 0;
}

/*MINI-CART*/

.woocommerce-mini-cart__total small.tax_label {
    display: none;
}

div#cart-popup p.return-to-shop {
  display: none;
}

#cart-popup dl.variation {
  display: none;
}

.ux-mini-cart-cross-sells__list .button.add_to_cart_button {
  background-color: var(--primary-color);
  color: #FFF;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item a:not(.remove, .button) {
  margin: 0;
  display: block;
  font-size: var(--font-size-small);
}

.ux-mini-cart-cross-sells__list {
  display: -webkit-box;
  overflow-x: auto;
  padding-bottom: 10px;
}

body .off-canvas .mfp-content.off-canvas-cart {
  --drawer-width: 450px;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item small.woocommerce-price-suffix {
  display: none;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .price {
  margin-bottom: 0;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item img {
  mix-blend-mode: multiply;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .product-title {
  color: var(--primary-color);
  max-height: 30px;
  display: -webkit-box;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item {
  border-radius: var(--border-radius-m);
  margin-right: 10px;
  max-width: 300px;
}

.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item:only-child {
  border-radius: var(--border-radius-m);
  margin-right: 0;
  max-width: unset;
  -webkit-box-flex: 1;
}

.ux-mini-cart-cross-sells__list {
  margin-bottom: 15px;
  gap: 0;
}

.ux-mini-cart-cross-sells {
  margin-bottom: 0;
}

p.ux-mini-cart-cross-sells__title.text-center {
  margin: 0;
}

.cart-popup-title.text-center span.heading-font.uppercase, p.ux-mini-cart-cross-sells__title.text-center {
    font-weight: 600;
    font-size: var(--font-size-large);
}

.woocommerce-cart .cross-sells .box-image {
  min-height: 170px;
}

.cross-sell-table table.variant figure.pvtfw-thumb-item {
    width: 70px;
}

.pvtfw_init_variation_table.cross-sell-alone {
    overflow: visible;
    margin: 0 auto;
}

a.remove.remove_from_cart_button,
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a {
  border: unset;
  font-size: 0 !important;
}

a.remove.remove_from_cart_button:after,
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a:before {
  content: '';
  position: absolute;
  right: 0;
  background-image: url(/wp-content/uploads/2024/08/bin-cart.svg);
  background-size: contain;
  width: 15px;
  height: 17px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a:before {
  left: 0;
}

ul.product_list_widget li .quantity,
.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
  opacity: 1;
}

.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
  font-size: var(--font-size-xl)
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  background-color: #FFF;
}

.cart-popup-inner--sticky.inner-padding {
  padding: 15px;
}

.off-canvas-cart .ux-mini-cart-footer {
  padding: 15px 45px;
}

.ux-mini-cart-footer a.button.wc-forward {
  display: none;
}

.ux-mini-cart-footer a.button.checkout.wc-forward {
  display: block;
  border-radius: var(--border-radius-m);
  height: 60px;
  line-height: 60px;
}

.cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child {
  border-bottom: unset;
}

p.woocommerce-mini-cart__total.total>strong {
  font-weight: normal;
  font-size: var(--font-size-medium);
}

.woocommerce-mini-cart__total {
  align-items: center;
}

ul.product_list_widget li.woocommerce-mini-cart-item.mini_cart_item>a {
  font-size: var(--font-size-medium);
  line-height: 1.2rem;
}

ul.product_list_widget li+li {
  border-top: var(--border-1px-grey);
}

div#cart-popup ul.product_list_widget li {
  padding: 15px 30px 15px 75px;
}

div#cart-popup ul.product_list_widget li img {
  top: 15px;
}

.ux-mini-cart-qty .ux-quantity.quantity.buttons_added,
.ux-mini-cart-qty .quantity input[type=number] {
  height: 40px;
}

.ux-mini-cart-qty input.ux-quantity__button {
    padding: 0 5px;
}

a.icon-remove,
a.remove {
  border: var(--border-1px-primary);
  font-weight: normal;
  width: 30px;
  height: 30px;
}

div#cart-popup ul.product_list_widget li img {
  height: auto;
  max-height: 60px;
  width: auto;
  max-width: 60px;
}

/* CART PAGE */

.woocommerce-cart-form {
    overflow-x: auto;
}

.shop_table .cart_item td.product-remove {
    position: relative;
}

.cart-wrapper dl.variation {
    display: none;
}

.cart-wrapper.sm-touch-scroll tr.woocommerce-cart-form__cart-item.cart_item img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.coupon button.is-form,
button[type=submit].is-form {
  border-radius: var(--border-radius-m);
  border: unset;
  text-shadow: unset;
  background-color: var(--primary-color);
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  font-size: var(--font-size-large);
}

.coupon .button.is-form:hover {
  background-color: var(--primary-color);
  color: #FFF;
}

tr.woocommerce-cart-form__cart-item.cart_item .ux-quantity.quantity.buttons_added,
tr.woocommerce-cart-form__cart-item.cart_item .ux-quantity.quantity.buttons_added input[type=number] {
  height: 50px;
}

.cart_totals .button,
.cart_totals .button:hover {
  height: 60px;
  line-height: 60px;
  color: var(--fs-primary-color);
}

.cart_totals .wc-proceed-to-checkout {
    color: #FFF;
}

form.checkout_coupon button.is-form {
  height: 60px;
  background-color: var(--fs-color-secondary);
  color: var(--fs-color-primary);
  font-weight: bold;
  text-shadow: unset;
  font-size: var(--font-size-large);
  letter-spacing: normal;
}

form.checkout_coupon button.is-form {
  height: 60px;
  background-color: var(--fs-color-secondary);
  color: var(--fs-color-primary);
  font-weight: bold;
  text-shadow: unset;
  font-size: var(--font-size-large);
  letter-spacing: normal;
  border: unset;
  border-radius: var(--border-radius-m);
}

form.checkout_coupon button.is-form:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
  background-color: var(--fs-color-secondary);
}

a.button-continue-shopping.button.primary.is-outline {
  background-color: var(--fs-color-primary);
  border-radius: var(--border-radius-m);
  color: #FFF;
  padding: 10px 30px;
  border: unset;
}

a.button-continue-shopping.button.primary.is-outline:hover {
  border: unset;
}

tr.woocommerce-cart-form__cart-item.cart_item a {
  color: var(--primary-color);
}

section.shipping-calculator-form button {
  background-color: var(--fs-color-secondary);
  border-radius: var(--border-radius-m);
  border: unset;
  font-size: var(--font-size-large);
  letter-spacing: normal;
  margin-bottom: 0;
}

/* CHECKOUT */

.checkout-container h3 {
    margin: 0;
}
.checkout-step-body {
    border: var(--border-1px-darkgrey);
    border-radius: var(--border-radius-m);
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.checkout-step-body ul li {
    padding: 15px;
    line-height: 20px;
    margin: 0;
    border-bottom: var(--border-1px-darkgrey);
	position: relative;
}
.checkout-step-body ul li:hover {
    background-color: #FBFBFB;
}
.checkout-step-body ul {
    flex: 1;
}
.checkout-step-body ul li:last-child {
    border-bottom: unset;
}
.checkout-step-body li label {
    display: flex;
    align-items: center;
	cursor: pointer;
}
.checkout-step-body label input {
    margin: 0 10px 0 0;
    border: var(--border-1px-primary);
}
.checkout-step-body label input[type="radio"]:checked::before {
    background-color: var(--fs-color-primary);
}
.checkout-step-body input[type="radio"]:hover {
    background-color: #F3F3F3 !important;
}
.checkout-container .checkout-section td.product-name a {
    color: var(--fs-color-primary);
    display: flex;
    gap: 10px;
    align-items: center;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead th {
    text-transform: unset;
    letter-spacing: normal;
    font-size: var(--font-size-small);
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    background-color: #FBFBFB;
    border-radius: var(--border-radius-m);
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
    background-color: #FBFBFB;
    padding: 20px;
    margin-bottom: 0;
	border-top: 2px solid #F5F5F5;
	font-size: var(--font-size-medium);
}
form.checkout_coupon.woocommerce-form-coupon .flex-row.medium-flex-wrap {
    align-items: baseline;
}
form.checkout_coupon.woocommerce-form-coupon {
    padding: 20px;
    background-color: #FBFBFB;
    border-bottom-left-radius: var(--border-radius-m);
    border-bottom-right-radius: var(--border-radius-m);
    border: unset;
}
form.checkout_coupon.woocommerce-form-coupon p {
    display: none;
}
.checkout-step-body li, .checkout-step-body li label {
    margin-bottom: 0;
}
.checkout-section .cart_item dl.variation {
    display: none;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-name {
    display: flex;
    align-items: center;
}

.cart-collaterals p.shipping-method-description {
    display: none;
}

.cart-collaterals label.shipping__list_label {
    opacity: 1;
}
tr.cart-subtotal th, tr.tax-rate th {
    font-size: var(--font-size-medium);
}
.checkout-breadcrumbs, .checkout-page-title {
    display: none;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table img {
    mix-blend-mode: multiply;
	margin-right: 0;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead th {
    padding: 20px;
	  border-bottom: var(--border-2px-lightgrey);
}
.woocommerce-checkout .shop_table .cart_item td {
    border: unset;
    padding: 20px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th, table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    border-top: var(--border-2px-lightgrey);
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td, table.shop_table.woocommerce-checkout-review-order-table th {
    border-bottom: unset;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th, table.shop_table.woocommerce-checkout-review-order-table tfoot  td {
    padding: 0 20px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    padding-top: 20px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th, table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
    padding-bottom: 20px;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping td.shipping__inner {
    padding: 0;
}
.woocommerce-checkout label.shipping__list_label span.woocommerce-Price-amount.amount {
    font-size: var(--font-size-medium);
}
.woocommerce-checkout label.shipping__list_label {
    font-size: 0;
	  opacity: 1;
}
.woocommerce-checkout label.shipping__list_label[for="shipping_method_0_free_shipping6"]{
    font-size: var(--font-size-medium);
}
.woocommerce-checkout p.shipping-method-description {
    background-color: #FFEB3B1f;
    padding: 10px;
    margin: 15px 0 0;
    border-radius: var(--border-radius-m);
    font-size: var(--font-size-small);
}
.woocommerce-checkout .shipping__list_item {
    min-height: auto;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td, table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    line-height: 26px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    font-weight: normal;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount {
    font-family: 'Space Grotesk', sans-serif;
	font-size: 1rem;
}
.woocommerce-checkout label{
	font-size: 1rem;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th, table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: var(--font-size-xxl);
    padding-top: 10px;
    font-weight: bold;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.order-total span.woocommerce-Price-amount.amount {
    font-size: var(--font-size-xxl);
}
.woocommerce-checkout p#order_comments_field {
    display: none;
}
.woocommerce-checkout #wide-nav {
    display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info.message-wrapper {
    padding: 0;
	  line-height: normal;
}
.woocommerce-form-login-toggle .woocommerce-info.message-wrapper {
    padding: 0;
}

.woocommerce-checkout ul#shipping_method {
    line-height: normal;
} 
.woocommerce-form-login-toggle .woocommerce-info.message-wrapper a.showlogin {
    color: var(--link-color);
}
.woocommerce-form-login-toggle {
	line-height: normal;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    font-size: var(--font-size-medium);
    margin: 20px 0 0;
}
ul.membership-selector button.woocommerce-button.button.woocommerce-form-login__submit {
    background: var(--fs-color-primary);
    color: #FFF;
    font-size: var(--font-size-small);
    font-weight: 600;
    width: 100%;
    height: 50px;
	margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login input[type="text"], 
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
    margin-bottom: 0;
    height: 50px;
}
ul.membership-selector.radio-buttons.js-membership-selector .membership--signup--description + .extra.js-extra {
    padding-top: 15px;
}
ul.membership-selector .membership--signup--password-container input {
    margin: 0;
}
ul.membership-selector .membership--signup--password-container .fl-wrap.fl-wrap-input.fl-is-active input {
    padding-top: 10px;
}
p#account_password_field input#account_password {
    border: 1px solid #93969a;
}
a#ledyer-checkout-select-other, a#klarna-checkout-select-other {
    line-height: normal;
    padding: 10px 15px;
    height: auto;
    font-size: var(--font-size-medium);
}
p.ledyer-checkout-select-other-wrapper, p.klarna-checkout-select-other-wrapper {
    margin: 0 0 10px;
    line-height: normal;
}
@media only screen and (min-width: 769px) {
    .kco-two-column-left #kco-wrapper, .kco-two-column-left-sf #kco-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 70px;
    }
	#kco-order-review, #kco-iframe, .kco-two-column-left #kco-wrapper {
		padding: 0;
	}
}
.membership-description {
    margin-top: 5px;
}
ul.membership--signup--benefits {
    margin: 0 10px 0 45px;
}
ul.membership--signup--benefits li {
    border: unset;
    line-height: normal;
    font-size: var(--font-size-xs);
    padding: 2px 0 2px 3px;
}
ul.membership--signup--benefits li:before {
    background-image: url(/wp-content/uploads/2025/04/check.svg);
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background-size: contain;
    left: -14px;
    background-color: #FFF;
    top: 4px;
    background-repeat: no-repeat;
}
ul.membership--signup--benefits li::marker {
    font-size: 0;
}
.membership--signup--offer {
    background-color: #fffae7;
    padding: 15px 15px 15px 60px;
    border-radius: var(--border-radius-m);
    font-size: var(--font-size-medium);
    position: relative;
}
.membership--signup--offer:before {
    content: '';
    background-image: url(https://nordspex.com/se/wp-content/uploads/2025/04/discount.svg);
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.js-delivery-step-content .delivery-time.in-stock {
    padding: 15px;
    font-size: var(--font-size-small);
    font-style: italic;
    background-color: #fbfbfb;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.js-delivery-step-content .delivery-time.out-of-stock,.js-delivery-step-content .delivery-time.available-on-backorder{
	display: none;
}
div#lco-wrapper {
    padding: 20px;
}
div#kco-iframe {
    padding: 0 20px;
}
#kl_newsletter_checkbox_field label {
    font-weight: normal;
    font-size: var(--font-size-large);
}
.cart_item dl.variation {
    display: flow-root;
	opacity: 1;
}
div#order_review dl.variation {
  display: inline-block;
  width: 100%;
  color: var(--primary-color);
  opacity: 1;
  margin-top: 10px;
}
form.checkout.woocommerce-checkout .col-inner.has-border {
  border-radius: var(--border-radius-l);
}

form.checkout h3 {
  font-size: var(--font-size-xxl);
}

#order_review tr.order-total span.woocommerce-Price-amount.amount {
  font-size: var(--font-size-xxl);
}
.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button,
.sticky-add-to-cart-select-options-button {
  border-radius: var(--border-radius-m);
  border: unset;
  color: var(--fs-primary-color);
  letter-spacing: normal;
  font-size: var(--font-size-large);
  height: 60px;
  margin: 0;
  line-height: normal;
}
form.checkout_coupon button.button.expand {
  border-top-right-radius: var(--border-radius-s);
  border-bottom-right-radius: var(--border-radius-s);
  letter-spacing: normal;
  border: unset;
  min-height: 39px;
  background-color: var(--fs-color-primary);
  color: #FFF;
  font-size: var(--font-size-small);
}
form.checkout_coupon.woocommerce-form-coupon .flex-row {
    gap: 10px;
}
.woocommerce-checkout form.checkout_coupon button.button.expand {
    border-radius: var(--border-radius-m);
	height: 50px;
}
.checkout-step-body .woocommerce-shipping-methods {
    position: relative;
}
.checkout-step-body .woocommerce-shipping-methods li:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url(https://lagerkraft.se/wp-content/uploads/2025/05/w-truck.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: var(--fs-color-primary);
    border-radius: 50px;
    background-position: center;
}
.checkout-step-body .woocommerce-shipping-methods li input {
    margin: 0 10px 0 0;
    float: left;
}
.checkout-step-body ul.woocommerce-shipping-methods label {
    justify-content: space-between;
    padding-right: 35px;
}
.checkout-step-body ul.woocommerce-shipping-methods label small {
    display: none;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table table.shipping__table td {
    font-weight: bold;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table table.shipping__table tr:has(.amount) td {
    font-size: 0;
	display: inline-flex;
}
.checkout-section.checkout-section--cart .woocommerce-message.message-wrapper {
    margin-top: 10px;
}
.woocommerce-checkout .nav-right ul#header-contact li:first-child {
    display: none;
}
.woocommerce-checkout .nav-right ul#header-contact li {
    background: transparent;
}
.woocommerce-checkout .nav-right ul#header-contact li a {
    color: var(--fs-color-primary);
    font-family: 'Space Grotesk', sans-serif;
    font-size: var(--font-size-large);
    font-weight: bold;
}
.woocommerce-checkout .header-main .nav > li > a:hover > i:not(.icon-angle-down){
	color: var(--primary-color) !important;
}
.woocommerce-checkout li.header-vertical-menu {
    cursor: pointer;
}
.woocommerce-checkout ul.wc-item-meta {
    display: none;
}
.woocommerce-checkout .message-container a {
    margin: 0;
}
.woocommerce-checkout .header-wrapper.stuck {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.woocommerce-order-received .woocommerce-order.row {
    flex-direction: column;
}
.woocommerce-order-received .woocommerce-order.row .col {
    margin: 0 auto;
}
.woocommerce-order-received .woocommerce-order.row section.woocommerce-order-details, 
.woocommerce-order-received .woocommerce-order.row section.woocommerce-customer-details, 
.woocommerce-order-received .woocommerce-order.row .is-well {
    display: none;
}
.single-product .product-info.summary.col-fit.col.entry-summary.product-summary.text-left.form-flat {
    max-width: 545px;
}
.checkout-section.checkout-section--cart {
    margin-bottom: 30px;
}
small.includes_tax, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.order-total small.includes_tax span.woocommerce-Price-amount.amount {
    font-size: var(--font-size-small);
    font-weight: 400;
    font-family: 'Space Grotesk', sans-serif;
}
@media (max-width: 1000px) {
	
	form.checkout_coupon input#coupon_code {
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.woocommerce-checkout form.checkout_coupon button.button.expand {
		border-radius: var(--border-radius-m);
	}
	.checkout-container {
		flex-direction: column-reverse;
	}
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-qty,
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead th.product-name:nth-child(2n),
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td:empty{
		display: none;
	}
	div#kco-iframe {
		padding: 0 5px;
	}
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.order-total span.woocommerce-Price-amount.amount,
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
		font-size: var(--font-size-xl);
	}
}
@media (max-width: 549px) {
	.container.page-checkout {
		padding: 30px 0 0;
	}
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table img {
		max-width: 30px;
	}
	.woocommerce-checkout .shop_table .cart_item td {
		padding: 10px;
	}
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th, table.shop_table.woocommerce-checkout-review-order-table tfoot td {
		padding: 0 10px;
	}
	form.checkout_coupon.woocommerce-form-coupon {
		padding: 0 10px 10px;
	}

	.woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
		padding: 20px 10px;
	}
}

/*FOOTER*/

footer .dark ul.menu>li+li {
    border-color: #FFF;
}

.footer-2-content {
    display: flex;
    gap: 20px;
}

.footer-2-left, .footer-2-right {
    flex: 0 0 50%;
}

.footer-x img {
    right: 15px;
    bottom: 49px;
    position: relative;
}

.absolute-footer {
  padding: 0;
}

.footer-2 {
  padding-top: 60px;
}

.footer-1 {
  padding: 60px 0 10px;
}

.footer-1-last-column .mail,
.footer-1-last-column .telephone {
  display: inline-flex;
  margin: 20px 0;
}

.absolute-footer.dark {
  color: #FFF;
}

.dark .payment-icons .payment-icon {
  opacity: 1;
}

.contact-footer-icon {
  max-width: 24px;
  margin-right: 12px;
}
img.contact-footer-icon{
	filter: invert(1);
}

footer .container.clearfix {
  position: relative;
}

/*TEXTUAL MENU*/

.sidebar-menu .nav.nav-vertical>li.menu-item-object-page>a{
	font-weight: 300;
	text-wrap-mode: nowrap;
}

.sidebar-menu .nav.nav-vertical>li.menu-item-object-page{
	border:unset;
}

.sidebar-menu .nav.nav-vertical>li.menu-item-object-page:hover{
	background: unset;
}

.nav-sidebar.nav-vertical>li+li{
    border: unset;
}

.sidebar-menu h2 {
  border-bottom: var(--border-1px-grey);
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
}

.mobile-sidebar .sidebar-menu-tabs {
  border-bottom: var(--border-1px-grey);
}

.mobile-sidebar #nordspex-tax-switcher {
    padding: 0 20px;
}

.off-canvas:not(.off-canvas-center) .mobile-sidebar ul.nav>li.html.custom.html_topbar_left {
    font-size: var(--font-size-medium);
    font-weight: 300;
} 
@media (min-width: 850px) {
	.off-canvas:not(.off-canvas-center) .mobile-sidebar ul.nav>li.html.custom.html_topbar_left, .off-canvas:not(.off-canvas-center) .mobile-sidebar ul.nav>li.html.custom.html_topbar_right {
		display: none;
	}
}

.off-canvas:not(.off-canvas-center) .mobile-sidebar ul.nav>li.html {
  padding: 0;
  margin-bottom: 10px;
}

.mobile-sidebar .nav.nav-vertical li {
  display: flex;
  padding: 0 0 0 20px;
}

.mobile-sidebar .widget>ul>li+li,
.mobile-sidebar ul.menu>li+li {
  border-top: var(--border-1px-grey);
}

.off-canvas:not(.off-canvas-center) .mobile-sidebar .nav-vertical li>a {
  padding-left: 0;
  font-weight: normal;
}
.off-canvas:not(.off-canvas-center) .mobile-sidebar .nav-vertical li.offert-menu>a {
    width: 100%;
}
.off-canvas:not(.off-canvas-center) .mobile-sidebar .nav-vertical{
	padding-top: 15px;
}

.mobile-sidebar .widget_product_categories>ul>li ul span.count {
  right: 20px;
}

.mobile-sidebar .dynamic-menu-placeholder {
  max-width: 100%;
}

.mobile-sidebar ul.product-categories > li {
  font-size: var(--font-size-large);
}

.mobile-sidebar .nav .nordspex-product-categories .children {
  left: unset;
  opacity: 1;
  position: unset;
  transform: unset;
}

.off-canvas:not(.off-canvas-center) .mobile-sidebar .nordspex-product-categories ul>li>a {
  padding: 3px 0;
}

.off-canvas:not(.off-canvas-center) .mobile-sidebar .nordspex-product-categories>ul>li>a {
  padding: 10px 0;
}

li.nav-slide-header.pt-half.pb-half.nordspex-menu-item {
  text-wrap: nowrap;
  max-width: 85%;
}

li.nav-slide-header.pt-half.pb-half.nordspex-menu-item button.toggle {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.nav-vertical>li>a,
.nav-vertical>li>ul>li a {
  width: min-content;
}

.off-canvas:not(.off-canvas-center) .nav-vertical .nordspex-menu-list {
  padding-top: 0;
}

.off-canvas:not(.off-canvas-center) li.html.custom.html_nav_position_text_top {
  padding: 0 20px;
}

.nav-slide {
  padding-top: 0;
}

ul.nav.nav-sidebar.nav-vertical.nav-uppercase.nav-slide {
    padding-bottom: 40px;
}

.nav-sidebar.nav-vertical>li.menu-item.active,
.nav-sidebar.nav-vertical>li.menu-item:hover,
li.nordspex-menu-item:hover {
  background-color: var(--background-color-grey);
}

.off-canvas:not(.off-canvas-center) .nav-vertical ul .nordspex-menu-item :hover {
  background-color: unset;
}

.nav-slide-header .toggle i {
  font-size: 1.8em;
  margin-right: 2px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical ul .nordspex-menu-item>a {
  padding: 0 20px;
  text-transform: none;
  color: var(--primary-color);
  font-size: var(--font-size-small);
  height: 100%;
}

.nordspex-menu-item .toggle {
  font-family: var(--font-family-headings);
  font-size: var(--font-size-large);
  padding: 0;
}

.off-canvas:not(.off-canvas-center) .nav-vertical ul .nordspex-menu-item {
  padding: 0;
  height: 48px;
}

li.nav-slide-header.pt-half.pb-half.nordspex-menu-item {
  margin: 0;
  padding: 0 20px;
}

.nav-sidebar.nav-vertical .product-categories>li:last-child {
  border-bottom: var(--border-1px-grey);
}

.toggle .icon-angle-right:before {
  margin-top: 4px;
  display: block;
}

.toggle .icon-angle-left:before {
  margin-top: 4px;
  margin-right: 5px;
  display: block;
}

.nordspex-menu-item .toggle {
  opacity: 1;
}

.off-canvas .nav-vertical>li>a {
  padding: 8px 0;
}

.nav-divided>li+li>a:after {
  left: -20px;
}

.textual-customer-support {
  background-color: var(--background-color-grey);
  border-radius: var(--border-radius-m);
  padding: 30px;
  width: 100%;
}

.textual-customer-support h2 {
  margin: 0;
  font-weight: normal;
  font-size: var(--font-size-large);
}

.nav:hover>li.nav-vertical-icon:not(:hover)>a:before {
  opacity: 1;
}

p.tel-vertical {
  font-size: var(--font-size-huge);
  font-weight: bold;
  line-height: 1.5rem;
  margin-top: 10px;
  font-family: var(--font-family-headings);
}

p.tel-vertical a {
  color: var(--primary-color);
}

.sidebar-menu .nav>li>a {
  color: var(--primary-color);
  font-size: var(--font-size-medium);
  letter-spacing: normal;
}

.sidebar-menu .nav.nav-vertical>li>a {
  font-size: var(--font-size-medium);
  font-weight: bold;
  padding: 10px 0;
}

span.sidebar-menu-tabs__tab-text {
  font-weight: bold;
}

.sidebar-menu-tabs__tab.active {
  background-color: #FFF;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
  height: 0;
}

.sidebar-menu-tabs__tab {
  background-color: var(--background-scroll);
}


.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
    color: var(--fs-color-primary);
    text-transform: none;
    font-size: var(--font-size-medium);
}
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header).active, .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header):hover, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header).active, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header):hover {
    background-color: unset;
}
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header), .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header) {
    border-top: unset;
}
.nav-slide-header .toggle {
    opacity: 1;
}

.mobile-sidebar h2{
	display: none;
}

/* MY ACCOUNT */

.account-user.circle {
    display: flex;
    align-items: center;
}

.account-user.circle span.user-name.inline-block {
    line-height: normal;
}

.account-user.circle span.user-name.inline-block em.user-id {
    font-style: normal;
}

.view-order-buttons p {
    margin: 0;
}

.view-order-buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    height: 50px;
}

.view-order-buttons .button, .view-order-buttons .button:hover {
    border: unset;
    padding: 0;
    font-size: var(--font-size-medium);
    letter-spacing: normal;
    line-height: normal;
    background: unset;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    text-transform: unset;
}

.order-again a:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/order_again.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: normal;
    margin-right: 8px;
}

.order-return a:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/claim_return.svg);
    width: 21px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: normal;
	margin-right: 7px;
}

.woocommerce-view-order .vertical-tabs .large-9.col {
    padding: 0 30px;
}

.woocommerce-MyAccount-content section.woocommerce-order-details {
    font-size: var(--font-size-large);
	display: block;
}

.woocommerce-MyAccount-content td.woocommerce-table__product-name.product-name a {
    color: var(--fs-color-primary);
}

.woocommerce-MyAccount-content section.woocommerce-order-details td.woocommerce-table__product-thumbnail.product-thumbnail {
    width: auto;
    min-width: 40px;
}

.woocommerce-MyAccount-content section.woocommerce-order-details td.woocommerce-table__product-thumbnail.product-thumbnail img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1;
    max-height: 40px;
    max-width: 40px;
}

table.woocommerce-orders-table thead > tr > th {
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 20px;
	border-bottom: var(--border-1px-grey);
}

.woocommerce-MyAccount-content section.woocommerce-order-details thead th {
    text-transform: unset;
    letter-spacing: normal;
	border-width: 1px;
}

.woocommerce-MyAccount-content section.woocommerce-order-details .shop_table tfoot th {
    font-size: var(--font-size-medium);
    letter-spacing: 0;
    text-transform: inherit;
    padding: 20px 0;
	font-weight: normal;
}

.woocommerce-MyAccount-content section.woocommerce-order-details span.woocommerce-Price-amount.amount, .woocommerce-cart-form__contents span.woocommerce-Price-amount.amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
}

.woocommerce-MyAccount-content section.woocommerce-order-details tfoot tr:last-child span.woocommerce-Price-amount.amount, 
.woocommerce-MyAccount-content section.woocommerce-order-details tfoot tr:last-child th {
    font-weight: bold;
}

.woocommerce-MyAccount-content section.woocommerce-order-details .shop_table tfoot tr:last-child th, .woocommerce-MyAccount-content section.woocommerce-order-details .shop_table tfoot tr:last-child td {
    border-bottom: unset !important;
}

.woocommerce-customer-details__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border: var(--border-1px-grey);
    padding: 20px;
    border-radius: var(--border-radius-m);
}

.woocommerce-customer-details__columns > * {
    flex: 1;
}

@media (max-width: 549px) {
    .woocommerce-MyAccount-content section.woocommerce-order-details .shop_table .product-price {
        display: table-cell;
    }
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
		font-size: var(--font-size-xs);
		display: block;
		overflow-x: auto;
	}

	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details span.woocommerce-Price-amount.amount {
		font-size: var(--font-size-small);
	}
}

.woocommerce-MyAccount-content > p {
    font-size: var(--font-size-medium);
}

section.woocommerce-customer-details address, section.woocommerce-customer-details p {
    font-style: normal;
    font-size: var(--font-size-medium);
}

table.woocommerce-orders-table tbody > tr a {
    color: var(--fs-color-primary);
}

section.woocommerce-customer-details h2.woocommerce-column__title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: var(--font-size-large);
    margin-bottom: 5px;
	white-space: nowrap;
}

a.woocommerce-button.button.ast_track, a.woocommerce-button.button.ast_multi_track {
    display: none;
}

#my-account-nav li a {
    white-space: nowrap;
}

.my-account label,
div#login-form-popup label {
  font-size: 14px;
  line-height: 14px;
}

.my-account input,
div#login-form-popup input {
  margin-bottom: 15px;
}

.my-account form p,
div#login-form-popup form p {
  margin-bottom: 5px;
}

.woocommerce-password-strength {
  font-weight: bold;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color: var(--fs-color-alert);
}

.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
  color: var(--fs-color-success);
}

.account-register-inner form p,
.account-register-inner woocommerce-privacy-policy-text {
  font-size: var(--font-size-medium);
}

.account-register-inner form p button {
  font-size: var(--font-size-large);
}

.account-login-inner h3, .account-register-inner h3 {
    letter-spacing: normal;
    text-transform: unset;
    font-size: var(--font-size-huge);
}

button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: var(--fs-color-secondary);
    border: unset;
    font-size: var(--font-size-large);
    letter-spacing: 0;
}

body:not(.logged-in) li.account-item.has-icon a span:after {
  content: "";
  font-family: fl-icons;
  font-size: var(--font-size-xl);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

body:not(.logged-in) li.account-item.has-icon a span {
  padding-right: 30px;
}

.show-password-input {
  height: 50px;
  line-height: 30px;
}

a.woocommerce-button.button.ast_track,
a.woocommerce-button.button.ast_multi_track,
a.woocommerce-button.button.view,
a.woocommerce-button.button.pay,
a.woocommerce-button.button.cancel,
a.woocommerce-button.button.track {
  background: #FFF;
  color: var(--primary-color);
  border: var(--border-1px-primary);
  letter-spacing: normal;
  vertical-align: middle;
  margin: 3px 0 3px 10px;
}

a.woocommerce-button.button.track {
    background-color: var(--fs-color-secondary);
    border: unset;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    background-color: unset;
    border-radius: var(--border-radius-m);
    font-size: var(--font-size-large);
    padding: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 36px;
	font-weight: bold;
}

.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
	color: var(--fs-color-primary);
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination .button {
  background: #FFF;
  color: var(--primary-color);
  letter-spacing: normal;
  border: var(--border-1px-primary);
  font-size: var(--font-size-medium);
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination .button:hover,
a.woocommerce-button.button.view:hover,
a.woocommerce-button.button.ast_track:hover,
a.woocommerce-button.button.ast_multi_track:hover {
  background: var(--background-color-hover);
  color: var(--primary-color);
  box-shadow: unset;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.dashboard-links li {
  width: auto;
}

.dashboard-links a {
  font-size: var(--font-size-large);
  border-radius: var(--border-radius-m);
  border: var(--border-1px-primary);
  color: var(--primary-color);
  padding: 20px;
}

.dashboard-links a:hover {
  background-color: var(--background-color-hover);
  color: var(--primary-color);
}

.nav.nav-vertical li.active>a {
  font-weight: bold;
}

nav.woocommerce-MyAccount-navigation .nav.nav-vertical li a {
  color: var(--primary-color);
  font-size: var(--font-size-large);
}

.nav-dropdown-simple .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-simple>li>a:hover {
  background-color: var(--background-color-grey);
}

li.account-item:hover ul.nav-dropdown {
    left: 0;
	opacity: 1 !important;
	visibility: visible;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
	display: none !important;
}

.nav-dropdown-simple .nav-column li>a,
.nav-dropdown.nav-dropdown-simple>li>a {
  color: var(--primary-color);
  letter-spacing: normal;
}

.woocommerce-button,
.woocommerce-Button,
.order-again a {
  border-radius: var(--border-radius-m);
}

.my-account-header.page-title.normal-title {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-table .wc-order-item-thumbnail img {
    max-height: 50px;
    width: auto;
}

.woocommerce-MyAccount-content .order_details .wc-order-item-thumbnail {
    margin-right: 10px;
}

.woocommerce-MyAccount-content a.woocommerce-button.button.track.order-actions-button {
    margin-left: 0;
}

td.woocommerce-table__product-name.product-name {
    display: flex;
    align-items: center;
}

/* 404 */

section.error-404.not-found.mt.mb button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
  border-radius: var(--border-radius-m);
  margin-left: 15px;
  border: unset;
}

/* Woocommerce Product Filter */

.wcf-backup-pagination ul {
  list-style: none;
  display: inline-flex;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
}

.wcf-active-filters.horizontal.is-long-list {
  gap: 10px;
}

.wcf-active-filters.horizontal {
  gap: 10px;
  display: flex;
}

.wcf-shop-top .wcf-active-filter {
  margin: 0;
}

.wcf-active-filters.horizontal.is-long-list {
  flex-direction: row;
  justify-content: normal;
}

.category-level-1 .wcf-button.ghost-button,
.woocommerce-shop .wcf-button.ghost-button {
  display: none;
}

.wcf-mobile-drawer-heading {
  margin-bottom: 0;
}

.wcf-filter h4.wcf-filter-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: bold;
}

.wcf-mobile-drawer .wcf-form-elements-wrapper {
  padding: 0;
}

.wcf-mobile-drawer .wcf-widget-toggle {
  padding: 0 30px;
}

.wcf-results-pool.with-buttons~.wcf-active-filters-list {
  text-align: left;
}

.wcf-mobile-drawer-heading h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: bold;
}

.wcf-mobile-actions {
  border-top: unset;
  padding: 30px;
}

.wcf-mobile-actions button {
  height: 60px;
}

.wcf-mobile-drawer .inside-filter {
  padding: 0 30px 30px;
}

.wcf-mobile-drawer a.wcf-clear-link {
  background-color: var(--fs-color-alert);
  border-radius: var(--border-radius-m);
  padding: 0 10px;
  color: #FFF;
  font-size: var(--font-size-small);
  text-wrap: nowrap;
  line-height: 60px;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: none;
}

.layout-horizontal>.wcf-horizontal-grid [data-baseweb="flex-grid-item"]:first-child .wcf-horizontal-popover {
  background-color: var(--wp--preset--color--secondary);
  border: unset;
}

.wcf-results-pool .wcf-results-count {
  margin-bottom: 0;
}

.wcf-img-grid .wcf-img-item .img-container img {
  border: var(--border-1px-grey);
}

.wcf-img-grid .wcf-img-item .active-item .toggle-cross {
  height: 100%;
  border-radius: unset;
  width: 25px;
}

div#wcf-items-container-fc3a4rg-2,
div#wcf-items-container-fc3a4rg {
  max-width: 280px;
}

.wcf-filter.colors .inside-filter label {
  display: contents;
}

@media only screen and (min-width: 975px) {
  .wcf-group-wrapper {
    display: flex;
  }
}

.wcf-filter-form.layout-horizontal {
  margin-bottom: 0;
}

.wcf-button.ghost-button {
  border: var(--border-1px-primary);
}

.wcf-horizontal-popover {
  font-size: var(--font-size-small);
  height: 50px;
  border-radius: var(--border-radius-m);
  background-position: right 5px center;
  border: var(--border-1px-primary);
  font-weight: bold;
  line-height: 50px;
  padding: 0 30px 0 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYuODQzIDEwLjIxMWMuMTA4LS4xNDEuMTU3LS4zLjE1Ny0uNDU2IDAtLjM4OS0uMzA2LS43NTUtLjc0OS0uNzU1aC04LjUwMWMtLjQ0NSAwLS43NS4zNjctLjc1Ljc1NSAwIC4xNTcuMDUuMzE2LjE1OS40NTcgMS4yMDMgMS41NTQgMy4yNTIgNC4xOTkgNC4yNTggNS40OTguMTQyLjE4NC4zNi4yOS41OTIuMjkuMjMgMCAuNDQ5LS4xMDcuNTkxLS4yOTEgMS4wMDItMS4yOTkgMy4wNDQtMy45NDUgNC4yNDMtNS40OTh6Ii8+PC9zdmc+);
  background-size: 17px;
}

.wcf-group-wrapper .wcf-ai,
.wcf-group-wrapper .wcf-ak,
#wcf-mobile-portal .wcf-ai,
#wcf-mobile-portal .wcf-ak {
  margin-right: 10px;
}

.wcf-group-wrapper .wcf-aj,
#wcf-mobile-portal .wcf-aj {
  margin-bottom: 10px;
}

.wcf-group-wrapper .wcf-ah {
  width: auto;
}

.wcf-group-wrapper .wcf-ag {
  flex: none;
}

.wcf-group-wrapper .wcf-am,
#wcf-mobile-portal .wcf-am {
  flex-grow: unset;
  margin-right: 10px;
}

.wcf-group-wrapper li.wcf-am {
  margin-right: 0;
}

.wcf-group-wrapper .wcf-horizontal-grid.wcf-ae.wcf-af {
  display: inline-flex;
}

form.wcf-filter-form.layout-horizontal .wcf-bd,
.wcf-dropdown-active-item,
.wcf-dropdown-active-item.wcf-c1.wcf-bn.wcf-c2.wcf-c3.wcf-c4.wcf-bq.wcf-c5.wcf-c6.wcf-c7.wcf-c8 {
  color: inherit;
}

.wcf-horizontal-popover.is-active {
  border: unset;
  background-color: var(--background-color-grey);
}

a.wcf-reset-filters-btn {
  background-color: var(--fs-color-alert);
  padding: 6px 10px;
  border-radius: var(--border-radius-m);
  color: #FFF;
}

.woocommerce-pagination {
  border: 0;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  background-color: unset;
  border: 1px solid #FFF;
  color: var(--primary-color);
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  border: var(--border-1px-primary);
  border-radius: var(--border-radius-m);
  color: var(--primary-color);
  background: #FFF;
}

.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  border: var(--border-1px-primary);
  border-radius: var(--border-radius-m);
  color: var(--primary-color);
  background: #FFF;
}

.woocommerce-pagination .page-numbers li {
  font-weight: bold;
  margin: 0 3px;
  display: inline-flex;
}

.wcf-filter .wcf-filter-title {
  font-size: var(--font-size-medium);
}

.wcf-filter.categories.wcf-hidden.should-toggle.is-mobile,
.wcf-filter.should-toggle.is-mobile {
  border-bottom: var(--border-1px-grey);
  padding: 0;
}

.wcf-mobile-drawer .wcf-filter h4.wcf-filter-title {
  margin: 0;
  padding: 15px 0;
}

.wcf-mobile-drawer .wcf-filter {
  margin-bottom: 0;
}

.wcf-mobile-actions button {
  width: 100%;
  border-radius: var(--border-radius-m);
  color: var(--fs-color-primary);
  background-color: var(--fs-color-secondary);
  font-size: var(--font-size-medium);
  letter-spacing: normal;
  font-weight: bold;
}

.wcf-button.ghost-button {
  height: 50px;
  border-radius: var(--border-radius-m);
  font-size: var(--font-size-small);
  font-weight: bold;
}

.is-mobile .wcf-filter .wcf-filter-more {
  margin-bottom: 20px;
}

.wcf-mobile-actions .wcf-clear-link {
  text-decoration: underline;
}

.wcf-results-pool.with-buttons .wcf-results-count {
  display: none;
}

.layout-horizontal>.wcf-horizontal-grid [data-baseweb="flex-grid-item"]:first-child {
  border-right: var(--border-1px-grey);
  padding-right: 10px;
}

.layout-horizontal>.wcf-horizontal-grid .colors [data-baseweb="flex-grid-item"]:first-of-type {
  border: unset;
}

.wcf-horizontal-trigger .wcf-dropdown-active-item {
  color: var(--primary-color);
}

.holder-categories .wcf-label-item {
  font-weight: bold;
}

.holder-categories .wcf-is-child-term .wcf-label-item {
  font-weight: normal;
}

.wcf-group-wrapper .wcf-ag.has-img {
  justify-content: left;
  height: auto;
  padding: 0;
  background: unset;
  margin-bottom: 10px;
}

.wcf-group-wrapper .wcf-ag.has-img:last-child {
  margin-bottom: 0;
}

.wcf-img-grid .wcf-img-item .img-container {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.wcf-img-item span {
  color: var(--primary-color);
  text-align: left;
  font-size: var(--font-size-medium);
  display: flex;
}

.layout-horizontal>.wcf-horizontal-grid [data-baseweb="flex-grid-item"].has-img:first-child {
  border-right: unset;
}

.wcf-is-child-term:last-child {
  margin-top: 0;
}

label.wcf-checkbox {
  margin-bottom: 0;
}

.wcf-img-grid .wcf-img-item span.wcf-choices-counter {
  margin-left: 3px;
}

.wcf-img-grid .wcf-img-item:hover .img-container:after,
.wcf-img-grid .wcf-img-item .img-container:after {
  background: unset;
}

/* VARIANT TABLE PLUGIN PVT */

.pvtfw_init_variation_table .variant {
    min-width: auto;
}

.single-product .pvtfw_init_variation_table small.woocommerce-price-suffix, .single-product .pvtfw_init_variation_table small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    font-family: 'Space Grotesk', sans-serif;
}

.thumb-small:hover{border-color:#999}

.quick-thumbs-bar{display:flex;overflow-x:auto;gap:6px;padding:8px 0;background-color: #FFF;justify-content: flex-start}
.thumb-quick{width:60px;height:60px;object-fit:cover;cursor:pointer;border:1px solid #ddd;flex-shrink:0}
.thumb-quick:hover{border-color:#666}

#quick-view-image .quick-thumbs-bar img {margin: unset}

td[data-title="Miniatyr"]{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

td[data-title="Miniatyr"] .pvtfw-thumb-item{
  margin:0;
  flex:0 1 auto;
}

td[data-title="Miniatyr"] .extra-thumbs{
  display:flex;
  flex-direction:column;
  gap:5px;
  max-height:100%;
  overflow-y:auto;
}

.thumb-small{
  width:30px;
  height:30px;
  object-fit:cover;
  cursor:pointer;
  border:1px solid #ddd;
}

.thumb-small:hover{
  border-color:#999;
}

.pvtfw_variant_table_block table.variant tbody td[data-title="Miniatyr"] {
    display: flex;
	min-width: max-content;
}

/* All rows except those in the cross-sell table */
.pvtfw_variant_table_block:not(.cross-sell-table) table.variant tbody tr:hover td {
    box-shadow: inset 0  2px 0 var(--fs-color-secondary),
                inset 0 -2px 0 var(--fs-color-secondary);
	cursor: pointer;
}

.pvtfw_variant_table_block:not(.cross-sell-table) table.variant tbody tr:hover td:first-child {
    box-shadow: inset 0  2px 0 var(--fs-color-secondary),
                inset 0 -2px 0 var(--fs-color-secondary),
                inset 2px  0 0 var(--fs-color-secondary);   /* left */
}

.pvtfw_variant_table_block:not(.cross-sell-table) table.variant tbody tr:hover td:last-child {
    box-shadow: inset 0   2px 0 var(--fs-color-secondary),
                inset 0  -2px 0 var(--fs-color-secondary),
                inset -2px 0 0 var(--fs-color-secondary);  /* right */
}

.pvtfw_variant_table_block:not(.cross-sell-table) table.variant:not(.has-background) tbody td[data-title="Artikelnummer"] {
    color: var(--link-color);
    text-decoration: underline;
}

.pvtfw_variant_table_block .item img {
    max-height: 40px;
    width: auto;
}

span.pvtfw-btn-text {
    font-size: 0;
}

span.pvtfw-btn-text:before {
    background-image: url(/wp-content/uploads/2024/09/cart_ns.svg);
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pvtfw_variant_table_block table.variant {
    border: var(--border-1px-grey);
}

.pvtfw_variant_table_block table.variant:not( .has-background ) thead th, .pvtfw_variant_table_block table.variant:not( .has-background ) tbody td{
	color: var(--fs-color-primary)
}

.pvtfw_variant_table_block table.variant thead th.asc .arrow {
    display: none;
}

table.variant figure.item {
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    margin-bottom: 0;
}

table.variant figure > a:hover {
    border: 2px solid #FFEB3B;
    border-radius: var(--border-radius-s);
    display: block;
}

.pvtfw_init_variation_table span.price-suffix-unit {
    font-size: var(--font-size-xl);
    font-family: var(--font-family-headings);
	font-weight: bold;
}

.pvtfw_init_variation_table .suffix span.woocommerce-Price-amount.amount, .pvtfw_init_variation_table .suffix {
    font-family: 'Space Grotesk', sans-serif;
    font-size: var(--font-size-xxs);
    font-weight: normal;
    color: #555;
}
.pvtfw_init_variation_table .suffix {
    display: block;
    margin-top: 3px;
}
.single-product .pvtfw_init_variation_table small.woocommerce-price-suffix {
    display: block;
}

.single-product .pvtfw_variant_table_block table.variant td:nth-last-child(2) span.custom-product-unit {
    display: inline-flex;
    height: 45px;
    align-items: center;
    padding: 0 10px 0 10px;
    font-size: var(--font-size-small);
    vertical-align: middle;
    background-color: #FFF;
    margin-left: -5px;
    border: var(--border-1px-primary);
}

.single-product .pvtfw_variant_table_block table.variant td:nth-last-child(2) span.nordspex-tooltip {
    display: inline-flex;
    margin-left: 5px;
    align-items: center;
	vertical-align: middle;
}

.single-product .pvtfw_variant_table_block table.variant td:nth-last-child(2) .pvt-qty-input {
    display: inline-flex;
	vertical-align: middle;
}

.pvtfw_variant_table_block table.variant .package-content {
  align-items: center;
}

.tooltipster-base {
  max-width: 400px;
}

.pvtfw_init_variation_table span.woocommerce-Price-amount.amount,
.pvtfw_init_variation_table small.woocommerce-price-suffix {
  font-family: var(--font-family-headings);
  font-size: var(--font-size-xl);
}

.pvtfw_init_variation_table del span.woocommerce-Price-amount.amount {
    font-size: var(--font-size-xs);
}

.pvtfw_init_variation_table td {
    max-width: 200px;
}

.pvtfw_variant_table_block table.variant tbody td[data-title="Miniatyr"] {
    border-right: var(--border-1px-grey);
}

@media only screen and (min-width: 850px) {

  span.dashicons.dashicons-info-outline:before {
    content: 'i';
    font-size: 12px;
    border: 2px solid #212121;
    border-radius: 18px;
    width: 18px;
    display: block;
    text-align: center;
    height: 18px;
    line-height: normal;
    font-weight: bold;
	font-family: 'Space Grotesk', sans-serif;
  }

  .vertical-thumbnails .col:last-child {
    padding-bottom: 0 !important;
  }
}


.pvtfw_init_variation_table small.woocommerce-price-suffix {
  display: none;
}

.pvtfw_variant_table_block thead {
  position: sticky;
  top: 0;
  z-index: 2 !important;
  height: 65px;
}

span.pvt-icon-spinner {
  display: none;
}

.pvtfw_init_variation_table .spinner-wrap {
  position: absolute;
  left: 16px;
  top: 10px;
}

.pvtfw_variant_table_block td.pag a.btn.btn-light {
  font-size: var(--font-size-large);
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: var(--border-radius-m);
  color: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  width: auto;
  line-height: 1.5rem;
}

.pvtfw_variant_table_block td.pag a.btn.btn-light.active {
  background-color: var(--background-color-grey);
  font-weight: bold;
}

.pvtfw_variant_table_block td.pag a.btn.btn-light:hover {
  background-color: var(--background-color-grey);
}

table.variant .quantity {
  background-color: unset;
}

.pvt-qty-input .qty-count:disabled {
  background-color: transparent;
}

table.variant th.quantity {
  border-radius: unset;
}

.pvt-qty-input input.input-text.qty.text {
  box-shadow: unset;
  width: 35px;
}

.pvt-qty-input .qty-count {
  margin: 0;
  width: 100%;
  border: unset;
}

.pvt-qty-input {
  border-radius: var(--border-radius-m);
  border: var(--border-1px-primary);
  max-height: 45px;
  background-color: #FFF;
}

table.variant {
  font-size: var(--font-size-medium);
  margin-bottom: 0;
}

table.variant>thead>tr, .pvtfw_variant_table_block table.variant:not( .has-background ) thead th {
    background-color: var(--background-color-grey);
}

.pvtfw_variant_table_block table.variant>thead>tr>th {
  border: unset;
  text-transform: unset;
  padding: 15px 10px;
}

.pvtfw_variant_table_block table.variant th.asc .arrow {
  border-top: 4px solid #212121;
  opacity: 1;
}

.pvtfw_variant_table_block table.variant th.image_link {
  min-width: unset;
}

.pvtfw_variant_table_block table.variant th.dsc .arrow {
  border-bottom: 4px solid #212121;
  opacity: 1;
}

table.variant img {
    mix-blend-mode: multiply;
}

table.variant figure.pvtfw-thumb-item {
    width: 100px;
    position: relative;
}

button.pvtfw_variant_table_cart_btn.button.alt, .pvtfw_variant_table_block form.cart {
  margin: 0;
  border-radius: var(--border-radius-m);
  padding: 0;
  background-color: var(--fs-color-secondary);
  min-width: 45px;
  height: 45px;
  border: unset;
}

.pvtfw_variant_table_block .single_add_to_cart_button.button {
    height: 45px;
    padding: 0;
}
.pvtfw_variant_table_block .button:not(.icon)>i {
    margin-right: unset;
}

.pvt-icon-basket:before, .pvtfw_variant_table_block .icon-shopping-cart:before {
  content: '';
  background-image: url(/wp-content/uploads/2024/09/cart_ns.svg);
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  filter: invert(1);
}

table.variant i.pvt-icon-basket {
  display: block;
}

button.pvtfw_variant_table_cart_btn.button.alt[disabled] {
  background-color: var(--background-color-grey);
  opacity: 1;
}

.pvtfw_variant_table_block table.variant>thead>tr>th.action {
  width: 60px;
}

table.variant i.pvt-icon-basket {
  font-size: var(--font-size-large);
}

.pvtfw_variant_table_block table.variant tbody tr:nth-child(odd), .pvtfw_variant_table_block table.variant tbody tr:nth-child(even) {
    background: #FFF;
}

.pvtfw_variant_table_block table.variant tr:last-child td {
  border-bottom: unset;
}

.pvtfw_variant_table_block table.variant th {
  font-size: var(--font-size-small);
  letter-spacing: normal;
}

table.variant label.screen-reader-text {
  display: none;
}

.pvtfw_variant_table_block table.variant tbody td {
    white-space: normal;
    padding: 10px;
    font-size: var(--font-size-small);
    border-bottom: var(--border-1px-grey);
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

.pvtfw_variant_table_block table.variant tbody td[data-title="Antal"], .pvtfw_variant_table_block table.variant tbody td[data-title="Pris"] {
    text-wrap-mode: nowrap;
}

.pvtfw_variant_table_block table.variant thead th{
	white-space: wrap;
}

.pvtfw_variant_table_block table.variant td .pvt-qty-input {
  min-width: 85px;
}

.pvtfw_variant_table_block table.variant td:first-child {
  border-left: unset;
}

button.pvtfw_variant_table_cart_btn.button.alt[disabled]:before {
  content: '🚫';
  display: block;
  font-size: var(--font-size-xl);
}

button.pvtfw_variant_table_cart_btn.button.alt[disabled] span.pvtfw-btn-text {
  display: none;
}

.pvt_loaded.woocommerce-page .woocommerce-form .input-text {
  padding: 0 .75em;
}

.pvtfw_init_variation_table .pvt-scroll-x {
	max-height: unset; 
	height: auto;
	margin-bottom: 30px;
}

.pvtfw_variant_table_block h3 {
    font-size: var(--font-size-xl);
    line-height: normal;
}

.pvtfw_variant_table_block table.variant th:last-child {
    position: sticky;
    right: 0;
	background-color: #F5F5F5;
}

.pvtfw_variant_table_block table.variant td:last-child {
    position: sticky;
    right: 0;
    background-color: #FFF !important;
    box-shadow: inset 1px 0 0 #F5F5F5;
}

.pvtfw_variant_table_block table.variant td.at-end:last-child {
	border-right: unset;
}

.pvtfw_init_variation_table .pvt-scroll-y {
    overflow-y: auto;
}
.pvtfw_init_variation_table .pvt-scroll-x {
    overflow-x: auto;
}

@media only screen and (min-width: 849px){
	.pvtfw_variant_table_block table.variant td:last-child {
		box-shadow: inset 1px 0 0 #F5F5F5;
	}
	.pvtfw_variant_table_block table.variant td.at-end:last-child {
		box-shadow: inset 1px 0 0 #F5F5F5;
	}
	.pvtfw_variant_table_block table.variant, .pvtfw_variant_table_block table.variant thead th, .pvtfw_variant_table_block table.variant tbody td, .pvtfw_variant_table_block table.variant tfoot td{
		border-collapse: unset;
	}
	.pvtfw_init_variation_table {
        position: relative;
        width: calc(100vw - 40px);
        margin-left: calc(-50vw + 50% + 20px);
        overflow: hidden;
    }
	.pvtfw_init_variation_table .pvt-scroll-x {
        position: relative;
        max-height: unset;
        width: calc(100vw - 40px);
        overflow: auto;
    }
	.pvtfw_variant_table_block {
		width: 100%;
		max-width: max-content;
		margin: 0 auto;
		position: relative;
	}
	.pvtfw_variant_table_block table.variant tr{
		position: relative;
	}
}
@media only screen and (min-width: 1200px) {
	.pvtfw_variant_table_block table.variant tr td:nth-last-child(3) {
		box-shadow: inset 1px 0 0 #F5F5F5;
	}
	.pvtfw_variant_table_block table.variant tr td.at-end:nth-last-child(3) {
		box-shadow: inset 1px 0 0 #F5F5F5;
	}
	.pvtfw_variant_table_block table.variant, .pvtfw_variant_table_block table.variant thead th, .pvtfw_variant_table_block table.variant tbody td, .pvtfw_variant_table_block table.variant tfoot td{
		border-collapse: unset;
	}
	.pvtfw_variant_table_block table.variant tr td:nth-last-child(1) {
		box-shadow: unset;
	}
	.pvtfw_variant_table_block table.variant td:nth-last-child(1), .pvtfw_variant_table_block table.variant td:nth-last-child(2), .pvtfw_variant_table_block table.variant td:nth-last-child(3) {
		background-color: #FFF !important;
	}
	.pvtfw_variant_table_block.cross-sell-table table.variant tr:hover td:nth-last-child(1), .pvtfw_variant_table_block.cross-sell-table table.variant tr:hover td:nth-last-child(2), .pvtfw_variant_table_block.cross-sell-table table.variant tr:hover td:nth-last-child(3) {
		background-color: #F9F9F9 !important;
	}
	.product-thumbnails a {
		height: 88px;
	}
}

/* Variations table QuickView */
#quick-view-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1042;
    justify-content: center;
    align-items: center;
	padding: 50px 0;
	overflow: visible;
}
#quick-view-modal {
	background: white;
	max-height: 100%;
	width: 900px;
	max-width: 90%;
	border-radius: 8px;
	padding: 20px;
	z-index: 9999;
	overflow-y: auto;
	position: relative;
}
#quick-view-close {
    margin-right: 0;
    position: absolute;
    top: -10px;
    right: 15px;
    cursor: pointer;
    font-size: 30px;
    line-height: normal;
    padding: 0;
    z-index: 999999999;
}
#quick-view-overlay p.stock {
    font-size: var(--font-size-small);
    margin: 0;
    line-height: normal;
}
#quick-view-modal > .modal-inner {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
#quick-view-image {
    background-color: #F5F5F5;
    border-radius: var(--border-radius-m);
    min-width: 40%;
    max-width: 50%;
}
#quick-view-image img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    max-height: 500px;
    margin: 0 auto;
    display: block;
}
#quick-view-modal-right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
h3#quick-view-title {
    font-size: var(--font-size-huge);
    line-height: 2.2rem;
    max-width: calc(100% - 30px);
}
#quick-view-modal h4 {
    margin: 0;
}
#quick-view-price .price {
    font-size: var(--font-size-hugeplus);
    font-family: 'Space Grotesk', sans-serif;
    margin-top: 20px;
}
#quick-view-modal span.price-suffix-unit {
    font-size: var(--font-size-huge);
}
#quick-view-overlay span.suffix {
    display: none;
}
.quick-view-qty-add-to-cart {
    display: flex;    
	justify-content: space-between;
	gap: 15px;
}
#quick-view-modal a.added_to_cart.wc-forward {
    display: none;
}
#quick-view-overlay .pvt-qty-input .qty-count {
    width: 40px;
}
.quick-view-qty-add-to-cart .pvt-qty-input {
    max-height: 60px;
    height: 60px;
}
#quick-view-overlay .pvt-qty-input input.input-text.qty.text {
    margin: 0;
}
#quick-view-qty-container {
    display: flex;
    align-items: center;
}
#quick-view-qty-container .custom-product-unit.js-custom-product-unit {
    border-top: var(--border-1px-primary);
    height: 100%;
    border-right: var(--border-1px-primary);
    border-bottom: var(--border-1px-primary);
    border-top-right-radius: var(--border-radius-m);
    border-bottom-right-radius: var(--border-radius-m);
    margin-left: -6px;
    padding: 0 10px 0 16px;
    font-size: var(--font-size-small);
    align-items: center;
    display: flex;
    line-height: normal;
}
#quick-view-add-btn button {
    width: 100%;
    height: 60px;
    line-height: normal;
    padding: 0 10px;
    margin: 0;
    border: unset;
}

#quick-view-add-btn button:hover {
	background-color: var(--fs-color-secondary);
}
#quick-view-add-btn {
    flex: 1;
}
#quick-view-overlay .min-max-qty-notice {
    margin: 0;
}
#quick-view-overlay p.stock {
    font-size: var(--font-size-small);
}
table#quick-view-table td {
    padding: 10px 15px;
}
table#quick-view-table tr > td:first-child {
    font-weight: bold;
    border-right: 5px solid #FFF;
}
.cross-sell-table .pvt-tr:hover {
	background: #f9f9f9 !important;
	cursor: pointer;
}
.pvt-tr:hover td,
.pvt-tr:hover td:nth-last-child(1),
.pvt-tr:hover td:nth-last-child(2),
.pvt-tr:hover td:nth-last-child(3){
	cursor: pointer;
}
.quantity-tooltip-text {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	background-color: #FFFAE7;
	padding: 5px;
	border-radius: 4px;
}
a#quick-view-prev, a#quick-view-next {
    color: #212121;
    font-weight: bold;
    font-size: 26px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999999;
    opacity: .9;
    background-color: #FFF;
    box-shadow: 0 4px 6px #00000061;
}
a#quick-view-next {
    right: 20px;
}
a#quick-view-prev {
    left: 20px;
}
@media (max-width: 720px) {
	a#quick-view-prev, a#quick-view-next {
		color: #FFF;
		background-color: #212121;
	}
	#quick-view-overlay {
		padding: 10px 0;
	}
	#quick-view-modal {
		max-width: calc(100% - 10px);
	}
	#quick-view-modal > .modal-inner {
		flex-direction: column;
	}
	#quick-view-image {
		max-width: 100%;
		margin: 0 auto;
	}
	#quick-view-close {
		position: fixed;
		top: 5px;
		right: 20px;
	}
	h3#quick-view-title {
		font-size: 1.5rem;
		line-height: 1.5rem;
		text-align: center;
	}
	#quick-view-price {
		text-align: center;
	}
	#quick-view-price .price-excluding-tax, #quick-view-price .price-including-tax {
		margin-bottom: 0;
	}
	#quick-view-price .amount > span.woocommerce-Price-amount.amount, #quick-view-modal span.price-suffix-unit {
		font-size: var(--font-size-xxl);
	}
}

/* min max quantities plugin */

.min-max-qty-notice:before,
.nordspex-notice:before,
#wrapper>.message-wrapper .container:before,
.woocommerce-notices-wrapper .message-container:before {
  content: "i";
  position: absolute;
  left: 20px;
  text-align: center;
  width: 25px;
  border: 3px solid #212121;
  color: #212121;
  border-radius: 25px;
  height: 25px;
  line-height: 1.4;
  top: 50%;
  transform: translateY(-50%);
  font-style: italic;
  font-weight: bold;
  font-family: serif;
}

.min-max-qty-notice,
.nordspex-notice,
#wrapper>.message-wrapper .container,
.woocommerce-notices-wrapper .message-container {
  border-top: 5px solid #FFEB3B;
  background-color: #fffbd5;
  margin: 10px auto;
  padding: 20px 20px 20px 60px;
  border-bottom-right-radius: var(--border-radius-m);
  border-bottom-left-radius: var(--border-radius-m);
  position: relative;
  font-size: var(--font-size-medium);
  color: var(--fs-color-primary);
}

.nordspex-notice {
  margin-bottom: 0;
}

/* PLUGIN: BRANDS */

.brand-pdf {
    display: flex;
    align-items: center;
    line-height: normal;
    text-decoration: underline;
    color: var(--fs-color-primary);
}

.brand-pdf:before {
    background-image: url(/wp-content/uploads/2024/11/download_arrow.svg);
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 16px;
}

.pwb-brand-banner.pwb-clearfix.pwb-before-loop {
    position: absolute;
    top: 0;
}

#tab-pwb_tab h5, #tab-pwb_tab h2 {
  display: none;
}

#tab-pwb_tab .entry-content {
    padding-top: 0;
}

.tax-pwb-brand .shop-container {
  position: relative;
}

.pwb-brand-banner-cont.pwb-before-loop {
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--font-size-medium);
    border-bottom: var(--border-1px-grey);
    padding-bottom: 15px;
}

.pwb-brand-description.pwb-before-loop {
    width: 100%;
    margin-bottom: 0;
}

.pwb-brand-description.pwb-before-loop p {
    max-width: 800px;
}

.tax-pwb-brand .pwb-brand-banner {
    min-width: 200px;
}

.tax-pwb-brand .pwb-brand-banner img {
  max-height: 36px;
  width: auto;
  float: right;
}

#tab-pwb_tab-content h3 {
    font-size: var(--font-size-xxl);
    line-height: normal;
}

#tab-pwb_tab-content {
  position: relative;
}

#tab-pwb_tab-content img {
    margin-top: 20px;
    max-width: 150px;
    height: auto;
    max-height: 75px;
    width: auto;
    mix-blend-mode: multiply;
}

.pwb-az-listing-header ul {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.col-inner .pwb-az-listing-header li {
  width: auto;
  height: auto;
  margin: 0;
  border: unset;
}

.col-inner .pwb-az-listing-header li a {
    border: var(--border-1px-primary);
    line-height: 15px;
    width: 36px;
    height: 36px;
    border-radius: var(--border-radius-m);
    margin: 0;
    display: block;
    color: var(--primary-color);
    font-weight: bold;
    align-content: center;
}

.col-inner .pwb-az-listing-header li a:hover {
  background-color: var(--background-color-hover);
}

/* END PLUGIN: BRANDS */

/* CF7 */

input[type=text].page-title-inactive {
    background-color: #d6d6d6;
    cursor: default;
}

.nordspex-lightbox {
    max-height: 700px;
}

.codedropz-upload-inner span:first-child {
  font-weight: bold;
}

.codedropz-upload-inner span {
  margin-bottom: 10px;
  display: block;
}

.codedropz-btn-wrap a.cd-upload-btn {
  background-color: var(--primary-color);
  padding: 10px 20px 10px 10px;
  color: #FFF;
  display: inline-block;
  width: auto;
  border-radius: var(--border-radius-m);
  font-family: var(--font-family-headings);
  font-size: var(--font-size-large);
}

.codedropz-btn-wrap a.cd-upload-btn:before {
  content: '';
  background-image: url(/wp-content/uploads/2024/10/upload.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 5px;
}

.codedropz-upload-inner {
  font-size: var(--font-size-medium);
}

.codedropz-upload-handler {
  margin-bottom: 30px;
  margin-top: 10px;
}

.codedropz-upload-container {
  background: var(--background-color-lightgrey);
  padding: 30px;
}

.dnd-upload-status {
  margin-bottom: 30px;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}

.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea {
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--font-size-medium);
}

.cf-product,
.cf-order-no,
.cf-invoice-no {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
  background: var(--fs-color-primary);
  color: #FFF;
  height: 50px;
  width: 100%;
  font-family: var(--font-family-headings);
}

@media only screen and (min-width: 549px) {
  .cf-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
.cf-grid-container.homepage-banner-contact {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
}

@media only screen and (min-width: 849px) {
  .cf-grid-container.homepage-banner-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
  .cf-offert .cf-grid-container.homepage-banner-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}

span.tel, span.mail {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: var(--font-size-xl);
}
span.mail a, span.tel a{
    color: var(--fs-color-primary);
}
span.tel:before {
    background-image: url(/wp-content/uploads/2025/07/tele.svg);
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}
span.mail:before {
    background-image: url(/wp-content/uploads/2025/07/mail.svg);
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

/* Krokedil product documents */

ul.krokedil-product-documents-list .big-container a {
    display: inline-block;
    width: 100%;
}

#tab-krokedil-woo-product-documents .entry-content {
    padding: 10px 0 0;
}

span.file-title {
    color: var(--fs-color-primary);
    display: flex;
    align-items: center;
    text-decoration: underline;
    font-size: var(--font-size-large);
}

span.file-title:before {
    background-image: url(/wp-content/uploads/2025/07/download-blk-ylw.svg);
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
	min-width: 18px;
}

.document-container {
    margin-left: 0;
	width: 100%;
}

ul.krokedil-product-documents-list li {
    margin: 0;
}

ul.krokedil-product-documents-list {
  padding: 0;
  margin: 0;
}

ul.krokedil-product-documents-list .big-container {
    padding-left: 0;
    margin-bottom: 0;
}

#file-extension {
    display: none;
}

/* SCROLL */

.pvtfw_init_variation_table::-webkit-scrollbar {
  background-color: var(--background-scroll);
  border-radius: 12px;
  height: 12px;
  width: 12px;
}

.pvtfw_init_variation_table::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 12px;
}

.nordspex-subcategory-list::-webkit-scrollbar {
  background-color: var(--background-scroll);
  border-radius: 12px;
  height: 12px;
}

.nordspex-subcategory-list::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 12px;
}

.vertical-thumbnails::-webkit-scrollbar {
  background-color: var(--background-scroll);
  border-radius: 12px;
  width: 8px;
}

.vertical-thumbnails::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 12px;
}

.nordspex-cross-sells ul::-webkit-scrollbar {
  background-color: var(--background-scroll);
  border-radius: 12px;
  width: 12px;
}

.nordspex-cross-sells ul::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 12px;
}

.ux-mini-cart-cross-sells__list::-webkit-scrollbar {
  background-color: var(--background-scroll);
  border-radius: 12px;
  height: 12px;
}

.ux-mini-cart-cross-sells__list::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 12px;
}

/* WP QUOTE */

table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes button[name="wc_quote_send_to_checkout"],
table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes button[name="wc_quote_convert_to_order_customer"],
table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes a.wc-quote-download {
    margin: 0 0 0 10px;
}

table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes a.wc-quote-download {
    float: unset !important;
}

table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes a {
    color: var(--fs-color-primary);
    font-weight: bold;
    align-content: center;
}

table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes a.woocommerce-button.button.view {
    padding: 0 1.2em;
}

table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes a.wc-quote-download {
    background-color: var(--fs-color-secondary);
    border: unset;
}

ul.nav-vertical-fly-out li#wc-quote-li, 
ul.nav-vertical-fly-out li#wc-quote-li + li,
.nav-sidebar li#wc-quote-li {
    display: none;
}

.archive .wcquote.woocommerce {
    display: none;
}

button[name="wc_quote_send_to_checkout"],
button[name="wc_quote_convert_to_order_customer"],
a.wc-quote-download{
  margin: 0 10px 0 0;
  background-color: var(--fs-color-secondary);
  color: var(--primary-color);
  border: unset !important;
  opacity: 1 !important;
  font-size: var(--font-size-medium);
  letter-spacing: normal;
  padding: 10px 15px;
}

button[name="wc_quote_send_to_checkout"]:hover,
button[name="wc_quote_convert_to_order_customer"]:hover,
a.wc-quote-download:hover{
  background-color: var(--fs-color-secondary);
}

span.dashicons.dashicons-download {
  position: relative;
}

.dashicons-download:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-MyAccount-content table.shop_table.order_details.quote_details, 
.woocommerce-MyAccount-content .cart-collaterals table.shop_table.shop_table_responsive {
  max-width: 412px;
  background-color: var(--background-color-lightgrey);
  padding: 10px 20px;
  border-radius: var(--border-radius-m);
}

table.shop_table.order_details.quote_details th, 
table.shop_table.order_details.quote_details td, 
.woocommerce-MyAccount-content .cart-collaterals table.shop_table.shop_table_responsive th, 
.woocommerce-MyAccount-content .cart-collaterals table.shop_table.shop_table_responsive td {
    text-transform: none;
    letter-spacing: normal;
    border: unset;
    font-size: 85%;
    line-height: normal;
    padding: 5px 0;
}

table.shop_table.order_details.quote_details th {
    font-weight: normal;
}

table.shop_table.order_details.quote_details td {
    font-weight: bold;
}

table.shop_table.shop_table_responsive tr.order-total th {
    font-size: var(--font-size-xxl);
    font-weight: bold;
}

	table.shop_table.order_details.quote_details span.woocommerce-Price-amount.amount, 
	.cart-collaterals table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount{
	font-family: 'Space Grotesk', sans-serif;
	font-size: 1.1rem;
}

.cart-collaterals table.shop_table.shop_table_responsive tr.order-total span.woocommerce-Price-amount.amount{
	font-size: var(--font-size-xxl);
}

.cart-collaterals table.shop_table.shop_table_responsive tr.order-total th,
.cart-collaterals table.shop_table.shop_table_responsive tr.order-total td {
  font-size: var(--font-size-xxl);
}

table.shop_table.shop_table_responsive.cart.order_details.quote_details {
  max-width: 100%;
}

div.wc_quote_convert_to_order_button, 
div.wc_quote_send_to_checkout_button {
	text-align: left;
}

a.wc-quote-download{
	float: left !important;
}

table.shop_table.shop_table_responsive.cart.order_details.quote_details thead th {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: var(--border-2px-lightgrey);
    padding: 10px 0;
}

tr.wc__quote-item.cart_item img {
    mix-blend-mode: multiply;
}

table.shop_table.shop_table_responsive.cart.order_details.quote_details td.product-name, 
table.shop_table.shop_table_responsive.cart.order_details.quote_details td.product-name a {
    font-weight: normal;
    color: var(--fs-color-primary);
}

.woocommerce-MyAccount-content table.shop_table.order_details.quote_details + h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: var(--font-size-xxl);
    margin-bottom: 15px;
}

table.shop_table.order_details.quote_details td.product-thumbnail {
    padding-right: 10px;
}

table.shop_table.shop_table_responsive.cart.my_account_orders.my_account_quotes thead th {
    text-transform: unset;
    letter-spacing: normal;
    border-bottom: var(--border-1px-grey);
    padding: 7px 0 20px;
}

/* Notify me when back in stock */

.pvtfw_init_variation_table button.cwg_popup_submit {
    width: 45px;
    height: 45px;
    margin: 0;
    position: absolute;
    left: 10px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pvtfw_init_variation_table button.cwg_popup_submit span {
    font-size: 0;
    height: 45px;
    width: 45px;
}

.pvtfw_init_variation_table button.cwg_popup_submit span:before {
    margin: 0 auto;
}

button.cwg_popup_submit:hover, button.cwgstock_button:hover {
    background: var(--fs-color-primary);
	color: #FFF;
}

.form-flat input.cwgstock_email {
    background-color: #F9F9F9;
    border-radius: var(--border-radius-m);
    border: var(--border-1px-primary);
}

.panel.panel-primary.cwginstock-panel-primary .cwgstock_button {
    width: 100%;
    border-radius: var(--border-radius-m);
    height: 50px;
}

button.cwg_popup_submit, button.cwgstock_button {
    background-color: var(--fs-color-primary);
	color: #FFF;
    border: unset;
    width: 100%;
    height: 60px;
	text-transform: none;
	letter-spacing: normal;
	border-radius: var(--border-radius-m);
}

button.cwg_popup_submit span {
    display: flex;
    align-items: center;
    justify-content: center;
}

button.cwg_popup_submit span:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/bell.svg);
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.cwg_iagree_checkbox label {
    margin-bottom: 15px;
}

input#cwg_iagree_checkbox_input {
    margin: 0 5px 0 0;
}

.cwginstockerror, .cwginstocksuccess {
    padding-top: 10px;
    font-size: var(--font-size-large);
    text-align: center;
}

.panel.panel-primary.cwginstock-panel-primary {
    box-shadow: unset;
}

.swal2-container .blockUI.blockOverlay {
    opacity: 0 !important;
}

button.swal2-close:focus {
    box-shadow: unset;
}

button.swal2-close, button.swal2-close:hover {
    font-size: 30px;
    outline: unset;
    box-shadow: unset;
    top: -20px;
    right: -30px;
}

.ux-mini-cart-cross-sells__list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.swal2-container .swal2-popup {
	padding: 30px 30px 0 30px;
	border: solid 1px black;
}
.swal2-popup .swal2-content {
	padding: 0;
	text-align: left;
}

.swal2-popup .cwginstock-subscribe-form .panel-primary {
	border: none
}
.swal2-content .cwginstock-subscribe-form .panel-primary>.panel-heading {
	color: black;
	padding: 0;
	background-color: unset;
	padding: 0;
	border: none;
}
.cwginstock-subscribe-form .panel-primary > .panel-heading h4 {
    color: black;
    font-size: var(--font-size-xl);
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    line-height: normal;
}
.cwginstock-subscribe-form .panel-body,
.cwginstock-subscribe-form .panel-body .col-md-12 {
	padding: 0;
}

.cwginstock-subscribe-form .panel-body .row {
	margin: 0;
}

.cwginstock-subscribe-form .panel-body .form-group {
	margin: 0;
}

.cwginstock-subscribe-form .panel-body .cwg_iagree_checkbox {
	font-weight: normal;
	font-size: .9rem;
	margin-bottom: 15p;
}

.cwginstock-subscribe-form .cwgstock_button, .cwginstock-subscribe-form .cwgstock_button:hover {
	background-color: black;
	color: white;
	text-transform: none;
	margin: 0;
}	

/* Custom tracking page */

#nordspex-tracking-search {
    padding: 0 15px;
}

#nordspex-tracking-page {
    max-width: 700px;
    padding: 0 15px;
    font-size: var(--font-size-small);
    position: relative;
}

#nordspex-tracking-search p.description {
    margin-bottom: 15px;
}

#nordspex-tracking-search input {
    display: block;
    max-width: 400px;
}

#nordspex-tracking-search button[type="submit"] {
    background-color: var(--fs-color-secondary);
    height: 45px;
    letter-spacing: normal;
    margin: 0;
}

#nordspex-tracking-page h1{
	font-family: 'Space Grotesk', sans-serif;
    font-size: var(--font-size-xxl);
    line-height: normal;
	margin-bottom: 30px;
}

#nordspex-tracking-page section.tracking-page__pending h1 {
    margin-top: 30px;
}

#nordspex-tracking-page .tracking-page__order {
    font-size: var(--font-size-large);
    margin-bottom: 10px;
}

.woocommerce-view-order #nordspex-tracking-page .tracking-page__order {
    display: none;
}

#nordspex-tracking-page .item {
    border: var(--border-1px-grey);
    border-radius: var(--border-radius-m);
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

#nordspex-tracking-page .item__shipping {
    border: var(--border-1px-grey);
    border-radius: var(--border-radius-m);
}

#nordspex-tracking-page .item__product {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: var(--font-size-small);
    height: 60px;
	margin-bottom: 15px;
}

#nordspex-tracking-page .item figure {
    margin: 0;
    width: 66px;
    min-width: 66px;
    background-color: #F4F5F4;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
}

#nordspex-tracking-page .item figure img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

#nordspex-tracking-page .item__product .quantity {
    border: unset;
	margin-left: auto;
}

#nordspex-tracking-page .item__product:last-child {
    margin-bottom: 0;
}

.item__shipping__summary {
    display: flex;
    align-items: center;
    column-gap: 20px;
    line-height: normal;
    width: 100%;
	height: 100%;
	padding: 15px;
}

.item__shipping > p {
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 15px;
    min-height: 60px;
}

.item__shipping > p:before {
	content: '';
    border-radius: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px;
    background: #d3d3d3;
}

.item__shipping__summary:has(+ .item__shipping__details.is-shown){
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom: unset;
}

.item__shipping__summary button.more {
    background: var(--fs-color-secondary);
    margin: 0;
    padding: 0 15px;
    margin-left: auto;
    line-height: normal;
}

.item__shipping__summary .status:before {
    content: '';
    border-radius: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px;
	background: #d3d3d3;
}

.item__shipping__summary .status.delivered:before {
    background: var(--fs-color-success);
}

.item__shipping__summary .status.in_transit:before {
    background: #659afd;
}

.item__shipping__summary .status.out_for_delivery:before {
    background: #8fc95c;
}

.item__shipping__summary .status.return_to_sender:before {
    background: var(--fs-color-alert);
}

.item__shipping__details.is-hidden {
    display: none;
}

ul.timeline.is-hidden li {
    display: none;
}

ul.timeline.is-hidden > li:first-child {
    display: block;
}

button.expand.is-hidden > span:last-child {
    display: none;
}

button.expand.is-shown > span:first-child {
    display: none;
}

.item__shipping__details.is-shown {
    padding: 15px 0;
    font-size: var(--font-size-small);
    display: block;
    visibility: visible;
    border-top: var(--border-1px-grey);
}

.item__shipping__history button.expand {
    text-align: left;
    color: var(--link-color);
    margin: 0;
}

.item__shipping__details__provider img {
    max-width: 50px;
    border-radius: var(--border-radius-m);
    margin-right: 15px;
}
.item__shipping__details__provider {
    border-bottom: var(--border-1px-grey);
    padding: 0 15px 15px;
}
.item__shipping__progress, .item__shipping__history {
    padding: 0 15px;
}
.item__shipping__progress h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: var(--font-size-xxl);
    margin-top: 15px;
}
button.more.is-hidden:after {
    content: '';
    background-image: url(https://nordspex.com/se/wp-content/uploads/2024/11/right-arrow-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    display: inline-block;
    rotate: 90deg;
    margin-left: 5px;
    vertical-align: middle;
}

button.more.is-shown:after {
    content: '';
    background-image: url(https://nordspex.com/se/wp-content/uploads/2024/11/right-arrow-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    display: inline-block;
    rotate: 270deg;
    margin-left: 5px;
}

/* SKELETON CSS */

/* Container setup */
.skeleton-screen {
    display: flex;
    gap: 20px;
    padding: 15px;
    max-width: 1330px;
    margin: 0 auto;
}

/* Sidebar styling */
.skeleton-sidebar {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 20px;
    border-right: 2px solid #F5F5F5;
}

/* Filter placeholder styling */
.skeleton-filter {
  height: 50px;
  background: #F4F5F4;
  border-radius: var(--border-radius-m);
  position: relative;
  overflow: hidden;
}
.skeleton-filter-low {
  height: 10px;
  background: #F4F5F4;
  border-radius: var(--border-radius-m);
  position: relative;
  overflow: hidden;
}
.skeleton-filter-low.skeleton-90 {
    width: 90%;
}
.skeleton-filter-low.skeleton-75 {
    width: 75%;
}
.skeleton-filter-low.skeleton-50 {
    width: 50%;
}
.skeleton-filter-low.skeleton-25 {
    width: 25%;
}
.skeleton-filter-2 {
    height: 50px;
    background: #F4F5F4;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    width: 18%;
    display: inline-block;
    margin-right: 7%;
}
.skeleton-filter-3 {
    height: 50px;
    background: #F4F5F4;
    border-radius: var(--border-radius-m);
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 75%;
}

.skeleton-grid-header {
    height: 50px;
    background: #F4F5F4;
    border-radius: var(--border-radius-m);
    position: relative;
    overflow: hidden;
    grid-column: span 2;
    width: 160px;
}

.skeleton-grid-header.skeleton-sort{
	  margin-left: auto;
}
.skeleton-filter-contain {
    display: flex;
}

/* Main content grid for products */
.skeleton-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    flex: 1;
}

/* Product placeholder styling */
.skeleton-product {
  height: 360px;
  background: #F4F5F4;
  border-radius: var(--border-radius-m);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1020px) {
	.skeleton-main {
			grid-template-columns: repeat(3, 1fr);
	}
		.skeleton-grid-header {
			grid-column: span 1;
	}
	.skeleton-grid-header.skeleton-sort {
			grid-column: span 2;
	}
}
@media (max-width: 850px) {
	.skeleton-main {
			grid-template-columns: repeat(2, 1fr);
	}
		.skeleton-grid-header,.skeleton-grid-header.skeleton-sort {
			grid-column: span 1;
	}
}
@media (max-width: 767px) {
	.term-description, .term-description p{
		border-bottom: unset;
	}

	.skeleton-main {
			grid-template-columns: repeat(3, 1fr);
	}
		.skeleton-grid-header {
			grid-column: span 1;
			width: 100%;
	}
	.skeleton-grid-header.skeleton-sort {
			grid-column: span 2;
	}
		.skeleton-sidebar {
			display: none;
	}
}
@media (max-width: 640px) {
	.skeleton-main {
			grid-template-columns: repeat(2, 1fr);
	}
		.skeleton-grid-header,.skeleton-grid-header.skeleton-sort {
			grid-column: span 1;
			width: 100%;
	}
		.skeleton-sidebar {
			display: none;
	}
}

/* Shimmer effect */
.skeleton-filter::before, .skeleton-filter-2::before, .skeleton-filter-3::before, .skeleton-filter-4::before,
.skeleton-product::before, .skeleton-grid-header::before, .skeleton-filter-low::before
{
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shimmer 1.5s infinite;
}

/* Keyframes for shimmer animation */
@keyframes shimmer {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}

/* TRUST SIGNALS */

.nordspex-trust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
	max-width: 1080px;
	margin: 0 auto 40px;
	position: relative;
}
.nordspex-trust:before {
    content: '';
    border-bottom: var(--border-1px-grey);
    width: 200vw;
    position: absolute;
    bottom: 0;
    left: -100vw;
}
.woocommerce-checkout .nordspex-trust:before {
	display: none;
}
.trust-left {
    display: flex;
    gap: 4px;
    align-items: center;
    padding-right: 20px;
    border-right: var(--border-1px-grey);
}
.woocommerce-checkout .trust-left {
    display: none;
}
.trust-left img {
    height: 22px;
    object-fit: contain;
    margin: 0 auto;
}
span.trust-icon {
    border: var(--border-1px-grey);
    border-radius: 3px;
    height: 32px;
    width: 60px;
    padding: 6px;
    align-items: center;
    display: flex;
}
.trust-right{
	flex: 1;
	padding-left: 20px;
}
.woocommerce-checkout .trust-right{
	padding: 0;
}
.trust-right ul {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: normal;
    list-style-type: none;
    gap: 20px;
    justify-content: space-between;
	padding: 0;
	max-width: 650px;
    margin-left: auto;
}
.trust-right ul li {
    margin: 0;
    font-size: var(--font-size-medium);
    display: flex;
    align-items: center;
}
.trust-right ul li:before {
    content: '';
    background-image: url(https://nordspex.com/se/wp-content/uploads/2025/05/check-3.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

@media only screen and (min-width: 850px) and (max-width: 1150px) {
	.nordspex-trust {
		padding: 15px 0;
		font-size: var(--font-size-small);
	}
	.woocommerce-checkout .trust-right ul {
		max-width: 100%;
	}
}
@media only screen and (min-width: 1px) and (max-width: 849px) {
	#tab-description:not(:has(+.short-add-wrapper.product-section)){
		max-width: 100%;
	}
	.woo-pictogram-wrapper {
		max-width: 100%;
	}
	.nordspex-trust {
		padding: 0 0 15px;
	}
	.trust-right {
		display: none;
	}
	.trust-left {
		border-right: unset;
		padding-right: 0;
		justify-content: space-between;
		width: 100%;
	}
	span.trust-icon {
		height: 28px;
		width: 50px;
		padding: 5px 3px;
	}
}

.pvtfw_variant_table_block table.variant tr td:nth-last-child(1):hover,
.pvtfw_variant_table_block table.variant tr td:nth-last-child(2):hover,
.pvtfw_variant_table_block table.variant tr td:nth-last-child(3):hover {
	cursor: auto;
}

#main section.section-quote {
    padding: 0 0 30px 0;
}

.quote-steps .col-inner {
    background-color: var(--fs-color-secondary);
    padding: 30px 40px;
}
.quote-steps h5:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/11/bw-check.svg);
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}
.quote-steps h5 {
    display: flex;
    align-items: center;
}
.quote-steps .col-inner p {
    margin: 0;
}
.customer-type-quote ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    justify-content: space-between;
}
.customer-type-quote ul > li {
    margin: 0;
}
@media only screen and (max-width: 549px) {
	.quote-steps{
		flex-basis: 100%;
		max-width: 100%;
	}
	.quote-steps .col-inner {
		padding: 20px;
	}
}

/* UX TABS */

.industry-tab ul>li>a {
    width: 100%;
    color: var(--fs-color-primary);
    padding: 15px 0 15px 40px;
}
.industry-tab .tab-panels {
    max-width: 100%;
    padding: 0;
}
.industry-tab {
    background-color: var(--background-color-grey);
}
.industry-tab .tab-panels .panel.active {
    height: 100%;
	background-size: cover;
    background-position: top;
}
.industry-tab ul>li.active>a, .industry-tab ul>li.active>a:hover{
    background-color: var(--fs-color-secondary);
}
.industry-tab ul>li>a:hover {
    background-color: #fffbd5;
	font-weight: 700;
}
.tab-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.industry-tab .button {
    display: block;
    clear: both;
    margin: 20px 0 0;
    width: fit-content;
    background-color: var(--fs-color-secondary);
    border: unset;
}
.industry-tab h3 {
    margin-top: auto;
    margin-bottom: 0;
}
.industry-tab p, .industry-tab h3 {
    background-color: #ffffff78;
    padding: 0 10px;
    align-self: self-start;
    width: auto;
}

.industry-tab .message-box {
    height: 100%;
    display: flex;
    align-content: end;
    flex-wrap: wrap;
	padding: 40px;
}

.industry-tab p:has(.button) {
    background-color: unset;
    padding: 0;
}

.purchase-process {
    border: 1px solid #212121;
}
.purchase-process img {
    border-bottom: 1px solid #212121;
}
.purchase-process img:last-child {
    border-bottom: unset;
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1240px) {

  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport a {
    position: relative;
    display: block;
    height: 500px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1px) and (max-width: 849px) {

  .header-main .menu-title {
    color: var(--primary-color) !important;
  }

  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport {
    height: 300px !important;
  }

  .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport a {
    position: relative;
    display: block;
    height: 300px;
  }
  .product-gallery-slider img {
    max-height: 291px;
  }
  .woocommerce-product-gallery__image.slide.first a{
	max-height: 300px;
  }
  .vertical-thumbnails .row-slider:not(.flickity-enabled) {
	opacity: 1;
  }
  .vertical-thumbnails .product-thumbnails a {
    min-height: 60px;
  }
  table.variant .extra-thumbs {
    display: none;
  }
}

@media only screen and (min-width: 850px) {
	.pull-left .copyright-footer {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.tracking-page__list .item__product .name {
		width: 310px;
		line-height: normal;
	}
	.large-col-first.vertical-thumbnails.pb-0 {
		padding-left: 15px;
	}
	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		height: 500px;
	}
	.woocommerce-product-gallery__image.slide.first {
		height: 500px;
	}
	.product-thumbnails.thumbnails.slider-no-arrows.slider.row.row-small.row-slider.slider-nav-small.small-columns-4 {
		display: flex;
		flex-direction: column;
		opacity: 1;
	}
}

@media only screen and (min-width: 550px) and (max-width: 849px) {
	h1.product-title {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 849px) {
	table.variant figure.pvtfw-thumb-item, .cross-sell-table table.variant figure.pvtfw-thumb-item {
		width: 50px;
		height: 50px;
		display: flex;
        align-items: center;
	}
	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		height: 300px;
	}
	.woocommerce-product-gallery__image.slide.first {
		height: 300px;
	}
	
	.nav-dropdown-has-shadow .nav-dropdown {
        left: 0;
        visibility: visible;
        opacity: 1;
        position: absolute;
        width: 100%;
        top: 0;
        box-shadow: unset;
        padding: 0;
        border-bottom: var(--border-1px-grey);
        border-radius: unset;
        left: 0;
        width: 100%;
    }
	ul.nav-dropdown.nav-dropdown-simple li.html {
		padding: 0;
		width: 100%;
		height: 35px;
	}
	#wide-nav {
		min-height: unset;
	}
	#wide-nav .flex-row.container {
		padding: 0;
	}
	.header .stuck input[type=search], .header input[type=search], .nav-dark .form-flat input:not([type=submit]) {
        height: 35px;
        border: unset;
        background-color: #F3F3F3 !important;
		border-radius: unset;
		font-size: var(--font-size-xs);
    }
	.header-bottom .nav li {
        height: 35px;
        width: 100%;
    }
	.header .stuck input[type="search"]::placeholder,
	.header input[type="search"]::placeholder,
	.nav-dark .form-flat input:not([type="submit"])::placeholder {
		color: #777 !important;
	}
	.searchform-wrapper.form-flat .flex-col:last-of-type {
		left: unset;
		top: unset;
		transform: unset;
		position: unset;
	}
	.searchform .button.icon {
		position: absolute;
		right: 0;
		top: 0;
		border: unset;
		background: transparent;
		line-height: normal;
	}
	.searchform .button.icon i {
		color: var(--fs-color-primarY);
		font-size: 14px;
		line-height: 20px;
	}
	input#woocommerce-product-search-field-1 {
		padding-left: 10px;
	}
	
		#top-bar .flex-row.container {
		padding: 0;
	}
	ul.usp-topbar {
		height: 35px;
		overflow: hidden;
		position: relative;
		align-items: flex-start;
	}
	.usp-track {
		display: flex;
		flex-direction: column;
		animation: slide-smooth 20s ease-in-out;
		will-change: transform;
	}
	@keyframes slide-smooth {
	  0%   { transform: translateY(0); }
	  20%  { transform: translateY(0); }

	  25%  { transform: translateY(-35px); }
	  45%  { transform: translateY(-35px); }

	  50%  { transform: translateY(-70px); }
	  70%  { transform: translateY(-70px); }

	  75%  { transform: translateY(-105px); }
	  95%  { transform: translateY(-105px); }

	  100% { transform: translateY(0); }
	}
	ul.usp-topbar li {
        font-size: 11px;
        display: flex;
        align-items: center;
        height: 35px;
        justify-content: center;
        line-height: 35px;
        box-sizing: border-box;
        margin: 0;
    }
	ul.usp-topbar li:before {
		width: 14px;
		height: 14px;
		position: relative;
		top: unset;
		transform: unset;
		margin-right: 5px;
	}	
	
	#tab-pwb_tab{
		padding: 0;
	}
	
	.membership-description {
		flex-direction: column;
	}
	.membership--signup--offer {
		margin-top: 10px;
	}
	
	.pvtfw_variant_table_block table.variant {
		border-bottom: var(--border-1px-grey);
		border-left: var(--border-1px-grey);
		border-right: var(--border-1px-grey);
		min-width: auto;
	}
	
	p.ledyer-checkout-select-other-wrapper, p.klarna-checkout-select-other-wrapper{
		text-align: center;
	}
	
	.mobile-support-button {
	  width: 20px;
	  height: 20px;
	  content: '';
	  background-image: url(/wp-content/uploads/2024/11/support.svg);
	  display: block;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	}

	.mobile-support-button .header-vertical-menu__fly-out.has-shadow {
		right: -18px;
		top: 30px;
	}

	.mobile-support-button ul {
		list-style-type: none;
	}

	.mobile-support-button li.header-vertical-menu {
		margin: 0;
		height: 32px;
		width: 38px;
	}
	
	.product-footer .nordspex-tabs{
		display: none;
	}
	
  .header-main,
  .stuck .header-main {
    height: 64px !important;
  }
  
  span.menu-title.uppercase.hide-for-small {
	display: none;
  }
  
  ul.mobile-nav.nav.nav-left li.nav-icon.has-icon {
    border-right: 1px solid #DFDFDF;
    height: 45px;
    padding-right: 10px;
    display: flex;
    margin-right: 8px;
  }
  .woocommerce-checkout ul.mobile-nav.nav.nav-left li.nav-icon.has-icon{
	  border-right: unset;
  }
  
  .nav li.cart-item {
    padding-left: 13px;
    margin-left: 10px;
  }
  
  .header-main .nav > li > a:hover > i:not(.icon-angle-down){
	color: #212121 !important;
  }
  .single-product .up-sells.upsells.products.upsells-wrapper.product-section .row.equalize-box.small-columns-2>.col {
	flex: 0 0 auto;
	max-width: 33.333%;
	scroll-snap-align: start;
  }

  .single-product .product-footer .medium-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .homepage-grid-banner-right {
    display: none;
  }

  .price-wrapper,
  span.cart-price,
  .widget_shopping_cart p.total span.woocommerce-Price-amount.amount,
  #order_review span.woocommerce-Price-amount.amount,
  p.woocommerce-mini-cart__shipping span.woocommerce-Price-amount.amount {
    font-size: var(--font-size-large);
  }

  .touch-scroll-table {
    box-shadow: unset;
    margin-bottom: 10px;
  }

  .archive .medium-text-center {
    text-align: left !important;
  }

  .single-product .product-main {
    padding-bottom: 20px;
	margin-bottom: 15px;
  }

  .min-max-qty-notice {
	margin-bottom: 20px;
  }
  .category-filter-row {
    display: none;
  }

  .category-page-row {
    padding-top: 0;
  }

  .medium-flex-wrap .flex-col {
    padding: 0;
  }

  .footer-x img {
    top: unset;
    max-width: 200px;
  }

  .single-product .vertical-thumbnails {
    margin-top: 10px;
  }
  .product-page-sections #tab-description, .product-page-sections #tab-misc, .product-page-sections #tab-pwb_tab, .short-add-wrapper.product-section {
		flex: 0 100%;
	}
}

@media (max-width: 549px) {

	.single-product .product_meta {
		flex-direction: column;
		align-items: baseline;
	}
	.tax-pwb-brand .pwb-brand-banner {
		margin-bottom: 0;
	}
	.single-product .price-wrapper {
		flex-direction: column;
	}
	.single-product .product-info .price {
		margin-right: auto;
		padding-bottom: 0;
	}
	.single-product .comparison-price {
		margin-right: auto;
		font-size: var(--font-size-xs);
		color: #555;
	}
	.single-product .comparison-price span.woocommerce-Price-amount.amount {
		color: #555;
	}
	.product-info.summary form.cart .quantity .button.plus, .product-info.summary form.cart .quantity .button.minus {
		width: 30px;
		padding: 0;
	}
	nav.woocommerce-breadcrumb.breadcrumbs {
		text-align: center;
	}
	.single-product .up-sells.upsells.products.upsells-wrapper.product-section .row.equalize-box.small-columns-2>.col {
	flex: 0 0 auto;
	max-width: 50%;
	scroll-snap-align: start;
	}

	.header-main .nav>li>a {
	width: 30px;
	}

	.woocommerce-product-gallery .badge-container {
	left: 20px;
	}

	.product .box-image {
	min-height: 180px;
	}

	.single-product .product-gallery {
	margin-bottom: 15px;
	}

	.page-title:not(.featured-title)+main .product-main {
	padding-top: 0;
	}

	.page-title-inner {
		padding: 0;
		min-height: auto;
		display: block;
	}
	.archive .page-title-inner {
		margin: 10px 0;
	}
	nav.woocommerce-breadcrumb.breadcrumbs:before {
	display: none;
	}

	.breadcrumbs .divider {
	display: none;
	}

	.breadcrumbs .divider:nth-last-child(2) {
	display: inline-block;
	}

	.breadcrumbs .divider:nth-last-child(1) {
	display: inline-block;
	}

	.breadcrumbs a {
	display: none;
	}

	.breadcrumbs a:last-child,
	.breadcrumbs a:nth-last-child(2),
	.breadcrumbs a:nth-last-child(3) {
	display: inline-block;
	}

	nav.woocommerce-breadcrumb.breadcrumbs>a:first-of-type {
	display: none;
	}

	.breadcrumbs .divider:first-of-type {
	display: none;
	}

	.single-product .product-info .breadcrumbs {
	margin-top: 10px;
	}

	.single-product .product-main,
	.message-wrapper+main .product-main {
	padding-top: 0;
	}

	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport {
	border-radius: unset;
	}

	.single-product .product-gallery.col {
	padding: 0;
	}

	.single-product .product-thumbnails.thumbnails {
	padding: 0 15px;
	}

	.single-product .product-images {
	border-radius: unset;
	}
	.single-product #tab-additional_information table tr th, .single-product #tab-additional_information table tr td {
		padding: 10px;
	}
	.product-section, .product-section td, .product-section th, #tab-short_description ul li, span.file-title {
		font-size: var(--font-size-medium);
	}
	#tab-misc {
		padding: 15px;
	}
	#tab-misc span.product-count {
		right: 10px;
	}
	#tab-misc .entry-content a.category-link {
        padding: 20px 45px 20px 40px;
        font-size: var(--font-size-xs);
    }
	#tab-misc .entry-content a.category-link:before{
		left: 15px;
	}
	#tab-pwb_tab {
		padding: 0;
	}
	.related-categories li img {
		max-height: 35px;
		max-width: 35px;
	}
	.related-categories li {
		height: 45px;
		font-size: var(--font-size-small);
	}
}

@media only screen and (min-width: 550px) and (max-width: 849px) {
	nav.woocommerce-breadcrumb.breadcrumbs {
		text-align: left;
		margin: 10px 15px;
	}

	nav.woocommerce-breadcrumb.breadcrumbs:before {
		display: none;
	}

	.breadcrumbs .divider {
		display: none;
	}
	
	.breadcrumbs .divider:nth-last-child(4) {
		display: inline-block;
	}
	
	.breadcrumbs .divider:nth-last-child(3) {
		display: inline-block;
	}

	.breadcrumbs .divider:nth-last-child(2) {
		display: inline-block;
	}

	.breadcrumbs .divider:nth-last-child(1) {
		display: inline-block;
	}

	.breadcrumbs a {
		display: none;
	}
	.breadcrumbs a:last-child,
	.breadcrumbs a:nth-last-child(2),
	.breadcrumbs a:nth-last-child(3),
	.breadcrumbs a:nth-last-child(4),
	.breadcrumbs a:nth-last-child(5){
		display: inline-block;
	}

	nav.woocommerce-breadcrumb.breadcrumbs>a:first-of-type {
		display: none;
	}

	.breadcrumbs .divider:first-of-type {
		display: none;
	}

	.single-product .product-info .breadcrumbs {
		margin-top: 10px;
	}
	.page-title-inner {
        padding: 0;
        min-height: auto;
        display: block;
    }
	.single-product .product-info.summary.col-fit.col.entry-summary.product-summary.text-left.form-flat {
		max-width: 100%;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1000px){
	span.header-vertical-menu__title, span.header-account-title {
		font-size: 0;
	}
}