:root {
    --dark: #0a0a0b;
    --dark-alt: #1D1D20;
    --grey: #58585B;
    --grey-light: #9B9B9D;
    --grey-lighter: #D9D9D9;
    --light: #FBFBFF;
    --accent: #ED461D;
    --accent-light: #F16B4A;
    --accent-lighter: #F49077;
    --accent-alt-1: #657ED4;
    --accent-alt-2: #B7CECE;
    --accent-capscases: #181D4B;
    --colour-kraft: #c4a880;

    --drop-shadow: rgba(237, 70, 29, 0.1) 0px 6px 12px -2px, rgba(0, 0, 0, 0.5) 0px 3px 7px -3px;

    --font1: "roc-grotesk-variable", "Roboto Flex", sans-serif;

    --marginlr: max(10em, calc((100vw - 1920px)/2));
    --margintb: 3em;

    --maxwidth: 1920px;
    --minwidth: 200px;

    --scrollbarwidth: 8px;
}

html {
  font-size: 62.5%;
}

html ::-webkit-scrollbar {
  width: var(--scrollbarwidth);
  height: var(--scrollbarwidth);
}
html ::-webkit-scrollbar-track {
  background: var(--light);
}
html ::-webkit-scrollbar-thumb {
  background: var(--dark);
  border-radius: 10em;
}
html ::-webkit-scrollbar-thumb:hover {
  background: var(--light);
  border: var(--dark) 2px solid;
}
html ::-webkit-scrollbar-corner {
  background: var(--light);
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

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

/* 1. Roc Grotesk  */
/* @font-face {
    font-family: 'Roc Grotesk';
    src: url('../fonts/rocgroteskcond-regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
   */
  /* 2. Medium variants */
  /* @font-face {
    font-family: 'Roc Grotesk';
    src: url('../fonts/rocgroteskcomp-medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  } */
  /* 2. Bold/Italic variants (if you have them) */
  /* @font-face {
    font-family: 'Roc Grotesk';
    src: url('../fonts/rocgroteskcomp-bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  } */

body {
    width: 100vw;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: var(--font1);
    background-color: var(--light);

    cursor: url(https://thiswayuppkg.co.uk/components/com_jshopping/files//TWU-LOGO-CURSOR.svg) 23 25, auto;
}
body h1 {
    font-family: var(--font1);
    font-size: 5.4rem;
    line-height: 6.6rem;
    font-variation-settings: "wdth" 125, "wght" 800;
    color: var(--dark);
    text-transform: uppercase;
    margin: 0;
}
body h2 {
    font-family: var(--font1);
    font-size: 3.4rem;
    line-height: 4.6rem;
    font-variation-settings: "wdth" 125, "wght" 700;
    color: var(--dark);
    margin: 0;
}
body h3 {
    font-family: var(--font1);
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
}
body h4 {
    font-family: var(--font1);
    font-size: 2.0rem;
    line-height: 2.8rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
}
body h5 {
    font-family: var(--font1);
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
}
body h6 {
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
}
body p {
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-variation-settings: "wdth" 100, "wght" 400;
    color: var(--dark);
    margin: 0;
}
ol, ul {
    font-size: 1.2rem;
    /* padding-top: 1em; */
    /* margin-left: 1em; */
}
body ::-moz-selection {
    background: var(--accent);
}
body ::selection {
    background: var(--accent);
}

.body-strong {
    font-variation-settings: "wdth" 100, "wght" 700;
}
  
body, input, select {
    font-family: "roc-grotesk-variable", "Roboto Flex", sans-serif;
    font-weight: 400;
}

.nav-tabs a,
a {
    color: var(--font-color-links);
}

.nav-tabs a:hover,
a:hover, a:focus, a:active {
    color: var(--higlight-color);
}

.container {
    padding: 0 !important;
}

/* Full screen menu/nav */
.offcanvas-menu {
    height: 100vh;
    width: 100vw !important;
    overflow: hidden;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .header-modules {
    display: none !important;
}

.offcanvas-menu ul {
    margin: 0;
    padding: 0;
}

.offcanvas-menu ul li {
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-variation-settings: "wdth" 125, "wght" 700;
    color: var(--dark);
    margin: 0;
    padding: 0;
}

/* .offcanvas-menu .item-580 {
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    gap: 1em;
    align-items: center;
    cursor: pointer;
} */

/* .offcanvas-menu .menu-child {
    gap: 1rem !important;
} */

.offcanvas-menu .menu-child li {
    font-family: var(--font1);
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
    padding: 0;
}

/* .offcanvas-menu .arrow-icon::before {
    height: 1.4em;
    fill: none;
    stroke: var(--light);
    stroke-width: 0.15em;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
    padding: 0.5em;
} */

/*General Header*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }

    .sppb-container {
        max-width: 1280px
    }

    body.helix-ultimate .sppb-row-container {
        max-width: 1280px;
    }

    /* .sppb-row-container {
        width: 1270px;
    } */
}

#sp-logo .sp-column {
    display: flex;
    align-items: center;
    height: 100%;
}

#sp-header .logo {
    height: auto !important;
}

#sp-header .logo a {
    height: 100%;
    margin: 0 !important;
    padding: 20px 35px 20px 30px !important;
    border-radius: 100em;
}

.sp-megamenu-parent>li.active>a {
    font-weight: normal;
    color: var(--accent) !important;
    transition: all 200ms ease-in-out;
}

.smartshop-cart__header .menu-btn-icons {
    stroke-width: 0.15em;
    stroke: var(--dark);

    &:hover {
        stroke: var(--accent);
        transition: all 200ms ease-in-out;
    }
}

.smartshop-cart__header .smartshop-cart__badge {
    font-size: 0.8rem;
    font-variation-settings: "wdth" 120, "wght" 500;
    letter-spacing: 0.07rem;
    color: var(--light);
    line-height: 1.2rem;
    cursor: none;
}

.shop-cart p, .shop-checkout p {
    margin-bottom: 0;
}

.shop-cart .name, .shop-checkout .name {
    font-weight: 700;
}

.smartshop-cart i {
    font-size: 200%;
}
.smartshop-cart__products {
    margin-left:-270px;
}

.smartshop-cart__products .py-2 {
    font-size: 1.2rem;
    line-height: 3rem;
    font-variation-settings: "wdth" 100, "wght" 400;
    gap: 1.0rem;
}

#comjshop > p {
    font-size: 3.4rem;
    line-height: 4.6rem;
    font-variation-settings: "wdth" 125, "wght" 700;
    color: var(--dark);
    margin: 5rem auto;
    background-color: var(--accent);
    width: max-content;
}

.advert-social {
    background: var(--header-first-row-color);
    color: white;
    font-size: 85%;
}

.advert-social a {
    color: white;
}

#sp-header {
    box-shadow: none;
    height: 40px;
    background: var(--second-header-background-color);
}

@media (min-width: 992px ){

    #middle-row {
        padding: 0.75rem 0.75rem 0;
    }
}

@media (max-width: 992px ){

     #sp-menu .smartshop-cart {
        background-color: orange;
        display: none !important;
    }
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: initial;
    margin-left: 0;
}

#sp-header .sp-megamenu-parent > li > a {
    color: var(--dark);
}

#sp-header .sp-megamenu-parent > li:hover {
    background-color: var(--second-header-item-hover-color);
}

#sp-header .sp-megamenu-parent > li:hover > a {
    color: var(--second-header-item-hover-font-color);
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 40px;

}

.sp-megamenu-parent {
    float: unset;
}

#sp-header-1st-row {
    width: 100%;
    background: white;
    box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.10);
}

#sp-header-1st-row {
    position: sticky !important;
    z-index: 99;
    top: 0;
}

#sp-header-1st-row #offcanvas-toggler > .fa {
   color:var(--font-color-general);
}

#sp-header.header-sticky {
    position: unset;
}

#sp-header .sp-megamenu-parent {

    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

.sp-megamenu-parent.user-menu > li > a {
    padding: 0.5rem 0;
    line-height: unset;
}

.user-menu .icon-user a:before {
    content: "\e950";
    font-family: 'Durst Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    padding: 0.5rem 0;
}
.logo-image-phone, .logo-image {
    object-fit:contain;
}
.user-menu {
    margin: 0;
}

