/*
** bladerunnaz 2021
*/
/* fonts

font-family: 'Montserrat';
font-style: normal;
font-weight: 600;

font-family: 'Montserrat';
font-style: normal;
font-weight: 700;

font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
*/

body {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
}
/*
.menu a {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
}
*/
body {
  margin: 0;
  padding:0;
  border:0;
  outline:0;
}

a, a:active, a:hover, a:visited{
  text-decoration: none;
  /* color: #000; */
}
ul, ol{
  list-style-type: none;
}
/*
** markup
*/
h1 {
    font-size: 2.25em;
    margin: 0.5em 0;

font-weight: 600;

    line-height: 1.25;
    letter-spacing: 0.375px;
}
h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.75em;

font-weight: 600;

    line-height: 1.25;
    letter-spacing: 0.375px;
}
h3 {
    margin: 0 0 0.375em 0;
    font-size: 1.2em;

font-weight: 600;

    line-height: 1.25;
    letter-spacing: 0.375px;
}
@media (max-width: 860px) {
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.25em;
}
h3 {
    font-size: 1.125em;
}
}

/*
header{
  background: #13171c;
}
.content{
  position: relative;
  width: 70%;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
.footer{
  position: relative;
  height: 150px;
  width: 100%;
  background-color: #13171c;
  color: #fff;
  text-align: center;
  padding: 20px;
  bottom: 0;
}
#block-sphynx-branding a{
  font-size: 20px;
  color: #fff;
}
.heading{
  color: #fff;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#block-sphynx-main-menu ul{
  z-index: 5;
  width: 80%;
  display: inline-block;

}
#block-sphynx-main-menu ul li{
  padding: 10px;
  width:10%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  background-color: #E6DADA;
  border: 2px solid #E6DADA;
  transition: 500ms;
}
#block-sphynx-main-menu ul li:hover{
  color: #E6DADA;
  background-color: #13171c;

}
#block-sphynx-footer ul li{
  display: inline-block;
}
#block-sphynx-footer ul li a{
  display: inline-block;
  color: #efefef;
}
*/


