#google_translate_element {
    margin-left: 20px;
}

ol, ul {
    list-style: none;
}

.ratio-22-9 {
    aspect-ratio: 22 / 9;
}

.ratio-34-13 {
    aspect-ratio: 34 / 13;
}

.cart-recommended {
    padding: 30px;
}

.cart-recommended > .row {
    justify-content: center;
}

.cart-recommended h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.cart-recommended a {
    color: var(--theme-text-color);
}

.cart-recommended img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.cart-recommended button {
    margin-top: 14px;
    padding: 3px 10px;
    height: 30px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.cart-recommended .material-icons {
    font-size: 16px;
    margin-top: -5px;
    margin-right: 4px;
}

.has-tooltip {
    position: relative;
    cursor: help;
}

.has-tooltip em {
    background: var(--theme-text-color);
    width: 18px;
    height: 18px;
    text-align: center;
    color: var(--theme-color-white);
    border-radius: 100%;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.5;
    top: -8px;
    padding: 2px 8px;
    font-style: italic;
    font-family: "Jost", "Segoe UI", Arial, sans-serif;
    position: relative;
}

.has-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    text-align: left;
    bottom: 100%;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    white-space: normal;
    word-wrap: break-word;
    width: 300px;
    height: auto;
    border-top-color: var(--theme--black-opacity-75);
    color: var(--theme-color-white);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
    opacity: 1;
    background: var(--theme--black-opacity-75);
}

.theme-color {
    color: var(--theme-color);
}

.cf-select {
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
}

#js-product-list .quantity-wrapper.alert-cart-quantity {
    border: 3px solid var(--theme-color-red);
}

.add-to-cart-form-item {
    display: flex;
    align-items: center;
}

.add-to-cart-form-item .quantity-wrapper {
    width: 20%;
    margin-right: 10px;
}

.add-to-cart-form-item button[submit] {
    width: calc(80% - 10px);
}

.add-to-cart-form-item input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    color: var(--theme-text-color);
    background-color: var(--theme-color-white);
    margin-right: 10px;
    border-radius: 3px;
    text-align: center;
}

.thumbnail-top .add-to-cart-form-item {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 10;
    width: auto;
    display: block;
}

.thumbnail-top .add-to-cart-form-item .btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    background: transparent;
}

.thumbnail-top .add-to-cart-form-item .btn:hover {
    background: var(--theme-color);
    color: var(--theme-color-white);
}

.thumbnail-top .add-to-cart-form-item .btn .material-icons {
    margin: 0;
    font-size: 20px;
}

.thumbnail-container .product-in-cart {
    display: none !important;
}

.thumbnail-top {
    --bs-aspect-ratio: calc(387 / 290 * 100%);
}

.thumbnail-top img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 3px;
}

.product-in-cart {
    margin-left: 10px;
}

.planed-delivery {
    background: var(--theme-color-green-darker);
    color: var(--theme-color-white);
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    padding: 1px 7px;
}

.product-flags {
    position: absolute;
    bottom: -10px;
    right: 5px;
    z-index: 2;
}

.product-flag, .product-on-order {
    background: var(--theme-color-grey-lighter);
    padding: 0 6px;
    margin: 0 5px 5px 0;
    box-shadow: none;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: table;
    border-radius: 3px;
}

.prices-logging {
    text-transform: none;
    padding: 5px 10px;
    margin: 10px auto;
    display: block;
    border: 2px solid var(--theme-color-grey-lighter);
    background: var(--theme-color-white);
    color: var(--theme-text-color);
    white-space: normal;
}

.product-on-order {
    display: table-caption;
    line-height: 120%;
    padding: 3px 6px 3px;
    background: var(--theme-color-orange-darker);
    color: var(--theme-color-white);
}

.product-flag.new {
    background: var(--theme-text-color);
    color: var(--theme-color-white);
}

.product-flag.on-order {
    background: var(--theme-color-orange-darker);
    color: var(--theme-color-white);
}

.product-flag.delivery {
    background: var(--theme-color-green-darker);
    color: var(--theme-color-white);
}

.product-flag.sale {
    background: var(--theme-color-red);
    color: var(--theme-color-white);
}

.product-flag.bestseller {
    background: var(--theme-color-yellow);
    color: var(--theme-text-color);
}

