/*
Theme Name: Schermgebroken
Theme URI: http://schermgebroken.nl
Description: Wordpress thema voor Schermgebroken
Author: Three Online
Author URI: http://threeonline.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: schermgebroken
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 10);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: calc(var(--base) * 2);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);
     --theme: #2f9ac6;

}


@font-face {
    font-family: 'Uxum Grotesque';
    src: url('fonts/UxumGrotesque-Medium.eot');
    src: url('fonts/UxumGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/UxumGrotesque-Medium.woff2') format('woff2'),
        url('fonts/UxumGrotesque-Medium.woff') format('woff'),
        url('fonts/UxumGrotesque-Medium.ttf') format('truetype'),
        url('fonts/UxumGrotesque-Medium.svg#UxumGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uxum Grotesque';
    src: url('fonts/UxumGrotesque-Light.eot');
    src: url('fonts/UxumGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/UxumGrotesque-Light.woff2') format('woff2'),
        url('fonts/UxumGrotesque-Light.woff') format('woff'),
        url('fonts/UxumGrotesque-Light.ttf') format('truetype'),
        url('fonts/UxumGrotesque-Light.svg#UxumGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uxum Grotesque';
    src: url('fonts/UxumGrotesque-Regular.eot');
    src: url('fonts/UxumGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UxumGrotesque-Regular.woff2') format('woff2'),
        url('fonts/UxumGrotesque-Regular.woff') format('woff'),
        url('fonts/UxumGrotesque-Regular.ttf') format('truetype'),
        url('fonts/UxumGrotesque-Regular.svg#UxumGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uxum Grotesque';
    src: url('fonts/UxumGrotesque-Bold.eot');
    src: url('fonts/UxumGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UxumGrotesque-Bold.woff2') format('woff2'),
        url('fonts/UxumGrotesque-Bold.woff') format('woff'),
        url('fonts/UxumGrotesque-Bold.ttf') format('truetype'),
        url('fonts/UxumGrotesque-Bold.svg#UxumGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    
    line-height: 1.125;
    
    position: relative;
    display: block;
    font-weight: 700;
    
}

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) :is(span, u, b, strong, i, em) {
    position: relative;
    text-decoration: none;
    font-style: normal;
    z-index: 1
}


:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) :is(span, u, b, strong, i, em):after {
    display: none;
}

h1,
.h1 {
    font-size: 60px;
}

.h2,
h2 {
    font-size: 50px;
}

.h3,
h3 {
    font-size: 42px;
}

.h4,
h4 {
    font-size: 36px;
}

.h5,
h5 {
   font-size: 28px;
}

.h6,
h6 {
    font-size: 24px;
}


.outline {
     -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}



body {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Uxum Grotesque';
    overflow-x: hidden;
    line-height: 1.75;
    color: #030303;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




p {
    margin-top: 0;
    margin-bottom: var(--small);
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
     margin-bottom: var(--small);
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
       font-weight: 600;
    margin-bottom: 0;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: var(--medium);
    margin-bottom: var(--medium);
    border: 0;
    border-top: 1px solid #0e2e3b ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.5;
    width: 100%;
    position: relative;
    padding: 12.5px 17.5px;
    border: 1.5px solid rgb(60 60 59 / 25%);
    background-color: #ffffff;
    border-radius: 0;
    font-weight: 300;
    border-radius: 5px;
     color: #030303;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,rgb(60 60 59 / 50%) 50%),linear-gradient(135deg,rgb(60 60 59 / 50%) 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
     color: #030303;å
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
    color: rgb(14 46 59 / 25%);
}

::-moz-placeholder {
    color: rgb(14 46 59 / 25%);
}

:-ms-input-placeholder {
    color: rgb(14 46 59 / 25%);
}

::-moz-selection {
    background-color: #2f9ac6;
    color: #0e2e3b
}

::selection {
    background-color: #2f9ac6;
}

::-moz-selection {
    background-color: #2f9ac6;
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: 500;
    padding-right: var(--small);
    vertical-align: top;
}
b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
        color: #030303;
}

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


@media (min-width: 992px) {

    .row.extralarge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.smallmedium-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.smallmedium-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row.small-gutters {
        margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.no-gutters {
        margin-right: 0;
    margin-left: 0;
}

.row.no-gutters [class*="col-"] {
        padding-right: 0;
    padding-left: 0;
}






.btn,
.wc-block-components-button__text {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 22.5px 15px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    background: #2f9ac6;
    color: #0e2e3b;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer;
    white-space: nowrap;
}

.btn.btn--secondary {
    background: #2f9ac6;
    color: #ffffff; 
}

.btn.btn--green,
.wc-block-components-button__text {
     background-color: #3dce59;
    color: #ffffff;
}

.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
    background-color: rgb(0 0 0  / 5%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.btn:hover:before {
-ms-transform: translateY(-50%) scale(1.2);
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.btn:after,
.wc-block-components-button__text:after {
    content: "\e5cc";
    font-family: 'Material Symbols Outlined';
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    margin-left: 12.5px;
    font-size: 24px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:not(.btn--circle):hover:after {
    -webkit-transform: translateX(2.5px);
     transform: translateX(2.5px);
}

.btn.btn--cart,
.wc-block-components-button__text {
    background: #3dce59;
    color: #ffffff;
}
.btn.btn--cart:after,
.wc-block-components-button__text:after {
    content: "shopping_cart";
    font-size: 20px;
}

.btn.btn--filter {
        width: 100%;
   /* padding-top: 10px;
    padding-bottom: 10px;*/
    margin-bottom: var(--medium);
}

.btn.btn--filter:after {
    content: "tune";
    }

.btn.btn--circle {
    padding: 14.25px 18px;
	aspect-ratio: 1 / 1;
}