/*
** image optimizing
*/
div.imgopt {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
**
*/

/* *** */

/*
** bladerunnaz customs
*/
/*
** bladerunnaz basic css 
*/
body {
    background-color:#FFFFF8;
    color: #000;

    padding: 0;
    margin: 0;
    outline: 0;
}
p {
    margin: 0;
    margin-bottom: 12px;

    line-height: 1.25;
    letter-spacing: 0.375px;
}
a {
    display: block;
    line-height: 1.25;
    letter-spacing: 0.375px;
}
a:link,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

label a:link,
label a:active,
label a:visited,
p a,
p a:link,
p a:active,
p a:visited {
    display: inline;
    text-decoration: underline;
    line-height: 1.25;
    letter-spacing: 0.375px;
    word-break: break-word;
}
/*
** elems
*/
.separator {
    clear: both;
    overflow: hidden;
    height: 0px;
}
input {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    background-color: transparent;
    border: 3px solid black;

    line-height: 1.25;
    letter-spacing: 0.375px;
    color: #000;
}
input:disabled {
    border: none;
    margin-top: 30px;
    color: grey;
}
label {
    display: block;
    width: 100%;

    line-height: 1.25;
    letter-spacing: 0.375px;
}
.form-item {
    margin-bottom:16px;

    line-height: 1.25;
    letter-spacing: 0.375px;
}

select {
    width: auto;
    box-sizing: border-box;
    padding: 3px;

    background-color: transparent;
    border: 3px solid black;

    line-height: 1.25;
    letter-spacing: 0.375px;
}
select option {
    margin: 6px;
    background: #FFFFF8;

    text-shadow: 0;

    line-height: 1.25;
    letter-spacing: 0.375px;
}


/* login */
.path-user form {
    padding: 0 8%;
}
.path-user .form-item {
    width: 40%;
}
.path-user .form-item .form-item {
    width: 100%;
}
/* user profile */
.path-user article {
    padding: 0 8%;
}

.user-buttons {
    padding: 0 8%;
}
.user-buttons ul {
    padding: 0;
    padding-bottom: 6px;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 3px solid black;
}
.user-buttons ul li {
    display: inline-block;
    margin-right: 16px;
}

/* user profile edit */
.path-user .description a {
    display:inline-block;
}
.path-user .description {
    font-size: 0.75em;
}
.path-user .description a {
    text-decoration: underline;
}

/* user orders */
.path-user table {
    width: 84%;
    margin: 0 auto;
}
.path-user table td,
.path-user table th {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;

    border-bottom: 3px solid black;
}
/* self-clear item box */
/*
.item-box:after {
  content: "";
  display: table;
  clear: both;
}
*/
.header,
.node-title,
.node-content,
.item-box {
    width:84%;
    padding:0;
    margin: 0 auto;
}
@media (max-width: 1280px) {
.header,
.node-title,
.node-content,
.item-box {
    width: 96%;
}
}

.item-box {
    margin-bottom: 8%;
}
.item-box.borderbottom {
    padding-bottom: 8%;
    border-bottom: 4px solid black;
}

/*
** cookie popup
*/
/*
.eu-cookie-compliance-content {
    max-width: 84%;
}
.eu-cookie-compliance-more-button {
    font-size: 12px;
}
button.eu-cookie-compliance-secondary-button {
    display: inline-block;
    border: white solid 4px;
    padding: 4px 10px;
    padding-top: 6px;
    margin-left: 5px;
    text-transform: uppercase;
}
button.eu-cookie-compliance-secondary-button:hover {
    border-radius: 100px;
    transition: 0.4s;
}
button.decline-button.eu-cookie-compliance-default-button {
    background: transparent;
    color: white;
    border: none;
    text-shadow: none;
    margin-left: 12px;
    box-shadow: none;
    font-weight: normal;
font-weight: 400;
    font-size: 14px;
}
div#sliding-popup {
    padding-top: 1em;
}
.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button, .eu-cookie-compliance-save-preferences-button {
    font-family: inherit;
    letter-spacing: 0.375px;
}
*/
/*
** Klaro cookie consent overrides
*/
.klaro {
    --klaro-primary-color: #000;
    --klaro-link-color: #000;
    --klaro-link-color-hover: #000;
    --klaro-link-decoration: none;
    --klaro-link-decoration-hover: underline;
    --klaro-link-decoration-line: underline;
    --klaro-link-decoration-line-hover: underline;
    --klaro-button-bg: transparent;
    --klaro-button-text-color: #000;
    --klaro-button-border: 4px solid #000;
    --klaro-button-border-radius: 0;
    --klaro-button-padding: 4px 10px;
    --klaro-button-font-size: 16px;
    --klaro-button-font-weight: 600;
    --klaro-button-line-height: 1.25;
    --klaro-button-box-shadow: none;
    --klaro-button-bg-hover: transparent;
    --klaro-button-text-color-hover: #000;
    --klaro-button-border-hover: 4px solid #000;
    --klaro-button-focus-outline: 2px solid #000;
    --klaro-button-focus-outline-offset: 2px;
    --klaro-button-focus-box-shadow: none;
    --klaro-dialog-focus-outline: none;
    --klaro-dialog-focus-box-shadow: none;
    --font-size: 16px;
    --font-family: 'Montserrat', sans-serif;
    --title-font-family: 'Montserrat', sans-serif;
    --klaro-slider-bg: #ccc;
    --klaro-slider-bg-active: #000;
    --klaro-slider-bg-required: #000;
    --green1: #000;
    --green2: #000;
    --green3: #000;
}

.klaro .cookie-modal,
.klaro .context-notice,
.klaro .cookie-notice {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.375px;
    line-height: 1.25;
    background-color: #000 !important;
    color: #FFFFF8 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.klaro .cookie-modal {
    background-color: transparent !important;
}

.klaro .cookie-notice {
    padding: 1.5em 2em;
}

.klaro .cookie-modal .cm-modal,
.klaro .cm-modal.cm-klaro {
    background-color: #000 !important;
    color: #FFFFF8 !important;
    border: none !important;
    border-radius: 0 !important;
    max-width: 84%;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .context-notice p,
.klaro .context-notice strong {
    color: #FFFFF8 !important;
}

.klaro .cookie-modal a,
.klaro .cookie-notice a,
.klaro .context-notice a {
    color: #FFFFF8 !important;
    text-decoration: underline !important;
}

.klaro .cookie-modal a:hover,
.klaro .cookie-notice a:hover,
.klaro .context-notice a:hover {
    color: #FFFFF8 !important;
}

/* Buttons */
.klaro .cookie-modal .cm-btn,
.klaro .cookie-notice .cm-btn,
.klaro .context-notice .cm-btn,
.klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: 4px solid #FFFFF8 !important;
    color: #FFFFF8 !important;
    padding: 4px 10px !important;
    padding-top: 6px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    letter-spacing: 0.375px !important;
    transition: 0.2s !important;
    cursor: pointer !important;
}

.klaro .cookie-modal .cm-btn:hover,
.klaro .cookie-notice .cm-btn:hover,
.klaro .context-notice .cm-btn:hover,
.klaro.learn-more-as-button .cookie-notice:not(.cookie-modal-notice) a.cm-link.cn-learn-more:hover {
    border-radius: 100px !important;
    transition: 0.4s !important;
    background: transparent !important;
    color: #FFFFF8 !important;
    border: 4px solid #FFFFF8 !important;
}

/* Accept/Success button - filled style */
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-accept,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-accept,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all,
.klaro .context-notice .cm-btn.cm-btn-success {
    background-color: #FFFFF8 !important;
    color: #000 !important;
    border: 4px solid #FFFFF8 !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept:hover,
.klaro .cookie-modal .cm-btn.cm-btn-accept-all:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-accept:hover,
.klaro .cookie-notice .cm-btn.cm-btn-accept-all:hover,
.klaro .context-notice .cm-btn.cm-btn-success:hover {
    background-color: #FFFFF8 !important;
    color: #000 !important;
    border-radius: 100px !important;
}

/* Decline button - minimal style */
.klaro .cookie-modal .cm-btn.cm-btn-decline,
.klaro .cookie-notice .cm-btn.cm-btn-decline,
.klaro .context-notice .cm-btn.cm-btn-decline {
    background: transparent !important;
    border: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: none !important;
    padding: 4px 10px !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-decline:hover,
.klaro .cookie-notice .cm-btn.cm-btn-decline:hover,
.klaro .context-notice .cm-btn.cm-btn-decline:hover {
    border-radius: 0 !important;
    text-decoration: underline !important;
    border: none !important;
}

/* Modal header and footer */
.klaro .cookie-modal .cm-header {
    border-bottom: 2px solid #FFFFF8;
    padding-bottom: 1em;
}

.klaro .cookie-modal h1.title {
    color: #FFFFF8 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.klaro .cookie-modal .cm-footer {
    border-top: 2px solid #FFFFF8;
    padding-top: 1em;
}

/* Toggle switches */
.klaro .cookie-modal .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider {
    background-color: #666 !important;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider {
    background-color: #FFFFF8 !important;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
    background-color: #FFFFF8 !important;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
    background-color: #000 !important;
}

/* Service items */
.klaro .cookie-modal .cm-services li,
.klaro .cookie-modal .cm-purposes li {
    border-bottom: 1px solid #333;
}

.klaro .cookie-modal .cm-service .cm-service-title,
.klaro .cookie-modal .cm-purpose .cm-purpose-title {
    color: #FFFFF8 !important;
    font-weight: 600 !important;
}

.klaro .cookie-modal .cm-service .cm-service-description,
.klaro .cookie-modal .cm-purpose .cm-purpose-description,
.klaro .cookie-modal span.cm-opt-out,
.klaro .cookie-modal span.cm-required {
    color: #FFFFF8 !important;
    opacity: 0.8;
}

/* Close button */
.klaro .cookie-modal .hide,
.klaro .cookie-modal button.klaro-close {
    color: #FFFFF8 !important;
    background: transparent !important;
    border: none !important;
}

/* Focus states - remove box shadows */
.klaro .cm-modal.cm-klaro:focus,
.klaro .cm-modal.cm-klaro:focus-visible,
.klaro .context-notice:focus,
.klaro .context-notice:focus-visible,
.klaro .cookie-notice:focus,
.klaro .cookie-notice:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Responsive */
@media (max-width: 1280px) {
    .klaro .cookie-modal .cm-modal,
    .klaro .cm-modal.cm-klaro {
        max-width: 96%;
    }
    .klaro .cookie-modal .cm-btn,
    .klaro .cookie-notice .cm-btn,
    .klaro .context-notice .cm-btn {
        border-width: 3px !important;
        padding: 3px 8px !important;
        padding-top: 5px !important;
        font-size: 14px !important;
    }
    .klaro .cookie-modal .cm-btn.cm-btn-success,
    .klaro .cookie-notice .cm-btn.cm-btn-success,
    .klaro .cookie-modal .cm-btn.cm-btn-accept,
    .klaro .cookie-notice .cm-btn.cm-btn-accept {
        border-width: 3px !important;
    }
}

@media (max-width: 860px) {
    .klaro .cookie-notice {
        padding: 1em;
    }
    .klaro .cookie-modal .cm-btn,
    .klaro .cookie-notice .cm-btn,
    .klaro .context-notice .cm-btn {
        font-size: 12px !important;
        padding: 3px 6px !important;
        padding-top: 4px !important;
        margin: 3px !important;
    }
    .klaro .cookie-modal .cm-btn.cm-btn-decline,
    .klaro .cookie-notice .cm-btn.cm-btn-decline {
        display: block !important;
        margin-top: 10px !important;
    }
}
/* klaro fix */
.klaro .cookie-notice:not(.cookie-modal-notice) {
    width: auto;
}
/*
** header
*/
.header {
    margin: 50px auto 80px auto;
}
@media (max-width: 1280px) {
.header {
    margin: 12px auto 40px auto;
}
}

.header:after {
  content: "";
  display: table;
  clear: both;
}
.menu a, .filter-top a {
    float: left;
    display: inline-block;
    font-size: 16px;
}
.logo {
    float: left;
    width: 297px;
    height: 33px;
    margin-top: 8px;
    margin-right: 30px;
    background-image: url('../images/bldrnz_logo.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.page-node-133 .logo {
    width: 191px;
    height: 71px;
    margin-top: -10px;
    margin-right: 50px;
    background-image: url('../images/friday.png');
}
.logo a {
    display:block;
    width: 100%;
    height: 100%;
}
.page-node-133 .logo a {
    display:none;
}
.menu {
    float: left;
}
.menu a, .filter-top a {
    border: black solid 5px;
    padding: 5px 12px;
    padding-top: 7px;
    margin-left: 6px;
    text-transform: uppercase;
    font-size: 24px;

    transition: 0.2s;
}
.menu a:hover, .filter-top a:hover,
.menu a.active, .filter-top a:active {
    border-radius: 100px;
    transition: 0.4s;
}
@media (max-width: 1920px) {
.logo {
    width: 238px;
    height: 26px;
}
.page-node-133 .logo {
    width: 153px;
    height: 57px;
}
.menu a, .filter-top a {
    border: black solid 4px;
    padding: 4px 10px;
    padding-top: 6px;
    margin-left: 5px;
    font-size: 19px;
}
}
@media (max-width: 1440px) {
.logo {
    width: 181px;
    height: 20px;
}
.page-node-133 .logo {
    width: 115px;
    height: 43px;
    margin-top: -5px;
}
.menu a, .filter-top a {
    border: black solid 3px;
    padding: 4px 8px;
    padding-top: 6px;
    margin-left: 4px;
    font-size: 16px;
}
}
@media (max-width: 1280px) {
.logo {
    width: 154px;
    height: 17px;
    margin-top: 5px;
    margin-right: 16px;
}
.page-node-133 .logo {
    width: 96px;
    height: 36px;
    margin-top: -3px;
}
.menu a, .filter-top a {
    border: black solid 3px;
    padding: 3px 6px;
    padding-top: 4px;
    margin-left: 3px;
    font-size: 12px;
}
}
/*
@media (max-width: 960px) {
.logo {
    width: 117px;
    height: 13px;
    margin-top: 5px;
}
.page-node-133 .logo {
    width: 76px;
    height: 28px;
}
.menu a, .filter-top a {
    border: black solid 2px;
    padding: 2px 5px;
    padding-top: 3px;
    margin-left: 2px;
    font-size: 12px;
}
}
*/

.user,
.cart-flyout {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* margin-right: 100 px; */
    float: right;
    height: 41px;
    line-height: 41px;
}
.user a {
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
    height: 41px;
    line-height: 41px;
}
/* hide user block - no registration */
.user {
    display: none !important;
}

/* cart icon and num */
.cart-block--summary {
    display: block;
    position: relative;
    width: 41px;
    height: 41px;
    margin-right: 20px;
}
a.cart-block--link__expand {
    display: block;
    width: 100%;
    height: 100%;
}
span.cart-block--summary__count {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    border: 2px solid black;
    border-radius: 1000px;
    background-color: #FFFFF8;

    position: absolute;
    top: 14px;
    left: 16px;
}
span.cart-block--summary__icon {
    display: block;
    width: 26px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/cart.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
@media (max-width: 1280px) {
span.cart-block--summary__count {
    top: 10px;
}
span.cart-block--summary__icon {
    width: 20px;
    height: 26px;
    top: 2px;
    left: 2px;
}
}
/* cart empty */
.cart-empty-page {
    padding: 0 8%;
}
/*
** cart flyout custom
*/
.cart-offcanvas {
    padding-top: 60px;
    background-color:black;
    color:white;
}
.cart-offcanvas--right {
    width:36em;
    max-width: 80%;
    padding-left:2em;
    padding-right:2em;
    transform: translate3d(24em,0,0);
}
.cart-offcanvas table {
    width:100%;
}
.cart-block--offcanvas-contents__items {
    border-top: 2px solid white;
    margin-top: 40px;
    padding-top: 20px;
}
.cart-offcanvas tbody td {
     border-left:none;
     padding:2px 14px 2px 0;
     line-height: 1;
}
.cart-block--offcanvas-cart-table__quantity input {
    min-width: 62px;
    border: 3px solid white;
    color: white;
    padding-left: 8px;
    padding-top: 5px;
}
.cart-offcanvas tfoot td {
    padding-right: 0;
}
.cart-offcanvas tfoot .button-wrap {
    border-top:2px solid white;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-offcanvas .button-wrap button {
    border: none;
    background: transparent;
    color: white;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}
.cart-block--offcanvas-contents__links a {
    display:inline-block;
    border: white solid 4px;
    padding: 4px 10px;
    padding-top: 6px;
    margin-left: 5px;
    text-transform: uppercase;
}
.cart-block--offcanvas-contents__links a.simple-text-link {
    border: none;
    padding: 0;
    margin-left: 22px;
    text-transform: none;
    font-weight: normal;
font-weight: 400;
    font-size: 14px;
}
.cart-block--offcanvas-contents__links a:hover {
    border-radius: 100px;
    transition: 0.4s;
}
/* close button */
.cart--cart-offcanvas__close button {
    width: 31.2px;
    height: 29.1px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 26px;
    cursor:pointer;    
    background-image: url('../images/x.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* remove item button */
td.cart-block--offcanvas-cart-table__remove button {
    width: 0;
    height: 16px;
    border: none;
    outline: none;
    padding: 0;
    padding-left: 16px;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
    background-image: url('../images/x.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 860px) {
.cart--cart-offcanvas__close button {
    margin-top: 14px;
}
.cart-block--offcanvas-contents__links a.simple-text-link {
    display: block;
    margin-top: 40px;
    margin-left: 17px;
}
}
.cart--cart-offcanvas__close {
    display: inline-block;
    float: right;
}
.cart-block-title h1 {
    display: inline-block;
}
td.cart-block--offcanvas-cart-table__quantity {
    min-width: 48px;
}

/*
** mobile header, menu
*/
.mobile-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 52px;
    height: 52px;
    margin: 0;
    margin-right: 2%;
    background-image: url('../images/menu.png');
    background-position: right center;
    background-repeat: no-repeat;
    
    cursor:pointer;
/*
    background-attachment: scroll;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
*/
}
div#menuburger {
    display: none;
}
div#menucancel {
    display: none;
    background-image: url('../images/cancel.png');
}
@media screen and (max-width: 860px) {
body {
    margin-top: 65px;
}
.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 38px;
    margin: 0;
    /* margin-top: 12px; */
    margin-top: -65px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 0;
    background-color: #fffff8;
}
/*
.header::before { 
    content: "<div></div>";
    display:block;
    position:relative;
    width:100%;
    height:90px;
}
*/
.mobile-menu-on .header {
    z-index: 100;
    height: 110%;
}
.logo {
    margin-left:2%;
    z-index: 20;
}
.mobile-menu-on .logo {
    position: fixed;
    z-index: 20;
}
.mobile-menu-on .mobile-menu-button {
    position: fixed;
    top:0;
    right:0;
}
div#menuburger {
    display: block;
}
.mobile-menu-on div#menuburger {
    display: none;
}
.mobile-menu-on div#menucancel {
    display: block;
}
#menu {
    display: none;
}
.mobile-menu-on #menu {
    display: block;
}
#menu {
    float: none;
    padding: 0;
    padding-top: 60px;
    background-color: #FFFFF8;
    width: 100%;
    height: auto;
    z-index: 10;
}
.menu a {
    border: black solid 4px;
    padding: 4px 10px;
    padding-top: 6px;
    margin-left: 2%;
    font-size: 19px;

    float: none;
    display: table;
    margin-bottom: 6px;
}
.user {
    display: none;
}
.mobile-menu-on .user {
    display: block;
    position: relative;
    z-index: 20;
    float: none;
    padding-top: 40px;
    margin-left: 2%;
}
/*
.cart-flyout {
    position: relative;
    z-index: 20;
    margin-right: 52px;
}
*/
.cart-flyout {
    position: fixed;
    top: 12px;
    right: 0;
    z-index: 20;
    margin-right: 52px;
}

}