.featured-products {
    width: 100%;
}

.featured-products h2 {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}

.thumbnail-container .product-in-cart span {
    display: none
}

.product-prices-additional {
    display: flex;
}

.product-prices-additional.is-variant-syncing {
    position: relative;
    pointer-events: none;
}

form#add-to-cart-or-refresh.is-variant-syncing .js-product-variants select[data-product-attribute],
form#add-to-cart-or-refresh.is-variant-syncing [data-button-action="add-to-cart"] {
    pointer-events: none;
}

.cms-id-3 .page-content.page-cms img {
    width: initial;
    height: auto;
}

.cms-id-5 .page-content.page-cms img {
    width: initial;
    height: auto;
}

.product-prices-additional .add-to-wishlist {
    margin-top: 26px;
}

.process-available .available-text {
    overflow: hidden;
    color: var(--theme-text-color);
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

#product .process-available {
    margin-top: 10px;
}

.process-available .available-text.available-text-none {
    color: var(--theme-color-orange-darker);
}

.process-available .available-total {
    height: 3px;
    border-radius: 3px;
    background-color: var(--theme-color-grey-lighter);
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}

.process-available .available-total .process {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    border-radius: 3px;
    display: block;
    background: var(--theme-text-color);
}

.process-available {
    padding-right: 7px;
    max-width: 200px;
}

.thumbnail-top {
    position: relative;
}

.thumbnail-top .discount {
    background: var(--theme-color-red);
    color: var(--theme-color-white);
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    font-weight: 700;
    padding: 10px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    line-height: 181%;
    text-align: center;
}

.thumbnail-container {
    width: 100%;
    position: relative;
}

.thumbnail.product-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumbnail.product-thumbnail .product-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.thumbnail.product-thumbnail:hover .product-image-hover {
    opacity: 1;
}

.js-product {
    margin-bottom: 15px;
}

.for-list {
    display: none;
}

.block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.psgdprgetdatabtn17 {
    float: none;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.d-table-header {
    display: table-row;
}

.d-table-row {
    display: table-row;
}

.d-table {
    width: 100%;
}

.d-table .d-table-row .d-table-cell {
    border-bottom: 1px solid var(--theme-color);
}

.d-table-mobile-title {
    display: none;
}

.d-table-cell {
    padding: 10px 5px;
    text-align: center;
}

.d-table-header {
    background: var(--theme-color);
    color: var(--theme-color-white);
    font-weight: 500;
    text-align: center;
}

.d-table-header .d-table-cell:first-of-type {
    text-align: left;
}

.d-table.coworkers .d-table-header .d-table-cell:first-of-type {
    text-align: center;
}

.d-table-row:hover {
    background: var(--theme-color-grey-bg);
}

.d-table-row .d-table-cell:first-of-type {
    text-align: left;
    width: 25%;
}

.d-table.coworkers .d-table-row .d-table-cell:first-of-type {
    text-align: center;
}

.d-table .input-group-btn-vertical {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 20px;
}

.grey {
    background: var(--theme-color-grey-bg);
    padding: 40px;
}

.overdue-wrap {
    background: var(--theme-color);
    padding: 20px;
    text-align: center;
    color: var(--theme-color-white);
    text-transform: uppercase;
}

#index .overdue-wrap {
    margin-bottom: 20px;
}

.overdue-wrap .red {
    color: var(--theme-color-red);
}

span.switch.prestashop-switch.fixed-width-lg {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: var(--theme-color-grey-bg);
    overflow: hidden;
    vertical-align: middle;
    font-size: 0;
}

span.switch.prestashop-switch input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

#customer-dropshipping button[type="submit"] {
    display: block;
    font-size: 22px;
    margin: 21px auto;
}

#module-ze_store-dropshipping .form-wrapper .form-group .control-label {
    width: calc(100% - 200px);
}

span.switch.prestashop-switch > label {
    display: inline-block;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color-grey);
    line-height: 44px;
    position: relative;
    z-index: 2;
    user-select: none;
    cursor: pointer;
}

span.switch.prestashop-switch > .slide-button {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(50% - 4px);
    height: 40px;
    background: var(--theme-color-white);
    border-radius: 20px;
    box-shadow: 0 1px 3px var(--theme--black-opacity-10);
    transition: left .25s ease;
    z-index: 1;
}