.btn.btn--down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn.btn--left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn.btn--top {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.btn.btn--circle:after {
    margin-left: 0;
}


.btn + .btn {
    margin-left: 7.5px
}


/* Main styles */

header {
    position: sticky;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
  
    -webkit-transition: all .3s;
    transition: all .3s;
 

    background: rgb(255 255 255 / 95%);
    backdrop-filter: blur(7.5px);
    color: #030303;
    box-shadow: 0px 0px 5px rgb(60 60 59 / 10%);
}




header nav.navbar .navbar-brand {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    max-width: 150px;
    position: relative;
   
    margin: 0;
    z-index: 1;
   
    line-height: 0;
    margin-right: var(--small)
}




header nav.navbar {

}

header nav.navbar.navbar-extra {
    overflow: hidden;
}


header nav.navbar.navbar-extra {
   

}

header nav.navbar.navbar-extra .container:after {
        content: '';
    border-bottom: 1px solid rgb(60 60 59 / 10%);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}




header nav.navbar.navbar-extra .stars {
    padding: 7.5px 0;
}
header nav.navbar.navbar-extra .navbar-nav {
    margin-left: auto;
}


header nav.navbar.navbar-extra .navbar-nav > .nav-item {
    position: relative;
}

header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item > .nav-link { 
    padding: 10px 15px;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}

header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item.nav-item--featured > .nav-link { 
    background-color: #3dce59;
    font-weight: 500;
    color: #ffffff;
    height: 100%;
     padding: 10px 15px;
}

header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item:first-child > .nav-link {
    padding-left: 0
}

/*header nav.navbar.navbar-extra .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}*/

header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item > .nav-link:hover {
	-webkit-text-stroke: 1px currentColor;
}
header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item.current-menu-item > .nav-link {
    color: #2f9ac6
}



header nav.navbar .navbar-nav > .nav-item > .dropdown-toggle {
       position: absolute;
    display: none;
    right: 15px;
    top: 17.5px;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after,
header nav.navbar .navbar-nav > .nav-item > .dropdown-toggle:after {
    content: 'keyboard_arrow_down';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    vertical-align: middle;
    margin-left: 2.5px;
	    transform-origin: center center;
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .nav-link:after,
header nav.navbar .navbar-nav > .nav-item > .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    margin: 0;
    border: 0;
    background: #ffffff;
    padding: 15px 0;  
    left: unset;
    display: none;
	border-radius: 10px;
	    min-width: 210px;
    box-shadow: 0px 0px 5px rgb(60 60 59 / 10%);
}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu.show {
    display: block;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li:before {
    content: unset;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a {
    padding: 7.5px 15px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
    position: relative;
     -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.125;
	
}
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:before {
     content: 'chevron_right';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:hover {
	color: #2f9ac6;
}
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li.current-menu-item a {
      font-weight: 600;
    color: #2f9ac6;
}

header nav.navbar.navbar-main {
    padding: var(--extrasmall) 0;
}

header nav.navbar.navbar-main .navbar-nav {
   margin-left: auto;
}

header nav.navbar.navbar-main .navbar-nav > .nav-item {
    line-height: 1;
    position: relative;
}


header nav.navbar .navbar-nav.navbar-nav__main > .nav-item > .nav-link {
    margin: 17.5px 15px;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


header nav.navbar .navbar-nav.navbar-nav__main > .nav-item:first-child > .nav-link {
    margin-left: 0 !important
}

header nav.navbar .navbar-nav.navbar-nav__main > .nav-item:last-child > .nav-link {
    margin-right: 0 !important
}



header nav.navbar .navbar-nav.navbar-nav__main > .nav-item > .nav-link:hover {
	 -webkit-text-stroke: 1px currentColor
}
header nav.navbar .navbar-nav.navbar-nav__main > .nav-item.current-menu-item > .nav-link {
   	color: #2f9ac6
}


header nav.navbar .navbar-actions {
    margin-left: var(--medium)
}

header nav.navbar .navbar-actions ul {
    margin-bottom: 0;
    line-height: 0;
        display: -ms-flexbox;
    display: flex;
}

header nav.navbar .navbar-actions ul li {
    display: inline-block;
    padding-right: 15px;
}

header nav.navbar .navbar-actions ul li:last-child {
    padding-right: 0;
}

header nav.navbar .navbar-actions ul li a {
    display: block;
    position: relative;

}

header nav.navbar .navbar-actions ul li a .material-symbols-outlined {
    font-size: 30px;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-actions ul li a .count {
       position: absolute;
    right: -5px;
    top: -5px;
    background: #2f9ac6;
    display: block;
    color: #ffffff;
    width: 17.5px;
    height: 17.5px;
    line-height: 17.5px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
}




/* Navbar toggler */

header nav.navbar .navbar-toggler {
      position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: none;
    color: #2f9ac6;
    /*-webkit-transition: all 0.3s;
    transition: all 0.3s;*/
    line-height: 0;
    zoom: 0.9;
    margin-top: -5px;
}


header nav.navbar .navbar-toggler:before {
        content: 'menu';
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2.5px;
    display: inline-block;
    line-height: 1;
}

header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2.5px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: currentColor;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 25px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.5px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6.5px;
}





/* Navbar background */

.navbar-background {
    position: fixed;
    top: 116px;
    right: 0;
    bottom: 0;
        background-color: #00406D;
    z-index: 100;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-open .navbar-background {
    opacity: 0.75;
    visibility: visible;
}


/* header */

section.header {
    position: relative;
    height: 40vh;
    min-height: 300px;
    overflow: hidden;
}

section.header.header--small {
    height: 40vh;
    min-height: 500px;
}

section.header .header-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    
}
section.header .header-image:before {
    content: '';
    background-color: rgba(47,154,198,.8);
     position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
/*section.header .header-image:after {
    background-image: url(images/lines.svg);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: repeat-y;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
}*/

section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.header .header-content {
 position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    z-index: 2;
}

section.header .header-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--extrasmall)
}

section.header .header-content :is(h1, h2, h3, h4, h5, h6):first-child {
    margin-bottom: 7.5px
}

section.header .header-content :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) span:after {
        background: #2f9ac6;
}

section.header .header-content .wp-repair-search-box-shortcode-container {
    margin-top: var(--mediumlarge)
}
section.header .header-content p {
    font-size: 20px;
}

section.header .header-content .stars {
     margin-top: 7.5px;
}

section.header .header-content *:last-child {
    margin-bottom: 0;
}




section.header .header-usps {
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--small);
    z-index: 3;
    color: #ffffff;
}

section.header .header-usps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0;
    line-height: 1;
}

section.header .header-usps ul li {
    white-space: nowrap;
}

section.header .header-usps ul li:before {
        vertical-align: 0px;
    content: "\e876";
    font-family: 'Material Symbols Outlined';
    font-size: 14px;
    background: #3dce59;
    display: inline-block;
    height: 17.5px;
    width: 17.5px;
    line-height: 17.5px;
    text-align: center;
    border-radius: 50%;
    margin-right: 7.5px;
}


/* Stars */

.stars {
    position: relative;
    font-size: 16px;
}

.stars:before {
   content: url(images/stars-5.svg);
    display: inline-block;
    width: 82.5px;
    vertical-align: middle;
    margin-right: 7.5px;
}

.stars.stars-4:before {
   content: url(images/stars-4.svg);
}

.stars.stars-3:before {
   content: url(images/stars-3.svg);
}

.stars.stars-2:before {
   content: url(images/stars-2.svg);
}

.stars.stars-1:before {
   content: url(images/stars-1.svg);
}

.stars b {
    font-weight: 500
}

.stars a {
    text-decoration: underline;
    opacity: 0.75
}

/* Icons */

section.icons {
    padding: var(--extralarge) 0;
    position: relative;
        background: #f0f5fa;
}


section.icons .icons-header {
    margin-bottom: var(--large);
    text-align: center;

    
}

section.icons .icons-header :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

section.icons .icon {
    position: relative;
    text-align: center;
}

section.icons .icon .icon-image {
 display: inline-block;
    background: #ffffff;
    line-height: 0;
    padding: 22.5px;
    color: #2f9ac6;
    margin-left: auto;
    border-radius: 15px;
    margin-bottom: var(--medium);
    
    
}


section.icons .icon .icon-image .material-symbols-outlined{
    font-size: 72px;

}



section.icons .icon .icon-image img {

}



section.icons .icon .icon-content {
    text-align: center;
}
section.icons .icon .icon-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--extrasmall)
}

section.icons .icon .icon-content *:last-child {
    margin-bottom: 0;
}
section.icons .icon .icon-content a {
    color: #2f9ac6;
    text-decoration: underline;
}



/* Teams */

section.teams {
    padding: var(--extralarge) 0;
    position: relative;
    background-color: #f0f5fa;
    overflow-x: hidden;
}


section.teams .teams-header {
    margin-bottom: var(--mediumlarge);
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-align: center ;
    align-items: center ;
}

section.teams .teams-header :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    margin-right: auto;
}

section.teams .teams-header *:last-child {
    margin-bottom: 0;
}

section.teams .slick-list {
    overflow: visible;
}

section.teams .team {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 3 / 4;
    background-color: #0e2e3b;
    overflow: hidden;
}

section.teams .team .team-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.teams .team .team-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


