/*
Theme Name: Laminaat All-In
Theme URI: http://laminaatallin.nl
Description: Wordpress thema voor All-In
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: laminaatallin
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 12);
    --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);
    --smallmedium: calc(var(--base) * 1.75);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);
}
@font-face {
    font-family: 'Tilt Warp';
    src: url('fonts/TiltWarp-Regular.eot');
    src: url('fonts/TiltWarp-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TiltWarp-Regular.woff2') format('woff2'),
        url('fonts/TiltWarp-Regular.woff') format('woff'),
        url('fonts/TiltWarp-Regular.ttf') format('truetype'),
        url('fonts/TiltWarp-Regular.svg#TiltWarp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Medium.eot');
    src: url('fonts/Cabin-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cabin-Medium.woff2') format('woff2'),
        url('fonts/Cabin-Medium.woff') format('woff'),
        url('fonts/Cabin-Medium.ttf') format('truetype'),
        url('fonts/Cabin-Medium.svg#Cabin-Medium') format('svg');
    font-weight: 500;
    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: normal;
    font-family: 'Tilt Warp';
}


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

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

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

}

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

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

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

:is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) :is(b, strong, i) {
    color: #24a737;
}

.fit {
    text-transform: uppercase;
    line-height: 1;
}
body {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Cabin';
    overflow-x: hidden;
    line-height: 1.75;
    color: #000000;
    margin: 0;
    background: #EFEBE5
}


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,
legend{
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}


abbr {
    text-decoration: none !important;
}

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

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.25;
    width: 100%;
    position: relative;
    color: #000000;
    background-color: #ffffff;
    padding: 15px 22.5px;
    border-radius: 10px;
    border: 0;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,#000000 50%),linear-gradient(135deg,#000000 50%,transparent 50%);
    background-position: calc(100% - 27.5px) 50%,calc(100% - 22.5px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

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

.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}


::-webkit-input-placeholder {
       color: rgb(0 0 0 / 50%);
}

::-moz-placeholder {
        color: rgb(0 0 0 / 50%);
}

:-ms-input-placeholder {
       color: rgb(0 0 0 / 50%);
}

::-moz-selection {
    background-color: #24a737;
    color: #ffffff
}

::selection {
    background-color: #24a737;
    color: #ffffff
}

::-moz-selection {
    background-color: #24a737;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

abbr.required {
    display: none;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr :is(td, th) {
    vertical-align: top;
    padding: 0 5px;
}

table tr :is(td, th):first-child {
    padding-left: 0;
}

table tr :is(td, th):last-child {
    padding-right: 0;
}

b,
strong {
    font-weight: normal;
      font-family: 'Tilt Warp';
}

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;
}

.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.normal-gutters {
            margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
            padding-right: 15px;
        padding-left: 15px;
    }
    .row.small-gutters {
            margin-right: calc(var(--base) * -0.675);
        margin-left: calc(var(--base) * -0.675);
    }

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


}



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

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

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

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

/*.container {
        padding-right: var(--base);
    padding-left: var(--base);
}
*/

.btn,
.button {
      -moz-appearance: none;
    -webkit-appearance: none;
    padding: 12.5px 17.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1;
    border: 0;
    background: #24a737;
    border: 3px solid #24a737;
    border-radius: 10px;
    color: #ffffff;
        font-weight: normal;
    font-family: 'Tilt Warp';
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
}

.btn:hover,
.button:hover {
    background-color: transparent;
    color: #24a737;
}

.btn--outline {
    background-color: transparent;
    color: #24a737;
}

.btn--outline:hover {
    background-color: #24a737;
    color: #ffffff;
}

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

.btn--blue {
	background: #00A3F2;
	border-color: #00A3F2
}

.btn--blue:hover {
	color: #00A3F2
}

.read-more {
        font-size: 24px;
    font-weight: normal;
    font-family: 'Tilt Warp';
    color: #24a737;
    position: relative;
}

.read-more:before {
    content: '';
    height: 2px;
    background: #24a737;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.read-more:hover:before {
    width: 100%;
}

/* Main styles */

header {
    position: sticky;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
      background: #EFEBE5;
}

body.scrolled header {
    top: -43px;
}

header nav.navbar {

}

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


header nav.navbar .navbar-collapse {
    
}

header nav.navbar.navbar-sub {
    background: #ffffff;
    font-size: 16px;
	padding-top: 10px;
}

header nav.navbar.navbar-sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
       font-weight: normal;
    font-family: 'Tilt Warp';
    margin-bottom: 0;
    width: 100%
}

header nav.navbar.navbar-sub ul li {
    padding: 7.5px var(--small);
}

header nav.navbar.navbar-sub ul li:first-child {
    padding-left: 0;
}

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

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


header nav.navbar .navbar-nav {
    margin-left: auto;
    margin-right: var(--medium)
}


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


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

header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link,
header nav.navbar .navbar-nav> .nav-item.nav-item--featured > .nav-link:hover,
header nav.navbar .navbar-nav > .nav-item.nav-item--featured.active > .nav-link  {
    color: #24a737;
}


header nav.navbar .navbar-nav > .nav-item > .nav-link:before {
    content: '';
    height: 1.5px;
    background: #00A3F2;
    position: absolute;
    bottom: -7.5px;
    left: 0;
    right: 0;
    width: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.nav-item--featured > .nav-link:before {

    background: #24a737;
}


header nav.navbar .navbar-nav> .nav-item > .nav-link:hover,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #00A3F2;
}

header nav.navbar .navbar-nav> .nav-item > .nav-link:hover:before,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link:before {
    width: 100%;
}

header nav.navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-link:hover,
header nav.navbar .navbar-nav:hover > .nav-item.active:not(:hover) > .nav-link {
   color: inherit;
}


header nav.navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-link:hover:before,
header nav.navbar .navbar-nav:hover > .nav-item.active:not(:hover) > .nav-link:before {
    width: 0;
}