span.switch.prestashop-switch input[type="radio"]:first-of-type:checked + label {
    color: var(--theme-text-color);
}

span.switch.prestashop-switch input[type="radio"]:last-of-type:checked + label {
    color: var(--theme-text-color);
}

span.switch.prestashop-switch input[type="radio"]:first-of-type:checked ~ .slide-button {
    left: 2px;
}

span.switch.prestashop-switch input[type="radio"]:last-of-type:checked ~ .slide-button {
    left: calc(50% + 2px);
}

span.switch.prestashop-switch.fixed-width-sm {
    width: 90px;
    height: 34px;
    line-height: 34px;
}

span.switch.prestashop-switch.fixed-width-sm > .slide-button {
    height: 30px;
    border-radius: 15px;
}

span.switch.prestashop-switch.fixed-width-lg.on {
    background: var(--theme-color-green-darker);
}

span.switch.prestashop-switch.fixed-width-lg.off {
    background: var(--theme-color-red);
}

span.switch.prestashop-switch.fixed-width-lg.on > label {
    color: var(--theme-color-white);
}

span.switch.prestashop-switch.fixed-width-lg.off > label {
    color: var(--theme-color-white);
}

.dropshipping-form ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.dropshipping-form input {
    opacity: 0;
    position: absolute;
}

.dropshipping-form label {
    background: var(--theme-color-white);
    border: 2px solid var(--theme-color-grey-lighter);
    color: var(--theme-text-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 2px;
    margin: 3px 3px 3px 0;
    padding: 13px 8px;
    text-transform: none;
    position: relative;
    display: block;
    border-radius: 6px;
    cursor: pointer;
}

.dropshipping-form label:hover {
    background: var(--theme-color-grey);
    border: 2px solid var(--theme-color-grey);
    color: var(--theme-color-white);
}

.dropshipping-form input:checked + label {
    background: var(--theme-color-blue-darker);
    border: 2px solid var(--theme-color-blue-darker);
    color: var(--theme-color-white);
}

.bootstrap .btn.btn-primary.dropshipping-action-save, .bootstrap .btn.btn-primary.dropshipping-action-cancel {
    float: right;
    margin: 0 20px 1px 0;
}

.all-items {
    background: var(--theme-color-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 2px;
    margin: 3px 3px 3px 0;
    padding: 13px 8px;
    text-transform: none;
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background: var(--theme-color-blue-darker);
    border: 2px solid var(--theme-color-blue-darker);
    color: var(--theme-color-white);
}

#customer-dropshipping .dropshipping-form .btn-primary {
    padding: 5px 10px 5px 10px;
    margin-top: -1px;
    border-radius: 5px;
}

.dropshipping-bg {
    background: var(--theme-color-grey-bg);
    padding: 15px;
    width: 100%;
    position: relative;
}

.copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .4rem .6rem;
    border: 1px solid var(--theme-color-grey-lighter);
    border-radius: 6px;
    background: var(--theme-color-white);
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.copy-btn:hover {
    background: var(--theme-color-grey-bg);
}

.copy-toast {
    margin-left: .6rem;
    font-size: .9rem;
    color: var(--theme-color-green-darker);
    position: absolute;
    right: 10px;
    top: 50px;
}

.copy-toast.show {
    display: inline;
}

.dropshipping-bg p {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.language-selector li a {
    display: flex;
    align-items: flex-start;
    line-height: 120%;
}

.language-selector .dropdown-item {
    padding: 5px 10px;
}

.language-selector li a img {
    margin-right: 5px;
    border: 1px solid var(--theme-color-grey-bg);
    padding: 1px;
    width: 23px;
    height: auto;
}

.language-selector-wrapper .expand-more img {
    border: 1px solid var(--theme-color-grey-bg);
    padding: 1px;
    width: 23px;
    height: auto;
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p {
    color: var(--theme-color-white)
}

.page-content.page-cms ol {
    list-style-type: decimal;
}

.page-content.page-cms table {
    width: 100%;
    display: table;
}

.page-content.page-cms .tk2-bg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.page-content.page-cms .tk2-bg table {
    width: 100%;
}

.page-content.page-cms table th,
.page-content.page-cms table td {
    white-space: normal;
    word-break: break-word;
}

.page-cms .cms-sidebar {
    margin-bottom: 20px;
}

.page-cms .page-content.page-cms .cms-sidebar ul {
    margin: 0;
}

.page-cms .page-content.page-cms .cms-sidebar .cms-sidebar-subcategories > li {
    padding-left: 0;
}

.page-cms .page-content.page-cms .cms-sidebar .cms-sidebar-subcategories > li:before {
    display: none;
}

.page-cms .cms-sidebar ul {
    list-style: none;
}

.page-cms .cms-sidebar .card {
    position: relative;
    margin-bottom: 30px !important;
    border-radius: 6px;
    border: 1px solid var(--theme-color-grey-lighter);
    padding: 5px 20px 15px;
    background: var(--theme-color-white);
}

.page-cms .cms-sidebar .cms-sidebar-category-name {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0 5px;
}

.page-cms .cms-sidebar-list li {
    padding-left: 14px;
    position: relative;
}

.page-cms .cms-sidebar-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--theme-color-grey-lighter);
    position: absolute;
    left: 0;
    top: 7px;
}

.page-cms .cms-sidebar-list li.active:before,
.page-cms .cms-sidebar-list li:hover:before {
    background: var(--theme-color-orange-darker);
}

.page-cms .cms-sidebar-list li a {
    color: var(--theme-text-color);
    text-decoration: none;
}

.page-cms .cms-sidebar-list li.active > a {
    color: var(--theme-color-orange-darker);
    font-weight: 600;
}

.page-cms .cms-sidebar .cms-sidebar-subcategories {
    margin-top: 6px;
    margin-left: 16px;
    display: block;
}

.af-color-box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 2px;
}