#search_place .sp-module {
    width: 100%;
}

.lang-inline .lang-active a {
    color: var(--higlight-color);
}

.smartshop-cart__link::after {
    background-color: var(--light) !important;
}

.smartshop-cart__link:hover {
    color: var(--higlight-color) !important;
}


#sp-main-body {
    padding: 30px 0 100px 0;
    flex-grow: 1;
}

.body-innerwrapper {
    min-height: calc(100vh);
    display: flex;
    flex-direction: column;
    overflow-x: initial;
}

.breadcrumb {
    font-size: 0.75rem;
    background-color: transparent;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

#sp-breadcrumb {
    min-height: 0;
}

.powered p {
    margin-bottom: 0;
}
/*Promo Bar*/

.ja-promo-bar .buttons .closed {
    display: none;
}

.ja-promo-bar .buttons span {
    background: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    height: 40px;
    text-indent: 0px;
    font-size: 1.75rem;
    padding: 0.4rem 0.5rem;
    width: 40px;
}

/*Search bar*/
.durst_search input:focus {
    border: none !important;
}

.durst_search .offlajn-ajax-search-container {
    padding: 0 !important;
}

.durst_search .magnifier:before {
    content: "\e94b";
    font-family: 'Durst Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 36px;
    display: block;
    font-size: 1.5rem;
    padding: 0 0.3rem;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #17171C;
    color: white;
}

.plugin-title.first {
    display: none;
}

.alert {
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.alert .close {
    font-size: 2rem;
    padding: 0.75rem 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: var(--light);
    border: 1px solid var(--light);
    border-radius: 100em;
    width: min-content;

    &:hover {
        /* background-color: var(--dark); */
        color: var(--dark);
        border: 1px solid var(--dark);
    }
}

/*shadow */
.shadow {
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%) !important;
}
.card {
    border-radius: var(--border-radius);
}
.list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.list-group-item:last-child {
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}
    /*Icons*/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Durst Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: initial;
    width: initial;
    height: initial;
    margin-top: 0;
    *margin-right: 0;

    vertical-align: text-top;
    background-image: initial;
    background-position: initial;
    background-repeat: initial;
}

.icon-alert-full-01 .path1:before {
    content: "\e900";
    color: rgb(0, 0, 0);
}

.icon-alert-full-01 .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.icon-alert-full-01 .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-alert-full-01 .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-angle-down-01:before {
    content: "\e904";
}

.icon-angle-left-01:before {
    content: "\e905";
}

.icon-angle-right-01:before {
    content: "\e906";
}

.icon-angle-up-01:before {
    content: "\e907";
}

.icon-bring-to-front-01:before {
    content: "\e908";
}

.icon-bring-to-front-step-01:before {
    content: "\e909";
}

.icon-check-01:before {
    content: "\e90a";
}

.icon-check-full-01 .path1:before {
    content: "\e90b";
    color: rgb(0, 0, 0);
}

.icon-check-full-01 .path2:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.icon-check-full-01 .path3:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-check-small-01:before {
    content: "\e90e";
}

.icon-contact-partner-01:before {
    content: "\e90f";
}

.icon-copy-01:before {
    content: "\e910";
}

.icon-dimension-01:before {
    content: "\e911";
}

.icon-download-neu-01:before {
    content: "\e912";
}

.icon-edit-01:before {
    content: "\e913";
}

.icon-ersetzen-01:before {
    content: "\e914";
}

.icon-first-01:before {
    content: "\e915";
}

.icon-fit-height-01:before {
    content: "\e916";
}

.icon-fit-width-01:before {
    content: "\e917";
}

.icon-formen-01:before {
    content: "\e918";
}

.icon-fullsreen-01:before {
    content: "\e919";
}

.icon-img-front-back-01:before {
    content: "\e91a";
}

.icon-jobs-01:before {
    content: "\e91b";
}

.icon-klimaneutral-01:before {
    content: "\e91c";
}

.icon-last-01:before {
    content: "\e91d";
}

.icon-log-out-01:before {
    content: "\e91e";
}

.icon-maintenance-5-01:before {
    content: "\e91f";
}

.icon-medium-type-non-perforated-01:before {
    content: "\e920";
}

.icon-menue-hambuger-01:before {
    content: "\e921";
}

.icon-minus-01:before {
    content: "\e922";
}

.icon-mouse-move-01:before {
    content: "\e923";
}

.icon-mouse-transform-rotate-01:before {
    content: "\e924";
}

.icon-mouse-transform-scale-01:before {
    content: "\e925";
}

.icon-opacity-01:before {
    content: "\e926";
}

.icon-orders-01:before {
    content: "\e927";
}

.icon-pagination-9-01:before {
    content: "\e928";
}

.icon-pagination-10-01:before {
    content: "\e929";
}

.icon-pattern-design-01:before {
    content: "\e92a";
}

.icon-photo-01:before {
    content: "\e92b";
}

.icon-phototheque-01:before {
    content: "\e92c";
}

.icon-pipette-01:before {
    content: "\e92d";
}

.icon-plus-01:before {
    content: "\e92e";
}

.icon-product-01:before {
    content: "\e92f";
}

.icon-rotate-left-01:before {
    content: "\e930";
}

.icon-rotate-right-01:before {
    content: "\e931";
}

.icon-send-to-back-01:before {
    content: "\e932";
}

.icon-send-to-back-step-01:before {
    content: "\e933";
}

.icon-settings-neu-01:before {
    content: "\e934";
}

.icon-shop-01:before {
    content: "\e935";
}

.icon-spiegeln-horizontal-01:before {
    content: "\e936";
}

.icon-spiegeln-vertikal-01:before {
    content: "\e937";
}

.icon-star-01:before {
    content: "\e938";
}

.icon-star-favorite-01:before {
    content: "\e939";
}

.icon-substrate-01:before {
    content: "\e93a";
}

.icon-template-01:before {
    content: "\e93b";
}

.icon-text-align-center-01:before {
    content: "\e93c";
}

.icon-text-align-left-01:before {
    content: "\e93d";
}

.icon-text-align-right-01:before {
    content: "\e93e";
}

.icon-times-01:before {
    content: "\e93f";
}

.icon-times-full-01 .path1:before {
    content: "\e940";
    color: rgb(0, 0, 0);
}