/*
** blz footer
*/
.footer {
    width: 84%;
    padding: 4% 8% 8% 8%;
    margin-top:8%;
    background-color: black;
    color: white;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (max-width: 1280px) {
.footer {
    width: 96%;
    padding: 4% 2% 8% 2%;
}
}
.footer-item {
width: 34%;
}
.footer-item.first {
width: 32%;
}
.footer-item a,
.footer-item p a {
text-decoration:none;
}

@media (max-width: 1024px) {
.footer-item {
    width: 50% !important;
    margin-bottom: 60px;
}
}
@media (max-width: 720px) {
.footer-item {
    width: 100% !important;
}
}

.footer-logo {
    width: 120px;
    height: 116px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 80px;

    background-image: url('../images/bldrnz_logo_footer.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-bottom.footer-logos {
    width: 100%;
/*
    height: 40px;
*/
    margin-top: 40px;
}
/*
.barion,
.visa,
.visa-e,
.mastercard,
.maestro,
.amex,
.szamlazzhu {
    display: inline-block;
    height: 40px;
    margin-right:8px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.barion {
    width:96.86px;
    background-image: url(../images/barion.png);
}
.visa {
    width:64px;
    background-image: url(../images/visa.png);
}
.visa-e {
    width:63.77px;
    background-image: url(../images/visa-e.png);
}
.mastercard {
    width:64.516px;
    background-image: url(../images/mastercard.png);
}
.maestro {
    width:51.28px;
    background-image: url(../images/maestro.png);
}
.amex {
    width:40px;
    background-image: url(../images/amex.png);
}
.szamlazzhu {
    width:39.735px;
    background-image: url(../images/szamlazzhu.png);
}
*/

/**
 * NODES
 */
.node-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

/*
** news 
*/
.box-50 {
    width: 50%;
}
.box-50.first {
    width: 49%;
/*
    padding-right: 0.6%;
*/
}
.box-50.last {
    width: 49%;
/*
    padding-left: 0.6%;
*/
}
@media (max-width: 860px) {
.box-50,
.box-50.first,
.box-50.last {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.box-50.first {
    margin-bottom:2%;
}
}

img {
    max-width: 100%;
    vertical-align:bottom;
}
.nodefoot {
    width: 100%;
    margin-top:6%;
    border-bottom: 4px solid black;
    clear: both;
}
.nodefoot div {
    margin-bottom:18px;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*
.nodefoot hr {
    height: 4px;
    width: 100%;
    background-color: black;
}
*/
/*
** events
*/
.page-node-type-event .box-50 {
    position: relative;
}

.box-50.has-link {
    padding-bottom: 65px;
}
a.button {
    display: block;
    position: absolute;
    bottom: 0;

    padding: 10px 16px;
    border: black 3px solid;
    text-transform: uppercase;

    transition: 0.2s;
}
a.button:hover {
    border-radius: 100px;
    transition: 0.4s;
}
.event-top,
.event-img,
.news-img,
.node-highlight,
.page-node-type-event .node-body,
.type-news .node-body,
.type-event .node-body {
/*
    width: 49.4%;
*/
    width: 49%;
}
.event-top,
.node-highlight {
    order: -1; 
}
.node-highlight,
.page-node-type-event .node-body,
.type-news .node-body,
.type-event .node-body {
/*
    margin-left:1.2%;
*/
}
.node-highlight.empty-field {
    margin-bottom: 0 !important;
}

.page-node-type-event .node-body,
.type-news .node-body,
.type-event .node-body {
    position: relative;
    padding-bottom: 60px;
}

.type-event h1 {
    order: -5; 
}
/* use table ! in ckeditor
.inner-twocol {
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}
*/
@media (max-width: 1024px) {
.event-top,
.event-img,
.news-img,
.node-highlight,
.page-node-type-event .node-body,
.type-news .node-body,
.type-event .node-body {
    width: 100%;
}
.node-highlight,
.page-node-type-event
.node-body,
.type-news .node-body,
.type-event .node-body {
    margin-left: 0;
}
.news-img,
.event-img {
    margin-bottom: 2%;
}
}


/*
** dj
*/
.page-node-type-dj .node-title,
.page-node-type-dj .node-content {
    width:100%;
    padding:0;
    margin:0;
}
.page-node-type-dj .node-content {
    background-color: black;
}
.box-50 img {
    width:100%;
    height:auto;
}
.box-50.right-col {
/*
    width: 40.8%;
    padding-left: 1.2%;
    padding-right: 8%;
*/
    width: 40%;
    background-color:black;
    color:white;
}
.embed-content iframe {
    width: 100%;
    height: 25vw;
}
@media (max-width: 860px) {
.box-50.right-col {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
.embed-content iframe {
    height: 50vw;
}
}
.box-50.right-col .text {
    padding-top:30px;
}
.page-node-type-dj .footer {
    margin-top:0;
}

.social {
    margin-top: 50px;
}
.social a {
    display: inline-block;
    height: 45px;
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right:8px;
}
.facebook {
    width:22px;
    background-image: url('../images/facebook.png');
}
.tiktok {
    width:35px;
    background-image: url('../images/tiktok.png');
}
.youtube {
    width:42px;
    background-image: url('../images/youtube.png');
}
.spotify {
    width:41px;
    background-image: url('../images/spotify.png');
}
.soundcloud {
    width:69px;
    background-image: url('../images/soundcloud.png');
}
.mixcloud {
    width:57px;
    background-image: url('../images/mixcloud.png');
}
.twitter {
    width:46px;
    background-image: url('../images/twitter.png');
}
.instagram {
    width:45px;
    background-image: url('../images/instagram.png');
}

/*
** dj list
*/
.dj_list .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}
.dj_list .item-list a {
    width: 32%;
/*
    width: 33.3333%;
    float: left;
*/
    font-size: 1.75em;
    margin-bottom: 0.875em;
    font-weight: normal;

font-weight: 600;
}
.dj_list .item-list a:hover {
    text-decoration: underline;
}
.dj_list.item-box:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 860px) {
.dj_list .item-list a {
    width: 49%;
}
}
@media (max-width: 600px) {
.dj_list .item-list a {
    width: 100%;
}
}
/*
** table 2 col
*/
/*
table {
    width: 100%;
}
*/

table,
table td,
table tr,
table tbody,
table tfoot {
    padding: 0;
    margin: 0;
    outline: 0;
    border-spacing: 0;
}
table td {
    padding-right: 8px;
}
/*
table td:nth-child(2n) {
    padding-right: 30px;
}
*/

/*
** layouts
*/
.itembox-adminbutton {
    width: 100%;
}
.custom-admin .itembox-adminbutton,
.custom-admin a {
    display:inline-block;
    width: auto;
}
.custom-admin a {
    padding: 3px 6px 3px 0px;
    margin: 2px 0;
}
/*
** product reference layout
*/
.productreference {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
/*
    width: 85.7143%;
    margin: 0 6.2857% 8% 8%;
*/
}
.productreference .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2%;
}
.productreference .f-listitem {
/*
    width: 15.1666%;
    float: left;
    margin-right:1.8%;
    margin-bottom: 0;
*/
    max-width: 15vw;
}
/*
.item-box.productreference:after {
  content: "";
  display: table;
  clear: both;
}
*/
.productreference .f-listitem:last-of-type {
    margin-right:0;
}
.productreference .f-title {
    font-size: 1.25em;
    width: 100%;
}
.productreference .f-img img {
    width: 100%;
}
@media (max-width: 1280px) {
.item-box.productreference {
    margin: 0 auto;
    margin-bottom:6%;
    width: 96%;
}
.productreference .inner {
    flex-wrap: wrap;
}
.productreference .f-listitem {
/*
    width: 32.3333%;
    margin-right:1%;
*/
    max-width: 32%;
}
.productreference .f-listitem:last-of-type {
/*
    margin-right:1%;
*/
}
}

@media (max-width: 860px) {
.productreference .f-listitem {
    max-width: 49%;
}
}
@media (max-width: 560px) {
.productreference .f-listitem {
    max-width: 100%;
/*
    margin-right:0;
*/
}
.productreference .f-listitem:last-of-type {
/*
    margin-right:0;
*/
}
}
.productreference .ref-text {
    width: 100%;
    padding-top: 20px;
    clear: both;
    text-align: center;
}
.productreference .ref-text h2 a {
    border: black solid 4px;
    padding: 4px 10px;
    padding-top: 6px;
    display: inline-block;
    transition: 0.2s;
}
.productreference .ref-text h2 a:hover,
.productreference .ref-text h2 a:active {
    border-radius: 100px;
    transition: 0.4s;
}
/*
** list area
*/
/*
** list1, list2
*/
.item-box.listarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
/*
    width: 85.7143%;
    margin: 0 6.2857% 8% 8%;
*/
    gap: 2%;
}
@media (max-width: 1280px) {
.item-box.listarea {
    margin: 0 auto;
    margin-bottom:6%;
    width: 96%;
}
}

.item-box.listarea.borderbottom {
    padding-bottom: 2%;
}
.item-box.listarea.list1 .item-container {
    width: 50%;
    width: 48%;
    width: 49%;
/*
    margin-right: 2%;
*/
    margin-bottom: 6%;
}
@media (max-width: 860px) {
.item-box.listarea.list1 .item-container {
    margin: 0 auto;
    margin-bottom:8%;
    width: 96%;
}
}

.item-box.listarea.list1 .item-container.type-event {
    position:relative;
    padding-bottom: 60px;
}
.item-box.listarea.list1 .item-container h1,
.item-box.listarea.list2 .item-container h1 {
    font-size: 1.75em;
}
@media (max-width: 860px) {
.item-box.listarea.list1 .item-container h1,
.item-box.listarea.list2 .item-container h1 {
    font-size: 1.5em;
}
}
/*
.item-box.listarea.list1 .item-container:nth-child(2n) {
    margin-right: 0;
}
*/
/*
.item-box.listarea.list1 .item-container:nth-child(2n) img {
    border-radius: 10000px;
}
*/
.item-box.listarea.list2 .item-container {
    width: 32%;
/*
    width: 33.3333%;
    width: 31.3333%;
    margin-right: 2%;
*/
    margin-bottom: 4%;
}
@media (max-width: 1280px) {
.item-box.listarea.list2 .item-container {
    width: 49%;
}
}
@media (max-width: 640px) {
.item-box.listarea.list2 .item-container {
    width: 100%;
}
}

.item-box.listarea.list2.borderbottom {
    padding-bottom: 4%;
}
.item-box.listarea.list2 .item-container {
    margin-bottom: 4%;
}
/*
.item-box.listarea.list2 .item-container:nth-child(3n) {
    margin-right: 0;
}
*/
/*
.item-box.listarea.list2 .item-container:nth-child(3n-1) img {
    border-radius: 10000px;
}
*/
/* product */
.item-box.listarea .item-container a .product-img {
    text-align: center;
}
.item-box.listarea.list2 .item-container a img {
/*
    max-height: 20vw;
*/
    display: inline-block;
}
/* event */
.item-box.listarea.list2 a.button {
    display: inline-block;
    position: static;
    margin-top: 12px;
    
    background-color:black;
    color:#FFFFF8;
    border-radius: 100px;
}
@media (max-width: 860px) {
.item-box.listarea.list2 a.button {
    display: table-caption;
}
}


/*
.item-box.listarea .item-container a {
    text-align: center;
}
.item-box.listarea .item-container a h1,
.item-box.listarea .item-container a .text {
    text-align: left;
}
*/

/*
** highlight
** list3
*/
.date {
}
.page-node-type-event .node-highlight,
.location {
    margin-bottom: 20px;
}
.text table {
    margin-bottom: 12px;
}
.item-box.listarea.list3 {
    width: 84%;
    margin: 0 8% 8% 8%;
}
@media (max-width: 1280px) {
.item-box.listarea.list3 {
    width: 96%;
    margin: 0 auto 6% auto;
}
}

.item-box.listarea.list3.borderbottom {
    padding-bottom: 8%;
}
.item-box.listarea.list3 .item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
    /* 2026 fix */
    width: 100%;
}
.item-box.listarea.list3 .item-container h1 {
    width: 100%;
    margin-top:0;
}
.item-box.listarea.list3 .box-50 {
    position:relative;
}
/*
.item-box.listarea.list3 .text {
    padding-bottom:70px;
}
*/
/*
** dev
*/
.red {
background-color:red;
}