.cms-id-16 .stores h3, .cms-id-16 .stores h4, .cms-id-8 .stores h4,
.cms-id-8 .page-cms .stores h3 {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
}

.cms-id-16 .stores p,
.cms-id-8 .page-cms .stores p {
    text-align: left;
}

.cms-id-16 .stores p strong,
.cms-id-8 .page-cms .stores p strong {
    font-weight: 500;
}

.cms-id-16 .stores > .row > div,
.cms-id-8 .page-cms .stores > .row > div {
    margin-bottom: 20px;
}

.cms-id-18 .page-content.page-cms img,
.cms-id-19 .page-content.page-cms img,
.cms-id-21 .page-content.page-cms img {
    width: initial;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.layout-full-width.page-cms #content-wrapper {
    max-width: 100%;
}

.layout-full-width.page-cms .cms_category a {
    text-align: center;
    display: flex;
    padding: 0 20px;
    margin-bottom: 30px;
    color: var(--theme-text-color);
    font-weight: 400;
    background-color: var(--theme-color-white);
    border: 1px solid var(--theme-color-grey-lighter);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 82px;
    justify-content: center;
    align-items: center;
}

.layout-full-width.page-cms .cms_category a:hover {
    background-color: var(--theme-color-grey-lighter);
}


.layout-full-width.page-cms #content-wrapper h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
}

.product-miniature .product-manufacturer {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 9px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--theme-color-grey);
    margin-bottom: -10px;
}

.product-name-header .right .product-manufacturer .product-manufacturer-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 56px;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid var(--theme-color-grey-lighter);
    border-radius: 3px;
    background: var(--theme-color-white);
    color: var(--theme-color-grey);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.product-name-header .right .product-manufacturer .product-manufacturer-fallback a {
    color: inherit;
    text-decoration: none;
}

.product-name-header .right .product-manufacturer .product-manufacturer-fallback.is-visible {
    display: inline-flex;
}

.product-name-header .right .product-manufacturer .manufacturer-logo {
    width: 121px;
    height: 56px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid var(--theme-color-grey-lighter);
    border-radius: 3px;
    background: var(--theme-color-white);
    object-fit: contain;
}

.gdpr_consent label {
    text-align: left;
}