.icon-times-full-01 .path2:before {
    content: "\e941";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.icon-times-full-01 .path3:before {
    content: "\e942";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-times-full-01 .path4:before {
    content: "\e943";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.icon-time-shipping-01:before {
    content: "\e944";
}

.icon-times-small-01:before {
    content: "\e945";
}

.icon-tool-image-01:before {
    content: "\e946";
}

.icon-tool-redo-01:before {
    content: "\e947";
}

.icon-tool-rotate-01:before {
    content: "\e948";
}

.icon-tool-text-01:before {
    content: "\e949";
}

.icon-tool-undo-01:before {
    content: "\e94a";
}

.icon-tool-zoom-01:before {
    content: "\e94b";
}

.icon-tool-zoom-in-01:before {
    content: "\e94c";
}

.icon-tool-zoom-out-01:before {
    content: "\e94d";
}

.icon-trash-2-01:before {
    content: "\e94e";
}

.icon-upload-neu-01:before {
    content: "\e94f";
}

.icon-user-01:before {
    content: "\e950";
}

.icon-verschieben-01:before {
    content: "\e951";
}

/*Category*/

.category-products .product_label {

    left: -14px;
}

.category-products .cart-product__form {

    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.category-products .cart-product__short-description {
    flex-grow: 1;
}

.cart-product__plus-shipping {
    font-size: 80%;
    font-weight: 400;
}

/*cart module*/

.smartshop-cart__badge {
    background-color: var(--higlight-color);
}

.shop-cart .angebote_erstellen {
    width: 100%;
}

#angebote_erstellen .form-control, #rabatt {
    display: block;
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    background-color: white;
}

/*Product*/
.product_upper_part {
    display: flex;
    justify-content: space-between;
}

.plus_tax_plusshipping a:hover, .plus_tax_plusshipping a:focus, .plus_tax_plusshipping a:active {
    color: var(--font-color-links-hover);
}

.plus_tax_plusshipping a {
    text-decoration: underline;
}

.carousel-indicators {
    position: initial;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: initial;
    padding-left: 0px;
    margin-right: initial;
    margin-left: 0px;
    list-style: initial;
    display: initial;
}

.image_carousel_wrapper {
    height:100%;
    overflow: hidden;
}

.image_carousel {

    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    scroll-padding-top: 0px;
    scroll-behavior: smooth;
    scroll-snap-type: y;
    right: -17px;

    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list_product_image_thumb_item img {
    filter: grayscale(0.5);
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: calc(100%/5);
    scroll-margin-top:0px;
    scroll-snap-type: y;
    border-radius: 10px;
}

#list_product_image_thumb {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: end;
}

.product_upper_part .sticky-top {
    position: initial !important;
    top: 70px !important;
    z-index: 0 !important;
}

.jshop_prod_attributes label {
    padding-right: 0;
}

.group-attributes.border {

    border-color: var(--groupAttributesColor)!important;
}
.upper-group-attributes {

    background-color: var(--groupAttributesColor);
    color: white;

}
.upper-group-attributes h5 {

    font-weight: 400;
    font-size: 1rem;
}
.nativeMultiuploadProgressHeader {
    margin-bottom: 0;
}

#product-current-price {
    font-size: 1.25rem;
}

.product_better_price {
    color: var(--higlight-color);
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__imgInfo, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__wrapper {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__description-link, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__description-link {
    color: var(--font-color-general);
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__describeInput, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__describeInput {

    padding: 0.625rem;
    line-height: 1.5;
    font-size: 1rem;
    margin-top: 0px;
    border: 1px solid;
    border-color: var(--select-input-color-border);
    color: var(--select-input-color-border);
}

.nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFile {
    position: absolute;
    top: -12px;
    right: 0;
}

.nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFileLink {
    display: inline-block;
    color: white;
    background-color: var(--font-color-general);
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFileLink:hover {
    background-color: var(--higlight-color);
}

.nativeMultiuploadProgressHeader .nativeMultiuploadProgressHeader__newUpload .nativeMultiuploadProgressHeader__newUploadLink {
    display: inline-block;
    padding: 0.625rem;
    border: 1px solid;
    border-radius: var(--border-radius);
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__describeInput::-webkit-input-placeholder, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__describeInput::-webkit-input-placeholder {
    text-align: left;
    font-weight: 400;
}

#productForm li.mb-4.shop_editor_btn {
    margin-bottom: 1.5rem !important;
}

.nativeMultiuploadProgressHeader .nativeMultiuploadProgressHeader__max {
    color: var(--font-color-general);
    font-size: initial;
}

.upload_button_row:not(:first-child) {
    margin-top: 1.5rem;
}

.free-attributes input {
    height: initial !important;
}
#productForm .free-attr input {
    text-align: left;
}

/* .product-details .freeattr {
    padding: none !important;
} */

.product-details .free-attributes {
    padding: 0 0.75rem;
    justify-content: space-between;
    column-gap: 2rem;
}

.product-details .free-attr__col2 .form-text {
    text-align: left;
}

.product-details .input-group .freeattr-input {
    background-color: white;
    border-color: var(--accent-alt-1);
    font-weight: 400;
    padding: 0.7rem 0.7rem 0.7rem 1.5rem !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    height: 40px !important;
}

#productForm .free-attributes .col {
    display: unset;
    width: initial;
    padding: 0;
    position: relative;
    margin-bottom: 1rem;
    vertical-align: top;
    line-height: 1rem;
}

.input-group-text {

    padding: .7rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--font-color-general);
    background-color: #e9ecef;
    border: 1px solid var(--select-input-color-border);
    border-radius: var(--border-radius);
}

#product-details__short-description {
    font-size: 0.875rem;
}

.product_label {
    z-index: 1;
    top: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--font-color-general);
    background-color: #fff;
    border-color: var(--font-color-general);
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    font-size: 1.7rem;
    font-weight: 400;

}
.nav-tabs {
    border-bottom: 0;
}

#description__text, .shop.category-list {
    font-weight: 400;
}


@media (min-width: 768px) {
    .nativeProgressUpload-imageInfo {
        width: calc(200% + 30px);
    }

    .product_upper_part .sticky-top {
        position: sticky !important;
        top: 140px !important;
    }
}

@media (max-width: 767px) {
    #product-details__uploads {
        padding-right: 0 !important;
    }

    .shop_editor_btn {
        padding-left: 0 !important;
    }
}
/*Rating and Review*/
.rating.rating--static .rating__label.checked .rating__icon--star {
    color: black;

}
.rating.rating--static .rating__icon--star, .rating .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
.rating .rating__icon--star {
    color: orange;
}
.rating .rating__icon {
    pointer-events: none;
    font-size: 1.25rem;
}

/*Buttons*/
/* .shop.product-details .btn {
    padding: 0.625rem !important;
} */

.btn {
    border-radius: var(--border-radius);
    /* border: 2px solid transparent; */
    font-weight: 500;
}

.btn-add-product-to-cart {
    align-self: center;
    width: 100% !important;
    padding: 2.5rem 3rem !important;

    &:hover {
        background-color: var(--accent-light) !important;
        border-color: var(--accent-light) !important;
        transition: all 200ms ease !important;
    }
}

#btn_add_product_to_editor, .product_stone .nativeProgressUpload .nativeProgressUpload__btn {
    line-height: 1.5;
    border-radius: var(--border-radius);
    background-color: var(--secondary-button-color);
    color: var(--secondary-button-color-font);
    border: 2px solid transparent;
    font-weight: 500;
}

.shop .btn, .btn-primary, .sppb-btn-primary {
    color: var(--secondary-button-color-font);
    border-color: var(--accent);
    background-color: var(--accent);
}

.shop a,
.shop a:hover,
.shop .nav-link,
.shop .nav-link:hover {
    /* color: var(--secondary-button-color-font); */
    color: var(--font-color-links);
}

.shop .btn-outline-primary,
.btn-outline-primary {
    color: var(--accent);
    background-color: transparent;
    background-image: none;
    border-color: var(--accent);
}

#addNewUserAddressForm .btn, #editUserAddressForm .btn {
    /* width: auto; */
    font-variation-settings: "wdth" 125, "wght" 500;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-secondary {
    background-color: var(--secondary-button-color);
    border-color: transparent;
}

.goToCheckout {
    /* width: 100% !important; */
    margin: 0 auto;
}

.btn-outline-secondary {
    text-decoration: none;
    color: var(--light);
    background-color: var(--accent-lighter);
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-variation-settings: 'wdth' 125, 'wght' 400;
    text-wrap: nowrap;
    border: none;
    border-radius: 100em;
    padding: 0.5em 1em;

    transition: transform 800ms ease, background-color 250ms ease, color 250ms ease;

    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
}

.shop .btn-outline-secondary {
    background-color: unset !important;
    color: var(--accent);
    font-family: var(--font1);
    font-size: 1.125rem !important;
    line-height: 1.125rem !important;
    font-variation-settings: 'wdth' 125, 'wght' 400;
    text-decoration: underline solid var(--accent) 0.05em;
    padding: 1em;

    transition: all 250ms ease-in-out;
        &:hover {
        color: var(--accent) !important;
        font-variation-settings: 'wdth' 125, 'wght' 500 !important;
        text-decoration: underline solid var(--accent) 0.1em !important;
        transition: all 10ms ease-in-out !important;
    }
} 