/*
** op admin etc.
*/
.op-admin-buttons {
    position: fixed;
    top: 140px;
    right: 30px;
    z-index: 2000;
}
.op-admin-buttons div,
.op-admin-buttons ul,
.op-admin-buttons li {
    padding:0;
    margin:0;
}
.op-admin-buttons li {
    display:inline-block;
}

.client-admin-buttons {
    position: fixed;
    top: 112px;
    right: 30px;
    z-index: 2000;
}
.client-admin-buttons a {
    display: inline-block;
    background: green;
    color: white;
    padding: 3px 6px;
    margin-top: 2px;
    cursor: pointer;
}

/*
** box admin buttons
*/
.op-admin-buttons a,
.itembox-adminbutton a,
.itembox-helptext {
    display:inline-block;
    padding:3px 6px 3px 0px;
    margin-top:2px;
    cursor: pointer;
}
.itembox-adminbutton a,
.itembox-helptext {
    margin-bottom:2px;
}
.itembox-helptext {
    margin-left: 5px;
}


/**
 * admin lines
 */
.admin-lines-on .downloads,
.admin-lines-on .custom-box,
.admin-lines-on .menu,
.admin-lines-on .item-box {
    border: 3px solid red;
}
.admin-lines-on .downloads {
    box-sizing: border-box;
}
.itembox-helptext {
    display:none;
}
.admin-lines-on .itembox-helptext {
    display: inline-block;
}
.op-admin-buttons a,
.admin-lines-on .admin-button a,
.itembox-helptext {
    background:green;
    color:white;
    padding:3px 6px;
}