.blog-about {
    margin-top: 40px;
    background: var(--theme-color-grey-lighter) url(data:image/png;base64,UklGRmgHAABXRUJQVlA4WAoAAAAQAAAAdwAAXgAAQUxQSE8CAAABkKtt29o2f5gZtmQ1ToHdOOXKCNXq65LkuXwEPoMyM3gtM1d7mJmZSfEXjvzre/eIcCRJUhtlrbc3kOAHQnrF7oAee/DW6BydX1mZH+003j6I6QF3sWBdefhqvHU6QRZKTLfGr4bLmfKorwYoyQZeqR52qqNvpklK02+i1Yyk+++MksRG7/jTechXPmyQ5DY+KPn2y1b+kS39U7Jt/p3GL2RbXxrTbeR9skU2tvXEa9ufXJggm5u4kG+L+nfEoHf1NvymNkYsGtPSJau8tkdM2rtWKZXjJzHqp0OiQA+xqicgTdMUMWuqSZLIArFrISKFvkIMW9FlPF4hlq1Ekv/GEjFtqSlJvgli24QvKa5eYlyvKwkVP4l1PyssS7lBzLuRYpVqcmeqFtVMEvsmayzJ+0AAfciz4jxBdN7Kf01hmHKdKfUpgfQ09SwN2yi2G876zjeC6Vve6RQCSjlVjoHEyDnNOROJee4UWR8Jqo9ZJ/k3sWz6T7pLYN09oWoczXjVcVGCK3r81O8NnjfpR5wLeBacQgihEmDqkTii+KGyAUQDZUKEE4gSYSEuE2SXQd8hiouidkztRe5pTNPugInJDOgEmh5DFXuA6sFbVG8NVEYXqq4xVGNzqOZWUK3gwn2C+xHcH8Idr3DHZ9z5CHf+xT3ewD2+wj2exD1+hj1fwD0/wj0fxD3/hT3fx13fwF3PwV2/gl2vw12fhF2PxV1/xl1vh91fwN1Pgd0/wt0vg90fxN0Pxd3/PbvzGM4LC/I+IPiQZ4WomeRvskacJAAAVlA4IPIEAADQGgCdASp4AF8APpFCmkolo6Ihp1XbOLASCWkAE9o/hujw8tn0/7f+qeXHe/748j3+N/K3zedsBVz0Au6P+f8Ez+A9Bu83/SP9d5MHgDeRewB/Mv6b+uH4zfGPnXejP/J7hX6zfrp2qvSANMEIrF9rnfcOkvxSqm493JYoT2xBrXwH/Wt4v9DFslzA7coqKlZNh5vpxnwWu3E6w28iPb8Ppw6AvRpkh3BuLGGbmgOXMHxoA+BrWxfSpVb/8me/cyorARrX++pUUSMPPKmb07Tv1chCjOwQli3vApTQYyMAAP77lAAAO31O8xfr0yK68j0NflDOaqhGhZ70+avjsQeL+h8Qo3vabpufzHT1zNXUuEd4EDJDusDrd2YHrFRpn2wPYGhUKxqc1/OTfzWT/5hNwCeLPOy1Fpso13odUWS3fAoS6n9QABhsx4Pvh9R5mH5q6MbMoWKzfkeQYa2OicyiG4Bji/68FD94QMYoAQXNv3sG6uvMxOmJt+89F8x/KLYBIVEjfZTzx+vGA4Pv+qBaAt8IDpZOVgcIDlyjHZQYrwrGudn/QUE0im7ZxCMqueu5iYWN8++cJtAjjnujnrrimiXaksYc+iT4HILgXXkSml++8vofltpXnZfOA21Gpb64IZ3/RlNN6jfEGbs/S7HZnpMHwz8QRN8RI13rCpBMcFH544T+Pwv8RiWa+W7NwBlRvsB6IISjz70jFYXxJomrH3fADdA/GRrCLnI+9rjsnyeZoZ40+z/PxIwpVqhyxL4wRBEnR6ZtnswJvfOdZ+IK0rlQivqyfktpiOMozCjCuhwTZLyuH8XKk1wLmAfi2RBhkjHMN+/bSzOpi3XRMDAVAmK7RE7JybkNmvl/uqdrhdbxlaz6TlHvIyhWECwKzbw7Him9dalYC+IKLBOnL/HRVa08nUOBfFf9rGRvNx4LGMrML0YoFBK5Tt69ZKbWAJ6rfC9bf4Ivncr/vLcsqfDWvu2ZxP8f25nTEjaLdzPzHOSZVoL3mmVWEUO8joQXrZKlMgjsXEJr4gOHko8YkZJs0YOvRmGyvJf5iWnwB7oEKvlMcbm/zG4tOCQ6BnHzx4D16++p1jNE2tz98ntXto6dZMvjdSmVUOdK4AmQFs/DfUa0OCay3gr4BET0KSo9DTTcchYDoCpsTRPe0QBak9scDsAWNfjS6lRIk8Z2c3vFRkLTv8f1nPCW5diV1m2jLVhL8oELMO9+aA2kL5OAxR1onPDML07jjyywDrjJ5vsEWROtoTYvP8l4Z+z3kMUC98OYH/bWWfUDj56R5jtACzVVI6ScJMmBpB+GVeLQ29N3dQW21DXOwoLnFJa0a86LTgR/CWz02UJpsdUfyT4KO4cJQg+PXBDlLGGnlNFdmueGnRoaLFzPvJBhl1862D/hGNyZJwo9bv+6FJ5QZgXGnO+J7h788Gv/cq2CYPO+De/91vvVuFOCGnCak2mwmQf/IH+80cHfEXspIbll4HcpsQCqcmtBSoMBT36Y/n6lKyw+QFiAxtx/gnGtZ/lsNmXbF06dugpBQn3ZNQtNdX06LZOl4u9HbwBT9j+2hbx9+b/TgZ9fzLHdnGecKateEdXRsB35JFlmGpYEimbLTpW6UTIGNvXO7fwvAhY1G8jNmRm9cCZL+uSIIAL5q2SVAdiEqqnD2Lbks/pgRZzMxSArPwOAAAA=) no-repeat 30px bottom;
}