section.teams .team:hover .team-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.teams .team .team-content {
       position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(14 46 59 / 75%);
    backdrop-filter: blur(7.5px);
    padding: var(--medium);
    color: #F5F5F5
}


section.teams .team .team-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

section.teams .team .team-content p {
    color: #2f9ac6;
    margin-bottom: var(--extrasmall)
}


section.teams .team .team-content ul {
  
}

section.teams .team .team-content ul li:before {
        color: #2f9ac6;
}




section.teams .team .team-content *:last-child {
    margin-bottom: 0;
}

/* Reviews */

section.reviews {
    padding: var(--extralarge) 0  var(--mediumlarge) 0;
    position: relative;

}

section.reviews .reviews-header {
    margin-bottom: var(--mediumlarge);
}

section.reviews .reviews-header :is(h1, h2, h3, h4, h5, h6, p) {
    margin-bottom: var(--extrasmall);
}

section.reviews .reviews-header p {
    max-width: 767px;
}

section.reviews .reviews-header *:last-child {
    margin-bottom: 0
}


section.reviews .review {
      padding: var(--medium);
    border: 1px solid rgb(60 60 59 / 25%);
    border-bottom: 5px solid rgb(60 60 59 / 25%);
    margin-bottom: var(--mediumlarge);
     height: calc(100% -  var(--mediumlarge));
    color: #0e2e3b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background: #f0f5fa;

}

section.reviews .review:hover {
   
      -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.reviews .review :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--extrasmall)
}


section.reviews .review .stars {
       margin-bottom: var(--extrasmall);
}

section.reviews .review *:last-child {
    margin-bottom: 0;
}




/* Intro */

section.intro {
    position: relative;
}

section.intro .intro-excerpt{
    padding: var(--extralarge) 0;

    position: relative;
}

section.intro .intro-excerpt .row {
	width: 100%;
}

section.intro .intro-excerpt p:last-child {
    margin-bottom: 0
}

section.intro .intro-excerpt .anchor {
   position: absolute;
    bottom: var(--extralarge);
    right: 0;
}

section.intro .intro-icon {
   display: inline-block;
    background: #f0f5fa;
    line-height: 0;
    padding: 22.5px;
    color: #2f9ac6;
    margin-left: auto;
    border-radius: 15px;
    margin-bottom: var(--medium);
}



section.intro .intro-icon .material-symbols-outlined {
 font-size: 72px;
}


section.intro .intro-image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 1;

   
}


section.intro .intro-image:before{
       content: '';
    background-color: #f0f5fa;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    pointer-events: none;
    z-index: -1;
}

section.intro .intro-image :is(video, img) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
      overflow: hidden;
    border-radius: 5px;
   
}

section.intro .intro-content {
    padding: var(--large) 0;
    position: relative;
        color: #0e2e3b;
}


section.intro .intro-content p:last-child {
    margin-bottom: 0;
}

section.intro .intro-content:before {
    content: '';
    background-color: #f0f5fa;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
     -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    z-index: -1
}

section.intro .intro-content >ul li {
    position: relative;
    padding-left: 20px;
}

section.intro .intro-content > ul li:before {
        content: '';
    position: absolute;
    left: 0;
    background: #2f9ac6;
    width: 7.5px;
    height: 7.5px;
    top: 10px;
    border-radius: 50%;;
}

section.intro .intro-content img {
    max-width: 100%;
}


section.intro .intro-content > *:last-child {
    margin-bottom: 0;
}

section.intro .intro-content .wp-repair-fe-types-conatiner.page-types {
    margin-bottom: var(--mediumlarge);
        border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(60 60 59 / 5%);
}

/* Gallery */

section.gallery {
        padding: var(--extralarge) 0;
    position: relative;
}


/*section.gallery:after {
    background-image: url(images/lines-dark.svg);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: repeat-y;
    z-index: -1;
    pointer-events: none;
    opacity: 0.1;
}
*/
section.gallery .gallery-header {
    padding: var(--medium) 0;
}

section.gallery .gallery-header :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 500;
    margin-bottom: 0;
}
section.gallery .gallery-images {

}

section.gallery .gallery-images .gallery-image:first-child {
    margin-right: var(--huge);
    aspect-ratio: 4 / 3;

}

section.gallery .gallery-images .gallery-image:last-child {
    max-width: 35%;
    margin-top: calc(var(--huge) * -2);
    margin-left: auto;
}

section.gallery .gallery-image {
   position: relative;
    display: block;
    border: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 5px;
}

section.gallery .gallery-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.gallery .gallery-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* Article */

article.article {
    padding: var(--extralarge) 0;
    position: relative;
   
}

article.article + article.article { 
    padding-top: 0
}

article.article.article--background {
    color: #ffffff;
     background-color: #2f9ac6;
  /*  background-image: url(images/crack1.svg);
        background-size: cover;
    background-position: center center;*/
}

article.article.article--background-light {
    background: #f0f5fa;
}
article.article.article--reverse > .container > .row {
    flex-direction: row-reverse;
}


article.article .article-content {
    position: relative;

}



article.article .article-content img {
    width: auto;
}

article.article .article-content a:not(.btn) {
    text-decoration: underline;
}

article.article .article-content ul li {
    list-style: inside;
}

article.article .article-content *:last-child {
    margin-bottom: 0;
}
article.article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article.article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}


article.article .article-sidebar *:last-child {
    margin-bottom: 0;
}

article.article .article-images {

}

article.article .article-images .article-image:first-child {
    margin-left: var(--huge);
}

article.article .article-images .article-image:last-child {
        max-width: 45%;
    margin-top: calc(var(--huge) * -2);
}

article.article .article-image {
   position: relative;
    display: block;
    border: 0;
        aspect-ratio: 5 / 6;
    overflow: hidden;
    border-radius: 5px
}

article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



/* Cards */

section.cards {
    padding: var(--extralarge) 0;
    position: relative;

}
section.cards.cards--background {
    background-color:#f0f5fa;
}

/*section.cards.cards--background:before {
    content: '';
    background-color:#f0f5fa;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    
}
*/
section.cards.cards--background:last-child {
    margin-bottom: 0
}

section.cards .cards-header {
    margin-bottom: var(--mediumlarge);
    text-align: center;
    color: #0e2e3b;
}

section.cards .cards-header:has(h1, h2) {
    text-align: left;
}

section.cards .cards-header :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

section.cards .cards-header *:last-child {
    margin-bottom: 0
}



section.cards .card {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: var(--mediumlarge);
    height: calc(100% - var(--mediumlarge));
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #0e2e3b;
    color: #0e2e3b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
   
    background: #ffffff;

}

/*section.cards.cards--background .card {
    color: #0e2e3b;
    border: 1px solid #0e2e3b;
}*/

section.cards .card:hover {
    background: #0e2e3b;
     -webkit-transform: scale(1.05);
    transform: scale(1.05);
    color: #FBFAF8;
}



section.cards .card .card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
   
}



section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
   
}


section.cards .card .card-image:hover img {
   
}

section.cards .card .card-content {
    padding: var(--medium);
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    
}


section.cards .card .card-content :is(h1, h2, h3, h4, h5, h6, p) {
    margin-bottom: var(--extrasmall);
}


section.cards .card .card-content .card-content__category {
        margin-bottom: 7.5px;
}