.admin-off .op-admin-buttons,
.admin-off .admin-button,
.admin-off .client-admin-buttons a {
    display: none;
}
.admin-off .client-admin-buttons {
    height: 24px;
    width: 24px;
    background-color: green;
    border-radius: 100px;
    cursor: pointer;
}

/*
** product view
*/
/*
.path-product .item-box:after {
  content: "";
  display: table;
  clear: both;
}
*/
.path-product .item-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 16%;
}
.path-product .box-33 {
    width: 32%;
    box-sizing: border-box;
/*
    width: 31.3333%;
    float: left;
    margin-right:2%;
*/
}
@media (max-width: 1440px) {
.path-product .box-33 {
    width: 49%;
}
}
@media (max-width: 860px) {
.path-product .box-33 {
    width: 100%;
/*
    margin-right:0;
*/
}
}

.path-product .node-title {
}
/*
** flexslider (in commerce product theme)
*/

.flexslider {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
li.flex-active-slide,
.flexslider div.imgopt,
ul.slides {
    display:block;
    width: 100%;
/*
    height: 100% !important;
*/
}
body.gallery-on li.flex-active-slide,
body.gallery-on .flexslider div.imgopt,
body.gallery-on ul.slides {
    height: 100% !important;
}

.flex-viewport {
    height: 100%;
}

/*
** slider
*/
div#slider {
    width: 100%;
    height: 42vw;
}
@media (max-width: 860px) {
div#slider {
    width: 100%;
    height: 100vw;
}
}
div#slider img,
div#slider .imgopt {
    cursor:pointer;
}
div#slider img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/*
** carousel / thumbs
*/
/*
div#carousel {
    width: 100%;
    height: 13.2vw;
}
*/
@media (max-width: 1440px) {
div#carousel {
    height: 22vw;
}
}
@media (max-width: 860px) {
div#carousel {
    height: 40vw;
    margin-top: 40px;
}
}
div#carousel li {
/*
    margin-right: 10px !important;
*/
    cursor:pointer;
    height: 100%;
}
body.gallery-on {
    overflow:hidden;
}
body.gallery-on div#slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color:#FFFFF8;
}
body.gallery-on div#slider ul.slides li {
    display: flex !important;
    align-items: center; 
    justify-content: center;

    height: 100%;
}
div#slider ul.flex-direction-nav {
    display: none !important;
}
body.gallery-on div#slider ul.flex-direction-nav {
    display: block !important;
}
/* optional logo on gallery */
.gallery-on .logo {
    position: fixed;
    z-index: 2000;
    top: 10px;
    left: 20px;
}
.gallery-on .logo a {
    display:none;
}
/* optional thumbs in gallery */
body.gallery-on div#slider {
    width: 80% !important;
}
body.gallery-on div#carousel {
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 1000;
    background-color: #FFFFF8;
    overflow-y: auto;
}
body.gallery-on div#carousel ul.flex-direction-nav {
    display: none !important;
}
body.gallery-on .flex-viewport,
body.gallery-on ul.slides {
    overflow: visible !important;
    width: 100% !important;
    /* height: 100%; */
}
body.gallery-on ul.slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    transform: none !important;
}
body.gallery-on div#carousel li {
    width: 50% !important;
    float: none !important;
}
div.gallery-cancel {
    display: none;

    background-image: url('../images/x_b.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    margin: 20px;
    cursor: pointer;
}
body.gallery-on div.gallery-cancel {
    display: block;
}
/*
** prod img mobile
*/
.prod-img-static {
    display: none;
}
.prod-img-static img {
    height: auto;
    margin-bottom: 24px;
}
@media (max-width: 860px) {
.prod-img-static {
    display: block;
}
div#slider,
div#carousel {
    display: none;
}
.path-product .body {
    padding-top: 20px;
}
}