.blog-about p {
    padding: 20px 20px 20px 180px;
    font-size: 14px;
    line-height: 170%;
}

.product-flag.out_of_stock {
    display: none;
}

@media (max-width: 1199px) {
    .footer-container {
        padding: 0 30px;
    }
}

#_mobile_wcag {
    display: none;
}

.przelewy24-calculator-button {
    display: none;
}


@media (max-width: 991px) {
    .mobile-listing-title .h1 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 400;
        margin-top: 20px;
    }

    .d-table-cell {
        display: -ms-flexbox;
        display: flex;
    }


    .d-table-header {
        display: none;
    }

    .d-table-cell {
        padding: 0;
    }

    .d-table-cell-first {
        display: block;
        padding: 1rem 0;
        font-weight: 600;
    }

    .d-table-mobile-text {
        align-items: center;
        border-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding: 5px;
        width: 50%;
    }

    .d-table-mobile-title {
        align-items: center;
        background: var(--theme-color-grey-bg);
        border-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        padding: 5px;
        text-align: left;
        width: 100%;
    }

    .d-table-header .d-table-cell:first-of-type {
        text-align: center;
    }

    .d-table-row:hover {
        background: var(--theme-color-grey-bg);
    }

    .d-table-row .d-table-cell {
        display: block;
        text-align: center;
        width: 100%;
    }

    .d-table.coworkers .d-table-row .d-table-cell:first-of-type {
        width: 100%
    }

    .d-table-row .d-table-cell .d-table-mobile-text {
        width: 100%;
        font-weight: 500;
        padding: 10px 0;
    }

    .d-table-row .d-table-cell:last-of-type > div {
        border-bottom: 1px solid transparent;
    }
}


@media (max-width: 991px) {
    .block-category h1, h1, .h1 {
        font-size: 20px;
        margin-top: 20px;
    }

    .spinner-border {
        margin-right: 0;
    }

    .product-miniature .product-title a {
        font-size: 15px;
        word-break: break-word;
    }

    .products-selection {
        margin-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .product-price-wrap {
        display: block;
    }

    .product-miniature .product-price-and-shipping {
        text-align: left;
    }

    .thumbnail-container .btn-primary {
        padding: 6px 30px;
    }

    .thumbnail-container .btn-primary .material-icons {
        margin-right: 0;
    }

    #subcategories {
        margin-top: 30px;
    }

    #_desktop_top_menu_mobile {
        display: none !important;
    }

    #amazzing_filter {
        display: none;
    }

    #_mobile_import_selector, .multiply-add-to-cart, #amazzing_filter .compact-toggle {
        height: 44px !important;
    }

    #new-products #_mobile_import_selector,
    #search #_mobile_import_selector,
    #prices-drop #_mobile_import_selector,
    #best-sales #_mobile_import_selector,
    #new-products #amazzing_filter .compact-toggle,
    #search #amazzing_filter .compact-toggle,
    #prices-drop #amazzing_filter .compact-toggle,
    #best-sales #amazzing_filter .compact-toggle {
        width: 50% !important;
        z-index: 9999999 !important;
    }

    .products.no-gutters {
        margin-left: -7px !important;
        margin-right: -7px !important;
    }

    .products.no-gutters > div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .ze-selected-slider .products.no-gutters {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ze-selected-slider .products.no-gutters > div {
        padding-left: 0;
        padding-right: 0;
    }

    .has-compact-filter .ze-notif-fab {
        right: 60px;
    }

    .brands-sort .dropdown-menu, .products-sort-order .dropdown-menu {
        left: initial;
        right: 0;
    }
}