header nav.navbar .navbar-icons {
    white-space: nowrap;
}

header nav.navbar .navbar-icons ul {
    margin-bottom: 0;
    line-height: 1;
}

header nav.navbar .navbar-icons ul li {
    display: inline-block;
    margin-left: 15px
}

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

header nav.navbar .navbar-icons ul li a img {
       display: inline-block;
    width: 25px;
    line-height: 0;
    vertical-align: -6px;
   
}

header nav.navbar .navbar-icons ul li a span {
     margin-left: 5px;
}
header nav.navbar .navbar-icons ul li a sup {
       background-color: #24a737;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 17.5px;
    height: 17.5px;
    line-height: 17.5px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate(35%,-35%);
    transform: translate(35%,-35%);
}

header nav.navbar form {
    max-width: 390px;
    width: 100%;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     margin-right: var(--medium)
}

header nav.navbar form:after {
      content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    z-index: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%);
    pointer-events: none;
}

header nav.navbar form input {
    
}

header nav.navbar form:focus-within input {
     box-shadow: 0 0 0 2px #24a737;
}



header nav.navbar form button {
        position: absolute;
    right: 22.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    line-height: 1;
    padding: 0;
    margin: 0;
        z-index: 2;
}


header nav.navbar.navbar-extra {
 padding-bottom: var(--small);
}

header nav.navbar.navbar-extra .row {
    width: 100%;
        flex-grow: 1;
}

header nav.navbar.navbar-extra .navbar-extra__item {
    padding: var(--extrasmall) var(--small);
    background: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    position: relative;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
        line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;

}

header nav.navbar.navbar-extra .navbar-extra__item:hover {
        box-shadow: 0 0 0 3px #24a737 inset;
    color: #24a737;
}


header nav.navbar.navbar-extra .navbar-extra__item:not(.navbar-extra__item--featured):before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 45px;
    z-index: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 35%);
    pointer-events: none;
}

header nav.navbar.navbar-extra .navbar-extra__item:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
     right: var(--small)
}

header nav.navbar.navbar-extra .navbar-extra__item.navbar-extra__item--featured {
        background-color: #24a737;
    color: #ffffff;
}

/* Navbar toggler */

header nav.navbar .navbar-toggler {
       position: relative;
    border-radius: 0;
    margin: 0;
    padding: 13.75px 10px;
    margin-left: -10px;
    z-index: 1;
    display: none;
    color: currentColor;
/*    background: linear-gradient(257deg, #24a737 0%, #005FAB 100%);
    color: #ffffff;*/
}


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: 5px;
}

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: 7.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: 7.5px;
}

.aside-toggler {
       display: none;
    position: fixed;
    background: #ffffff;
    font-weight: bold;
    z-index: 99999;
    padding: 17.5px 12.5px;
    line-height: 1;
    font-size: 18px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    right: 0;
    writing-mode: vertical-rl;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: drop-shadow(0px 0px 15px rgb(0 0 0 / 10%));
	
	
	   

}

.aside-toggler.open {
/*         top: unset;
    bottom: 0;
    writing-mode: unset;
    left: 50%;
    right: unset;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12.5px 17.5px;
        min-width: 240px;
    text-align: center; */
   /* background-color: #FE2D45;
    color: #ffffff;*/
}

aside {
        position: sticky;
    top: 110px;
    z-index: 999;
    margin-top: 120px;
}

.tax-product_cat aside {
	    position: relative;
    top: unset !important;
}

aside:has(.blogs) {
    margin-top: 0;
}

body:has(.navbar-extra) aside {
    top: 194px;
}

aside .aside-item > :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

aside .aside-item {
       padding: var(--extrasmall) var(--small);
    background: #ffffff;
    margin-bottom: var(--extrasmall);
    border-radius: 10px;
    font-size: 18px
}


aside .aside-item:last-child {
    margin-bottom: 0
}

aside .aside-item.aside-item--featured {
    background-color: #24a737;
    color: #ffffff;
}


aside .aside-item a[data-toggle="collapse"] {
    font-weight: bold;
    position: relative;
    display: block;
}

aside .aside-item a[data-toggle="collapse"]:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

aside .aside-item a[data-toggle="collapse"][aria-expanded="true"]:after {
    content: '-';
}
aside .aside-item ul {
    margin-bottom: 0;
    line-height: 1.875;
}


aside .aside-item ul.checkboxes {
    margin-bottom: 0;
    line-height: 1.875; 
}


aside .aside-item ul.checkboxes li input[type="checkbox"] {
     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;
}

aside .aside-item ul.checkboxes li label {
    margin-bottom: 0;
    font-weight: normal;
}


aside .aside-item ul.checkboxes li label:before {
       content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    border: 2px solid #000000;
    vertical-align: -2px;
    margin-right: 10px;
    border-radius: 3px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


aside .aside-item ul.checkboxes li input:checked + label:before {
    background-color: #00A3F2;
   /* border-color: #00A3F2;*/
}


aside .aside-item ul.blogs {

}

aside .aside-item ul.blogs li.blog {
   padding: var(--extrasmall) 0;
        border-bottom: 1px solid #707070;
}

aside .aside-item ul.blogs li.blog :is(h1, h2, h3, h4, h5, h6, b) {
    margin-bottom: 0;
        line-height: 1.25;
            display: inline-block;
}

aside .aside-item ul.blogs li.blog .blog-image {
    aspect-ratio: 4 / 3;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: var(--extrasmall)
}

aside .aside-item ul.blogs li.blog .blog-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;
}


.products center {
    
}




.products center:before {
     content: '';
    background: #000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*     z-index: 8; */
      z-index:999999;
    position: fixed;
    opacity: 0.2;
}

