/*
Theme Name: Jett Wonen
Theme URI: http://jett-wonen.nl
Description: Wordpress thema voor Jett Wonen
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: jett-wonen
*/

: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.5);
    --small: calc(var(--base) * 1.5);
    --extrasmall: calc(var(--base) * 1);

}

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

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

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


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

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

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('NeueHaasDisplay-Roman.eot');
    src: url('NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('NeueHaasDisplay-Roman.woff') format('woff'),
        url('NeueHaasDisplay-Roman.ttf') format('truetype'),
        url('NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('NeueHaasDisplay-Light.eot');
    src: url('NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('NeueHaasDisplay-Light.woff2') format('woff2'),
        url('NeueHaasDisplay-Light.woff') format('woff'),
        url('NeueHaasDisplay-Light.ttf') format('truetype'),
        url('NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    font-family: 'PS Times';
    margin-top: 0;
    line-height: 1.25;
    position: relative;
    display: block;
    font-weight: 300;
   
}


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

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

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

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

.h5,
h5 {
   font-size: 26px;


}

.h6,
h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #302E24;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 400;
}

body {
    font-size: 16px;
    font-weight: normal;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 200;
    overflow-x: hidden;
    line-height: 1.75;
    color: #161616;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
/*     background-image: url(images/background.jpg); */
	background-color: #FFFBF5;
    background-size: contain;
    background-position: center;
}


/*main {
    overflow: hidden;
}*/

body.admin-bar {
    margin-top: 32px
}

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

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


i {
    margin-top: 0;
}

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

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: inherit;
    margin-bottom: 5px;
    display: block;
    color: #161616;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002333 ;
}


button {
    padding: 0;
    margin: 0;
}
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%;
    background: transparent;
    position: relative;
    padding: 12.5px 17.5px;
    border: 0;
    background: #F6F5F3;
    color: #252425;
    font-weight: 300
}


select {
    background-image: url(images/select.svg);
    background-size: 7.5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 30px;
}

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

textarea {
  resize: none;
}



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

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

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

::-moz-selection {
    background-color: #302E24;
    color: #ffffff
}

::selection {
    background-color: #302E24;
    color: #ffffff
}