#discount\ cartDiscountForm > div > div > div.col-md-4.mb-4 > button {
    text-decoration: none;
    color: var(--light);
    background-color: var(--accent-lighter);
    font-family: var(--font1);
    font-size: 1rem;
    line-height: 1rem;
    font-variation-settings: 'wdth' 125, 'wght' 500;
    text-wrap: nowrap;
    border-radius: 100em;
    border: none;
    width: min-content;
    height: 30px;
    padding: 0.5em 1em;

    transition: background-color 250ms ease;

    &:hover {
        background-color: var(--accent-light);
    }

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list-group.cart-items .list-unstyled .cart-item__back-to-editor {
    background-color: white;
    border-radius: 100em;
    font-size: 1rem;
    line-height: 1rem;
    font-variation-settings: 'wdth' 125, 'wght' 500;
    text-wrap: nowrap;
    width: min-content;
    height: 30px;
    padding: 0.5em 1em;

    transition: background-color 250ms ease;

    &:hover, &:active {
        outline: 1px solid var(--dark);
        transition: all 250ms ease-in-out;
    }

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list-group.cart-items .list-unstyled .cart-item__back-to-editor a {
    color: var(--dark);
}

.shop .btn-outline-light,
.btn-outline-light {
    color: var(--font-color-general);
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-color: var(--select-input-color-border);
}

.shop .btn-outline-light.focus, .shop .btn-outline-light:focus,
.btn-outline-light.focus, .btn-outline-light:focus {
    color: var(--font-color-general);
}

.nativeProgressUpload .nativeProgressUpload__btn {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--dark);
    background-color: transparent;
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-variation-settings: 'wdth' 125, 'wght' 500;
    text-wrap: nowrap;
    border-radius: 100em !important;
    border-style: solid;
    border-width: 2px;
    border-color: var(--dark);
    width: 100%;
    padding: 2.5rem 5rem !important;

    position: relative;
    overflow: hidden;

    transition: color 500ms ease-in-out;

        &:hover {
        color: var(--light) !important;
        transition: color 50ms ease-in-out;
    }
}

.nativeProgressUpload .nativeProgressUpload__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: var(--dark);
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height 1000ms ease-in-out;
}

.nativeProgressUpload .nativeProgressUpload__btn:hover:before,
.nativeProgressUpload .nativeProgressUpload__btn:active:before {
  height: 100%;
  transition: height 100ms ease-in-out;
}

/* button hover*/
.shop .nativeProgressUpload .nativeProgressUpload__btn:hover, .shop .btn-outline-primary:hover, .shop .btn-outline-secondary:hover, 
.nativeProgressUpload .nativeProgressUpload__btn:hover, .btn-outline-primary:hover, .btn-outline-secondary:hover {
    cursor: pointer;
    background: var(--primary-button-outline-hover-color);
    color: #fff;
    border-color: var(--primary-button-outline-hover-color);
}

.shop .btn-primary:hover, .shop .sppb-btn-primary:hover,
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: var(--primary-button-color-hover);
    background-color: var(--primary-button-color-hover);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-button-color-hover);
    border-color: var(--primary-button-color-hover);
}

#btn_add_product_to_editor:hover, .btn-secondary:hover {
    background-color: var(--secondary-button-color-hover);
    border-color: transparent;
}

.shop .btn-outline-light:hover, .shop .btn-outline-light:not(:disabled):not(.disabled).active, .shop .btn-outline-light:not(:disabled):not(.disabled):active, .shop .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-button-outline-hover-color);
    border-color: var(--primary-button-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: var(--primary-button-color-hover);
    background-color: var(--primary-button-color-hover);
}

.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.shop.product-details .plusminus-btn {
    width: 3rem;
    height: 48px;
    font-size: 1.35rem;
    padding: 0 !important;
}

.list_additional_information_item:nth-child(2n+1) {

    border-top: 1px solid var(--select-input-color-border);
    border-bottom: 1px solid var(--select-input-color-border);

}

/*.list_additional_information_item:last-child {
    border-bottom: 1px solid var(--select-input-color-border);
}*/

.list_additional_information_item:first-child {
    margin-top: 3.125rem;
}

.list_additional_information_item a {

    padding: 0.844rem 1.2rem;
    font-size: 1.125rem;
    display: block;
}

.list_additional_information_item a:hover {

    color: var(--font-color-general);
    background-color: #f3f3f3;
}

.list_additional_information_item :focus, .list_addtional_information_item a:active {
    color: var(--font-color-general);
}

.list_additional_information_item i {

    margin-top: 5px;
    float: right;
}

.collapsed .icon-angle-up-01 {
    transform: rotate(180deg);
}

.download a, .extra_fields_el {

    font-size: 90%;
    font-weight: 400;
}

.download a {
    text-decoration: underline;
}

.download a:hover {
    color: var(--higlight-color);
    background-color: transparent;
}

.download a i {
    float: none;
    margin-right: 10px;
    font-size: 180%;
    color: var(--higlight-color);
}

.list_additional_information_item_content {

    padding: 0.844rem 1.2rem;
}
#demofile_download a {
    padding:0;
    line-height:2;
}

.extra_fields_name {
    font-weight: 500;
}

/*Tooltip*/

.tooltip-inner {
    max-width: 200px;
    padding: .25rem 1rem;
    color: var(--light);
    text-align: center;
    background-color: var(--dark);
    border-radius: 100em;
}

.tooltip-inner p {
    font-size: 1.2rem;
    color: var(--light);
}

/*Bulk price table*/
.productBulkPrice:nth-child(2n+1) {
    background-color: #f3f3f3;

}

.productBulkPrice {
    font-weight: 400;
    font-size: 90%;
    padding: 0.3rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*Selects*/
select {
    /* height: 40px !important; */
    border-radius: 100em !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    vertical-align: middle;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: initial;
}

.attr-select-wrap,
label.select {
    position: relative;
    width: 100%;
}

label.select:after, .attr-select-wrap:after, .select .select-option:after  {
    content: "\e904";
    font-family: "Durst Icons";
    position: absolute;
    top: 50%;
    right: 2%;
    pointer-events: none;
}

.shop .attr-select-wrap .input_type_radio {
    margin-right: 10px;
}

.shop .attr-select-wrap .input_type_radio:last-child {
    margin-right: 0;
}

.select .select-option:after {
    top:20%;
}

.selectwrapperlabel:after {
    content: "\e904";
    font-family: "Durst Icons";
    position: absolute;
    top: 50%;
    right: 2%;
    pointer-events: none
}

.shop.product-details input[type="text"]:not(.form-control), .shop.product-details input[type="email"]:not(.form-control), .shop.product-details input[type="url"]:not(.form-control), .shop.product-details input[type="date"]:not(.form-control), .shop.product-details input[type="password"]:not(.form-control), .shop.product-details input[type="search"]:not(.form-control), .shop.product-details input[type="tel"]:not(.form-control), .shop.product-details input[type="number"]:not(.form-control), .shop.product-details select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.7rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {

    color: var(--font-color-general);
    background-color: var(--select-input-color-background);
    background-image: none;
    background-clip: padding-box;
    border: 1px solid var(--accent-alt-1) !important;
    border-radius: var(--border-radius);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    width: 100%;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    vertical-align: middle;
}
.addressPopup__search #search_text {
    border: 1px solid;
    border-radius: 100em;
    background-color:initial;
    color: initial;
    padding: 4px 6px;
    font-family: var(--font1);
}
.addressPopup__search .js-stools-container-bar {
    padding:0;
}
#addressPopupAddNewAddress{
    box-shadow: none;
}

input[type="number"]:not(.form-control) {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
    color: var(--font-color-general);
    background-color: var(--select-input-color-background);
    border-color: var(--accent-alt-1);
    box-shadow: inset 0px 0px 0px 1px var(--accent-alt-1);
    outline: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: var(--border-radius);
}

.form-control {
    border-color: var(--accent-alt-1);
    color: var(--font-color-general);
    border-radius: var(--border-radius);
    font-weight: 400;
    padding: 0.7rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.form-control:focus {
    color: var(--font-color-general);
    background-color: #fff;
    border-color: var(--accent-alt-1);
    outline: 0;
    box-shadow: none;
}

/*cart and checkout*/
.img-cart {
    background-color: white;
}

.shop-cart .list-group.cart-items .list-group-item, .cart-products .list-group .cart-products__item {
    position: relative;
    border: none;
    padding: 0.75rem 0;
    margin-bottom: 1.5rem; margin-top: 1.5rem !important;
}

.shop-cart .list-group.cart-items .list-group-item:not(:last-child)::after, .cart-products .list-group .cart-products__item:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 95%;
    /* align with margin */
    bottom: -1.5rem; 
    left: 50%;
    transform: translateX(-50%);
    /* background-color: orangered; */
    background-color: #ededed;
}

.shop-cart .list-group.cart-items .list-group-item:nth-child(1) {
    border-top: none
}

.cart-list-header {
    background: var(--light);
    border-bottom: 1px solid #ededed;
    padding: 0.75rem 2rem;
    font-weight: bold;
}