/* dev
- resize images, opt to container size
- add gallery-on class by clicking on the image (div)
- remove gallery-on class by clicking X or esc or click on img (?)
*/
/*
div.imgopt {
    width: 384px !important;
    height: 583px !important;
}
*/
.node-title {
    padding-bottom: 2em;
}
.body {
    padding-top: 60px;
}
.path-product .price {
    font-size: 32px;
    padding-top: 60px;
}
.path-product .item-box {
    margin-bottom: 16%;
}
div#sizechart {
    display: inline-block;
    display:none;
    margin-top: 20px;
    text-decoration: underline;
    cursor:pointer;
}
.size-chart-image {
    display: none;
}
.shizechart-on .size-chart-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color:#FFFFF8;
    text-align: center;
    cursor:pointer;
}
.size-chart-image .img-helper{
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    line-height: 0;
}
.size-chart-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/* optional logo on sizechart */
.shizechart-on .logo {
    position: fixed;
    z-index: 2000;
    top: 10px;
    left: 20px;
}
.shizechart-on .logo a {
    display:none;
}

.chart-img {
    width: 100%;
    height: 50%;
    padding-top: 50px;
    box-sizing: border-box;
}
.chart-txt table {
    margin: 16px auto;
    width: 500px;
    max-width: 96%;
    border-left: 2px solid black;
    border-top: 2px solid black;
}

.chart-txt table td {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    padding: 3px;
}

.chart-txt p {
    width: 500px;
    max-width: 96%;
    margin: 0 auto;
}

/*dev
transliterate filenames
https://www.drupal.org/project/transliterate_filenames
js
add behavior to #sizechart div
- body class
- define in css - like gallery with one elem
*/

.product-variations {
    position:relative; 
    margin-top: 20px;
    padding-top: 20px;
}
/* ajax throbber fix */
.product-variations .ajax-progress {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    font-size:12px;
}
.product-variations div.throbber {
    display:none !important;
}
.product-variations .ajax-progress-throbber .message {
    margin:0;
    padding:2px 0;
}
/* dirty - hide attribute label */
.product-variations legend {
    display: none !important;
}

.product-variations label.option {
    width: auto;
    min-width: 40px;
    padding: 0 5px;

    height: 40px;
    border: black solid 4px;
    line-height:40px;
    text-align:center;
    font-size: 20px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor:pointer;

    transition: 0.2s;
}
.product-variations label.option:hover {
    border-radius: 100px;
    transition: 0.4s;
}

.product-variations .product--rendered-attribute__selected ~ label.option {
/*
    border: black solid 4px;
    padding: 10px 12px;

    padding: 4px;
    padding-top: 6px;

    font-size: 19px;
    margin-right: 5px;
*/
    border: black solid 4px;
    color:#FFFFF8;
    border-radius:1000px;
    background-color:#000;
}
.product-variations .product--rendered-attribute .form-item {
    margin: 0;
}
.product-variations .fieldgroup {
    padding: 0;
    border-width: 0;
    margin: 0;
}

.product-variations .button--add-to-cart {
    background: transparent;
    border: black solid 4px;
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    cursor:pointer;

    transition: 0.2s;
}
.product-variations .button--add-to-cart:hover {
    border-radius: 100px;
    transition: 0.4s;
}

/*
** drupal message
*/
.drupal-status-messages-wrapper {
    display:inline-block;
    margin: 0 8%;
    margin-bottom: 40px;
    padding: 20px;
    background: black;
    color: white;
}
@media (max-width: 1280px) {
.drupal-status-messages-wrapper {
    margin: 0 2%;
}
}
.drupal-status-messages-wrapper a {
    display: inline;
    text-decoration:underline;
}