::-moz-selection {
    background-color: #302E24;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

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

table tr th {
    font-weight: bold;
}

table tr :is(th,td) {
    padding: 5px;
}

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

table tr :is(th,td):last-child {
    padding-right: 0;
}
b,
strong {
    font-size: 18px;
    font-weight: 500;
    font-family: 'PS Times';
    line-height: 1.5;
}

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(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

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

    .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.mediumlarge-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

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

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

    .row.medium-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 {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 17.5px 20px 20px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.25;
    border: 0;
    color: #ffffff;
	font-family: "PS Times";
/*     font-weight: 400; */
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    font-size: 20px;
    background: #302E24;
    cursor: pointer;
/*     text-transform: capitalize; */
    min-width: 240px;
    text-align: center;
}

/* .btn:not(.btn--cart):before, */
/* .btn:not(.btn--cart):after {
   content: url(images/arrow-white.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 5px;
    display: inline-block;
    margin-left: 22.5px;
    line-height: 0;
    vertical-align: 2.5px;
    transform-origin: center;
} */

/* .btn.btn--cart:before {
      content: url(images/cart-white.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 17.5px;
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
    vertical-align: -3px;
    transform-origin: center;
}

.btn:not(.btn--cart):before {
    margin-left: 0;
    transform: scale(0);
}

.btn:not(.btn--cart):hover:before {
    margin-right: 15px;
    transform: scale(1);
} */

/* .btn:not(.btn--cart):hover:after {
    margin-left: 0;
    transform: scale(0);
} */

.btn:not(.btn--cart):hover:after {
/*  margin-left: 0; */
/* 	margin-right: 10px; */
    transform: scale(1.5);
}

.btn:not(.btn--cart):hover {
}

.btn.btn--back:not(.btn--cart):before {
    transform: scale(1) scaleX(-1);
    margin-right: 15px;
}

.btn.btn--back:not(.btn--cart):hover:before {
    margin-right: 0;
    transform: scale(0) scaleX(-1);
}

.btn.btn--back:not(.btn--cart):after {
    margin-left: 0;
    transform: scale(0);
}

.btn.btn--back:not(.btn--cart):hover:after {
    transform: scale(1) scaleX(-1);
    margin-left: 15px;
}

.btn.btn--secondary {

}


.btn.btn--outline {
    box-shadow: 0 0 0 2px #302E24 inset;
    background: transparent;
}


.btn + .btn {
    margin-left: var(--small)
}

/* Main styles */

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


header nav.navbar {
    background: #302E24;
    background-image: url(images/background-grey.jpg);
    background-size: contain;
    background-position: center;
}


header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 100px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
/*     -webkit-transition: all 0.3s; */
/*     transition: all 0.3s; */
    background-image: url(images/background-grey.jpg);
    background-size: contain;
    background-position: center;
    padding: 15px;
    padding-top: 7.5px;
}

body.scrolled header nav.navbar .navbar-brand,
body.navbar-open header nav.navbar .navbar-brand {
     background-image: unset;
/*      top: 25%; */

}

header nav.navbar .navbar-brand svg * {
    fill: #fff; 
    stroke-width: 0px;
/*     -webkit-transition: all 0.3s; */
/*     transition: all 0.3s; */
}

/* body.scrolled header nav.navbar .navbar-brand svg #building,
body.navbar-open header nav.navbar .navbar-brand svg #building {
    opacity: 0;
    visibility: hidden;
} */




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

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



header nav.navbar .navbar-nav {
    width: 100%;
}



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

header nav.navbar.navbar-main .navbar-nav > .nav-item:nth-child(5) {
    margin-left: auto;
}



header nav.navbar .navbar-nav > .nav-item > .nav-link {
    margin: 22.5px 15px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 1.125;
    color: #ffffff;
    font-size: 15px;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link:hover,
header nav.navbar .navbar-nav > .nav-item.current-menu-item > .nav-link {

}

header nav.navbar .navbar-nav > .nav-item > .nav-link:before {
    content: '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -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;
   /* opacity: 0.5*/
}


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

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



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

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



header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
     content: url(images/dropdown.svg);
    width: 7.5px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0px;
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: 2.5px;
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .nav-link: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-top: 0;
    padding: 15px 22.5px;    
       

}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a{

    padding: 7.5px 0;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
    position: relative;
    color: #302E24;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu li.current-menu-item a {
   font-weight: 500
}

header nav.navbar ul.navbar-actions {
    margin-bottom: 0;
    line-height: 1;
    margin-left: var(--small);
    display: -ms-flexbox;
    display: flex;
}

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

header nav.navbar ul.navbar-actions li a{
    background: #302E24;
	border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    
}

header nav.navbar ul.navbar-actions li a:before {
display: inline-block;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

header nav.navbar ul.navbar-actions li.navbar-actions__search a:before {
    content: url(images/search.svg);
}

header nav.navbar ul.navbar-actions li.navbar-actions__cart a:before {
    content: url(images/cart-white.svg);
}


header nav.navbar ul.navbar-actions li a span {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
	border-width: 2px;
    border-color: #302E24;
    border-style: solid;
    border-radius: 50%;
	background-color: #302E24;
    position: absolute;
    top: 65%;
    left: 52.5%;
    transform: translate(0, -50%);
    text-align: left;
	z-index: 1;
}

/* Navbar toggler */

header nav.navbar .navbar-toggler {
      position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 4;
    display: none;
    color: #ffffff;
    line-height: 0;
    zoom: 0.9;
    cursor: pointer;
}


header nav.navbar .navbar-toggler:before {
     content: 'menu';
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    margin-bottom: 4px;
    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;
}


header .navbar-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
      background: rgb(37 36 37 / 75%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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



/* Header */

section.header {
   
    position: relative;
     

}

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


section.header .header-image {
       position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    right: 10%;
}


section.header .header-image :is(img, video, iframe) {
    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 {

    z-index: 1;
    background: #FFFBF5;
	border: solid 1px #161616;
    padding: var(--mediumlarge);
    margin-bottom: var(--medium);
    left: 0;
    max-width: 510px;

    position: relative;
}

section.header .header-content .header-content__buttons {
    line-height: 0;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

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


section.header .header-actions {

    position: absolute;
    top: var(--huge);
    right: 0;
    background: #FFFBF5;
	border: solid 1px #161616;
    padding: calc(var(--base) * 2.25) var(--medium);
}

section.header .header-actions ul {
    margin-bottom: 0;
}

section.header .header-actions ul li a {
	font-family: "PS Times";
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #D1D1D3;
    font-weight: 400;
}

section.header .header-actions ul li a:hover {
    color: #302E24;
}

/* section.header .header-actions ul li a:before, */
section.header .header-actions ul li a:after {
    content: url(images/arrow.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 5px;
    display: inline-block;
    margin-left: 15px;
    line-height: 0;
    vertical-align: 2.5px;
    transform-origin: center;
}

/* section.header .header-actions ul li a:before,
section.header .header-actions ul li a:hover:after {
    margin-left: 0;
    width: 0px;
    transform: scale(0);
} */

section.header .header-actions ul li a:hover:after {
	transform: scale(1.5);
}

/* section.header .header-actions ul li a:hover:before {
    margin-right: 15px;
    transform: scale(1);
} */

section.header .header-actions ul li:first-child a {
 /*   padding-top: 0px*/
}

section.header .header-actions ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0
}

/* Cards */

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



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

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

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


section.cards .card {
    position: relative;
    border: 0;
    height: calc(100% - var(--large));
    margin-bottom: var(--large);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.cards .card.card--horizontal.card--reverse {
    padding-top: var(--medium)
}

/*section.cards [class*='col']:nth-child(-n+3) .card {
      height: 100%;
    margin-top: 0;
}
*/
section.cards .cards-slider .card {
    height: 100% !important;
    margin-top: 0 !important;
}


section.cards .card .card-header {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 3
}

section.cards .cards-slider .card .card-header {
	bottom: 0;
}

section.cards .slick-slide .card .card-header.btn {
	font-size: 24px;
	color: #161616;
	background-color: transparent;
	-webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

section.cards .card .card-header.btn:before,
section.cards .card .card-header.btn:after {
/*     content: unset; */
}

section.cards .card .card-image {
    position: relative;
    display: block;
    z-index: 1;
    padding-bottom: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background: #ffffff;
}

section.cards .card.card--horizontal .card-image {
    margin-left: calc(var(--extrahuge) * -1);
    padding-bottom: 115%;
}

section.cards .card.card--horizontal.card--reverse .card-image {
    margin-right: calc(var(--medium)* -1);
    margin-left: 0;
    margin-top: calc(var(--medium)* -1);
    height: 100%;
    padding-bottom: inherit;
}

section.cards .card .card-image .card-image__content {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}


section.cards .card .card-image :is(img, video, iframe) {
        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.cards .card .card-image:hover :is(img, video, iframe) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}



section.cards .card .card-content {
    border-top: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--medium);
    padding-bottom: var(--large);
    background: #FFFBF5;
	border: solid 1px #161616;
    z-index: 2;
    position: relative;

}

section.cards .card .card-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
}

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



/* Article */

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

article.article:first-child,
article.article.article--reverse,
article.article:has(.article-header) {
    padding-top: 0;
}

article.article.article--reverse .row {
    flex-direction: row-reverse;
}

article.article .article-content {
    z-index: 3;
    background: #FFFBF5;
	border: solid 1px #161616;
    padding: var(--mediumlarge);
    padding-bottom: var(--large);
   
    margin-left: calc(var(--large) * -1);
    position: relative;
}

article.article .article-header + .article-content {
    margin-left: var(--extralarge);
     margin-right: var(--extralarge);
      margin-top: calc(var(--extralarge) * -1);
}
article.article .article-content:has(.article-content__button) {
        margin-bottom: var(--medium);
}
article.article.article--reverse .article-content {
    margin-left: 0;
}

article.article .article-content:has(.article-content--buttons) {
     margin-bottom: var(--medium);
}

article.article .article-content > ul {
    margin-bottom: 0;
    display: inline-block;
}

article.article .article-content > ul li {
	font-family: "PS Times";
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    padding: 12.5px 15px 12.5px 30px;
    border-bottom: 1px solid #161616;
    font-weight: 400;
    position: relative;
}

article.article .article-content > ul li:before {
    content: url(images/plus.svg);
    width: 7.5px;
    display: inline-block;
    left: 0;
    position: absolute;
    line-height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*article.article .article-content > ul li:first-child {
    padding-top: 0px
}*/

article.article .article-content > ul li:last-child {
    border-bottom: 0;
/*     padding-bottom: 0 */
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}

article.article .article-content iframe {
    aspect-ratio: 16 / 9;
    width:100%;
    margin: var(--medium) 0;
}

article.article .article-content > a:not(.btn),
article.article .article-content > p > a:not(.btn) {
    text-decoration: underline;
    color: #302E24;
}

article.article .article-content .alignright {
    float: right;
    margin-left: var(--small);
    margin-bottom: var(--small);
}

article.article .article-content .alignleft {
    float: left;
    margin-right: var(--small);
    margin-bottom: var(--small);
}

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

article.article .article-content .article-content__button {
    position: absolute;
    bottom: 0;
    line-height: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}


article.article .article-content .article-content__buttons {
    position: relative;
    line-height: 1;
}

article.article .article-content .article-content__buttons :is(strong, b) {
    text-transform: uppercase;
    display: block;
    margin-bottom: 7.5px
}

article.article .article-content .article-content__buttons .btn {
    margin-right: 7.5px;
     margin-top: 7.5px;
}
article.article .article-content .article-content__buttons .btn + .btn{
    margin-left: 0
}

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

article .article-gallery .article-gallery__item {
     position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: var(--medium);
    
}

article .article-gallery .article-gallery__item img{
        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;
    position: absolute;
}

article .article-gallery .article-gallery__item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

article.article .article-image {
      position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 75%;
    margin-top: calc(var(--extralarge)* -1);
    height: calc(100% - var(--small));
    margin-right: calc(var(--extralarge) * -1);
    
}

article.article.article--reverse .article-image {
    margin-right: 0;
    margin-left: 0;
    margin-top: var(--large);
    height: calc(100% - calc(var(--large)* 2));
}

article.article .article-image.article-image--full {
    width: 65vw;
    float: right;

}

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


article.article .article-slider,
article.article .article-slider .slick-list,
article.article .article-slider .slick-list .slick-track {
    height: 100%;
}

article.article .article-header {
    display: block;
    position: relative;
    aspect-ratio: 2 / 1; 

}

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

/* Description */

section.description {
    margin: var(--extralarge) 0;
    position: relative;
}

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

section.description .description-content {
    z-index: 3;
    background: #FFFBF5;
	border: solid 1px #161616;
    padding: var(--mediumlarge) var(--large);
    margin: var(--large) 0;
    position: relative;
}

section.description .description-content :is(h1, h2, h3, h4, h5, h6):not(:nth-child(1),:nth-child(2)) {
    padding-top: var(--extrasmall);
}

section.description.description--negative .description-content {
    margin-top: 0;
}

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

section.description .description-content p strong {
	font-family: "Neue Haas Grotesk Display Pro", sans-serif;
	font-weight: 300;
}


section.description .description-image { 
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 75%;
    height: 100%;
    margin-left: calc(var(--extralarge)* -1);
}

section.description.description--negative .description-image {
    margin-top: calc(var(--large) * 2);
    height: calc(100% - calc(var(--large) * 2))
}

section.description .description-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;
}



/* Reviews */

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

section.reviews :is(.slick-prev, .slick-next) {
    -webkit-transform: unset;
    transform: unset;
    top: calc(var(--mediumlarge) * -1);
	border: none;
}

section.reviews :is(.slick-prev) {
    right: 60px;
    left: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

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

section.reviews .review [class*='col']:first-child:after {
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: var(--large);
    border-right: 3px solid #ffffff;
}

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

/* Products */

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


.products .products-header {
    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;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

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

.products .products-sorting .woocommerce-ordering {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.products .products-sorting .woocommerce-ordering label {
    margin-right: var(--small);
    white-space: nowrap;
    font-weight: inherit;
}

.products .products-sorting .woocommerce-ordering select {
    max-width: 180px;
    background-color: #FFFBF5;
	border: solid 1px #161616;
}

.products .products-sidebar {
    background-color: #FFFBF5;
	border: solid 1px #161616;
    position: relative;
    padding: var(--medium);
}

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

.products .products-sidebar h6 {
	font-family: "PS Times";
	text-transform: capitalize;
    border-bottom: 1px solid #161616;
    padding-bottom: var(--extrasmall);
}

.products .products-sidebar .widget ul,
.products .products-sidebar .widget .checkboxes{
    margin-bottom: 0;
    line-height: 2;
}

.products .products-sidebar .widget .checkboxes li {
  
}

.products .products-sidebar .widget .checkboxes 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 .checkboxes li label {
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: capitalize;
}

.products .products-sidebar .widget .checkboxes li label:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: -2px;
    margin-right: 10px;
    background: #F6F5F3;
    border: 1px solid #161616;
}

.products .products-sidebar .widget .checkboxes li label:hover:before {
    opacity: 0.5
}

.products .products-sidebar .widget .checkboxes li .count {
    display: none;
}

.products .products-sidebar .widget .checkboxes li input:checked + label:before {
  	background: #302E24;
    border-color: #302E24;
    opacity: 1;
    box-shadow: 0 0 0 1.5px #ffffff inset;
}

.products .product {
    position: relative;
    display: block;
    margin-bottom: var(--large);
    height: calc(100% - var(--large));
	border: solid 1px #161616;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products .product .product-image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
	background: #FFFBF5;
}

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

.woocommerce-product-gallery__image img.wp-post-image {
	border: solid 1px #161616;
	max-height: 500px;
	-o-object-fit: contain;
    object-fit: contain;
}

.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-content {
    position: relative;
    z-index: 2;
    border-top: solid 1px #161616;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #FFFBF5;
    padding: var(--small);
    padding-bottom: var(--large);

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products .product .product-content .product-content__category {
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #161616;
    margin-bottom: 7.5px;
}

.products .product .product-content .price {
    font-size: 18px;
    color: #161616;
    line-height: 1.25;
    margin-top: auto;
}

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

.products .product .product-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 3;
    min-width: auto;
}

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


/* Page numbers */


.page-numbers {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

.page-numbers li:last-child {
    margin-right: 0
}

.page-numbers li :is(a, span) {
    border: 1.5px solid #302E24;
    color: #302E24;
    display: inline-block;
    line-height: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 45px;
    height: 45px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-numbers li :is(a, span).current,
.page-numbers li :is(a, span):hover {
    background: #302E24;
    color: #ffffff;
}



.page-numbers li :is(.prev, .next):after {
    content: url(images/arrow-grey.svg);
    line-height: 0;
    width: 5px;
}


.page-numbers li :is(.prev, .next):hover:after {
     content: url(images/arrow-white.svg);
}

.page-numbers li .prev {
     -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
}




/* Product */

section.product {
    margin: var(--extralarge) 0;
    position: relative;
}

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;
    margin-right: -7.5px;
    margin-left: -7.5px;
    padding: 0;
}

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%;
    margin-top: 15px;
    
}



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: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    border: 1px solid transparent;
    overflow: hidden;

}


section.product .product-content {
    margin-top: var(--large);
    padding: var(--mediumlarge) var(--large);
  /*  padding-left: 0;*/
    position: relative;
    background: #FFFBF5;
	border: solid 1px #161616;
}

section.product .product-content.product-content--transparent {
    background: transparent;
	border: none;
    padding-top: 0;
    padding-bottom: 0;
}

section.product .product-content.product-content--transparent + .product-content {
    margin-left:  var(--large)
}

section.product [class*='col-']:nth-child(2) .product-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(var(--huge) * -1);
    background: #FFFBF5;
    z-index: -1;
    pointer-events: none;
}

section.product .product-content .product-content__category {
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #161616;
    margin-bottom: 7.5px;
}

section.product .product-content .price {
    font-size: 30px;
/*     font-weight: 500; */
    color: #161616;
}

section.product .product-content h1 {
        margin-bottom: 0;
}

section.product .product-content ul {
    margin-bottom: 0;
}

section.product .product-content ul li a {
        font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 12.5px 0;
    border-bottom: 1px solid #D1D1D3;
        font-weight: 400;
}

section.product .product-content ul li a:hover {
    color: #302E24;
}

section.product .product-content ul li a:before,
section.product .product-content ul li a:after {
    content: url(images/arrow.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 5px;
    display: inline-block;
    margin-left: 15px;
    line-height: 0;
    vertical-align: 2.5px;
    transform-origin: center;
}

section.product .product-content ul li a:before,
section.product .product-content ul li a:hover:after {
    margin-left: 0;
    /*width: 0px;*/
    transform: scale(0);
}

section.product .product-content ul li a:hover:before {
    margin-right: 15px;
    transform: scale(1);
}

section.product .product-content ul li:first-child a {
    /*padding-top: 0px*/
}

section.product .product-content ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0
}

section.product .product-content form {
    margin-top: var(--medium);
    position: relative;
}

section.product .product-content form .variations  {
    margin-bottom: var(--small);
    max-width: 167px;
}

section.product .product-content form .variations select {
    font-weight: 600;
}

section.product .product-content form .variations .reset_variations {
    display: none !important
}

section.product .product-content form .single_variation_wrap .woocommerce-variation  {
    position: absolute;
    top: 0;
    left: 167px;
    margin-left: var(--medium);
    color: #302E24;
}



section.product .product-content form .single_variation_wrap .woocommerce-variation  .price {
    font-size: 24px;
}
/*
section.product .product-content form .single_variation_wrap {
        display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

section.product .product-content form .single_variation_wrap .woocommerce-variation {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
     -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
     -ms-flex-order: 1;
    order: 1;
}

section.product .product-content form .single_variation_wrap .woocommerce-variation  .price {
    font-size: 24px;
}

section.product .product-content form .single_variation_wrap .woocommerce-variation-add-to-cart {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
   

         -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
   
        -ms-flex-order: 0;
    order: 0;
}*/

section.product .product-content form .quantity {
    margin-bottom: var(--medium)
}

section.product .product-content form .quantity button {
    background: #F6F5F3;
    width: 49px;
    height: 49px;
    margin: 0;
    padding: 0;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

section.product .product-content form .quantity button:hover {
    background: #E5E0DB;
    color: #ffffff;
}

section.product .product-content form .quantity input {
    max-width: 60px;
    text-shadow: currentColor;
    font-weight: 600;
    text-align: center;
    -moz-appearance: textfield;
}

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

section.product .product-content .product-content__text {
    margin-top: var(--mediumlarge);
}

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

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



/* checkout */

section.checkout {
    
        margin: var(--extralarge) 0;

     counter-reset: section;
}

section.checkout .checkout-content {
    background: #FFFBF5;
    padding: var(--mediumlarge);
}

section.checkout .checkout-inner {
    margin-bottom: var(--medium);
    counter-increment: section;
}

section.checkout .checkout-inner.checkout-inner--shadow {
filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 15%));
    padding: var(--small);
    background: #FFFBF5;
}

section.checkout .checkout-inner.checkout-inner--shadow:after {
    background-image: linear-gradient(135deg, #FFFBF5 0.5rem, transparent 0), linear-gradient(-135deg, #FFFBF5 0.5rem, transparent 0);
    background-repeat: repeat-x;
    background-size: 1rem;
    content: '';
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem;
}


section.checkout .checkout-inner h5:before {
    content: counter(section);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    margin-right: 12.5px;
    border-radius: 50%;
    background: #302E24;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

section.checkout .checkout-inner label {
    font-weight: 500
}

section.checkout .checkout-inner input[type="radio"],
section.checkout .checkout-inner label 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;
}

section.checkout .checkout-inner input[type="radio"] + label,
section.checkout .checkout-inner input[type="checkbox"] + span {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    position: relative
}

section.checkout .checkout-inner input[type="checkbox"] + span a {
    text-decoration: underline;
}

section.checkout .checkout-inner input[type="radio"] + label img {
        position: absolute;
    width: 45px;
    right: 22.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.checkout .checkout-inner input[type="radio"] + label:before,
section.checkout .checkout-inner input[type="checkbox"] + span:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #302E24;
    vertical-align: -2px;
    margin-right: 7.5px;
    border-radius: 50%;
    background: #FFFBF5;
}


section.checkout .checkout-inner .woocommerce-shipping-methods li label:before,
section.checkout .checkout-inner .payment_methods li label:before,
section.checkout .checkout-inner .woocommerce-terms-and-conditions-checkbox-text:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #302E24;
    vertical-align: -2px;
    margin-right: 7.5px;
    border-radius: 50%;
}


section.checkout .checkout-inner .woocommerce-terms-and-conditions-checkbox-text:before{
    border-radius: 3px;
     margin-right: 5px;
}

section.checkout .checkout-inner input[type="radio"]:checked + label:before,
section.checkout .checkout-inner label:has(input[type="checkbox"]:checked):before {
    box-shadow: 0 0 0 1.5px #FFFBF5 inset;
    background: #302E24;
}

section.checkout .checkout-inner .woocommerce-shipping-methods li  input[type="radio"]:checked + label:before,
section.checkout .checkout-inner .payment_methods li  input[type="radio"]:checked + label:before,
section.checkout .checkout-inner input[type="checkbox"]:checked + .woocommerce-terms-and-conditions-checkbox-text:before,
section.checkout .checkout-inner input[type="checkbox"]:checked + span:before { 
    box-shadow: 0 0 0 1.5px #FFFBF5 inset;
    background: #302E24;
}


section.checkout .checkout-inner .notes#order_comments_field {
    margin-bottom: 0
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods):last-child {
    margin-bottom: 0
}


section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li {
    border: 1px solid #302E24;
    display: block;
    background: #FFFBF5;
    margin-bottom: 15px;
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li:last-child {
    margin-bottom: 0
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li > * {
    padding: 15px 22.5px;
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li label {
        font-weight: 500;
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li label + * {
        padding-top: 0;
    margin-top: -7.5px;
}

section.checkout .checkout-inner ul:is(.payment_methods, .woocommerce-shipping-methods) li p {
    margin-bottom: 0;
    font-size: 14px;
}




section.checkout .checkout-inner table.shop_table tbody {
   
}

section.checkout .checkout-inner table.shop_table tbody .cart_item {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item td {
    padding: 15px 7.5px;
    
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td:last-child {
	white-space: normal;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item:not(:nth-last-child(1), :nth-last-child(2)) td {
    border-bottom: 1px solid #302E24;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td:first-child {
    width: 1px;
    white-space: nowrap;
    padding-left: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td:last-child {
    width: 1px;
    white-space: nowrap;
    padding-right: 0;
    min-width: unset;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item:last-child :is(th, td) {
    padding-bottom: 20px;
}


section.checkout .checkout-inner table.shop_table tbody .cart_item .product-thumbnail {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-thumbnail .image {
        position: relative;
    display: block;
    overflow: hidden;
    width: 75px;
    aspect-ratio: 4 / 3;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: #FFFBF5;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-thumbnail .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;
}


section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name {
    width: 100%
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name h6 {
    margin-bottom: 0
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name b {
    margin-bottom: 7.5px
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name ul {
    font-size: 12px;
    margin-bottom: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name > a {
  font-size: 14px;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name .variation {
     
    margin-bottom: 0;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-name .variation li {

}

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

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-price {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-price span.amount {
    display: block;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity span {
    display: block;
}

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


section.checkout .checkout-inner table.shop_table tbody .cart_item .product-subtotal {

}

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-subtotal span.amount {

}

/*section.checkout .checkout-inner table.shop_table tbody .cart_item .product-remove {
    vertical-align: middle;
}*/

section.checkout .checkout-inner table.shop_table tbody .cart_item .product-remove .remove:before {
        content: '×';
    background: #FC0020;
    width: 22.5px;
    height: 22.5px;
    line-height: 17.5px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
  
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td.product-qty .quantity input[type=number] {
    display: inline-block;
    width: 75px;
    padding: 6px 7.5px 6px 15px;
    font-weight: bold;
}

section.checkout .checkout-inner table.shop_table tbody .cart_item td.product-qty .quantity input[type=number]::-webkit-inner-spin-button, 
section.checkout .checkout-inner table.shop_table tbody .cart_item td.product-qty .quantity input[type=number]::-webkit-outer-spin-button,
section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity .quantity input::-webkit-inner-spin-button,
section.checkout .checkout-inner table.shop_table tbody .cart_item .product-quantity .quantity input::-webkit-outer-spin-button {  
   opacity: 1;

}



section.checkout .checkout-inner table.shop_table tfoot tr:first-child :is(th, td) {
    border-top: 1px solid #302E24;
    padding-top: 15px
}

section.checkout .checkout-inner table.shop_table tfoot td:last-child {
    text-align: right
}

section.checkout .checkout-inner table.shop_table tfoot td small {
    display: inline-block;
}

section.checkout .checkout-inner .woocommerce-privacy-policy-text {
        font-size: 14px;
}

section.checkout .checkout-inner .btn--cart {
    display: block;
    width: 100%;
    text-align: center;
}

section.checkout .checkout-inner address {
    margin-bottom: 0
}

section.checkout .checkout-inner address p {
    margin-bottom: 0
}

section.checkout #billing_street_name_field {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

}

section.checkout :is(#billing_house_number_field, #billing_house_number_suffix_field) {
    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%;
}

section.checkout :is(#billing_postcode_field, #shipping_postcode_field, #billing_house_number_field) {
    margin-right: 0 !important;
}


section.checkout :is(#billing_postcode_field, #shipping_postcode_field, #billing_postcode_field, #shipping_postcode_field) {
    width: auto;
}

@media (max-width: 992px) {

    section.checkout .checkout-inner {
        padding: 15px;
    }
}

/* Search */

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



/* 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(0 185 0 / 50%);
    padding: 10px 22.5px;
    border-left: 5px solid #00b900;
    /* border-radius: 5px; */
    margin-bottom: var(--medium);
}

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

}

.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: "Neue Haas Grotesk Display Pro", sans-serif; */
}
.woocommerce-error li:last-child {
    margin-bottom: 0
}



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

.woocommerce-MyAccount-navigation ul {
      background-color: rgb(147 196 97 / 80%);
    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: 15px 22.5px;
    display: inline-block;
    text-decoration: none;
}


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

.woocommerce-Price-currencySymbol {
    margin-right: 10px;
}




/* Slick */

.slick-dots {
      position: absolute;
    margin-bottom: 0;
    line-height: 0;
    bottom: var(--small);
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

.slick-dots li button {
    background: #FFFFFF;

    font-size: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #302E24;
}



.slick-prev {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    left: 15px;
}

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


:is(.slick-prev, .slick-next) {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    z-index: 9;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 45px;
    height: 45px;
    background: #ffffff;
	border: solid 1px #161616;
    opacity: 1;
    visibility: visible;

}

:is(.slick-prev, .slick-next):before {
    content: url(images/arrow.svg);
    position: absolute;
    width: 7.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.slick-disabled {
    opacity: 0;
    visibility: hidden;
}




/* Social media */

.social-media {
      line-height: 1;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}



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

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

.social-media li a {
    background: #302E24;
	border: solid 1px #FFFFFF;
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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



/* Footer*/

footer {
    position: relative;
    overflow-x: hidden;
    padding-top: var(--extralarge);

}

footer .footer-main {
    padding: var(--extralarge) 0 var(--large) 0;
    position: relative;
    background: #302E24;
    background-image: url(images/background-grey.jpg);
    background-size: contain;
    background-position: center;
    color: #ffffff;

}


footer .footer-main :is(h1, h2, h3, h4, h5, h6) {
   
}

footer .footer-main .footer-logo {
    max-width: 150px;
    margin-bottom: var(--extrasmall);
    margin-top: calc(var(--large)* -1);
    position: relative;
    padding: 19.5px;
    margin-left: auto;
    margin-right: auto;
      
}

footer .footer-main .footer-logo:before {
       content: '';
    background-image: url(images/background-grey.jpg);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 51.5%;
    z-index: -1;
    width: 100%;
    max-width: 35%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

footer .footer-main .footer-contact {
    text-align: center;
}

footer .footer-main .footer-contact li :is(b, strong) {
        font-size: inherit;
    font-weight: bold;
    font-family: inherit;
}

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



footer .footer-main .footer-menu.footer-menu--columns {
     -webkit-columns: 2 120px;
    -moz-columns: 2 120px;
       columns: 2 120px;
    -webkit-column-gap: var(--small);
    -moz-column-gap: var(--small);
    column-gap: var(--small);
}

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

footer .footer-main .footer-menu li a:before {
    content: url(images/arrow-white.svg);
    width: 5px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*footer .footer-main .footer-menu li.current-menu-item a,
footer .footer-main .footer-menu li a:hover {
    color: #161616;
}*/

footer .footer-main .footer-menu li a:hover:before,
footer .footer-main .footer-menu li.current-menu-item a:before {
    -webkit-transform: translateX(2.5px);
    transform: translateX(2.5px);
}

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

footer .footer-main .footer-contact li a[data-title]:before {
    content: attr(data-title);
        color: #302E24;
        font-weight: bold;
        min-width: 60px;
        display: inline-block;
}


footer .footer-sub {
	font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    padding: var(--extrasmall) 0;
}

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

footer .footer-sub p b {
    margin-right: 15px;
    font-size: inherit;
    font-weight: bold;
    font-family: inherit;
}
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 10px 0 15px;
    color: #302E24;
}

/* Gravity Forms */

.gform_wrapper {
    margin-top: var(--small)
}

.gform_wrapper form {
    position: relative;
}

.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%;
    margin-bottom: var(--small);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html:not(:first-child) {
     padding-top: var(--small);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html :is(h1, h2, h3, h4, h5, h6):last-child {
    margin-bottom: 7.5px;
}


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

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


.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) {
       margin-bottom: 0;
    position: absolute;
    color: #252425;
    z-index: 1;
    font-weight: bold;
    font-size: 14px;
    background: #ffffff;
    top: 0;
    left: 17.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 7.5px;
    border-radius: 7.5px 0;
}

.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 .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

/*.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) > :is(label, legend) {
        background: #ffffff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 20px 7.5px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) {
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   padding: 15px 20px;
   padding-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice:not(:last-child) {
    margin-bottom: 7.5px
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice input,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .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;
}

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

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 10px;
    background: #ffffff;
    border: 1.5px solid #302E24;
    vertical-align: middle;
    vertical-align: -3px;
}

.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,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #302E24;
    box-shadow: 0 0 0 3px #ffffff inset;
}


.gform_wrapper form .gform_footer {
}

.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #302E24;
    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);
    }
}



/* breadcrumbs */

.breadcrumbs {
    font-size: 0.95rem;
}

.breadcrumbs span {
	font-size: 1.5rem;
}

.breadcrumbs span span {
	font-size: 0.95rem;
}

.breadcrumbs .breadcrumb_last {
/*       font-weight: 500 */
	margin-right: 0;
}

/* Fancybox */

.fancybox__backdrop,
.pswp__bg {
        background: rgb(22 22 22 / 75%);
}

/* Slick slider */

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

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


    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        font-size: 14px;
        margin: 22.5px 10px;
    }


    

   
}

@media (max-width: 1200px) {

    header nav.navbar .navbar-brand {
        max-width: 100px;
        padding: 15px;
        padding-top: 7.5px;
    }

     header nav.navbar .navbar-nav > .nav-item > .nav-link {
        font-size: 13px;
        margin: 22.5px 7.5px;
    }

    header nav.navbar ul.navbar-actions li a {
        zoom: 0.9;
    }

    section.header .header-image {
        left: 35%
    }
	
	section.product .product-content table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 992px) {

      
    :root  {
       --extralarge: calc(var(--base) * 4.5);
        /* --large: calc(var(--base) * 3.5);
        --mediumlarge: calc(var(--base) * 3);*/
    }

    body {
        font-size: 15px;
    }


    body.admin-bar {
        margin-top: 46px
    }

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

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

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

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

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

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

    .btn {
        zoom: 0.8;
    }
 
    main {
        overflow-x: hidden;
    }

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

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

    .btn--filter {
        width: 100%;
        
    }


 
    header nav.navbar .navbar-brand,
    body.scrolled header nav.navbar .navbar-brand {
        max-width: 75px;
        padding: 15px;
        padding-top: 0; 
        padding-bottom: 12.5px;
        top: 0px;
    }
	
	header nav.navbar .navbar-brand svg #building {
    opacity: 0;
    visibility: hidden;
		display: none
}





    header .navbar .navbar-collapse {
        position: fixed;
        top: 57px;
        right: 50px;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        background: #302E24;
        background-image: url(images/background-grey.jpg);
        background-size: contain;
        background-position: center;
        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%);
        z-index: 2;
        padding-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
   

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


    header nav.navbar .navbar-nav {
        padding: 0;
    }

    header nav.navbar.navbar-main .navbar-nav > .nav-item:nth-child(5) {
        margin-left: unset;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link,
    header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link,
    header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
        font-size: 16px;
        padding: 12.5px 15px;
        display: block;
        margin: 0;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link:before {
        content: unset;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
        content: unset;
    }

    header nav.navbar .navbar-nav > .nav-item .dropdown-toggle {
        position: absolute;
        right: 5px;
        top: 7.5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

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

    header nav.navbar .navbar-nav > .nav-item .dropdown-toggle:after {
        content: url(images/dropdown.svg);
        width: 10px;
        display: inline-block;
        line-height: 0;
       
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu {
        padding: 12.5px 15px;
    }
	
	header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-menu.show {
		display: block !important;
	}


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



    header nav.navbar ul.navbar-actions li {
        zoom: 0.8;
    }

    section.header .header-wrapper {
        padding: 0 0 0.1px 0;
    }

    section.header .header-image {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        aspect-ratio: 1 / 1.25;
        margin-left: -15px;
        margin-right: -15px;
    }

    section.header .header-actions {
        right: 15px;
        padding: calc(var(--base) * 1.75) calc(var(--base) * 1.75);
    }


    section.header .header-actions ul li a {
        font-size: 16px;
    }


    section.header .header-content {
        margin-top: calc(var(--large) * -1)
    }

    article.article .article-image,
    article.article .article-slider {
        margin-left: -15px;
        margin-right: -15px;

    }



    article.article .article-image.article-image--full {
        width: auto;
        float: unset;
    }

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

    article.article .article-content {
        margin-left: 0;
        margin-top: calc(var(--large) * -1)
    }

    article.article .article-header {
        margin-left: -15px;
        margin-right: -15px;
    }

    article.article .article-header + .article-content {
        margin-top: calc(var(--large) * -1);
        margin-left: 0;
        margin-right:0;
    }

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

    section.cards .card.card--horizontal .card-image {
        margin-left: 0;
        padding-bottom: 100%;
    }

    section.description .description-content,
    section.description.description--negative .description-content {
        padding: var(--mediumlarge);
        margin: 0;
        margin-top: calc(var(--large)* -1);

    }

    section.description .description-image {
        margin-left: -15px;
        margin-right: -15px;
            margin-top: 0;
    height: 0;
    }
	
	section.product .product-content form .single_variation_wrap .woocommerce-variation  .price {
		font-size: 18px;
	}
	
	section.product .product-content form .single_variation_wrap .woocommerce-variation  .stock {
		font-size: 14px;
	}
	
	

    .products .products-sorting .woocommerce-ordering label {
        display: none;
    }

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

    .products .product .product-footer {
        min-width: auto;
        left: 0;
        right: 0;
        -webkit-transform: translate(0%, 50%);
        transform: translate(0%, 50%);
    }
 

    section.product [class*='col-']:nth-child(2) .product-content:before {
        content: unset;
    }
    section.product .product-content {
        padding: var(--mediumlarge);
    }

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

    section.product .product-content.product-content--transparent + .product-content {
        margin-left: 0;
    }

    section.reviews .review [class*='col']:first-child:after {
        content: unset;
    }
    section.reviews .review .review-title {
        border-bottom: 3px solid #ffffff;
        margin-bottom: var(--small);
    }
	
	section.checkout .checkout-content {
		padding: var(--small);
	}
	
	section.checkout .checkout-inner table.shop_table tbody .cart_item td {
		display: block;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        width: auto !important;
	}
	
	section.checkout .checkout-inner table.shop_table tbody .cart_item td:last-child {
		white-space: normal;
	}

    .slick-slider {
        margin-right: -15px;
    }

    footer .footer-main .footer-logo {
        max-width: 125px;
    }

    footer .footer-main [class*='col']:not(:last-child) {
         margin-bottom: var(--large)
    }

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

}   