section.cards .card .card-content .card-content__category:before {
    content: '';
    background-color: #D9D9D9;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: 1px;
    margin-right: 12.5px;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

section.cards .card .btn{
 
    position: absolute;
    bottom: var(--extrasmall);
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    

}

/*section.cards .card .card-content .card-content__link:hover {
    transform: translateX(calc(50% + 5px));
    transform: translateX(calc(50% + 5px));
}*/

section.cards .card .card-content .card-content__link:after {
    content: url(images/arrow-yellow.svg);
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
}


section.cards .card .card-content p:last-of-type {
    margin-bottom: 0
}


section.cards .cards-footer {
    margin-top: var(--extrasmall);
    text-align: center;
    line-height: 1;
}

/* Products */

section.products {
    margin: var(--large) 0;
}

/*section.products.related {
    padding: var(--large) 0;
    margin: 0;
        background: rgb(240 245 250 / 50%);

}*/

.products .products-header {
    margin-bottom: var(--medium);
}
.products .products-header + .products:has(.category-slider) {
    margin-bottom: var(--medium);
}

.products .products-header :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--extrasmall);
}

.products .products-header *:last-child {
    margin-bottom: 0;
}

.products .products-sorting {
    margin-bottom: var(--medium);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center ;
    align-items: center ;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
        -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
}

.products .products-sorting .woocommerce-result-count {
    margin-bottom: 0;
}

.products .products-sidebar {
   background-color: #f0f5fa; 
       border-radius: 15px;
   position: sticky;
   top: calc(145px + var(--medium));
   padding: var(--small);
}

.products .products-sidebar .widget:not(:last-child) {
    margin-bottom: var(--small)
}

.products .products-sidebar .widget.widget_layered_nav_filters ul {
    margin-bottom: 0;
}

.products .products-sidebar .widget.widget_layered_nav_filters ul li {
    display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 5px;
}

.products .products-sidebar .widget.widget_layered_nav_filters ul li a{
   display: block;
    background: rgb(61 206 89 / 75%);
    border: 1px solid #3dce59;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    padding: 5px 10px 5px 5px;
    border-radius: 2.5px;
}

.products .products-sidebar .widget.widget_layered_nav_filters ul li a:before {
       content: 'close';
    font-family: 'Material Symbols Outlined';
    vertical-align: -2px;
    margin-right: 2.5px;
    font-size: 12px;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) {
      margin-bottom: 0;
}



.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) li {
  
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) li input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) li a {
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}
.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) li a:before {
    content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    border: 2px solid #030303;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2.5px;
    vertical-align: -3px;
    margin-right: 10px;
    opacity: 0.25;
    background: #ffffff;

}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) li a:hover:before {
    opacity: 0.5
}


.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list:not([data-taxonomy="pa_kleur"]) li.chosen a:before {
    background: #2f9ac6;
    border-color: #2f9ac6;
    opacity: 1;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] {
      margin-bottom: 0;
    line-height: 0;
}



.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li {
    display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 5px;
}


.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li a {
       height: 30px;
    width: 30px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
    background: #ffffff;
    display: inline-block;
    font-size: 0;
    border-radius: 50%;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li.chosen a:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid currentColor;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="zwart"] a,
.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Black"] a {
    background: #000000;
     color: #000000;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Blauw"] a {
    background: #0000FF;
    color: #0000FF;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Blauw-m"] a {
    background: #000080;
    color: #000080;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Crème"] a {
    background: #FFFDD0;
    color: #FFFDD0;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Geel"] a {
    background: #FFFF00;
    color: #FFFF00;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Geel-m"] a {
    background: #FFD700;
    color: #FFD700;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Gitzwart"] a {
    background: #010101;
    color: #010101;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Goud"] a {
    background: #FFD700;
    color: #FFD700;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Grijs"] a {
    background: #808080;
    color: #808080;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Groen"] a {
    background: #008000;
    color: #008000;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Light Green"] a {
    background: #90EE90;
    color: #90EE90;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Paars"] a {
    background: #800080;
    color: #800080;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Pink Gold"] a {
    background: #F2C3B2;
    color: #F2C3B2;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Rood"] a {
    background: #FF0000;
    color: #FF0000;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Rose-m"] a {
    background: #FF007F;
    color: #FF007F;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Roze"] a {
    background: #FFC0CB;
    color: #FFC0CB;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Roze-m"] a {
    background: #FFB7C5;
    color: #FFB7C5;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Space Gray"] a {
    background: #707070;
    color: #707070;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Spacegrijs"] a {
    background: #707070;
    color: #707070;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Violet"] a {
    background: #EE82EE;
    color: #EE82EE;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Wit"] a {
    background: #FFFFFF;
    color: #FFFFFF;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Wit-m"] a {
    background: #F8F8FF;
    color: #F8F8FF;
}

.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li[data-value="Zilver"] a {
    background: #C0C0C0;
    color: #C0C0C0;
}




.products .products-sidebar .widget ul.woocommerce-widget-layered-nav-list[data-taxonomy="pa_kleur"] li .count {
    display: none;
}


.products .products-sidebar .widget ul.product-categories {

}

.products .products-sidebar .widget ul.product-categories > li {
    display: none;
}

.products .products-sidebar .widget ul.product-categories > li:is(.current-cat-parent, .current-cat) {
    display: block;
}

.products .products-sidebar .widget ul.product-categories li a  {
        position: relative;
    padding-left: 15px;
}

.products .products-sidebar .widget ul.product-categories li.current-cat > a {
        color: #2f9ac6;
        font-weight: 500;
}

.products .products-sidebar .widget ul.product-categories li a:before {
    content: "\e5cc";
    font-family: 'Material Symbols Outlined';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    left: -5px;
    color: #2f9ac6;
        font-size: 18px;
}

.products .products-sidebar .widget ul.product-categories > li > a {
    display: none;
}

.products .products-sidebar .widget ul.product-categories > li > ul.children {
    margin-bottom: 0
}



.products .products-sidebar .widget ul.product-categories > li > ul.children > li > ul.children {
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 15px;
}

.products .products-sidebar .widget ul.product-categories > li > ul.children > li > ul.children li a {
    padding-left: 12.5px;
}

.products .products-sidebar .widget ul.product-categories > li > ul.children > li > ul.children li a:before {
  font-size: 16px;
      line-height: 1.5;
}


.products .products-sidebar .widget ul.product-categories > li > ul.children > li > ul.children > li > ul.children {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 15px;
}


.products .products-sidebar .widget ul.product-categories > li > ul.children > li > ul.children > li > ul.children > li > ul.children {
    margin-bottom: 0;
    font-size: 12px;
    margin-left: 15px;
}

/*

.products .products-sidebar .widget form .price_slider_wrapper {
    position: relative;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider_amount .price_label{
        font-size: 0;
    position: absolute;
    left: 0;
    top: 7.5px;
    right: 0;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider_amount .price_label span.from {
    font-size: 16px;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider_amount .price_label span.to {
    font-size: 16px;
        float: right;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider_amount button {
       display: block;
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-top: 37.5px;
}


.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider {
    position: relative;
    text-align: left;
    border-top: 2px solid #404040;

}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider .ui-slider-handle {
        position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 2px solid #404040;
    cursor: pointer;
    outline: none;
    top: -8px;
    
    background: #f9b234;
    border-radius: 50%;
}


.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider .ui-slider-range {
        position: absolute;
    z-index: 1;
    font-size: 0;
    display: block;
    border: 0;
    background: #404040;
}


.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider-horizontal {
    height: 2px;
          margin: 15px 15px 15px 0;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.products .products-sidebar .widget form .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

*/

.products .products-sidebar .widget .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.products .products-sidebar .widget .price_slider_amount .button {
    float: left;
    margin: 0;
    padding: 0;
}