.products center:after {
       content: '';
    width: 48px;
    height: 48px;
    border-width: 5px;
    border-style: solid;
    border-color: #b4a677;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
/*     z-index: 9; */
      z-index:9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

.products center p{
  display: none;
}


/* article */

article.article {
    padding: var(--large) 0;
}

section.article {
    padding: var(--large) 0;
}


section.article + section.article {
      margin-top: calc(var(--large) * -1.675);
}

section.article .article-content {
    padding: var(--extralarge);
    padding-right: 0;
    position: relative;
    height: 100%;
}

section.article .article-content:after {
    content: '';
     background: #ffffff;
     border-radius: 10px 0px 0px 10px;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 50vw;
     z-index: -1
}

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



section.article .article-image {
    position: relative;
    display: block;
    padding-bottom: 100%;
    height: 100%;
    width: 60vw;
    float: right;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

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


main {
   /* overflow-x: hidden;*/
       clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
}

/* header */

section.header {
      padding: var(--large) 0;
}

section.header.header--reverse .row {
    flex-direction: row-reverse;
}

section.header:first-child {
    padding-top: 0
}

section.header .header-content {
    padding: var(--extralarge);
    padding-right: 0;
    position: relative;
    height: 100%
}

section.header.header--full .header-content {
    padding-left: 0;
    padding-right: 0;
}

section.header.header--reverse .header-content {
    padding-left: 0;
    padding-right: var(--extralarge);
}

section.header.header--orange .header-content {
    color: #ffffff;
}

section.header.header--orange .header-content *:last-child {
    margin-bottom: 0
}
section.header .header-content:after {
    content: '';
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70vw;
    z-index: -1
}



section.header.header--reverse .header-content:after {
    left: unset;
    right: 0;
    border-radius: 0px 10px 10px 0px;
}

section.header.header--orange .header-content:after {
    background-color: #24a737;
}

section.header.header--full .header-content:after {
    left: -50vw;
    right: -50vw;
    width: 200vw;
}

section.header .header-content ul {
    border-top: 1.5px solid #707070;
    margin-bottom: 0;
    margin-top: var(--medium)
}

section.header .header-content ul li {
    border-bottom: 1.5px solid #707070;
    padding: 10px 0;
}




section.header .header-image {
    position: relative;
    display: block;
    padding-bottom: 100%;
    height: 100%;
    width: 65vw;
    float: right;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

section.header.header--reverse .header-image {
    float: left;
    border-radius: 10px 0px 0px 10px;
}

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


section.header .header-image .header-image__label {
   writing-mode: vertical-rl;
    font-weight: normal;
    font-family: 'Tilt Warp';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #24a737;
    color: #ffffff;
    border-radius: 10px;
    font-size: 24px;
    padding: 30px 22.5px;
    line-height: 1;
    min-height: 300px;
    z-index: 2
}

/* Usp's */

section.usps {
    padding: var(--large) 0;
}

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



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

section.usps .usp {
    background-color: #24a737;
    color: #ffffff;
      padding: var(--small) var(--medium);
      font-size: 24px;
      border-radius: 10px;
     margin-bottom: var(--extrasmall);
     line-height: 1.375;
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.usps .usp:last-child {
    margin-bottom: 0
}

section.usps .usp:hover {
        box-shadow: 0 0 0 3px #24a737 inset;
        background-color: transparent;
        color: #24a737
}

section.usps .usp b {
      
}

section.usps .usp-image{
          position: relative;
    display: block;
    padding-bottom: 75%;
    height: 100%;
    width: 45vw;
  border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

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


/* Outlet */


section.outlet {
    padding: var(--large) 0;
    margin-top: var(--extralarge);
}


section.outlet .outlet-content {
    padding: var(--extralarge);
    margin-top: 0;
    position: relative;
    color: #ffffff;
    margin-top: calc(var(--extralarge) * -1);
}

section.outlet .outlet-content .outlet-content__image {
    margin-bottom: var(--medium);
}
section.outlet .outlet-content:after {
    content: '';

    position: absolute;
    top: 0;
    left:  0;
    bottom: 0;
    width: 150%;
    background: linear-gradient(118deg, #24a737 0%, #D85D30 100%);
    border-radius: 10px;
    z-index: -1;

}

section.outlet .outlet-footer {
    padding: var(--large) var(--extralarge);
    color: #24a737
}

section.outlet .outlet-footer *:last-child {
    margin-bottom: 0
}

section.outlet .outlet-image {
    position: relative;
    display: block;
    padding-bottom: 75%;
    height: 100%;
    width: 45vw;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

section.outlet .outlet-image:before {
    content: url(images/op=op.svg);
    position: absolute;
    width: 210px;
    z-index: 1;
    top: var(--large);
    left: var(--large);
    filter: drop-shadow(0px 0px 15px rgb(0 0 0 / 25%));
}

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

/* Break */


section.break  {
    padding: var(--large) 0;
    color: #24a737;
}

section.break img {
    width: 300vw;
    transform: translateX(-50%);
    margin-bottom: var(--small)
}

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

/* Brands */

section.brands {
    padding: var(--large) 0 var(--medium) 0;
}


section.brands .brands-header {
    margin-bottom: var(--medium);
}

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


section.brands .brand {
    position: relative;
    display: block;
    background: #ffffff;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    margin-bottom: var(--small);
    overflow: hidden;
}


section.brands .brand 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: 45px 37.5px;
        padding: var(--mediumlarge) var(--medium);
    filter: grayscale(1);
}

section.brands .brand:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* products */

section.products {
    padding: var(--large) 0;
    position: relative;
  /*  overflow: hidden;*/
}

section.products.upsells {
	padding: 0;
}

.products .products-header {
    margin-bottom: var(--medium);
}


.products .products-header:has(.read-more) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.products .products-header .read-more {
    margin-left: auto;
}

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

.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;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-align: center;
    align-items: center;
}
.products .products-sorting > * {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
   
}

.products .products-sorting .woocommerce-notices-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error li {
        background: rgb(236 114 0 / 15%);
    padding: 15px 22.5px;
    border-radius: 5px;
    border-left: 5px solid #24a737;
    margin-bottom: var(--small);

        display: -ms-flexbox;
    display: flex;
        -ms-flex-align: center;
    align-items: center;
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message .restore-item,
.woocommerce-notices-wrapper .woocommerce-error .button {
    margin-left: auto;
        -ms-flex-order: 9;
    order: 9;
/*    color: #24a737;
    text-decoration: underline;*/

}

.products .products-sorting .woocommerce-result-count {
    margin-bottom: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}

.products .products-sorting .woocommerce-ordering {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;

     display: -ms-flexbox;
    display: flex;
   
    -ms-flex-align: center;
    align-items: center;
}

.products .products-sorting .woocommerce-ordering label {
    white-space: nowrap;
    margin-right: var(--extrasmall);
    margin-bottom: 0;
}


.products .product {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: var(--medium);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.products :is(.products-slider, .categories-slider) [class*="col-"] {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.products :is(.products-slider, .categories-slider) .product {
    margin-bottom: 0
}

.products :is(.products-slider, .categories-slider) .slick-track {
        margin-left: 0;
}


/*.products .product:hover {
    box-shadow: 0 0 0 3px #24a737 inset;
}*/

.products .product:hover {
    background-color: #24a737;
    color: #ffffff;
}

.products .product:not(.product--blog) .product-image {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 2 / 4.5;
    border-radius: 10px;
}


.products .product.product--blog .product-image {
    overflow: hidden;
        line-height: 0;
        display: block;
}

.products .product.product--potrait .product-image {
    aspect-ratio: 4 / 1.75;
}

.products .product.product--category .product-image {
    aspect-ratio: 3 / 4;
}

.products .product .product-image .product-image__title {
        position: absolute;
    right: var(--small);
    top: var(--small);
    bottom: var(--small);
    writing-mode: vertical-rl;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    font-size: 18px;
    font-weight: bold;
}

.products .product .product-image .product-image__label {
        position: absolute;
    top: 0;
    left: 0;
    background: #4DABD8;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 17.5px;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
}

.products .product .product-image .product-image__label.product-image__label--orange {
    background-color: #24a737;
}

.products .product.product--featured .product-image .product-image__label.product-image__label--orange {
    display: none;
}

.products .product:not(.product--blog) .product-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;
  
}

.products .product.product--blog .product-image img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.products .product:hover .product-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products .product .product-content {
    padding: var(--smallmedium);
    line-height: 1;
    position: relative;
	min-height: 131px
   
}

.products .product .product-content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 7.5px
}

.products .product .product-content :last-child {
    margin-bottom: 0;
}

.products .product .product-content .btn {
    width: 100%;
    text-align: center;
}


.products .product:hover .product-content .btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #24a737;
}

.products .product .product-content p {
        line-height: 1.375;
}



.products .product .product-content .price {
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;

}
.products .product .product-content .price sup {
        font-size: 60%;
    vertical-align: super;
}

.products .product .product-content .price .price-prefix{
        font-weight: normal;
         font-size: 80%;
}

.products .product .product-content .product-content__cta {
    font-size: 18px;
    font-weight: bold;
    margin-top: 7.5px;
    display: block;
}

.products .product .product-footer:has(.button) {
    padding: var(--small);
    display: -ms-flexbox ;
    display: flex ;
    position: relative;
}

.products .product .product-footer:has(.button) .quantity {
	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 .product .product-footer .button {
          margin-left: 7.5px;
    box-shadow: 0px 0 0 3px #ffffff;
    color: #ffffff;
}

.products .product .product-footer .added_to_cart {
   position: absolute;
    transform: translateY(-15px);
    right: 15px;
    bottom: 100%;
    z-index: 9;
    background: #009600;
    color: #ffffff;
    line-height: 1;
    padding: 7.5px 12.5px;
    border-radius: 5px;
    font-weight: 600;
}
.products .product.product--potrait .product-content .product-content__cta {
    position: absolute;
    right: var(--smallmedium);
    bottom: var(--smallmedium);
    margin-top: 0;
    font-size: 14px;
}

.products .product-colors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;

    background: #EFEBE5;
    margin-bottom: var(--medium);
    margin-top: calc(var(--medium) * -1);
    padding-top: 10px;

}

.products .product-colors .product-colors__item {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
        -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-top: 10px;
    
}

.products .product-colors .product-colors__item:nth-child(-n+3) {
    margin-top: 0
}

.products .product-colors .product-colors__item a {
         aspect-ratio: 4 / 1.75;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.products .product-colors .product-colors__item a:has(.product-colors__number) {
	pointer-events: none;
}

.products .product-colors .product-colors__item a 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-colors .product-colors__item:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.products .product-colors .product-colors__item .product-colors__number {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background: rgb(0 0 0 / 50%);
}

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

.products .products-footer ul {
    margin-bottom: 0;
}

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

.products .products-footer ul li :is(span, a){
        background: #ffffff;

    width: 45px;
    height: 45px;
    line-height: 45px;
   
    border-radius: 10px;
    font-weight: normal;
    font-family: 'Tilt Warp';
    font-size: 20px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

.products .products-footer ul li .prev:after {
	content: '<';
	font-size: 20px;
}

.products .products-footer ul li .next:after {
	content: '>';
	font-size: 20px;
}

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

/* Simple product */

.product.product--simple {
    display: block;
    position: relative;
        margin-bottom: var(--small);
}


.product.product--simple .product-image {
        position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    aspect-ratio: 4 / 0.75;
    border-radius: 10px;
}

.product.product--simple .product-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;
}

.product.product--simple:hover .product-image img{
        -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product.product--simple .product-content {
    line-height: 1;
    margin-top: var(--small)
}


.product.product--simple .product-content .price {
    font-size: 60px;
    font-weight: bold;
        font-weight: normal;
    font-family: 'Tilt Warp';

}
.product.product--simple .product-content .price sup {
        font-size: 60%;
    vertical-align: super;
}

.product.product--simple .product-content .price .price-prefix{
        font-weight: normal;
         font-size: 80%;
}

/* Product */

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

section.product .product-gallery {
    margin-bottom: calc(var(--base) * 1.35);
}

section.product .product-gallery .flex-viewport {
    line-height: 0;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;

}

section.product .product-gallery .flex-control-nav {
   display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

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

section.product .product-gallery .flex-control-nav li:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 100%
}

section.product .product-gallery .flex-control-nav li img {
    opacity: 0.75;
    cursor: pointer;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: cover;
    object-position: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
        border-radius: 5px;
}

section.product .product-gallery .flex-control-nav li img.flex-active {
    opacity: 1;
}


section.product .product-content {
        padding: var(--large);
        border-radius: 10px;
        background-color: #ffffff;
        margin-bottom: calc(var(--base) * 1.35);
        /*height: calc(100% - calc(var(--base) * 1.35))*/
}

.product-content__alter {
    background-color: #24a737 !important;
    color: white;
}


/*section.product [class*=col]:last-child .product-content {
    margin-bottom: 0;
    height: 100%;
}
*/

section.product .product-content .price {
      font-size: 72px;
    font-weight: normal;
    font-family: 'Tilt Warp';
    display: block;
    line-height: 1;
    margin-bottom: var(--small);

}
section.product .product-content .price sup {
        font-size: 60%;
    vertical-align: super;
}

section.product .product-content .price .price-prefix{
        font-weight: normal;
         font-size: 80%;
}

section.product .product-content .price del {
	display: block;
	font-size: 60px;
	color: #B9B9B9;
}

section.product .product-content .price ins {
	text-decoration: none;
}


section.product .product-content .product-content__buttons {
    
        margin-bottom: var(--small);
        max-width: 240px;
}

section.product .product-content .product-content__buttons .btn {
    display: block;
    margin-left: 0;
    margin-bottom: 7.5px;
	    width: 100%;
    text-align: left;
}

section.product .product-content .product-content__buttons .btn:last-child {
    margin-bottom: 0
}

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

section.product .product-content :is(h6, .h6) {
    color: #24a737;
}


section.product .product-content > form {
        margin-bottom: var(--small);
}

section.product .product-content:has(.calculation-tool) form .quantity {
     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;

}

.quantity {
    display: inline-block;
   
}

.quantity input {
    border-radius: 10px;
    border: 1.5px solid #000000;
    max-width: 90px;
    padding: 12.5px 15px 12.5px 22.5px;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

  
section.product .product-content table table{
  margin-bottom: 0
}

section.product .product-content table.calculation-result tr {
     border-bottom: 1px solid #707070;
}

section.product .product-content table.calculation-result tr :is(th, td) {
    padding-top: 5px;
    padding-bottom: 5px;
}

section.product .product-content table input,
section.product .product-content table select  {
    background-color: #EFEBE5
}



section.product .product-attributes table p {
    margin-bottom: 0;
}

section.product .product-content .product-colors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;


}

section.product .product-content .product-colors .product-colors__item {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
        -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 10px;
    
}

section.product .product-content .product-colors .product-colors__item:nth-child(-n+5) {
    margin-top: 0
}

section.product .product-content .product-colors .product-colors__item a {
        aspect-ratio: 4 / 1.75;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

section.product .product-content .product-colors .product-colors__item a 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.product .product-content .product-colors .product-colors__item:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.product .product-specs {

}
section.product .product-specs ul{
        margin-bottom: 0;
    white-space: nowrap;
}

section.product .product-specs ul li {
    display: inline-block;
}

section.product .product-specs ul li a {
    display: block;
    padding: var(--small) var(--large);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.product .product-specs ul li a.active {
    background-color: #F8F6F2
}

section.product .product-specs ul li a h5 {
    margin-bottom: 0;
}

section.product .product-specs .tab-content .tab-pane {
    background-color: #F8F6F2;
        padding: var(--large);
    border-radius: 10px;
    
     margin-bottom: calc(var(--base) * 1.35);
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.product .product-specs .tab-content .tab-pane.active:first-child {
    border-top-left-radius: 0;
}

.breadcrumbs .breadcrumb_last {
        color: #24a737;
}

/* Blog */


section.blog {
    padding: var(--large) 0;
        margin-top: var(--medium);
}

section.blog .blog-content{
        padding: var(--large);
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: calc(var(--base) * 1.35);
}

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

section.blog .blog-content .blog-content__header {
    aspect-ratio: 4 / 3;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: var(--large);
    max-width: 600px;
    margin-top: calc(var(--large) * -2);

}

section.blog .blog-content .blog-content__header 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(--large) 0 0 0;
    position: relative;
}


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

section.cards .cards-header {
    margin-bottom: var(--medium);
}

section.cards .cards-header :is(h4, h5, h6):first-child {
    margin-bottom: 7.5px;
}

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

section.cards .cards-header .cards-header__buttons {
    line-height: 1;
}

section.cards .card {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 4 / 3;
    margin-bottom: var(--large);
  
}


section.cards .card .card-images .card-image {
    position: relative;
    display: block;
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




section.cards .card .card-images .card-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.cards .card .card-images .card-image:nth-child(1) {
     overflow: hidden;
}

section.cards .card .card-images .card-image:nth-child(1):before {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    pointer-events: none;
    background: linear-gradient(0deg, #24a737 0%, #005FAB00 100%);
    mix-blend-mode: multiply;
    z-index: 1;
}

section.cards .card .card-images .card-image:nth-child(2) {
    top: 0;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: -1;
    filter: blur(10px);
    pointer-events: none;
    transform: scale(0.9);
    transform-origin: bottom center;
}

section.cards .card:hover .card-images .card-image:nth-child(1) img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


section.cards .card .card-content {
    padding: var(--medium);
    color: #ffffff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}



section.cards .card .card-content.card-content--extended:after {
    top: unset;
    bottom: var(--medium);
}

section.cards .card:hover .card-content:after {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
}


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

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







/* Gravity Forms */

.gform_wrapper {
  

}


.gform_wrapper form {

}

.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,
.gform_wrapper form .gform_body .gform_fields fieldset.gfield {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    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%;
  /*  line-height: 1*/



}



.gform_wrapper form .gform_body .gform_fields .gfield input {

}



.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
       

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-section :is(h1, h2, h3, h4, h5, ul, p, table),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #3eae56;
    text-decoration: underline;
}



.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-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 > label{
     
}

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


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .ui-datepicker-trigger {
position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > label,
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > legend {
    display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
   
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_description {
  
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_consent_description {
    font-size: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: #24a737;
}

.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.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 2%;
}
.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-left: 0;
}
.gform_wrapper.gravity-theme .ginput_container_date label {
    display: block;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 0;
    margin-right: 16px;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
    color: #24a737;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #24a737;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme !important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    display: none;
}
.
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
   display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;

    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    width: auto;
    
    background-position: calc(100% - 5px) 50%,calc(100% - 0px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    text-decoration: none;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #24a737;
    outline: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #24a737;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #24a737;
    border-color: #24a737;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #fff;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #24a737;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32, 32, 46, 0.079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    opacity: 0.3
}


.gfield--type-radio:not(.gfield--type-product) .gfield_radio {
        position: relative;
    font-weight: 300;
    margin-bottom: 0;
}


.gfield--type-radio:not(.gfield--type-product) .gfield_radio input[type="radio"] {
     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;
}

.gfield--type-radio:not(.gfield--type-product) .gfield_radio label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
        padding-left: 30px;
}


.gfield--type-radio:not(.gfield--type-product) .gfield_radio label:before{
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}


.gfield--type-radio:not(.gfield--type-product) .gfield_radio input:checked + label:before{
    border-color:#24a737
}


.gfield--type-radio:not(.gfield--type-product) .gfield_radio label:after{
     content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    background: #24a737;
    border-radius: 50%;
    opacity: 0;
    
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
   left: 4px;
}

.gfield--type-radio:not(.gfield--type-product) .gfield_radio input:checked + label:after{
    opacity: 1;
}


/* Product */

.gfield--type-product .ginput_container_radio .gfield_radio {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.gfield--type-product .ginput_container_radio .gfield_radio .gchoice {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.gfield--type-product .ginput_container_radio .gfield_radio .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;
}
.gfield--type-product .ginput_container_radio .gfield_radio .gchoice label {
	    position: relative;
    display: block;
    border: 0;
    margin-bottom: var(--medium);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}

.gfield--type-product .ginput_container_radio .gfield_radio .gchoice input:checked + label {
    box-shadow: 0 0 0 3px #24a737 inset;
}

.gfield_checkbox,
.ginput_container_consent {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.gfield_checkbox input,
.ginput_container_consent 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;
}



.gfield_checkbox label,
.ginput_container_consent label {
    position: relative;
    margin-bottom: 0;
    padding-left: 25px;
}

.gfield_checkbox label:before,
.ginput_container_consent label:before{
    content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #ffffff;
        border: 2px solid #F5F5F5;
    border-radius: 50%;
    position: absolute;
        left: 0;
    top: 3px;
}


.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before{
       background: #24a737;
    border-color: #24a737;
}



@media (max-width: 992px) {
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third,
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
	
	.gfield--type-product .ginput_container_radio .gfield_radio .gchoice {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}



/* Woocommerce */


form.checkout [class*='col-'] label {
        position: absolute;
    z-index: 1;
    top: -10px;
    background: #ffffff;
    font-size: 12px;
    left: 22.5px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 0;
}


form.checkout [class*='col-'] input {
    padding-top: 20px
}

table.shop_table {
   
}

table.shop_table  .cart_item {
    box-shadow: 0px 2.99944px 20.9961px rgba(0, 0, 0, 0.161);
        background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
   font-weight: 300
}

table.shop_table  .cart_item td {
       padding: var(--small) var(--extrasmall);
      /*  min-width: 120px;*/
}

table.shop_table  .cart_item td:first-child {
    width: 1px;
    white-space: nowrap;
    padding-left:var(--small);
}

table.shop_table .cart_item td:last-child {
    width: 1px;
    white-space: nowrap;
    padding-right: var(--small);
    min-width: unset;
}

table.shop_table .cart_item .product-thumbnail {

}

table.shop_table .cart_item .product-thumbnail .product-image {
        position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    aspect-ratio: 4 / 3;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

table.shop_table .cart_item .product-thumbnail .product-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;
    overflow: hidden;
}


table.shop_table .cart_item .product-name {
    width: 100%
}

table.shop_table .cart_item .product-name h6 {
    margin-bottom: 7.5px
}

table.shop_table .cart_item .product-name .variation {
     
    margin-bottom: 0;
}

table.shop_table .cart_item .product-name .variation li {

}

table.shop_table .cart_item .product-name .variation li p{
    display: inline-block;
    margin-bottom: 0
}

table.shop_table .cart_item .product-price {

}

table.shop_table .cart_item .product-price span.amount {
    display: block;
}

table.shop_table .cart_item .product-quantity {

}

table.shop_table .cart_item .product-quantity span {
    display: block;
}

table.shop_table .cart_item .product-quantity .quantity {
    width: 90px;
    display: inline-block;
}

table.shop_table .cart_item .product-quantity .quantity input{
    background-color: transparent;
}

table.shop_table .cart_item .product-subtotal {

}

table.shop_table .cart_item .product-subtotal span.amount {
    display: block;
    font-size: 20px;
}

table.shop_table .cart_item .product-remove{
    vertical-align: middle;
}

table.shop_table .cart_item .product-remove a:before {
     content: '';
    width: 22.5px;
    height: 22.5px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50%;
    background: url(images/close-white.svg);
    background-color: #FE2D45;
    background-size: 7.5px;
    background-repeat: no-repeat;
    background-position: center center;
}

table.shop_table .cart_subtotal {
    text-align: right;
}

table.shop_table .cart_subtotal span {

    font-size: 42px;
        font-weight: 600;
}

table.shop_table .cart_subtotal span small {
    color: #616161;
    display: block;
        font-family: 'Poppins', sans-serif;
}

table.shop_table .cart_seperator {
    padding: 15px;
    display: block;
    position: relative;
}


.radio label,
.checkbox,
.woocommerce-shipping-methods{
    display: block;
    margin-bottom: 15px;
    position: relative;
    line-height: 2;
}

.radio label input,
.checkbox input,
.woocommerce-shipping-methods 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;
}

.radio label span,
.checkbox span:not(.required),
.woocommerce-shipping-methods label {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    font-weight: 300;
        padding-left: 30px;
            display: inline-block;
    line-height: 1.5;
}

.radio label span:before,
.checkbox span:not(.required):before,
.woocommerce-shipping-methods label:before {
        content: '';
    width: 20px;
    height: 20px;
        border: 2px solid rgb(137 137 137 / 75%);
    display: inline-block;
    border-radius: 5px;
    top: 50%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
}

.radio label span:before,
.woocommerce-shipping-methods label:before {
    border-radius: 50%
}

.radio label input:checked + span:before,
.checkbox input:checked + span:not(.required):before,
.woocommerce-shipping-methods input:checked + label:before,
.woocommerce-shipping-methods input[type="hidden"] + label:before {
    background: #24a737;
    border-color: #24a737
}

.radio label input:checked +  span:after,
.checkbox input:checked + span:not(.required):after,
.woocommerce-shipping-methods input:checked + label:after,
.woocommerce-shipping-methods input[type="hidden"] + label:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 6px;
    border-bottom: 2.5px solid #ffffff;
    border-right: 2.5px solid #ffffff;
    position: absolute;
    left: 7px;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}



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

.woocommerce-MyAccount-navigation ul {
     background: rgb(236 114 0 / 15%);
    
    list-style: none;
    border-radius: 10px;
    border: 1.5px solid #24a737;
    overflow: scroll;

    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

.woocommerce-MyAccount-navigation ul li a {
       padding: var(--extrasmall);
    display: inline-block;
    text-decoration: none;
}


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

/* Modal */

.modal {

}

.modal .modal-dialog {
    
}

.modal .modal-dialog .modal-content{
    
       padding: var(--medium);
         border: 0;
    border-radius: 10px;
        background: #EFEBE5;
}

.modal .modal-dialog .modal-content .modal-header {
       padding: 0;
            border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
    padding-bottom: var(--medium);

}

.modal .modal-dialog .modal-content .modal-header :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-header .close{
    margin: 0;
    padding: 0;
    color: #000000;
}

.modal .modal-dialog .modal-content .modal-header .close:after {
  
        content: url(images/close.svg);
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    margin-left: 7.5px;
}

.modal .modal-dialog .modal-content .modal-body{
     padding: 0;
   /*  padding: var(--medium) 0;*/
}

.modal .modal-dialog .modal-content .modal-body .products .product.product--potrait .product-image {
    aspect-ratio: 3 / 2;
}

.modal .modal-dialog .modal-content .modal-footer{
     padding: 0;
    border-top: 1.5px solid #707070;
     padding-top: var(--medium);
}

.pswp__bg,
.modal-backdrop {
    background: rgb(255 255 255 / 75%);
}
/* Footer*/

footer {
    position: relative;
        padding: var(--large) 0;

}

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

footer .footer-content p:has(b) {
	margin-bottom: 0
}

footer .footer-content ol {
       padding-left: 15px;
}

footer .footer-content ol li {
    list-style: auto
}

footer .footer-content b {
        font-weight: bold;
    font-family: 'Cabin';
}

/* 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: linear-gradient(180deg, #24a737 0%, #005FAB 100%);
    height: 37.5px;
    width: 37.5px;
    text-align: center;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media li a svg {
       height: 20px;
    fill: #ffffff;
}




/* 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: 10px;
            /*--mediumlarge: calc(var(--base) * 2.5);*/
    }

    header nav.navbar.navbar-extra .navbar-extra__item {
            font-size: 16px;
    }




   
}

@media (max-width: 1200px) {

    :root  {
        --base: 7.5px;
    }
    
    header nav.navbar .navbar-icons ul li a span {
        display: none;
    }

}

@media (max-width: 992px) {

      
    :root  {
        --base: 7.5px;
    }

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

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

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

    }

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

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

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

    body {
        font-size: 15px
    }


    .btn {
        zoom: 0.9;
    }
  

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

    .read-more {
        font-size: 20px;
    }

    .slick-slider {
        margin-right: calc(var(--base) * -2);
        margin-left: calc(var(--base) * -2);
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea, select {
            padding: 12.5px 15px;
    }

    select {
            background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    }


    main {
        overflow-x: hidden;
    }

    body.scrolled header {
        top: -28px;
    }

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

    header nav.navbar .navbar-brand {
        max-width: 180px;
        position: absolute;
        top: 6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-right: 0;
    }

    
    header .navbar-collapse {
        position: fixed;
        top: 108px !important;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        background: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 15px 0;
         /*   padding-right: 60px;*/
        display: block;
        z-index: 99998;
        margin-top: 0;
    }

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

    body:not(.scrolled) header .navbar-collapse {
        top: 136px !important;
    }

    header nav.navbar .navbar-nav {
        margin-right: 0;
    }

    header nav.navbar .navbar-nav > .nav-item {
           border-bottom: 1.5px solid rgb(112 112 112 / 25%);
    }



    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        
    }

    header nav.navbar.navbar-extra {
        display: none;
    }

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

    header nav.navbar.navbar-sub ul li {
        font-size: 10px;
            padding: 5px;
    }

    header nav.navbar form {
        -ms-flex-order: 9;
        order: 9;
        margin-right: 0;
        margin-top: 5px;
        max-width: 100%;
    }
   

    .aside-toggler {
         display: block;
    writing-mode: unset;
    left: 50%;
    right: unset;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    top: unset;
    min-width: 270px;
    text-align: center;
    }


    aside,
	.tax-product_cat aside{
        
        position: fixed;
        top: 108px !important;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        background: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 15px;
         /*   padding-right: 60px;*/
        display: block;
        z-index: 99998;
        margin-top: 0;
    }

    body:not(.scrolled) aside {
        top: 136px !important;
    }

    aside.open {
          -webkit-transform: translate(0%);
        transform: translateX(0%);
    }

    aside .aside-item:not(.aside-item--featured) {
        padding: 0;
            margin-bottom: var(--small);
    }


    section.header {
        padding: var(--medium) 0;
    }
   


    section.header .header-image,
    section.header.header--reverse .header-image {
       width: auto;
        float: unset;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0px;
        padding-bottom: 55%;
    }

    section.header .header-image .header-image__label {
            font-size: 20px;
            min-height: auto;
    }

    section.header .header-content {
        padding: var(--large) 0;
    }

    section.header .header-content:after,
    section.header.header--reverse .header-content:after {
        left: -15px;
        right: -15px;
        width: auto;
        border-radius: 0px 0px 10px 10px;
    }




    section.usps {
        padding: var(--medium) 0;
    }

    section.usps .usps-header {
        margin-bottom: var(--small);
    }

    section.usps .usp-image {
        width: auto;
            border-radius: 10px;
            margin-top: var(--small)
    }

    section.products {
        padding: var(--mediumlarge) 0;
    }

	.products .product .product-content {
		min-height: unset;
	}
    .products .products-header .read-more {
			font-size: 16px;
    }

    .products .product .product-image .product-image__title {
        font-size: 16px;
    }

    .woocommerce-notices-wrapper .woocommerce-message {
            -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

    .woocommerce-notices-wrapper .woocommerce-message .button,
    .woocommerce-notices-wrapper .woocommerce-message .restore-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
            margin-top: var(--small);

    }

    .products .products-sorting .woocommerce-result-count {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
            font-size: 14px;
    }

    .products .products-sorting .woocommerce-ordering {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products .products-sorting .woocommerce-ordering label {
        display: none;
    }

    .products .products-footer ul li {
        zoom: 0.85;
    }

    .products .product .product-content .price {
        font-size: 24px;
    }

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

    section.product .product-content {
         padding: var(--medium);
    }

    section.product .product-content .price {
        font-size: 32px;
        margin-bottom: 0;
    }

    section.product .product-specs ul li a {
        padding: var(--small) var(--medium);
    }

    section.product .product-specs .tab-content .tab-pane {
        padding: var(--medium);
    }

    section.product .product-content table.calculation-tool > tbody > tr > td{
        display: block;
    }

    section.product .product-content table.calculation-tool > tbody > tr > td:nth-child(2) {
        height: 10px;
    }

    section.product .product-content .product-colors .product-colors__item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; 
            margin-top: 10px !important;
    }

    section.product .product-content .product-colors .product-colors__item:nth-child(-n+5) {
        margin-top: 0 !important
    }
    section.outlet {
        padding: var(--medium) 0;
        margin-top: 0;
    }

    section.outlet .outlet-content {
        margin-top: 0;
            padding: var(--medium);
    }

    section.outlet .outlet-image {
            width: auto;
    border-radius: 10px 10px 0 0;
    }

    section.outlet .outlet-image:before {
            width: 120px;
    top: var(--medium);
    left: var(--medium);
    }

    section.outlet .outlet-content:after {
        width: 100%;
            border-radius: 0 0 10px 10px;
    }

    section.outlet .outlet-footer {
         padding: var(--medium);
         padding-bottom: 0;
    }

    section.break {
        padding: var(--medium) 0;
		display:none;
    }
    section.break img {
            width: 330vw;
        transform: translateX(-50%) !important;
        left: 50%;
        position: relative;
    }


    article.article {
        padding: var(--medium) 0;
    }


    section.article {
        padding: var(--medium) 0;
    }

    section.article + section.article {
        margin-top: 0;
    }

    section.article .article-content {
            padding: var(--medium);
    }
    

    section.article .article-image {
        width: auto;
        float: unset;
        border-radius: 10px 10px 0 0px;
        padding-bottom: 75%;
    }

    section.article .article-content:after {
            width: 100%;
                border-radius: 0px 0px 10px 10px;
    }

    section.brands {
        padding: var(--medium) 0;
    }

    section.brands [class*='col']:nth-last-child(1) .brand,
    section.brands [class*='col']:nth-last-child(2) .brand {
        margin-bottom: 0
    }

    section.blog {
        padding: var(--medium) 0;
            margin-top: var(--large);
    }

    section.blog .blog-content {
        padding: var(--medium);
    }

    form.checkout [class*='col-'] label {
            top: -5px;
                font-size: 10px;
    }


    table.shop_table td {
        display: block;
        width: 100%;
    }
    table.shop_table .cart_item td  {
        display: block;
        width: 100%;
        text-align: center;
            padding: var(--extrasmall) var(--medium);
    }

    table.shop_table .cart_item td:first-child {
         width: auto;
         padding-top: var(--mediumlarge);
    }
    table.shop_table .cart_item td:last-child {
        width: auto;
        padding-bottom: var(--mediumlarge);
    }


    footer {
        padding: var(--medium) 0;
    }

    footer .footer-content {
        margin-bottom: var(--small)
    }

	.product.product--simple .product-content .price {
		font-size: 42px;
	}
	
	section.brands .brand img {
		padding: var(--medium) var(--small);
	}
	
	footer .footer-content .footer-list {
		    border-bottom: 1.5px solid #707070;
    padding-bottom: var(--medium);
    margin-bottom: var(--medium);
	}
}   

.product-name .woocommerce-Price-amount {
    display: none;
}


.woocommerce-message {
    display:none !important;
}

.kihoh {
    position: absolute;
    right: 0;
}

.woocommerce-Price-currencySymbol {
    display: none;
}