/*
** cart
*/
.cart.cart-form {
    padding: 0 8%;
    padding-top: 40px;
}
.cart table {
    width: 100%;
}
.cart table td {
    text-align: right;
}
.cart table thead th,
.cart table td.views-field-title,
.cart table td.views-field-field-product-image,
.cart table td.views-field-name {
    text-align: left;
}
td .form-item {
    margin-bottom:0;
}
.order-total-line {
    margin-top: 8px;
}
/**
 * product filter redesign flex only
 */ 
.product-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
    gap: 2%;
    align-items: baseline;
}

@media (max-width: 1280px) {
.product-filter {
    width: 96%;
}
}
.filter-top {
    width: 100%;
    margin: 40px 0 60px 0;
}
a.f-listitem {
/*
    width: 25%;
*/
/*
    width: 23.5%;
*/
    margin-bottom: 80px;
}
.product-filter a.f-listitem {
    width: 23.5%;
}

@media (max-width: 960px) {
.product-filter a.f-listitem,
a.f-listitem {
/*
    width: 33.3333%;
*/
    width: 32%;
    margin-bottom: 70px;
}
}
@media (max-width: 860px) {
.product-filter a.f-listitem,
a.f-listitem {
/*
    width: 50%;
*/
    width: 49%;
    margin-bottom: 40px;
}
}

.f-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
/*
    width: 80%;
*/
    margin-bottom: 26px;
}
.f-title {
    width: 85%;
    font-size: 22px;
    margin-bottom: 16px;
}
@media (max-width: 1280px) {
.f-img img,
.f-title {
    width: 90%;
    font-size: 20px;
}
}
@media (max-width: 860px) {
.f-img img,
.f-title {
    width: 96%;
    font-size: 18px;
}
}

.filter-top .js-form-item {
    display: inline-block;
}
.filter-top .js-form-item label {
    display: none;
}
.filter-top .js-form-item ul {
    margin: 0;
    padding: 0;
}
.filter-top .js-form-item ul li {
    display: inline-block;
}
.filter-top .js-form-item ul li a {
    text-transform: uppercase;
}

/* filter buttons */
.filter-top a {
    margin: 0 5px 0 0;
}
.filter-top a.bef-link--selected {
    background-color:#000;
    color:#FFFFF8;
    border-radius: 100px;
}

/*
** op cover
*/
.cover.imgopt.landscape {
margin-top: -170px;
/*
    position: relative;
    z-index: -1;
    width: 100%;
    top: -170px;
*/
}

/*
** cart and checkout inputs, buttons and fieldsets
*/
.cart table tr td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.form-wrapper input.form-submit,
.form-item input.form-number,
input.delete-order-item {
    width: auto;

    background: transparent;
    border: black solid 4px;
    padding: 10px 14px 8px 14px;
    text-transform: uppercase;
}
input.delete-order-item,
.form-wrapper input.form-submit {
/*
    margin-top: 20px;
*/
    cursor: pointer;
    transition: 0.2s;
}
input.delete-order-item {
    display: inline-block;

    font-size: 14px;
    line-height: 20px;
    border: black solid 3px;
    padding: 6px 12px;
}
.form-item input.form-number {
    font-size: 16px;
    line-height: 20px;
    border: black solid 3px;
    padding: 6px 12px;
}
.form-wrapper input.button--add-to-cart,
#edit-checkout, #edit-submit {
    font-size: 20px;
    padding: 10px 16px;
}
input.delete-order-item:hover,
.form-wrapper input.form-submit:hover {
    border-radius: 100px;
    transition: 0.4s;
}
.form-wrapper input[data-drupal-selector=edit-actions-next],
#edit-actions-next,
#edit-checkout {
    border: 6px solid black;
    font-weight:bold;
}
.path-checkout .link--previous,
#edit-actions a {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 14px;
    border: 3px solid black;
}
#edit-actions a:hover {
    border-radius: 100px;
    transition: 0.4s;
}
.cart div#edit-actions {
    direction: rtl;
    text-align: left;
}
.order-total-line__total {
    border-top: 4px solid black;
    display: inline-block;
/*
    position: absolute;
    bottom: 0;
    right: 0;
*/
}
span.order-total-line-label {
    margin-right: 8px;
}

/* cart total */
div [data-drupal-selector=order-total-summary] {
    position: relative;
    padding-bottom: 34px;
    text-align: right;
}

fieldset {
    border: none;
    position: static;
    top: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    margin: 0;
    padding: 0;
/*
    padding-bottom: 60px;
*/
}
fieldset legend {
    position: static;
    background: transparent;
/*
    padding: 20px 10px 20px 0;
*/
    font-size: 1.5em;
    line-height: inherit;
    text-indent: 0;
    text-shadow: none;
    border: none;
/*
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    border-radius: 0;
*/
    box-sizing: border-box;
    text-transform: uppercase;
}
fieldset fieldset legend {
/*
    padding-top: 40px;
*/
}
legend span a {
    display: inline-block;
    font-size: 0.75em;
}
/* login or guest */
#edit-login-returning-customer a {
    margin-top:12px;
}
.checkout-pane-login,
div#edit-completion-register {
    max-width: 640px;
}

/* shipping, billing */
.form-wrapper {
    display: block !important;
    margin: 0;
    width: 100%;
/*
    margin: 0 0 20px 0;
*/
}
.form-wrapper label {
    display: block;
    width: 100%;
}
.form-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    background-color: transparent;
    border: 3px solid black;
}

.path-checkout .form-wrapper .js-form-type-radio input,
.path-checkout .form-wrapper .js-form-type-radio label,
.path-checkout .form-wrapper .js-form-type-checkbox input,
.path-checkout .form-wrapper .js-form-type-checkbox label {
    width: auto;
    display: inline-block;
}
/* fix */
.path-checkout .visually-hidden {
    width: 1px !important;
}
/* checkout review summary */
.layout-region-checkout-secondary h3 {
    font-size: 1.5em;
    line-height: inherit;
    text-indent: 0;
    text-shadow: none;
    border: none;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.25;
    letter-spacing: 0.375px;
}
@media (max-width: 860px) {
.layout-region-checkout-secondary h3 {
    font-size: 1.25em;
}
}
/* checkout custom field */
.button-wrap-consent {
    position: relative;
    display: inline-block;
}
.button-consent-over {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}
.consent-submitted .button-consent-over {
    display: none;
}

#edit-review-order-fieldscheckout {
    display: none !important;
}

/* margins */
fieldset {
    margin-bottom: 40px !important;
}
fieldset.product--rendered-attribute {
    margin-bottom: 20px !important;
}
fieldset fieldset {
    margin-bottom: 0 !important;
}
fieldset .form-wrapper {
    margin-bottom: 20px;
}
fieldset .form-wrapper .form-wrapper {
    margin-bottom: 0;
}
legend {
    margin-bottom: 16px;
}

form.commerce-checkout-flow {
    margin: 0 auto;
    width: 84%;
}
.form-item-sidebar-coupon-redemption-form-code {
    padding: 20px 0 8px 0;
}

/* stripe form */
div#card-number-element,
div#expiration-element,
div#security-code-element {
    border: 3px solid black;
}

/**
 * list area as grid
 */
.item-box.listarea.list2 .item-container {
    box-sizing: border-box;
    display: grid;
    grid-template-rows: 1fr auto;
}

/**
 * gallery
 */