.products .products-sidebar .widget .price_slider_amount .button {
}

.products .products-sidebar .widget .ui-slider {
    position: relative;
    text-align: left;
    margin-top: 15px;
    height: 7.5px;
    background: rgb(3 3 3 / 10%);
    margin-bottom: 7.5px;
}

.products .products-sidebar .widget .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17.5px;
    height: 17.5px;
    border-radius: 2.5px;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid rgb(3 3 3 / 30%);
    top: -5px;
}

.products .products-sidebar .widget .ui-slider .ui-slider-handle:last-child {
    margin-left: -17.5px;
}

.products .products-sidebar .widget .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #2f9ac6;
}


.products .products-sidebar .widget .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.products .products-sidebar .widget .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.products .products-sidebar .widget .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.products .category-slider .slick-track,
.products .products-slider .slick-track {
    padding: 5px 0;
}



.products .product {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgb(60 60 59 / 15%);
    border-radius: 15px;
    padding: var(--small);
    margin-bottom: var(--medium);
    height: calc(100% - var(--medium));

        display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.products .product:hover {
    box-shadow: 0px 0px 10px rgb(60 60 59 / 20%);
}

.products .product.product--category {
     padding: var(--extrasmall);
     margin-bottom: 0;
    height: auto;
    margin-bottom: 15px;
}

.products .product .product-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}


.products .product.product--category .product-image {
    background-color: #f0f5fa;
    aspect-ratio: 4 / 3;
    margin-left: calc(var(--extrasmall)* -1);
    margin-top: calc(var(--extrasmall)* -1);
    margin-right: calc(var(--extrasmall)* -1);
}

.products .product .product-image img {
     position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7.5px 0;

}

.products .product.product--category .product-image img {
    padding: 0;
    margin-top: 30px;
        mix-blend-mode: multiply;
}

.products .product .product-image img.product-image__primary,
.products .product .product-image img:not(.product-image__primary, .product-image__secondary) {
    opacity: 1;
}

.products .product .product-image:hover img.product-image__primary {
    opacity: 0;
}

.products .product .product-image img.product-image__secondary {
    opacity: 0
}


.products .product .product-image:hover img.product-image__secondary {
    opacity: 1
}

.products .product .product-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.products .product .product-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2f9ac6;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.products .product .product-background img {
     position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .product .product-content {
    position: relative;
    z-index: 2;
    padding-top: var(--small);
    border-top: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.5;
}

.products .product.product--category .product-content {
    white-space: nowrap;
    padding-top: var(--extrasmall);
}

.products .product.product--category .product-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(var(--extrasmall)* -1);
    bottom: calc(var(--extrasmall)* -1);
    width: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
}

.products .product:has(.product-footer) .product-content {
    margin-bottom: var(--extrasmall);
}

.products .product:has(.product-background) .product-content {
    margin-bottom: 0;
    color: #ffffff;
        flex: unset;
    margin-top: auto;
    margin-bottom: auto;
    overflow-wrap: break-word;
}

.products .product:has(.product-background) .product-content ul.icons li:before {
    color: #ffffff;
}

.products .product .product-content :is(h5:first-child, h6, p, *:last-child) {
    margin-bottom: 0
}



.products .product .product-content .product-content__stock {
    color: #3dce59;
    font-size: 14px;
}

.products .product .product-content .product-content__stock:before {
    content: "check_circle";
    font-family: 'Material Symbols Outlined';
    vertical-align: middle;
    margin-right: 5px;
}

.products .product .product-content .product-content__stock.out-of-stock {
    color: #FE2D45;
}

.products .product .product-content .product-content__stock.out-of-stock:before {
    content: "cancel";
}


.products .product .product-content .product-content__stock.on-backorder {
    color: #F2A35E;
}

.products .product .product-content .product-content__stock.on-backorder:before {
    content: "cancel";
}


.products .product .product-footer {
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-align: center ;
    align-items: center ;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products .product .product-footer .price {
   /* font-size: 16px;*/
    font-weight: 500;
        line-height: 1.25;
}

.products .product .product-footer .add_to_cart_button {
    background-color: #3dce59;
    display: flex;
    color: #ffffff;
    line-height: 1;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 5px;
    
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products .product .product-footer .add_to_cart_button:hover {
    background-color: #30a447;
}

.products .product .product-footer .add_to_cart_button:before {
    content: "shopping_cart";
    font-family: 'Material Symbols Outlined';
}
.products .product .product-footer .add_to_cart_button.add_to_cart_button--arrow:before {
    content: "\e5cc";
}

.products .product .product-footer .added_to_cart {
        position: absolute;
    right: var(--extrasmall);
    top: var(--extrasmall);
    background-color: #3dce59;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    padding: 5px 10px;
    border-radius: 2.5px;
}


.products .products-usps {
        margin: var(--extrasmall) 0 var(--mediumlarge) 0;
        position: relative;
}

.products .products-usps:before {
    content: '';
    position: absolute;
    left: 0;
    right:0;
    top: 50%;
    border-bottom: 1px solid rgb(60 60 59 / 25%);
    z-index: -1
}
.products .products-usps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color: #3dce59;
}

.products .products-usps ul li {
    background: #ffffff;
    padding: 0 15px;
}

.products .products-usps ul li:before {
    content: attr(data-icon);
    font-family: 'Material Symbols Outlined';
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    margin-right: 7.5px;
    color: #3dce59;
}

.products .products-footer {
  
    margin-top: var(--medium);
}

.products .products-footer ul {
    margin-bottom: 0;
    display: -ms-flexbox ;
    display: flex ;
        -ms-flex-align: center ;
    align-items: center ;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.products .products-footer ul li {
      display: inline-block;
       margin: 0 7.5px;
}

.products .products-footer ul li :is(span, a){
    background: #ffffff;
    box-shadow: 0px 0px 5px rgb(60 60 59 / 10%);
    width: 45px;
    height: 45px;
    line-height: 45px;
   
    border-radius: 10px;
    font-weight: normal;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    text-align: center;
}

.products .products-footer ul li .prev,
.products .products-footer ul li .next {
  font-size: 0;

}

.products .products-footer ul li .prev:after {
       content: attr(data-icon);
       font-family: 'Material Symbols Outlined';
       font-size: 22px;
    
}

.products .products-footer ul li .next:after {
         content: "\e5cc";
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
}

.products .products-footer ul li a:hover,
.products .products-footer ul li span.current {
      
        background: #2f9ac6;
    color: #ffffff;
    
}


/* Product */

section.product {
    padding: var(--large) 0;
    position: relative;
}



section.product .product-image {
    position: relative;
    display: block;
    border: 0;
    position: sticky;
        top: calc(170px + var(--medium));
}


section.product .product-image .product-slider{
    position: relative;
    margin-bottom: 15px;
}

section.product .product-image .product-slider .slick-prev {
    left: 0;
}


section.product .product-image .product-slider .slick-next {
    right: 0;
}


section.product .product-image .product-slider .product-slider__item {
     position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    background-color: #f0f5fa;
    border-radius: 15px;
}




section.product .product-image .product-slider .product-slider__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     mix-blend-mode: multiply;
     padding: 30px;
}



section.product .product-image .product-thumbs{
    position: relative;
    
    
}

section.product .product-image .product-thumbs :is(.slick-prev, .slick-next) {
    top: 50%;
}


section.product .product-image .product-thumbs .slick-list {
    margin: 0 -7.5px;
}

section.product .product-image .product-thumbs .slick-slide {
    padding: 0 7.5px;
}

section.product .product-image .product-thumbs .product-thumbs__item {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    display: block;
    /*  margin: 0 7.5px;*/
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 7.5px;
    background-color: #f0f5fa;
}

section.product .product-image .product-thumbs .slick-current .product-thumbs__item {
  opacity: 1
}


section.product .product-image .product-thumbs .product-thumbs__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
     mix-blend-mode: multiply;
}