.material-icons.help:hover {
    color: var(--theme-color);
}


.social-sharing {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.social-sharing span {
    font-size: 14px;
    color: var(--theme-text-color);
}

.social-sharing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
}

.social-sharing ul li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: background-color 0.2s;
}

.social-sharing ul li.facebook {
    background-color: var(--theme-color-facebook);
}

.social-sharing ul li.instagram {
    background-color: var(--theme-color-instagram);
}

.social-sharing ul li:hover {
    background-color: var(--theme-color);
}

.social-sharing ul li a {
    color: var(--theme-color-white);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.social-sharing ul li a .mdi {
    text-indent: 0;
    font-size: 18px;
}

.social-sharing ul li a:hover {
    color: #fff;
}

.text-right {
    text-align: right;
}

#ask-about-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#ask-about-product .ask-about {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 800px;
    z-index: 10;
    border-radius: 5px;
}

#ask-about-product .closer-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#ask-about-product h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

#ask-about-product .close-ask {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#ask-about-product textarea {
    width: 100%;
    height: 120px;
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
}

#ask-about-product input[type="text"],
#ask-about-product input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#ask-about-product .submit {
    margin-top: 20px;
    text-align: right;
}

#ask-about-product .your-send {
    background: var(--theme-color);
    color: #fff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
}

#ask-about-product .your-cancel {
    background: #eee;
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
}

.for-450 {
    display: none;
}

@media (max-width: 460px) {
    .cart-overview .cart-items .cart-product-filter .custom-checkbox {
        margin-bottom: 15px;
    }

    .product-line-grid-middle br, .product-line-grid-right .product-line-info {
        display: none;
    }

    .for-450 {
        display: block;
        font-size: 18px;
        margin-top: 4px;
    }
}

.product-miniature {
    height: 100%;
}

.product-miniature .thumbnail-container {
    transition: background-color .2s ease, box-shadow .2s ease;
    border-radius: 0;
}

.breadcrumb h1, .layout-full-width.page-cms #content-wrapper h1, #manufacturer h1 {
    font-size: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 768px) {
    .product-miniature {
        position: relative;
    }

    .product-miniature .thumbnail-container:hover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    }

    #header .top-menu .premium-mega-menu .product-miniature a {
        padding: 0;
    }

    #header .top-menu .premium-mega-menu .product-miniature {
        height: initial;
        background: #fff;
    }

    #header .top-menu .premium-mega-menu .product-miniature:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    }

    .premium-mega-menu .product-miniature .thumbnail-container:hover {
        position: relative;
        z-index: auto;
        background: transparent;
        box-shadow: none;
    }


    .product-miniature .thumbnail-container:hover .product-list-attributes {
        display: block;
    }
}

.product-miniature .product-list-attributes {
    display: none;
    margin-bottom: 15px;

}

.product-miniature .product-list-attributes-group {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #707070;
}