.y-wrap {
    margin: 0 auto;
    width: 84%;
}
.y-title {
    border-bottom: black solid 4px;
    padding: 20px 10px;
    padding-top: 30px;
    font-size: 1.75em;

    cursor: pointer;
}
.y-content {
    overflow: hidden;
    height: 0;
    padding: 0;
}
.open .y-content {
    padding: 32px 0;
    height: auto;
}
a.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 1.25em;
    padding: 12px 0;
}
a.gallery:hover {
    text-decoration: underline;
}
a.gallery div {
    box-sizing: border-box;
    width: 33.3333%;
}
.g-item.gallery-title {
    padding-left: 12px;
}
.g-item.gallery-location {
    text-align: center;
}
.g-item.gallery-date {
    text-align: right;
}

/**
 * gallery node
 */
.gallery-text,
.gallery-archive h1 {
    margin: 0 auto;
    width: 84%;
}
.gallery-imgs {
    margin: 0;
    margin-left: 8%;
    width: 84.28%;
}
.gallery-text h1 {
    width: 100%;
    text-transform: uppercase;
}
.gallery-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.gallery-details {
    width: 33.3333%;
}
.gallery-body {
    width: 66.6666%;
}

.gallery-archive h1 {
    padding: 120px 0 40px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8125em;
}

/**
 * gallery img
 */
.page-node-type-gallery div#slider {
    /* display: none; */
    overflow: hidden;
    height: 0;
}
.page-node-type-gallery .flex-viewport {
    max-height: none;
}
body.gallery-on.page-node-type-gallery div#carousel li {
    width: 49% !important;
    margin-left: 1% !important;
    margin-right: 0 !important;
    margin-bottom: 0.2vw;
}
body.gallery-on.page-node-type-gallery div#slider img {
    max-width: 80%;
    max-height: 80%;
}
body.page-node-type-gallery.gallery-on div#slider {
    /* display: none; */
    overflow: visible;
}

body.page-node-type-gallery.gallery-on div#slider ul.slides {
    align-items: center;
    height: 100% !important;
}
body.page-node-type-gallery.gallery-on div#slider ul.slides li {
    align-self: center
}
.page-node-type-gallery div#carousel img {
    max-width: 100%;
    max-height: 100%;
}
.page-node-type-gallery div#carousel li {
    float: none !important;
    width: 33% !important;
    margin-left: 0 !important;
    margin-right: 0.3333% !important;
    margin-bottom: 0.28vw;
}
.page-node-type-gallery ul.slides {
    width: 100% !important;
    transform: none !important;
}
.page-node-type-gallery div#carousel {
    height: auto;
}
.page-node-type-gallery .flex-viewport ul.slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.page-node-type-gallery div#carousel ul.flex-direction-nav {
    display: none;
}

/**
 * checkout / shipping - pick up in person
 */
fieldset.checkout-pane-shipping-information .fieldset-wrapper {
    display: flex !important;
    flex-direction: column;
}

div[data-drupal-selector=edit-shipping-information-shipments] {
    order: -1;
}

input[data-drupal-selector=edit-shipping-information-recalculate-shipping] {
    display: none;
}

.checkout-pane-shipping-information .ajax-progress-throbber {
    display: none;
}

.checkout-pane-shipping-information input:disabled {
    margin:0;
}

/**
 * dev
 */
.hidden-box {
    display: none !important;
}

/**
 * Sale
 */
/* product node */
.original-price {
    text-decoration: line-through;
    font-size: 0.75em;
}
.product-sku-id,
.sale-percent,
.sale-desc {
    margin-bottom: 12px;
}
/* sale on shop page */
a.f-listitem {
    position: relative;
}
a.f-listitem .sale {
    position: absolute;
    top: 0;
    right: 6px;
    color: white;
    background: red;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase;
}
/* checkout summary */
#edit-sidebar-order-summary-summary table.cols-0 {
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 6px 0 6px 6px;
}
#edit-sidebar-order-summary-summary td.views-field.views-field-total-price__number {
    padding: 0 10px;
    text-align: right;
}

/* events list */
.listevents nav {
    width: 100%;
}

.listevents nav ul {
    text-align: center;
    padding: 0;
}
.listevents nav ul li {
    display: inline-block;
    margin: 0 12px;
}

/* 2026-update */
.product-variations .form-item-disabled label.option:hover {
    border-radius: 0;
}
.product-variations .form-item-disabled {
    label.option {
/*
    text-decoration: line-through;
*/
    cursor: not-allowed;
    position: relative;
}
/* common line styling */
label::before,
label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;          /* line thickness */
  background: #000;     /* line color */
  transform-origin: center;
}
/* first diagonal */
label::before {
  transform: translateY(-40%) rotate(45deg);
}

/* second diagonal */
label::after {
  transform: translateY(-40%) rotate(-45deg);
}
}
/* slick slider fix */
#carousel .slick-list.draggable {
    padding: 0 !important;
}
#carousel .slick-track {
    width: 100% !important;
    transform: none !important;
}

/* carousel grid layout - 3 columns */
#carousel .slick-list {
    width: 100%;
}
#carousel .slick-track {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
#carousel .slick-slide {
    width: calc(33.333% - 7px) !important;
    height: auto;
    display: block;
    cursor: pointer;

    height: 100%;
    object-fit: cover;
}
body.gallery-on #carousel .slick-slide {
    width: calc(50% - 5px) !important;
}
/* slick slideshow */
#slider .slick-list {
    width: 100%;
    height: 100%;
}
#slider .slick-track {
    width: 100% !important;
    height: 100%;
    position: relative;
}
div#slider img {
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: auto;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
}
body.gallery-on div#slider img {
    width: auto !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
button.slick-arrow {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    
    position: absolute;
    top: calc(50% - 25px);
    left: 2.5vw;
    z-index: 100;
    
    font-size: 0;
    line-height: 0;

    display: none !important;
}
body.gallery-on button.slick-arrow {
    display: block !important;
}

button.slick-arrow::before,
button.slick-arrow::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #000;
    left: 15px;
}

button.slick-arrow::before {
    top: 25px;
    transform-origin: left center;
    transform: rotate(-45deg);
}

button.slick-arrow::after {
    top: 24px;
    transform-origin: left center;
    transform: rotate(45deg);
}

button.slick-arrow.slick-next {
    left: auto;
    right: 2.5vw;
}

button.slick-arrow.slick-next::before,
button.slick-arrow.slick-next::after {
    left: auto;
    right: 15px;
    transform-origin: right center;
}

button.slick-arrow.slick-next::before {
    transform: rotate(45deg);
}

button.slick-arrow.slick-next::after {
    transform: rotate(-45deg);
}

/* theme fix */
div#drupal-live-announce {
    display: none;
}

/* show cookie */
#cookieSettings {
    cursor: pointer;
}
.klaro button.cm-btn.cm-btn-danger.cn-decline {
    opacity: .5;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    display: flex;
    flex-flow: column;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    display: flex;
    flex-direction: row-reverse;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
    display: flex;
    flex-flow: row-reverse;
    justify-content: start;
    gap: 16px;
}
.klaro p.purposes {
    display: none;
}
.klaro li.cm-service {
    padding-bottom: 8px;
}
.klaro .cookie-modal .cm-list-description {
    padding: 0;
    font-size: .675em;
}

/* out of stock message */
.commerce-stock-variation-filter--out-of-stock.messages.messages--warning {
    display: none;
}

/* smoooth load gallery and image */