#updateCartForm > div > div > div.col > div > div.col-md-3.cart-list-title.price-total.text-center {
    text-align: right !important;
}

.cart-list-title {
    color: var(--dark-alt);
    font-size: 1rem;
}

.cart-list-title.quantity {
    text-align: center;
}

.delivery_time_cart, .production_time_cart {
    font-weight: 700;
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__description-link {
    font-size: unset;
}

#updateCartForm {
    height: 100%;
}

.price-checkout-discount, #updateCartForm {
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%);
    border-radius: var(--border-radius);
    overflow: hidden;
}

li.total-price-cart, li.fullsumm {
    border: none;
    border-top: 1px solid #dee2e6;

}

.shop-cart .list-group-item:hover, .shop-checkout .list-group-item:hover {
    z-index: inherit;
}

.list-group.cart-items, .cart-products .list-group {
    padding: 0 2rem;
    height: auto;
}

.list-group.cart-items .form-control.ps-0 {
    background-color: var(--light);
    border-radius: 0;
    width: max-content;
    padding: 0;
    margin: 0;
}

.list-group.cart-items .form-control.ps-0 a {
    font-size: 1.4rem;
    text-decoration: underline solid var(--dark) 1px;
    transition: all 10ms ease-in-out;

    &:hover {
        color: var(--accent) !important;
        text-decoration: underline solid var(--accent) 1px;
        transition: all 10ms ease-in-out;
    }
}

.list-group.cart-items [id*="quantity"] {
    /* padding: 0 !important; */
    min-width: 5rem;
    text-align: center;
}

.list-group.cart-items .list_attribute p {
    line-height: 2.25rem;
}

.list-group.cart-items .list_attribute p span:not(:first-child) {
    font-variation-settings: 'wdth' 100, 'wght' 400;
    color: var(--dark-alt)
}

.list-group.cart-items .list-unstyled, .cart-products .list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-content: space-between;
    font-size: 1.4rem;
}

.list-group-item > div > div.col > div > div.col-md-6 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.list-group-item > div > div.col > div > div.col-md-6 > a {
    /* color: var(--grey-light); */
    background-color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 100em;
    width: fit-content;
    font-variation-settings: 'wdth' 125, 'wght' 500;

    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;

    transition: all 250ms ease-in-out;

    &:hover {
        color: var(--accent) !important; 
        transition: all 250ms ease-in-out;
    }
}

.list-group-item > div > div.col > div > div.col-md-6 > a > i {
    transition: all 250ms ease-in-out;
}

.shop-cart input::-webkit-outer-spin-button,
.shop-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.shop-cart input[type=number] {
    -moz-appearance: textfield;
}

.shop-cart .plusminus-btn {
    width: 1.75rem;
}

#discount\ cartDiscountForm > div > div > div.col-md-8.mb-4 {
    flex: 1 1 auto;
}

#comjshop > div {
    row-gap: 2rem !important;
}

/** Checkout **/

#qc_address a {
    padding: 1rem 0;

    &:hover {
        color: var(--accent);
    }
}

#payment_form > div > div > div.checkout-cart > div.smallcart > div.row-fluid.my-3 {
    display: none;
}

.cart-products .list-unstyled li.form-control {
    background-color: var(--light);
    color: var(--dark);
    font-size: 1.4rem;
    /* text-decoration: underline solid var(--dark) 1px; */
    /* transition: all 10ms ease-in-out; */
}

#payment_form div.col-lg-10 {
    width: 100%;
}

.smallcart, #checkout-calculation-block {
    border-radius: var(--border-radius);
}

fieldset.billingAddress, fieldset.shippingAddress, fieldset.h-100 {
    background-color: white;
    border-radius: var(--border-radius);
}

fieldset.billingAddress legend, fieldset.shippingAddress legend, fieldset.h-100 legend {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
}

fieldset.billingAddress label, fieldset.shippingAddress label, fieldset.h-100 label {
    font-size: 1.2rem;
    line-height: 2rem;
    vertical-align: middle;
    font-variation-settings: "wdth" 100, "wght" 400;
    color: var(--dark);
    margin: 0 !important;
    padding-top: 0.25rem;
    text-align: start;
}

#qc_payments_methods, #table_shippings {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

#qc_payments_methods > div > div.mb-3.text-muted {
    padding: 0;
}

#qc_payments_methods .form-check-input, #table_shippings .form-check-input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

fieldset.h-100 .form-check {
    align-items: center;
    /* gap: 1rem; */
}

#table_shippings > .shipping {
    display: flex;
    align-items: center;
}

fieldset.h-100 .form-check .mb-3 {
    margin: 0 !important;
}

#payment_form > div > div > fieldset > div.form-check.d-flex.row_agb.mt-2 > div.mb-2 {
    margin: 0 !important;
}

#payment_form > div > div > fieldset > div.form-check.d-flex.row_agb.mt-2 > div.mb-2 a {
    font-variant: normal;
    text-transform: lowercase !important;
    transition: all 10ms ease-in-out;

    &:hover {
        color: var(--accent);
    }
}

.shop-checkout fieldset, .smallcart {
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%);
    padding: 1rem 1.5rem;
    margin: 15px 0;
}

.cart-products__item .list-unstyled li.text-muted.small, .cart-items .list-unstyled li.text-muted.small {
    font-size: 1.1rem;
}

.smallcart .cart-products__item span.d-block:nth-child(-n+2) {
    font-weight: 700;
}

.form-group.address label.textfield-label {
    position: relative;
    top: 7px;
    left: 10px;
    background-image: linear-gradient(transparent 0.8rem, rgba(0, 0, 0, .15) 0.8rem, white 0.84rem, transparent 0.9rem);
    padding: 1px 5px 0px;
    display: initial;
}

@-moz-document url-prefix() {
    .form-group.address label.textfield-label {
        top: 6px;
    }
}

.sticky-price-box {
    position: sticky;
    top: 140px;
}

/* Modal */

.shop-checkout .modal-content {
    border-radius: var(--border-radius);
    box-shadow: var(--drop-shadow);
    background-color: var(--light);
    padding: 1rem;
}

.shop-checkout .modal-content .close {
    font-size: 2rem;
    padding: 0.75rem 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: white;
    border: 1px solid white;
    border-radius: 100em;
    width: min-content;

    &:hover {
        /* background-color: var(--dark); */
        color: var(--dark);
        border: 1px solid var(--dark);
    }
}

#adminForm.addressModal {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: var(--light);
}

#adminForm.addressModal .js-stools-container-bar input {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 500 !important;
}

#adminForm.addressModal .js-stools-container-bar .btn-group button:first-child  {
    border-radius: 100em 0 0 100em !important;
} 

#adminForm.addressModal .js-stools-container-bar .btn-group button:last-child {
    border-radius: 0 100em 100em 0;
}

body {
    background-color: var(--light) !important;
}

#addressPopupAddNewAddress {
    font-family: var(--font1);
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    border: 2px dashed var(--accent-alt-1) !important;
    border-radius: 100em;
    color: var(--dark) !important;
    padding: 1rem 3rem !important;
    margin: 0 !important;
    width: 100%;

    &:hover {
        border-color: var(--accent) !important;
    }
}

#adminForm.addressModal .addressPopup__tbody {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#adminForm.addressModal .user-address {
    border-radius: 20px;
    border: none !important;
    margin: 0 !important;
    background-color: white;

    &:hover *, &:active * {
        color: var(--light);
        opacity: 1;
    }

    &:hover, &:active {
        background-color: var(--accent-alt-1);
    }
}

#adminForm.addressModal .user-address .user-address__edit {
    color: var(--dark);
    text-decoration: none;

    &:hover {
        color: var(--light);
        text-decoration: underline;
    }
}

#adminForm.addressModal .user-address__address_block {
    font-weight: 700;
}

/** Checkout progress banner **/
.checkout_step:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    /* border-width: 20px 0px 20px 16px; */
    border-style: solid;
    /* border-color: transparent transparent transparent #dee2e6; */
    border-color: var(--accent-alt-1);
    position: absolute;
    top: -1px;
    right: -15px;
}

/* .checkout_step:before {
    border-color: transparent transparent transparent white;
    z-index: 9;
    right: -15px;
} */

/* .checkout_step_second:before {
    border-color: transparent transparent transparent white;
    right: -14px
} */