section.product .product-image .flex-viewport a {
    display: block;
}

section.product .product-image .flex-control-thumbs {
       display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
    margin-bottom: 0;
    padding: 0;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-top: 15px;
            position: relative;
}


    

section.product .product-image .flex-control-thumbs::-webkit-scrollbar {
    background-color: rgb(60 60 59 / 25%);
    border-radius: 10px;
    width: 100%;
    height: 5px;
}
section.product .product-image .flex-control-thumbs::-webkit-scrollbar-thumb {
    background-color: #2f9ac6;
    border-radius: 10px;
}

section.product .product-image .flex-control-thumbs li {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    overflow: hidden;
       -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    
}



section.product .product-image .flex-control-thumbs li:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 75%;
}

section.product .product-image .flex-control-thumbs li img {
    cursor: pointer;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    mix-blend-mode: multiply;
    background-color: #f0f5fa;
    padding: 15px;
}



section.product .product-content  {

}

section.product .product-content .product-content__text {
    margin-bottom: 30px;
}

section.product .product-content .product-content__text .product-content__text-main {
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

section.product .product-content .product-content__text.show .product-content__text-main {
    max-height: 100%;
}

section.product .product-content .product-content__text:not(.show) .product-content__text-main:after {
        content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
}

section.product .product-content .product-content__text .product-content__text-main p:last-child {
    margin-bottom: 0
}

section.product .product-content .product-content__text .product-content__text-more {
        color: #2f9ac6;
    font-weight: 500;
    text-decoration: underline;
}

section.product .product-content .product-content__text.show .product-content__text-more {
    display: none;
}




section.product .product-content :is(h1, h2, h3) {
   margin-bottom: 0;
}


section.product .product-content .product-content__stock {
    color: #3dce59;
    margin-bottom: 0;
        line-height: 1.5;
}

section.product .product-content .product-content__stock:before {
    content: "check_circle";
    font-family: 'Material Symbols Outlined';
    vertical-align: middle;
    margin-right: 5px;
}

section.product .product-content .product-content__stock.not-in-stock {
    color: #FE2D45;
}

section.product .product-content .product-content__stock.not-in-stock:before {
    content: "cancel";
}


section.product .product-content .product-content__stock.low-stock {
    color: #F2A35E;
}

section.product .product-content .product-content__stock.low-stock:before {
    content: "cancel";
}
section.product .product-content .product-content__delivery {
        font-size: 14px;
}



section.product .product-content .product-content__usps {
    background-color: rgb(61 206 89 / 20%);
    border: 2px solid #3dce59;
    padding: var(--extrasmall) var(--small);
    border-radius: 15px;
    font-size: 16px;
    margin-bottom: var(--small);
}


section.product .product-content .product-content__usps ul {
    margin-bottom: 0;
    line-height: 1.5
}

section.product .product-content .product-content__usps ul li:before {
    content: attr(data-icon);
    font-family: 'Material Symbols Outlined';
    vertical-align: middle;
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
    color: #3dce59;
}


section.product .product-content .product-content__specs {
    border-top: 1px solid rgb(60 60 59 / 25%);
    margin-top: var(--medium);
    padding-top: var(--medium);
}


section.product .product-content .product-content__specs table {
    font-size: 16px;
}

section.product .product-content .product-content__specs table tbody tr td p {
    margin-bottom: 0
}
section.product .product-content form {
    /*margin-bottom: var(--small);*/
}

section.product .product-content form .variations {
    margin-bottom: 15px;
}

section.product .product-content form .variations > label:not(:first-child) {
    margin-top: 7.5px;
}

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

section.product .product-content form .variations .varations-checkboxes {
    line-height: 1;
}


section.product .product-content form .variations .varations-checkboxes label {
    padding: 10px 15px;
    box-shadow: 0px 0px 5px rgb(60 60 59 / 10%);
    line-height: 1.25;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: #ffffff;
}

section.product .product-content form .variations .varations-checkboxes label.not-in-stock {
    background: rgb(60 60 59 / 10%);
    border-color: rgb(60 60 59 / 10%);
    pointer-events: none;
}

section.product .product-content form .variations .varations-checkboxes label.not-in-stock:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid rgb(60 60 59 / 50%);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

section.product .product-content form .variations .varations-checkboxes label:has(input:checked),
section.product .product-content form .variations .varations-checkboxes label:hover {
    border-color: #2f9ac6;
}

section.product .product-content .product-content__form {
    background-color: #f0f5fa;
    padding: var(--medium);
    border-radius: 15px;
    border: 1.5px solid rgb(60 60 59 / 25%);
}


section.product .product-content .product-content__form .price {
     margin-bottom: var(--small);
    font-size: 36px;
    font-weight: 500;
    display: block;
}

section.product .product-content .product-content__form:has(.variations_form) > .price {
    display: none;
}



section.product .product-content form .single_variation_wrap .woocommerce-variation-add-to-cart,
section.product .product-content form.cart:not(.variations_form) {
    display: -ms-flexbox;
    display: flex;
        gap: 15px;
}

section.product .product-content form .single_variation_wrap .woocommerce-variation-add-to-cart .btn,
section.product .product-content form.cart:not(.variations_form) .btn {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

section.product .product-content form .single_variation_wrap .woocommerce-variation-add-to-cart .btn.disabled {
    pointer-events: none;
    opacity: 0.75
}

section.product .product-content form .quantity {
    position: relative;
        max-width: 180px;
   
}

section.product .product-content form .quantity input {
     text-align: center;
}

section.product .product-content form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

section.product .product-content form .quantity button {
   position: absolute;
    z-index: 1;
    border: 1.5px solid #cecece;
    line-height: 10px;
    width: 22.5px;
    height: 22.5px;
    color: #cecece;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: -1px;
    cursor: pointer;
}

section.product .product-content form .quantity button.minus {
    left: 12.5px;
}

section.product .product-content form .quantity button.plus {
    right: 12.5px;
}

section.product .product-content .product-content__payment {
    margin-top: 30px;
}

section.product .product-content .product-content__payment ul li {
    display: inline-block;
    margin-right: 5px;
        margin-bottom: 7.5px;
}

section.product .product-content .product-content__payment ul li img {
        max-width: 45px;
            vertical-align: middle;
}


/* attributes */

section.attributes {
    padding: var(--large) 0;
    position: relative;
        background: #f0f5fa;
}

section.attributes .attributes-content {
    background: #ffffff;
    padding: var(--medium);
    border-radius: 15px;
        border: 1.5px solid rgb(60 60 59 / 25%);
}

section.attributes .attributes-content p {
    margin-bottom: 0
}


/* WC blocks */


.wc-block-cart__submit-button,
.wc-block-components-button:not(.is-link) {
        max-width: 100% !important;
    width: 100% !important;
    display: block !important;
        padding-left: 0;
            padding-right: 0;
}
.wc-block-components-quantity-selector {
    background: #ffffff;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
}

.is-large .wc-block-checkout__sidebar {
         top: calc(170px + var(--medium)) !important;
}

.wc-block-components-payment-method-label {
    font-weight: 500
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
        display: block;
    width: 100%;
    position: relative;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
        position: absolute;
    right: 0;
    object-fit: unset !important;
    object-position: unset !important;
    width: 45px;
    height: auto !important;
    max-width: 100%;
    max-height: 33.75px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media (max-width: 782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff !important;
    }
}

/* Notices */

.woocommerce-notices-wrapper {
  
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
   display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
       background: rgb(61 206 89 / 20%);
    padding: 10px 22.5px;
    border-left: 5px solid #3dce59;
    margin-bottom: var(--medium);
     border-radius: 5px;
}

.woocommerce-notices-wrapper .woocommerce-message p,
.woocommerce-info p {
    margin-bottom: 0
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message .restore-item,
.woocommerce-info :is(.showcoupon, .button) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
    font-weight: bold;
    margin-left: auto;

}

.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
    color: #3dce59
}

.woocommerce-error {
    margin-bottom: 30px;
}

.woocommerce-error li {
       display: block;
    background: rgb(252 0 32 / 25%);
    padding: 10px 22.5px;
    border-left: 5px solid #FC0020;
    margin-bottom: 15px;
}


.woocommerce-error li :is(b, strong) {
        font-size: inherit;
    font-weight: 500;
    font-family: "sofia-pro", sans-serif;
}
.woocommerce-error li:last-child {
    margin-bottom: 0
}



.woocommerce-MyAccount-navigation {
    position: relative;
}

.woocommerce-MyAccount-navigation ul {
      background-color: #ffffff;
    list-style: none;
    border-radius: 10px;
    overflow: scroll;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; 
}

.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
  display: none;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    list-style: none
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 12.5px 22.5px;
    display: inline-block;
    text-decoration: none;
}