.product-miniature .product-list-attributes-values {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.product-miniature .product-list-attribute-item {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
}


.show_more,
.hide_more {
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

.hide_content {
    margin-top: 10px;
}

.hide_more, .hide_content {
    display: none;
}

/* CMS tables */
.page-cms #content-wrapper table,
.cms-page #content-wrapper table,
.page-cms .rte table,
.cms-page .rte table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.25rem 0;
    font-size: 14px;
    background: var(--theme-color-white);
    border: 1px solid var(--theme-color-grey-lighter);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px var(--theme-color-grey-lighter);
}

.page-cms #content-wrapper table th,
.page-cms #content-wrapper table td,
.cms-page #content-wrapper table th,
.cms-page #content-wrapper table td,
.page-cms .rte table th,
.page-cms .rte table td,
.cms-page .rte table th,
.cms-page .rte table td {
    border-right: 1px solid var(--theme-color-grey-lighter);
    border-bottom: 1px solid var(--theme-color-grey-lighter);
    padding: .625rem .75rem;
    vertical-align: top;
}

.page-cms #content-wrapper table th:last-child,
.page-cms #content-wrapper table td:last-child,
.cms-page #content-wrapper table th:last-child,
.cms-page #content-wrapper table td:last-child,
.page-cms .rte table th:last-child,
.page-cms .rte table td:last-child,
.cms-page .rte table th:last-child,
.cms-page .rte table td:last-child {
    border-right: 0;
}

.page-cms #content-wrapper table tr:last-child td,
.cms-page #content-wrapper table tr:last-child td,
.page-cms .rte table tr:last-child td,
.cms-page .rte table tr:last-child td {
    border-bottom: 0;
}

.page-cms #content-wrapper table thead th,
.cms-page #content-wrapper table thead th,
.page-content.page-cms table thead th {
    background: linear-gradient(180deg, var(--theme-color-grey-bg) 0%, var(--theme--black-opacity-5) 100%);
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--theme-text-color);
}

.page-cms #content-wrapper table tbody tr:nth-child(even),
.cms-page #content-wrapper table tbody tr:nth-child(even) {
    background: var(--theme-color-grey-bg);
}

.page-cms #content-wrapper table tbody tr:hover,
.cms-page #content-wrapper table tbody tr:hover {
    background: var(--theme-color-grey-bg);
}

@media (max-width: 991px) {
    .page-cms #content-wrapper,
    .cms-page #content-wrapper {
        overflow-x: visible;
    }

    .page-cms #content-wrapper table,
    .cms-page #content-wrapper table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: max-content;
        max-width: none;
        min-width: 620px;
    }

    .page-content.page-cms .tk2-bg table {
        width: max-content;
        max-width: none;
    }

    .page-content.page-cms .tk2-bg table th,
    .page-content.page-cms .tk2-bg table td {
        white-space: nowrap;
    }
}

#blockcart-modal .cart-content p:last-of-type {
    display: none;
}

.bargains-alert {
    background: #d50c0c;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 15px;
}

.page-content.page-not-found {
    margin-top: 20px;
}

.ze-blog-post {
    margin-bottom: 40px;
}

.ze-blog-post p {
    line-height: 160%;
}

.ze-blog-post ul, .ze-blog-post ol {
    margin-left: 20px;
    line-height: 160%;
}

.ze-blog-post ul {
    list-style: disc;
}

.ze-blog-post ol {
    list-style: decimal;
}

#module-ze_store-post #main {
    max-width: 1370px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    #product .product-accessories .products {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
    }

    #product .product-accessories .products > .js-product:nth-child(n+6) {
        display: none;
    }

    #product .products .js-product:nth-of-type(n+6),
    .home-section-items .products .js-product:nth-of-type(n+6) {
        display: none;
    }

    .home-section-items .products {
        margin-top: 50px;
    }

    .thumbnail-container {
        padding: 15px 15px 0;
    }
}

@media (max-width: 991px) {
    .thumbnail.product-thumbnail .product-image-hover {
        display: none;
    }

    #product .product-accessories .products > .js-product {
        display: block;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .cms-sidebar {
        margin-top: 40px;
    }

    .stores > .row {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-cms .stores, .page-cms .stores p, .page-cms .stores h3, .page-cms .stores h4, .cms-id-8 .page-cms .stores p {
        text-align: center;
    }

    .stores > .row > div {
        height: 100%
    }

    .stores > .row > div:after {
        content: "";
        background: #fff;
        border-bottom: 3px solid #e8e2dc;
        border-radius: 12px;
        padding-bottom: 10px;
        transition: box-shadow .2s ease;
        display: block;
    }

    .layout-full-width.page-cms #content-wrapper h1 {
        margin-top: 20px;
        font-weight: 500;
        text-transform: initial;
    }
}

.af-compact-overlay.show {
    opacity: 0;
    display: none;
}

.af-slider .slider_value {
    float: none;
}