.checkout_step.active {
    /* border-color: #343a40 !important; */
    border-color: var(--accent-alt-1);
    background-color: var(--accent-alt-1) !important;
}

/* .checkout_step.active:before {
    border-color: transparent transparent transparent #343a40;
    border-color: var(--accent-lighter);
    right: -15px;
} */

.checkout_step, .checkout_step_last {
    /* height: 40px; */
    flex: 1;
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    padding: 1rem 0 !important;
    margin: auto;
    border: 1px solid var(--accent-alt-1) !important;
    background-color: white;
}

.checkout_step {
    border-radius: 100em 0 0 100em;
}

.checkout_step_second {
    border-radius: 0;
}

.checkout_step_last {
    border-radius: 0 100em 100em 0;
}

.steps_banner {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    gap: 1rem;
    align-items: center;
}

#sp-checkout-header .logo {
    text-align: center;
    padding: 0.5rem 0 0 0;
}

#shop-qcheckout .tax_list_value {
	border:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
	padding-bottom:0 !important;
}

/*whatsapp button*/
.wptwa-toggle {
    bottom: 28px;
    right: 84px;
}

.wptwa-box.wptwa-js-ready {

    right: 84px;
}

.section_with_whats_app {
    z-index: 10 !important;
}

/*addresses*/

/* .user-addresses .user-address--default, .user-addresses .user-address:hover, .user-addresses__new--default, .user-addresses__new:hover {
    font-weight: 500;
    border: none;
} */

.user-addresses .user-address, .user-addresses__new {
    overflow: hidden;
    position: relative;
    display: block;
    border: none;
    padding-right: 5rem;
    /* box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%); */
    /* box-shadow: var(--drop-shadow); */
    /* background-color: var(--accent-alt-2); */
    font-weight: 700;
    border-radius: var(--border-radius);
}

.user-address:hover {
    border: none !important;
    font-weight: 700 !important;
}

.user-addresses__new {
    border: 2px dashed var(--accent-alt-1);
    color: var(--dark) !important;

    &:hover {
        border: 2px dashed var(--accent-lighter);
    }
}

.user-addresses .user-address {
    background-color: white;
}

.user-addresses .user-address__default-text, .user-addresses__new__default-text {
    margin: 0;
    font-size: 1.4rem;
    color: var(--higlight-color);
}

.user-addresses .user-address__default, .user-addresses__new__default {
    border: none;
    padding: 0.25rem 1.5rem;
    -webkit-transform: rotate(
            0deg
    );
    transform: rotate(
            0deg
    );
    top: 1rem;
    right: 1rem;
    border-radius: 100em;
    background-color: var(--accent-alt-1);
}

.user-addresses .user-address__default p, .user-addresses__new__default p {
    color: var(--light);
    font-size: 1rem;
}

.user-address a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a.user-address__as-default:hover, a.user-address__edit:hover, a.user-address__delete:hover {
    color: var(--accent);
}

.editUserAddress {
    width: 100%;
}

.editUserAddress label, .addNewUserAddress label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-variation-settings: "wdth" 100, "wght" 500;
    color: var(--dark);
    align-self: center;
}

.editUserAddress .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row !important;
    margin-top: 1rem;
    align-items: center;
}

.editUserAddress .form-group input, .editUserAddress select {
    flex: 0 0 auto;
    width: 75%;
    margin-left: auto;
}

#editUserAddressForm > div.form-group.row {
    margin-left: 0;
}

#editUserAddressForm > div.form-group.row > div.col-sm-7.col-md-8.col-lg-9 {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.selectwrapperlabel::after {
    top: 0.75rem;
    right: 1.5rem;
}

/*myaccount*/

.myaccountmenu .list-group {
    background-color: white;
    /* border: 1px solid var(--dark); */
    border-radius: var(--border-radius);
}

.myaccountmenu .list-group-item.active {
    background-color: initial;
    font-weight: 500;
    color:var(--accent-lighter);
}
.myaccountmenu .list-group-item {
    padding: 1.5rem 2rem !important;
    margin-bottom: 0;
    border: none;
    border-bottom: 5px solid var(--light);
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark-alt);
    text-transform: capitalize;

    &:hover, &:active {
        background-color: var(--accent-lighter);
        color: var(--dark);
    }
}
.myaccountmenu .list-group-item:last-child {
    /* border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius); */
    border: none;
}
/* .myaccountmenu .list-group-item:first-child{
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
} */
.myAccountCards__card  {
    margin-bottom: 1.5rem;
}
.myAccountCards__card [class^="icon-"]{
    line-height: 5rem;
}

.myAccountCards__card .card {
    height: 100%;
    line-height: 1.75rem;
}

.myAccountCards__card .fas.fa-user-shield {
    text-align: center;
    line-height: 5rem;
}
.myAccountCards__card .fas.fa-user-shield:before {
    display: block;
    width: 100%;
    font-size: 50px;
}
.myAccountCards__card:hover {
    opacity: 1;
}

.myAccountCards__card:hover .icon-dark:before {
    color:var(--higlight-color);
}

.durst_search_button {
    background: var(--primary-button-color);
    color: white;
    padding: 0;
    width: 56px;
    height: 40px;
}

.durst_search_button i {
    font-size: 1.5rem;
    line-height: 2rem ;
}

.durst_search_delete {
    display: none;
    position: absolute !important;
    right: 0px;
    background: transparent;
}

.durst_search_delete i {
    border-radius: 50%;
}

#adminForm .js-stools-container-bar {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-end;
    padding: 0;
}

#adminForm .js-stools-container-bar .btn-group input {
    display: block;
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    background-color: white;
}

#adminForm .js-stools-container-bar .btn-group button {
    background-color: white;
    border: 1px solid var(--light);
    transition: all 250ms ease-in-out;
    color: var(--dark);

    &:hover {
        background-color: var(--accent-alt-1);
        border: 1px solid var(--accent-alt-1);
        color: var(--light);
    }
}

#adminForm .js-stools-container-bar .btn-group button i {
    font-size: 1.2rem;
}

.order-list .list-group-item.d-none .row .col-sm-3{
    font-weight: 700;
}

.offer-list div.list-group > :first-child, .shop.editor-wishlist div.list-group > :first-child {
    font-weight: 700;
}

/* Register Page */

.shop-registration #shop-registration-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.shop-registration #shop-registration-form label {
    width: auto;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    color: var(--dark);
    margin: 0;
}

.shop-registration #shop-registration-form .form-group:not(:nth-last-child(-n+2)) {
    column-gap: 1rem;
    justify-content: space-between;
}

/* remove upload in cart */
.cart-items-wrapper-right .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFileLink {
    background: none;
    color: black;
    display: block;
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 1rem;
}

.cart-items-wrapper-right .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFileLink:hover {
    background: none;
    color: var(--higlight-color);
}

.cart-items-wrapper-right .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFile {
    position: initial;
    top: auto;
    right: auto;
    margin-top: 2rem;
    display: block;
}
/* body .ja-promo-bar .inner {
    background-color: var(--hig6it9y7up8plight-color) !important;
    border-bottom: 1px solid var(--higlight-color) !important;
} */
.font-weight-bold {
    font-weight: 700!important;
}
.small, small {
    font-size: 80%;
}
.font-weight-normal {
    font-weight: 400!important;
}
.text-muted {
    color: #6c757d!important;
}
/* label {
    margin-bottom: 0.5rem;
} */

/* SmartShop compatibility 6.0 */
#productForm li.shop_editor_btn br {
    display: none;
}

#productForm li.shop_editor_btn #btn_add_product_to_download_diecut {
    width: 100%;
    margin-top: 5px;
}

/* SmartShop compatibility v7 */
.com-jshopping h1 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.shop .form-group .text-danger {
    height: inherit;
    font-size: 1rem;
}

.text-danger {
    color: var(--accent) !important;
}

.shop .btn-outline-light, .btn-outline-light {
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-jshopping #calcule-price-message1 {
    font-weight: normal;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.com-jshopping #calcule-price-message1 dt {
    color: #062c33;
}

.com-jshopping #calcule-price-message1 .message ul {
    list-style: none;
    padding-left: 0;
}

/* Carousel */
.list_product_image_thumb_item:hover img,
.shop .carousel-indicators .active [data-bs-target] {
    opacity: 1;
}