.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #0e2e3b;
    color: #ffffff;
}

/* Breadcrumbs */

.breadcrumbs {
       display: inline-block;
    /*margin-top: var(--extrasmall);*/
    margin-bottom: var(--medium);
    background-color: #f0f5fa;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
  /*  margin-left: auto;
    display: inline-flex;
    float: right;*/
	
	
}

.intro-content .breadcrumbs {
    background: #ffffff;
}

.breadcrumbs .seperator {
    padding: 0 5px;
}
.breadcrumbs .breadcrumb_last {
    color: #2f9ac6;
    font-weight: 500
}

/* Icons */

ul.icons li{
    padding-left: 22.5px;
    position: relative;
}

ul.icons li:before {
    content: attr(data-icon);
    font-family: 'Material Symbols Outlined';
     display: inline-block;
    position: absolute;
    left: -2.5px;
    color: #2f9ac6;
}


section.search {
	    background: #2F9AC7;
    padding: 30px 0;
    color: #ffffff;
}

/* Devices */

.devices {

}

.devices .device {
      background: #ffffff;
    box-shadow: 0px 0px 5px rgb(60 60 59 / 10%);
    padding: var(--medium);
    border-radius: 15px;
    padding-top: 0;
    margin-top: 37.5px;
    margin-bottom: var(--medium);
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.devices .device:hover {
        background: #2f9ac6;
    color: #ffffff;
}

.devices .device .device-image {
       display: inline-block;
    background: #f0f5fa;
    line-height: 0;
    padding: 15px;
    color: #2f9ac6;
    border-radius: 15px;
    margin-top: -37.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

/*.devices .device:hover .device-image {
    background: #0e2e3b;
    color: #ffffff;
}*/

.devices .device .device-image .material-symbols-outlined {
    font-size: 45px;
}

.devices .device .device-content {
    margin-top: var(--medium)
}

.devices .device .device-content * {
    margin-bottom: 0
}

.fancybox-bg {
    background: #0e2e3b;
}



/* Slick slider */


:is(.slick-prev, .slick-next) {
        display: inline-block;
    position: relative;
    width: 37.5px;
    height: 37.5px;
    background-color: #2f9ac6;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    color: #ffffff;
    border-radius: 5px;
}


:is(.slick-prev, .slick-next).slick-disabled {
    opacity: 0;
    visibility: hidden;
}

:is(.slick-prev, .slick-next) {
    position: absolute;
    top: 40%;
}



:is(.slick-prev, .slick-next):after {
       content: 'chevron_right';
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

:is(.slick-prev, .slick-next):hover:after {
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
}

:is(.slick-prev, .slick-next):hover:after {

}

.slick-prev {
    left: 7.5px;
    -webkit-transform: translate(-37.5%, -50%) scaleX(-1);
    transform: translate(-37.5%, -50%) scaleX(-1);
}

.slick-next {
    right: 7.5px;
    -webkit-transform: translate(37.5%, -50%);
    transform: translate(37.5%, -50%);
}

.slick-track {
    min-width: 100%;
}


/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
        line-height: 1.5;
}

.gform_wrapper form .gf_page_steps {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    width: auto;
    white-space: nowrap;
}

.gform_wrapper form .gf_page_steps::-webkit-scrollbar  {
    display: none;
}

.gform_wrapper form .gf_page_steps .gf_step {
    margin-right: 15px;
    display: inline-block;
}

.gform_wrapper form .gf_page_steps .gf_step.gf_step_active {
    color: #0e2e3b;
}

.gform_wrapper form .gf_page_steps .gf_step.gf_step_hidden {
    display: none;
}

.gform_wrapper form .gf_page_steps .gf_step:after {
        content: '>';
   
}

.gform_wrapper form .gf_page_steps .gf_step:last-child {
    margin-right: 0;
}

.gform_wrapper form .gf_page_steps .gf_step:last-child:after {
    content: unset;
}

.gform_wrapper form .gf_page_steps .gf_step .gf_step_number {
    font-weight: bold;
        margin-right: 5px;
}


.gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
    
}

.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: var(--small);
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child {
     border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) {
 font-weight: 500;
    margin-bottom: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label :is(label, legend) {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {

}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message.gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border-left: 3px solid #e50201;
    border-radius: 3px;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input{
  
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input {
    border-color: #e50201;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gform_drop_area {
        background: #ffffff;
    border: 1.5px dashed rgb(60 60 59 / 25%);
    border-radius: 5px;
    padding: var(--mediumlarge) var(--medium);
    text-align: center;
    margin-bottom: 5px;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gform_drop_area .gform_button_select_files {

}

.gform_wrapper form .gform_body .gform_fields .gfield .gform_fileupload_rules {
    font-size: 14px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-section h3 {
        font-size: 28px;
            padding-top: var(--small);
}

/*.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border: 1px solid #e50201;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    margin-top: 7.5px;
    font-weight: 400;
}
*/

/*.gform_confirmation_message {
    background: rgb(1 185 1 / 10%);
    color: #01b901;
    border: 1px solid #01b901;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    font-weight: 400;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) :is(.gfield_radio, .gfield_checkbox) .gchoice {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) :is(.gfield_radio, .gfield_checkbox) .gchoice input{
     border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) :is(.gfield_radio, .gfield_checkbox) .gchoice label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #0e2e3b;
    vertical-align: middle;
    vertical-align: -2px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
    border-radius: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox :is(.gfield_radio, .gfield_checkbox) .gchoice label:before{
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label:before{
    background: #0e2e3b;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #0e2e3b;
}



.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #0e2e3b;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_body .gform_page_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #0e2e3b;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* Footer*/

footer {
    position: relative;
    background: #0e2e3b;
    color: #ffffff;
}


footer .footer-main {
       padding: calc(var(--mediumlarge) * 2) 0 var(--large) 0;
}

footer .footer-main :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: var(--extrasmall);
}

footer .footer-main .footer-logo {
    margin-bottom: var(--medium);
    max-width: 240px;
    margin-top: -5px;
}


footer .footer-main p {
    margin-bottom: 0
}
footer .footer-main .footer-contact {
   

}

footer .footer-main .footer-contact li{
    padding-left: 22.5px;
    position: relative;
}

footer .footer-main .footer-contact li:before {
    content: attr(data-icon);
    font-family: 'Material Symbols Outlined';
     display: inline-block;
    position: absolute;
    left: -2.5px;
    color: #2f9ac6;
}

footer .footer-main .footer-contact + p {
        opacity: 0.6;
}

footer .footer-main .footer-menu {
    margin-bottom: 0;
    line-height: 2.25;
}



footer .footer-main .footer-menu li a{
    position: relative;
    padding-left: 22.5px;
}



footer .footer-main .footer-menu li a:before {
    content: "\e5cc";
    font-family: 'Material Symbols Outlined';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    left: -5px;
    color: #2f9ac6;
}


footer .footer-main .footer-menu li a:hover:before {
        -webkit-transform: translateX(5px);
    transform: translateX(5px);
}


footer .footer-sub {
       padding: var(--medium) 0;
    opacity: 0.4;
    border-top: 0.75px solid #ffffff
    
}

footer .footer-sub p {
    margin-bottom: 0;
}


footer .footer-sub ul {
    margin-bottom: 0;
    line-height: 1.675;
}

footer .footer-sub ul li {
    display: inline-block;
}

footer .footer-sub ul li:not(:last-child):after {
       content: '';
    margin: 0 5px 0 7.5px;
    border-left: 0.75px solid #FBFAF8;
}


/*
.slick-slider .slick-track {
    display: flex !important;
}

.slick-slider .slick-track .slick-slide {
    height: inherit !important;
}
*/

/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
}

.social-media li {
    display: inline-block;
    margin-right: 7.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
   background: #2f9ac6;
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-media li a:hover {
    background-color: #f0f5fa;
}

.social-media li a svg {
       height: 20px;
    fill: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-media li a:hover svg {
    fill: #2f9ac6;
}






/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* Responsive */

@media (max-width: 1600px) {
    
    
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }

    body {
        font-size: 17px;
    }




    header nav.navbar .navbar-nav.navbar-nav__main > .nav-item > .nav-link {
            font-size: 18px;
                margin: 17.5px 15px;
    }

   

  
   
}

@media (max-width: 1200px) {


  

}

@media (max-width: 992px) {

      
    :root  {
        --base: 10px;
         --extralarge: calc(var(--base) * 4);
         --extrasmall: calc(var(--base) * 1.25);
    }

    h1,
    .h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .h3,
    h3 {
        font-size: 28px;

    }

    .h4,
    h4 {
        font-size: 26px;
    }

    .h5,
    h5 {
       font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }

    body {
        font-size: 16px
    }


    .btn {
        zoom: 0.95;
    }

    .btn + .btn {
        margin-left: 5px;
    }

    .btn--circle {
        zoom: 0.85;
    }


    .slick-prev {
        left: 0;
        -webkit-transform: translate(-0%, -50%) scaleX(-1);
        transform: translate(-0%, -50%) scaleX(-1);
    }

    .slick-next {
        right: 0;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }


  body header {
    backdrop-filter: unset;
}
   
	
	


    header nav.navbar .navbar-toggler {
        display: block;
    }

    header nav.navbar.navbar-extra .stars {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 14px;
            padding: 5px 0;
    }
	
	header nav.navbar.navbar-extra ul {
		display: none
	}

    header nav.navbar.navbar-extra .container:after {
            left: 0;
    right: 0;
    }
  

    header nav.navbar .navbar-brand {
            max-width: 90px;
    margin-right: auto;
    margin-left: var(--small);
    }



   

   header .navbar-collapse {
        position: fixed;
        top: 120px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        background: rgb(255 255 255 / 90%);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0;
        display: block;
        z-index: 0;
    }

    header .navbar-collapse.open {
        -webkit-transform: translate(0%);
        transform: translateX(0%);
    }


    header nav.navbar .navbar-search {
        position: absolute;
    top: calc(100% + var(--small));
    background: #0e2e3b;
    left: 0;
    right: 0;
    padding: 7.5px 15px;
		margin: 0;
    }


    header nav.navbar .navbar-nav.navbar-nav__main {
            margin-left: unset;
            margin-bottom: var(--medium);
    }

    header nav.navbar .navbar-nav.navbar-nav__main > .nav-item > .nav-link {
        display: block;
        border-bottom: 1px solid rgb(60 60 59 / 10%);
        margin: 0;
        padding: 15px;
    }

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

    header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item > .nav-link {
        padding: 12.5px 0;
    }

    header nav.navbar .navbar-nav.navbar-nav__extra > .nav-item.nav-item--featured > .nav-link {
        margin-top: 12.5px; 
    }
	
	
	 header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
        content: unset;
    }

    header nav.navbar .navbar-nav > .nav-item > .dropdown-toggle {
        display: inline-block;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
             margin-left: 0;
        width: auto;
        text-align: left;
        background: transparent;
        box-shadow: unset;
    }


    header nav.navbar .navbar-actions ul li a .material-symbols-outlined {
            font-size: 26px;
    }
    

	header nav.navbar .navbar-search .wp-repair-search-box-shortcode-container {

    zoom: 0.8;
}


    section.header .header-content p {
        font-size: 18px;
    }

    section.header .header-usps ul li:nth-child(3),
    section.header .header-usps ul li:nth-child(4) {
        display: none;
    }


    section.icons .icon .icon-image .material-symbols-outlined {
        font-size: 56px;
    }

    article.article > .container > .row > [class*='col-']:first-child:not(:last-child) {
        margin-bottom: var(--mediumlarge)
    }

    /* article.article .article-sidebar {
        margin-top: var(--mediumlarge)
    }
*/
	
    section.intro {
    overflow: hidden;
}

	section.intro .intro-excerpt {
		
	}

section.icons .icon {
    margin-bottom: var(--mediumlarge)
}
    section.intro .intro-icon .material-symbols-outlined {
        font-size: 56px;
    }

    section.cards .card .btn {
          -webkit-transform:  translate(30%, 30%);
    transform: translate(30%, 30%);
    }

    .products .row.normal-gutters {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .products .row.normal-gutters [class*='col-'] {
            padding-right: 7.5px;
    padding-left: 7.5px;
    }
    .products .products-sidebar {
        padding: var(--medium);
    }


    section.products .products [class*='col-']:has(.product-background) {
        display: none;
    }

    section.product .product-image {
        margin-bottom: 30px;
    }
    section.product .product-content form .quantity {
        max-width: 120px;
    }

    .products .products-usps ul {

    }
    .products .product .product-footer .product-footer__cart {
        zoom: 0.8;
    }

   

    section.product .product-content form .variations .varations-checkboxes label {
        font-size: 14px;
    }

    footer .footer-main {
        padding: var(--large) 0 var(--mediumlarge) 0;
    }
	
	

    footer .footer-main .row [class*='col-']:not(:last-child) {
         margin-bottom: var(--mediumlarge)
    }
	
	footer .footer-main .footer-logo {
		    max-width: 180px;
    	margin-top: 0;
	}

    footer .footer-sub {
        text-align: center;
    }
	
	



}   


@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(217 217 217 / 40%);
  }
  100% {
    box-shadow: 0 0 0 10px rgb(217 217 217 / 0%);
  }
}