.list_product_image_thumb_item img.active {
    filter: unset;
    scroll-margin-top:50px;
    scroll-snap-align: start;
    transition:scroll-margin-top 2s;
    transition-delay: 1s;
}

/* Product View */
#productForm .list-inline-item:first-child {
    margin-top: auto !important;
}

.shop.product-details .free-attributes .input-group {
    width: inherit;
}

.shop .free-attr-multiple .free-attr-input-wrap .free-attr__field {
    flex: 90;
}

.shop .free-attr-multiple .free-attr-input-wrap .free-attr__unit {
    flex: 10;
}

.free-attr__unit .input-group-text {
    border-left: 0px;
}

/* Cart */
.shop.shop-cart .price-checkout-discount [for^="rabatt"] {
    padding-left: 0 !important;
    padding-top: 0 !important;
    font-size: 1rem;
    font-variation-settings: 'wdth' 100, 'wght' 700;
    color: var(--dark-alt);
}

.shop.shop-cart .price-checkout-discount {
    background-color: white;
}

.shop.shop-cart .cart-item-action a.text-primary {
    color: var(--secondary-button-color) !important;
}

.shop.shop-cart .cart-item-action a.text-primary:hover {
    color: var(--secondary-button-color-hover) !important;
}

#cartProduct0 > div > div.col > div > div.col-md-3.border-0.text-center.font-weight-bold.align-self-center {
    text-align: right !important;
}

/* Checkout */
/* #checkout-calculation-block, #checkout-calculation-block li  {
    background-color: var(--bs-gray-100);
} */

#checkout-calculation-block{
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%);
    background-color: white;
}

.shop.shop-checkout legend {
    padding-bottom: .3rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #dee2e6!important;
}

.shop.shop-checkout #qc_payments_methods {
    margin-top: 10px;
}

.shop.shop-checkout .address-change-actn-wrap i {
    transition: color 400ms;
}

.shop.shop-checkout .address-change-actn-wrap:hover i,
.shop.shop-checkout .address-change-actn-wrap:hover a {
    color: var(--higlight-color);
}

.addressPopup__search .icon-remove,
 .addressPopup__search .icon-search {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
 .addressPopup__search .icon-search:before {
    content: "\f002";
}
 .addressPopup__search .icon-remove:before {
    content: "\f00d";
}

.shop .checkout-cart .cart-products li.cart-products__item {
    border-width: 0 0 1px;
}

.shop .checkout-cart .cart-products li.cart-products__item:last-child {
    border-bottom-width: 0;
}

.shop ul.quick-checkout-calc {
    gap: 1rem;
}

.shop #checkout-calculation-block ul.quick-checkout-calc li.fullsumm::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ededed;
    margin-bottom: 1rem;
}

.shop ul.quick-checkout-calc li {
    border: none;
    padding: 0 !important;
}

.shop ul.quick-checkout-calc li:last-child {
    font-weight: 700;
}

#payment_form > div > div > div.checkout-cart > div.row > div.col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#payment_form > div > div > div.checkout-cart > div.row > div.col #submitCheckout {
    margin: 0 !important;
    position: relative;
    width: 100% !important;
}

.sppb-row-container {
    width: calc(100vw - var(--marginlr)) !important;
    padding: 0 !important;
}

.footer-link {
    color: var(--light);
    font-size: 1.4rem;
}

a:hover .sppb-addon-title, a:active .sppb-addon-title {
    color: var(--accent-light) !important;
    transition: color 100ms ease !important;
}

.footer-section-title {
    font-size: 1.4rem;
}

.footer-logo-tag {
    font-size: 1.2rem;
    line-height: 1.8rem !important;
    font-variation-settings: "wdth" 125, "wght" 500 !important;
    /* color: var(--light) !important; */
    text-wrap: nowrap;
}


.footer-logo-tag a:hover .sppb-addon-title {
    color: var(--accent-capscases) !important;
}

.footer-legal {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-variation-settings: "wdth" 100, "wght" 400;
}

.footer-legal-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap !important;
    column-gap: clamp(1em, 3vw, 5em);
    row-gap: 0.5em;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.nav-footer {
    row-gap: 5em;
    column-gap: clamp(3em, 10vw, 20em);
}

.no-selection-allowed {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.sppb-form-button button {
    text-decoration: none;
    color: var(--light);
    background-color: var(--accent);
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-variation-settings: "wdth" 125, "wght" 500;
    text-wrap: nowrap;
    border-radius: 100em;
    width: -moz-min-content;
    width: min-content;
    padding: 1.8em 3em !important;
    border: none;
    transition: transform 800ms ease, background-color 250ms ease, color 250ms ease;
    display: flex;
    flex-direction: row;
    gap: 0.8em;
    align-items: center;
}

.primary-cta, .ba-form-submit-btn, .btn-primary, #payment_form > div > div > div.checkout-cart > div.row > div.col #submitCheckout, .shop-registration #shop-registration-form .btn-outline-primary, #sp-component > div > div.shop.shop-logout > a {
    text-decoration: none;
    color: var(--light);
    background-color: var(--accent) !important;
    border: 2px solid var(--accent) !important;
    font-family: var(--font1);
    font-size: 1.4rem !important;
    line-height: 1.4rem !important;
    font-variation-settings: "wdth" 125, "wght" 500;
    text-wrap: nowrap;
    border-radius: 100em;
    width: -moz-min-content;
    width: min-content;
    padding: 3rem 5.5rem !important;

    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
    
    transition: transform 800ms ease, background-color 250ms ease, border 250ms ease, color 250ms ease;

    &:hover, &:active {
        background-color: var(--accent-light) !important;
        border-color: var(--accent-light) !important;
        color: var(--light) !important;
        text-decoration: none !important;

        i {
        transform: translateX(7px);
        transition: all 100ms ease-in-out;
        }

        transition: all 200ms ease;
    }
}

.primary-cta i, .ba-form-submit-btn i, .tertiary-cta i {
    transition: all 500ms ease-in-out;
}

.ba-form-submit-btn-wrapper {
    justify-content: center !important;
}

.shop-login .guest-info a.btn {
    text-decoration: none;
    color: var(--dark);
    background-color: transparent;
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-variation-settings: 'wdth' 125, 'wght' 500;
    text-wrap: nowrap;
    border-radius: 100em;
    border-style: solid;
    border-width: 2px;
    border-color: var(--dark) !important;
    width: min-content;
    padding: 3rem 5.5rem;

    position: relative;
    overflow: hidden;

    transition: color 500ms ease-in-out;

    &:hover {
        color: var(--light);
        transition: color 50ms ease-in-out;
    }
}

.secondary-cta-hero {
    text-decoration: none;
    color: var(--light);
    background-color: transparent;
    font-family: var(--font1);
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-variation-settings: 'wdth' 125, 'wght' 500;
    text-wrap: nowrap;
    border-radius: 100em;
    border-style: solid;
    border-width: 2px;
    border-color: var(--light);
    width: min-content;
    padding: 3rem 5.5rem;

    position: relative;
    overflow: hidden;

    transition: color 500ms ease-in-out;

    &:hover {
        color: var(--dark);
        transition: color 50ms ease-in-out;
    }
}

.shop-login .guest-info a.btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: var(--dark);
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: height 1000ms ease-in-out;
}

.secondary-cta-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: var(--light);
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: height 1000ms ease-in-out;
}

.secondary-cta-hero:hover:before,
.secondary-cta-hero:active:before,
.shop-login .guest-info a.btn:hover:before,
.shop-login .guest-info a.btn:active:before {
  height: 100%;
  transition: height 100ms ease-in-out;
}

.tertiary-cta {
    text-decoration: none;
    background-color: var(--accent-lighter);
    color: var(--light);
    border-radius: 100em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem !important;
    padding: 0.5rem 1rem !important;

    &:hover, &:active {
        background-color: var(--accent-light) !important;
        border-color: var(--accent-light) !important;
        padding-right: calc(1.5rem + 7px) !important;

        i {
        transform: translateX(7px);
        transition: all 100ms ease-in-out;
        }

        transition: all 200ms ease;
    }

    transition: all 200ms ease-in-out;
}

.sppb-addon-openstreetmap-wrapper {
border-radius: 20px !important;
overflow: hidden !important;
}

.sppb-form-group {
padding: 0 !important;
}

/* contact forms */

.contact-form-container a:hover, .contact-form-container a:active {
    color: var(--light);
}

.ba-form-dropdown-field {
    color: var(--grey-lighter) !important;
}

.ba-form-input-field textarea {
    border-radius: 20px !important;
}

.ba-form-dropdown-field select:invalid {
    color: rgba(10, 10, 11, 0.5);
}

.ba-form-input-field .ba-field-container input:focus,
.ba-form-input-field textarea:focus,
.ba-form-dropdown-field select:focus {
  border: 2px solid var(--accent-alt-2) !important;
}

.ba-form-input-field span, .ba-form-dropdown-field span {
    background-color: var(--accent) !important;
    font-family: var(--font1) !important;
}

.ba-alert .ba-field-container input {
    border-color: yellowgreen !important;
    box-shadow: inset 0px 0px 0px calc(2px - var(--field-border-width)*var(--field-border-right)*var(--field-border-left)*var(--field-border-bottom)*var(--field-border-top)) var(--accent);
}

/* images */

/* Gallery container */
.sppb-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
    padding: 0;
    list-style: none;
}

/* Limit to max 2 columns on wider screens */
@media (min-width: 768px) {
  .sppb-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Gallery items */
.sppb-gallery li {
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    overflow: hidden;
    margin: 0 !important;
}

#sppb-addon-1761312982687 .sppb-gallery {
    margin: 0 !important;
}

/* Images */
.sppb-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    display: block;
}

@media (max-width: 600px) {
  .sppb-gallery {
    grid-template-columns: 1fr;
  }
}

.sppb-nav-pills li a {
    color: var(--dark);
    border-radius: 100em;
}

/* cards */

.card-group {
    gap: 1.5rem;
}

.card {
    padding: 30px;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem;
    width: 100%;
    box-shadow: var(--drop-shadow) !important;
}

.card .card-img-top, .card-img-div .sppb-dynamic-content-image {
    padding: 0 !important;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.card .card-img-top[alt="Shipping Boxes"] {
    background-color: var(--accent-lighter);
}
.card .card-img-top[alt="Mailer Boxes"] {
    background-color: var(--accent-alt-1);
}

.card .card-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-variation-settings: "wdth" 100, "wght" 700;
    text-transform: capitalize;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border: 2px solid var(--light);
    border-radius: 20px;
    padding: 2.5rem;
    background-color: var(--light);
}

.printing-card, .sustainability-card, .card-what-sets-us-apart {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem;
    border: 2px dashed var(--grey-lighter);
    /* background-color: #fff; */
    border-radius: 20px;
}

.card-group-what-sets-us-apart {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.5rem;
    width: 100%;
    box-sizing: border-box;
    /* align-items: stretch !important; */
}

.printing-card-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* padding-left: 3rem;
    padding-right: 3rem;
    border-left: 2px dashed var(--grey-lighter);
    border-right: 2px dashed var(--grey-lighter); */
}

/* material cards module */
.material-card-group, .certifications-card-group, .feature-card-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 1.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 0;
}

.material-card, .certifications-card, .feature-card {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto 1fr;
    gap: 2.5rem;
    align-items: start;
    padding: 2.5rem;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: var(--drop-shadow);
}

.value-card {
    height: 100%;
    box-shadow: var(--drop-shadow) !important;
}

.value-card-group {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

/* .value-card {
    max-width: 250px;
} */

.material-card-group .material-card img, .certifications-card-group .certifications-card img, .feature-card-group .feature-card img {
    width: 100%;
    max-width: 20rem;
    height: auto;
    object-fit: contain;
    grid-row: span 2 !important;
}

.certifications-card-group .certifications-card img {
    max-width: 10rem;
    align-self: center;
    /* background-color: var(--grey-lighter); */
    padding: 1rem;
    /* border-radius: 100em; */
    /* box-sizing: content-box; */
}

.feature-card-group .feature-card img {
    background-color: var(--grey-lighter);
}

/* product pages */

/* short description tags */
#product-details__short-description .short-product-description {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
}

#product-details__short-description .short-product-description .product-tags-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

#product-details__short-description .product-tags-wrapper .product-tag {
    background-color: var(--accent-alt-1);
    border-radius: 100em;
    padding: 0.5rem 1rem;
    color: var(--light);
}

.product-details #carouselExampleControls .row {
    gap: 2rem;
}

.product-details #carouselExampleControls .row .carousel-indicators [data-bs-target] {
    margin: 0 !important;
    border: 0 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    padding: 2rem;
    background-color: var(--grey-lighter);
    border-radius: 100em;
    background-size: 60% 60%;
}

#list_product_image_middle {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 !important;
}

.product-details label.select:after {
    right: 0;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0 1rem;
}

.product-details #product-details__prices .form-group {
    align-items: center;
    margin: 0;
    padding: 0;
}

.product-details #product-details__prices .form-group label {
    margin: 0;
    padding: 0;
}

.product-details .price-title {
    font-size: 1.5rem;
    line-height: 3.5rem;
    font-weight: 750;
    color: var(--grey-light);
    /* text-transform: capitalize; */
}

.product-details #product-current-price {
    font-size: 1.5rem;
    line-height: 3.5rem;
    font-weight: 750;
    color: var(--dark);
    text-wrap: nowrap;
}

/* .product-details .product__quantity select {
    height: 100%;
    border-radius: 100em;
} */

.product-details #product-details__prices .mb-2 {
    margin-top: 1.5rem;
    text-align: right;
}

/* .product-details #product-details__prices .mb-2 label {
    align-self: end !important;
    justify-self: end !important;
} */

.product-details #product-details__prices .mb-2 .text-end {
    width: min-content;
    text-wrap: nowrap;
}

#product-details__uploads > div > div.row.nativeProgressUploads__rows > div > div > div.nativeProgressUpload-imageInfo {
    width: 100% !important;
}

#productForm > div > div > div > div.col-md-6.col-lg-5 > ul > li.col-12.list-inline-item.d-flex.flex-wrap > span:nth-child(2) {
    display: none !important;
}

#productForm > div > div > div > div.col-md-6.col-lg-5 > ul > li.col-12.list-inline-item.d-flex.flex-wrap > span:nth-child(1) {
    width: 100% !important;
}

#productForm > div > div > div > div.col-md-6.col-lg-5 > div.list_additional_information > div.list_additional_information_item {
    display: none;
}

/* cookie policy */
.cc-revoke {
    font-family: var(--font1);
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0.5em 1em;
}

.cc-revoke:hover {
    text-decoration: none;
    color: var(--accent-lighter) !important;
    transition: all 300ms;
}

.cc-header p {
    font-family: var(--font1);
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-variation-settings: 'wdth' 100, 'wght' 700;
    color: var(--accent-lighter);
    margin: 0;
}

.cc-window .cc-message-text, .cc-window a, .cc-settings-label {
    font-family: var(--font1);
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
    font-variation-settings: 'wdth' 100, 'wght' 400 !important;
    color: var(--light);
    margin: 0;
}

.cc-checkboxes-container {
    border-top: var(--light) solid 1px;
    padding-top: 1.5rem;
    gap: 1rem;
}

.cc-checkbox-container {
    gap: 0.5rem;
}

.cc-settings-label {
    opacity: 1 !important;
}

.cc-window .cc-btn {
    border-radius: 100em !important;
}

/* .mod-sppagebuilder  {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
} */

.custom-module-bg-full-width::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    height: 100%;
    background-color: white;
    z-index: -1;
}

/* login page responsive */
@media (max-width: 768px) {
  .shop {
    margin: 0 20px;
  }

  .shop-login .row h2:nth-of-type(2) {
    display: none;
  }

  .shop-login .guest-info {
    margin-top: 30px;
  }

  .shop-login .guest-info p {
    position: relative;
  }

  .shop-login .guest-info p::before {
    content: "No account yet?\A";
    display: block;
    font-family: var(--font1);
    font-size: 3.4rem;
    line-height: 4.6rem;
    font-variation-settings: "wdth" 125, "wght" 700;
    color: var(--dark);
    margin-bottom: 0.8rem;
    white-space: pre;
  }
}
