/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

:root {
    --main-color: #f6aeb9;
}


body,
html,
p,
a,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

/*blok newsletter główna*/

.konte-subscribe-box__title,
.konte-subscribe-box__desc {
    text-align: center;
}

.mc4wp-form input[type="email"] {
    margin-right: 0;
}

/*przyciski banery główna*/

.konte-button.button-outline {
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
    font-size: 14px;
}

.konte-button.button-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #161619;
}

.konte-button.button-outline.black {
    color: #333 !important;
}

/*czarny przycisk i tekst*/

.konte-button.button-outline .black {
    color: #161619;
}

.konte-button.button-outline .black:hover {
    background-color: #161619;
    border-color: #161619;
    color: #212121;
}

/*chowanie tytułu strony*/

/* .woocommerce-products-header .page-title {
    display: none;
} */

/* box czas dostawy */
.customdetails .deliveryData,
.product-inner .deliveryData {
    margin: 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-wrap: nowrap;
}

@media (min-width:1440px) {

    .customdetails .deliveryData,
    .product-inner .deliveryData {
        align-items: center;
    }
}

.customdetails .deliveryData {
    margin: 15px 0 15px;
    font-size: 0.9rem !important;
}

ul.products li.product .price {
    font-size: 1.12rem !important;
}

ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600 !important;
}

.woocommerce div.product.layout-v6 .variations .label {
    font-weight: 800 !important;
    color: #161619 !important;
}

.woocommerce div.product.layout-v6 .variations .label,
.woocommerce div.product.layout-v6 .variations .value {
    padding: 0 !important;
}

.woocommerce div.product.layout-v6 .variations .reset_variations {
    position: initial !important;
}

.fullcustomimg {
    width: 60%;
    height: 100%;
    display: none;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 99 !important;
}

input[type="search"] {
    -webkit-appearance: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px !important;
}

.products-filter-widget .select2 .select2-selection__rendered {
    overflow: hidden !important;
}

.accordion.empty-fields::after {
    font-family: 'SofiaPro-Bold' !important;
    font-size: 35px;
    font-weight: bold;
    content: '!';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f6aeb9;
    width: 20px;
    height: 100%;
    display: block;
    line-height: 38px;
}

.track_url {
    font-style: italic;
}

.track_url:hover {
    text-decoration: underline;
}

.page.type-page.status-publish.hentry .commentlist.notes {
    display: none;
}

.side.empty-fields::after {
    font-family: 'SofiaPro-Bold' !important;
    font-size: 50px;
    font-weight: bold;
    content: '!';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f6aeb9;
    width: 10px;
    margin-left: 2px;
    animation: blinker 1s linear infinite;
}

*/
/* 
@keyframes blinker {
    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

/*logo mobile*/

/* BLIK D-NONE*/

#payment .payment_method_bluemedia_payment_gateway_blik {
    display: none !important;
}

/* BLIK D-NONE END*/

ul.products:not(.collection-prod) li.product.first {
    clear: none !important;
}

ul.products:not(.collection-prod) li.product:nth-child(4n+1) {
    clear: left !important;
}

.order-again.custom-order-again {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.anr_captcha_field {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

/* XXXX */
.projectSaved {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.variations_form.cart table tbody {
    display: flex !important;
    flex-flow: column;
    font-size: 1.2em;
}

.woocommerce div.product.layout-v6 .variations tr {
    width: 100% !important;
}

.woocommerce-orders-table__cell-order-actions .button.pay {
    display: none;
}

article.post.type-post.status-publish.format-standard a[href],
.term-description a[href] {
    color: var(--main-color) !important;
    font-weight: bolder !important;
}

.ofs-loop-label {
    position: absolute;
    width: 100%;
    z-index: 3;
    margin: 0 !important;
    background: var(--main-color) !important;
    top: 25%;
    opacity: .9;
    line-height: 30px !important;
}

#bm-channel-list {
    display: none;
}

/* XXXX */

@media (max-width: 414px) {
    .site-branding .logo img {
        max-width: 80px;
    }

    .single-page-header .entry-title,
    .page .page .entry-title {
        font-size: 40px;
    }
}

@media (max-width: 800px) {
    .site-branding .logo img {
        max-width: 80px;
    }
}

/* top m2 */

.top_m2 {
    width: 100%;
    padding: 7px 15px;
    font-size: 14px;
    background: #f6aeb9;
    text-align: center;
    color: #fff;
    margin: 0;
}

/*index label form*/

.wpcf7-form label .label {
    z-index: 99;
}

/*header nav margin
.header-center-items > * {
	margin: 0 8px;
}*/

/*topbar informations*/

.topbar.light {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

/* contact form 7 button color */

input.wpcf7-form-control.wpcf7-submit {
    background-color: #f6aeb9;
}

.wpcf7-form span.ajax-loader {
    background-color: #f6aeb9;
}

/* topbar m2 */

.topbar-menu a {
    font-size: 12px;
    text-transform: none;
}

/*"Dodano do koszyka różowy*/

.woocommerce-message {
    background-color: #f6aeb9 !important;
}

.woocommerce-info {
    background-color: #ffefe0 !important;
}

.notifyjs-konte-success,
.notifyjs-konte-error-error {
    background-color: #f46f8f !important;
    color: #fff;
}

/* wielkość fontu w toolbar */

.select2-container .products-quick-search-options .select2-results .select2-results__option {
    font-size: 16px !important;
}

/* woocommerce checkbox padding */

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0 !important;
}

form.woocommerce-checkout .mc4wp-checkbox-woocommerce {
    margin-top: 0 !important;
}

/* description category font */

/* category and tags filter */

.select2 .select2-selection--single .select2-selection__rendered {
    min-height: 26px !important;
}

.products-quick-search {
    font-size: 16px !important;
}

/* font color product description */

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
    color: #161619 !important;
}

/* font size hamburger mneu */

.hamburger-navigation li {
    font-size: 20px;
    padding: 10px 0;
}

/* newsletter width */

.site-footer .mc4wp-form {
    max-width: 400px;
}

/* button full width */

.full-width-one {
    width: 100% !important;
    background: #ffe1df !important;
    border: 1px solid #000000 !important;
    color: #161619 !important;
}

.full-width-two {
    width: 100% !important;
    background: #ffefe0 !important;
    border: 1px solid #000000 !important;
    color: #161619 !important;
}

.full-width-three {
    width: 100% !important;
    background: url(../../uploads/2020/02/1000x100_FAQ.png) !important;
    border: 1px solid #000000 !important;
    color: #161619 !important;
}

/* hide product_meta product */

.woocommerce div.product.layout-v6 .product_meta {
    display: none;
}

/* countdown 100% tel */

@media (max-width: 992px) {
    .konte-banner-countdown img {
        width: 100% !important;
    }
}

/* produkt page change elements */

.woocommerce div.product.layout-v6 .variations {
    margin-bottom: 20px !important;
    padding-right: 0px !important;
}

.woocommerce div.product.layout-v6 .variations .reset_variations {
    display: none;
}

.woocommerce div.product.layout-v6 .product-toolbar {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

.product-image-wrapper {
    width: 500px !important;
    max-width: 500px !important;
    height: 530px;
    position: relative;
    /* outline: 2px dashed var(--main-color); */
    /* display: flex; */
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
}

@media (max-width:1260px) {
    .product-image-wrapper {
        top: 0;
    }
}

.d-none-configurator {
    display: none !important;
}

.bck-color {
    width: 100%;
    height: 100%;
    /* height: calc(100% - 67px); */
    position: absolute;
}

.save-content {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.product-image-wrapper>.wrapper-texture {
    /* width: 100%; */
    width: 100%;
    user-select: none;
    margin: 0 auto;
}

.side-page {
    display: flex;
    width: 100%;
}

.side-hidden {
    display: none;
}

.save-confirm {
    display: none;
    background-color: #fff;
    color: #DC8997;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.8px;
    /* display: flex; */
    height: 40px;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 88px;
    border: 1px solid #EFC8CE;
    transition: background .3s ease, color .3s ease;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.side-menu {
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.side-menu>p,
.side {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.554;
}


/* TUTORIAL MODAL */
.tutorail-modal .modal-content {
    width: 100% !important;
    max-width: 60%;
}

.popup-modal .popup-content {
    flex: 0.5 !important;
}

.tutorial-content {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.tutorail-modal .popup-image {
    display: flex;
    align-items: center;
}

.tutorail-modal .popup-content-wrapper {
    height: 80% !important;
}

.steps-wrapper {
    height: 100%;
}

.tutorial-content>div {
    width: 100%;
}

.tutorial-content>div.tutorial-mobile {
    height: 75vh;
}

.tutorial-content>div.tutorial-desktop {
    aspect-ratio: 16 / 9;
}

.tutorial-content iframe {
    width: 100%;
    height: 100%;
}

.tutorail-modal.modal .button-close {
    top: 0;
    right: 0px;
    background: #fff;
    width: 100%;
    text-align: right;
    transform: translateY(-50%);
    padding-right: 5px;
    font-family: 'Inter', 'Montserrat';
}

.tutorail-modal .hamburger-box .hamburger-inner {
    margin-top: -2px;
    height: 3px;
}

.tutorail-modal .hamburger-menu .hamburger-box .hamburger-inner::before,
.tutorail-modal .hamburger-menu .hamburger-box .hamburger-inner::after {
    height: 3px;
}

.tutorail-modal .hamburger-menu .menu-text {
    font-size: 1rem;
}

.tutorail-modal .hamburger-menu .hamburger-box {
    width: 26px;
}

@media (min-width:1200px) {
    .tutorial-content .tutorial-mobile {
        display: none;
    }
}

@media (max-width:1199px) {
    .tutorial-content .tutorial-desktop {
        display: none;
    }

    .tutorail-modal .modal-content {
        max-width: 80%;
    }
}

@media (max-width:640px) {
    .tutorial-content>div.tutorial-mobile {
        max-height: 75vh;
        height: auto;
        aspect-ratio: 9 / 16;
    }
}

/* TUTORIAL MODAL END */

/* .full-custom {
    display: none;
} */

/* .side.active {
    background: #f6aeb9;
    color: #fff;
} */

/* .choose-project-type {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
} */

/* .side:hover {
    cursor: pointer;
    user-select: none;
    background: #f6aeb9;
    transition: all 0.3s ease-in-out;
    color: #fff;
} */

.ck-content>p {
    margin-bottom: 0;
    margin-top: 0;
}

.text-item {
    position: absolute;
    border: 1px dashed red;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 0.8;
    word-wrap: anywhere;
    overflow-y: visible !important;
    cursor: default !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    /* padding: 0 2px; */
}

[data-image-nr] {
    overflow: hidden;
}

.text-item img {
    height: 100%;
}

.text-item p {
    line-height: 1 !important;
}


.product-configuration-wrapper {
    display: flex;
    flex-flow: column;
}

.sp-preview {
    width: 52px !important;
    border: 1px solid #dadada;
}

.sp-replacer {
    width: 24% !important;
    height: 52px;
    border-radius: 0px !important;
    margin-left: 0px !important;
    border: 0 !important;
}

.sp-dd {
    font-size: 5.5em !important;
    text-align: center !important;
    top: -3px !important;
    padding: 0 !important;
    transition: all 0.2s ease-in-out;
    left: 64px !important;
}

/* .sp-dd:hover {
    transform: scale(0.9);
} */

.sp-container,
.sp-container *:not(.sp-slider):not(.sp-dragger) {
    border-radius: 0px !important;
}

[id^="cnv"] {
    display: none;
    height: auto;
    width: auto;
}

[data-item-name] * {
    /* height: 100%; */
    text-align: center;
    margin: 0;
    font-family: inherit !important;
    /* display: flex;
    align-items: center; */
}

.projectLoader {
    position: absolute;
    display: none;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    height: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
}

.projectLoader svg {
    height: 100%;
}

.configuratorAlert {
    text-align: center;
    margin: 0;
    /* font-size: 0.9em; */
    font-weight: 600;
    font-size: 15px;
}

.single_add_to_cart_button {
    padding: 0 10px !important;
    max-width: 190px !important;
}

.dubble-side {
    background: #73bd59 !important;
}

.saveProject-parent {
    align-self: end;
    /* width: 40%; */
    margin-bottom: 0;
    position: relative;
    margin-top: 16px;
}

.product-image-controls {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-left: auto;
}

.accordion {
    color: #DC8997;
    cursor: pointer;
    width: 100%;
    outline: none;
    transition: 0.4s;
    text-align: center;
    border: 1px solid #E4E7E7;
    margin-bottom: 2px;
    background-color: #fff;
    font-weight: 500;
    border-bottom: 0;
    border-radius: 5px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 7px 8px;
    transition: border .3s ease, background .3s ease;
}

.accordion[data-project-type="prepare-for-me"] {
    border-bottom: 1px solid #E4E7E7;
}

.accordion {
    border-bottom: 1px solid #E4E7E7;
}

.accordion:not(.active):hover {
    border: 1px solid #EFC8CE;
    background: rgba(239, 200, 206, 0.15);
}

.accordion.active {
    border: 1px solid #EFC8CE;
    border-bottom: 0;
}

.configurator-main-wrapper .configurator-main-wrapper .panel {
    padding: 0;
    background-color: white;
}

.configurator-main-wrapper .panel-row {
    justify-content: space-between;
    width: 100%;
}

.configurator-main-wrapper .panel-input {
    width: 100%;
    margin-top: -4px;
}

.configurator-main-wrapper .panel-input textarea {
    width: 100%;
    padding: 6px 9px;
    border: 1px solid #E4E7E7 !important;
    height: 40px;
}

.configurator-main-wrapper .panel-input textarea:hover,
.configurator-main-wrapper .panel-input textarea:focus {
    border: 1px solid #E8B2BB !important;
}

.input-col,
.text-col {
    width: 100%;
    text-align: left;
}

.font-size {
    display: flex;
    border: 1px solid #E4E7E7;
    border-radius: 5px;
    color: #161919;
    transition: 0.4s;
    width: 100%;
    height: 40px;
}

.font-size .qty-button {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.8px;
    padding: 0 16px;
    user-select: none;
    cursor: pointer;
    transition: 0.4s;
    line-height: 37px;
}

.font-size .qty-button:hover {
    color: #161619;
}

.font-size .svg-icon {
    display: flex;
    align-items: center;
    opacity: 0.3;
    transition: opacity .3s ease;
}

.font-size .font-size-input {
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0;
    -moz-appearance: textfield;
}

.updt {
    transform: rotate(180deg);
}

.font-size input {
    background: transparent;
    border: 0;
}

.font-size:hover {
    border-color: #161619;
}

.font-size .svg-icon:hover,
.font-size .svg-icon:focus {
    opacity: 1;
}

.save-content,
.saveButton {
    width: 100%;
}

.savePreview {
    background-color: #fff;
    color: #DC8997;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.8px;
    display: flex;
    height: 40px;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 88px;
    border: 1px solid #EFC8CE;
    transition: background .3s ease, color .3s ease;
}

.savePreview svg path {
    transition: stroke .3s ease;
}

.savePreview:hover {
    background: #FBF3F5;
}

.previewShow {
    position: absolute;
    top: 200%;
    z-index: 100000;
    width: auto;
    height: auto;
}

.custom-select {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #fff;
}

.custom-select select {
    display: none;
}

.select-selected::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 16px;
    height: 16px;
    background-image: url(inc/assets/icons/angle-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.select-selected-accordion {
    position: relative;
}

.select-selected-accordion:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 16px;
    height: 16px;
    background-image: url(inc/assets/icons/angle-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.select-selected-accordion.active:before {
    transform: translateY(-50%) rotateZ(180deg);
}

.select-selected.select-arrow-active {
    border-color: #E8B2BB;
}

.select-selected.select-arrow-active::before {
    transform: translateY(-50%) rotateZ(180deg);
}

.select-selected {
    padding: 7px 9px;
    cursor: pointer;
    color: #1D2433;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E4E7E7;
    height: 40px;
    transition: border .3s ease;
}

.select-items>div {
    background-color: #fff;
    padding: 7px 9px;
    color: #1D2433;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 5px;
    margin: 0 8px;
    transition: background .3s ease, color .3s ease;
    cursor: pointer;
}

.select-items {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 16px 18px 0px rgba(210, 210, 210, 0.85);
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 8px 0;
    scrollbar-width: thin !important;
}

.select-items>div.same-as-selected,
.select-items>div:hover,
.select-items>div:focus {
    color: #DC8997;
    background: rgba(239, 200, 206, 0.10);
}

.input-label {
    color: #212121;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0px;
}

.summary-wrapper .input-label {
    color: #161919;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 16px !important;
    letter-spacing: 0.28px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    max-height: 250px;
    overflow-y: scroll;
}

.header-center-items>* {
    z-index: 999;
}

.select-hide {
    display: none;
}

.configurator-main-wrapper .panel-row.panel-save {
    text-align: right;
    margin: 15px 0 0;
}

input[type="file"] {
    display: none;
}

.configurator-pdf-label,
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 12px;
    color: #212121;
}

.configurator-pdf-label {
    cursor: default !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0;
}

.ck.ck-editor__editable>.ck-placeholder::before {
    font-weight: inherit;
}

.ck.ck-editor__editable_inline> :last-child {
    margin-bottom: 0 !important;
}

.ck.ck-editor__editable_inline> :first-child {
    margin-top: 0 !important;
}

.ck.ck-placeholder::before,
.ck .ck-placeholder::before {
    color: rgba(29, 36, 51, 0.80) !important;
    line-height: 1.5 !important;
}

.ck.ck-editor__editable_inline.ck-blurred ::selection {
    background: 0 !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    border-color: #f6aeb9 !important;
    padding: 7px 8px !important;
    border-radius: 0 !important;
    max-height: 140px;
    overflow-y: auto;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
    border: 0;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    box-shadow: 0 0 0 0 !important;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-radius: 0 !important;
    margin-top: -2px;
}

.ck.ck-toolbar {
    border-color: #f6aeb9 !important;
}

.ck.ck-editor {
    margin-top: 10px;
    margin-bottom: -5px;
}

.accordion,
.configurator-main-wrapper .panel {
    z-index: 99 !important;
}

.configurator-main-wrapper .panel,
.configurator-main-wrapper .panel-row {
    max-height: 0;
    transition: height 3s ease, opacity .3s ease;
    overflow: hidden;
    padding-top: 0;
    opacity: 0;
}

.product-image-controls .panel {
    border: 1px solid transparent;
    transition: border .3s ease;
}

.product-image-controls .panel.active {
    border-color: #EFC8CE;
}

.configurator-main-wrapper .panel {
    padding: 0 12px;
    margin-top: -6px;
    border-bottom-color: transparent;
    transition: padding .3s ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 16px;
}

.configurator-main-wrapper .panel.active {
    border-bottom-color: #f6aeb9;
    padding: 14px 12px 12px;
}

.configurator-main-wrapper .panel.active,
.configurator-main-wrapper .panel.active .panel-row {
    max-height: 1000px;
    overflow: visible;
    border-top: 1px solid #E4E7E7;
    opacity: 1;
}

.configurator-main-wrapper .panel.active .panel-row.panel-save {
    border: 0;
}

.customDesigner {
    display: flex;
    flex-wrap: wrap;
}

.customDesigner .configurator-main-wrapper {
    width: 100%;
}

.customSummary {
    width: 27% !important;
    margin-bottom: 15px !important;
    padding: 0 15px !important;
    margin-top: 45px !important;
}

.ck.ck-reset_all,
.ck.ck-reset_all {
    margin-top: 1px !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    color: #212121;
    margin-top: 0;
}

.accordion.saveProject,
.accordion.returnToType {
    background: #fff;
    border-color: #fff;
    color: #DC8997;
    padding: 8px 36px;
    border-radius: 88px;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 600;
    border: 1px solid #EFC8CE;
    line-height: 1.554;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.accordion.saveProject.projectSaved,
.accordion.returnToType.projeectSaved {
    color: #1EC52F;
    background: transparent !important;
    border-color: transparent !important;
}

.accordion.saveProject:hover,
.accordion.returnToType:hover {
    background-color: rgba(239, 200, 206, 0.15);
}

.wp-picker-container {
    display: flex;
    flex-flow: column;
}

.wp-picker-container *:not(.ui-slider-handle) {
    border-radius: 0 !important;
}

.wp-picker-container .wp-color-result {
    border: 1px solid #aaa !important;
    margin-bottom: 5px;
}

.iris-picker {
    width: 100% !important;
}

.iris-square {
    width: 85% !important;
    margin-right: 5% !important;
    /* margin-right: 5px !important; */
}

.wp-picker-container .wp-picker-clear {
    display: none;
}

.input-col.bck-col {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.input-col.bck-col .input-label {
    width: 100% !important;
}

.removeColorOuter {
    margin-left: 15px;
}

.removeColor {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.removeColor img {
    width: 36px;
}

/* .removeColor:hover {
    transform: scale(0.9);
} */

.woocommerce div.product.layout-v6 .variations .reset_variations {
    right: 0 !important;
    top: 46px !important;
    margin-left: 0 !important;
    margin-top: 2px !important;
}

.product-toolbar.clearfix {
    display: none;
}

.woocommerce div.product .product_title {
    margin: 0 0 15px !important;
    width: 100%;
    font-size: 32px !important;
    font-weight: bold !important;
}

.woocommerce-breadcrumb {
    width: 100%;
}

#commentform .submit {
    max-width: 240px !important;
}

@media (max-width:991px) {
    #commentform .submit {
        max-width: 100% !important;
    }
}

textarea {
    resize: vertical;
}

.summary-product-description-title {
    font-size: 30px;
    margin-top: 0;
    line-height: 1;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}

.button.empty-cart-button {
    margin-right: 0 !important;
}

.notifyjs-corner {
    background: inherit;
    padding: 0 !important;
    min-width: 100% !important;
    text-align: center !important;
    background-color: transparent !important;
}

.notifyjs-wrapper {
    width: 100% !important;
}

.notifyjs-corner .notifyjs-wrapper,
.notifyjs-konte-base,
.notifyjs-corner .notifyjs-container {
    margin: 0 !important;
}

.notifyjs-konte-error-base {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    padding: 15px 20px 15px 60px;
    margin: 0 auto 10px;
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}

.notifyjs-konte-error-base .message-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container {
    z-index: 10;
}

.woocommerce-message .svg-icon {
    font-size: 15px !important;
    line-height: 40px !important;
}

.alert-message {
    font-size: 15px !important;
    margin-left: 10px;
}

.woocommerce-message .message-icon {
    display: flex;
    align-items: center;
}

.woocommerce-notices-wrapper .svg-icon,
.woocommerce-message .svg-icon,
.woocommerce-message .close-message {
    font-size: 40px !important;
}

.product-template-default .product.type-product .woocommerce-badges {
    top: 40px !important;
    left: 0px !important;
    cursor: default !important;
    display: flex !important;
    z-index: 50;
}

.product-template-default .product.type-product .woocommerce-badges {
    display: none !important;
}

.product.type-product .woocommerce-badges .woocommerce-badge:nth-child(n + 2) {
    margin-left: 5px !important;
}

.product-template-default ul.products li.product .woocommerce-badges {
    top: 8px !important;
    right: 8px !important;
    left: auto !important;
    display: flex !important;
}

ul.products li.product .woocommerce-badges .woocommerce-badge:nth-child(n + 2) {
    margin-left: 5px !important;
}

.woocommerce-product-gallery .flex-viewport {
    max-width: 95%;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs.configurator-desc {
    margin-top: 40px !important;
    width: 100% !important;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
    margin-left: 159px !important;
    padding-left: 41px !important;
}

.woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
    width: 160px !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    cursor: -moz-zoom-in !important;
    max-width: 100% !important;
}

ul.products li.product .product-summary {
    transition: all 0.3s ease-in-out !important;
}

.woocommerce div.product.layout-v6 .woocommerce-product-gallery__image--placeholder {
    display: none !important;
}

/* .woocommerce div.product.layout-v6 .woocommerce-product-gallery__image--placeholder,
.woocommerce div.product.layout-v6 .woocommerce-product-gallery.no-thumbnails {
    display: none !important;
} */

.woocommerce div.product.layout-v6 .woocommerce-product-gallery.no-thumbnails~.woocommerce-tabs.wc-tabs-wrapper {
    width: 100% !important;
}

.sp-original-input-container {
    border: 0;
    box-shadow: 0 0 0 0;
    text-align: center;
    background: #fff;
    align-items: center;
    width: 100%;
}

.sp-original-input-container input {
    margin: 0 !important;
    border: 1px solid #E4E7E7;
    padding: 7px 0px;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    transition: border .3s ease;
}

.sp-original-input-container input:hover,
.sp-original-input-container input:focus {
    border-color: #E8B2BB;
}

.woocommerce-MyAccount-orders.my_account_orders .woocommerce-orders-table__header-order-actions {
    width: 22%;
}

.woocommerce-MyAccount-orders.my_account_orders,
.woocommerce-MyAccount-orders.my_account_orders th,
.woocommerce-MyAccount-orders.my_account_orders td {
    text-align: center !important;
}

.konte-banner-countdown>img {
    width: 100% !important;
}

/* @media (min-width: 1200px) {

    .wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-5 {
        width: 40% !important;
    }
} */

li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

/* Collections */
/* .collection-prod{
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
}

.collection-prod .slick-dots{
    display: none;
}

.collection-prod:not(.slick-initialized) .slick-slide {
    min-width: 100%;
    max-width: 100%;
}

.collection-prod .slick-slide  {
    margin-right: 10px;
}

@media (max-width:1024px){
    .collection-prod:not(.slick-initialized) .slick-slide {
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width:600px){
    .collection-prod:not(.slick-initialized) .slick-slide {
        max-width: 33.33333333%;
        min-width: 33.33333333%;
    }
}

@media (max-width:550px) {
    .collection-prod .slick-slide  {
        border: 1px solid black;
        border-radius: 25px;
        margin-right: 10px;
        padding: 0px 10px;
    }
}

.collection-prod.slick-initialized{
    opacity: 1;
    display: flex;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.collection-prod .slick-list{
    width: 100%;
}
.collection-prod .slick-track{
    display: flex;
    width: 100%;
    min-width: 100%;
    margin: 0;
}

.collection-prod .collection-title{
    text-align: center;
    width: 100%;
}

.collection-prod .collection-title h3 {
    margin: 0;
    text-decoration: underline;
}

.products-toolbar.layout-v3 .products-tools{
    padding: 10px 0 10px !important;
}

.collection-picker {
    margin: 10px 0 20px 0;
}
 */
/* Collections end */

/* Collections */

.splide .collection-title {
    text-align: center;
    width: 100%;
}

.splide .collection-title h3 {
    margin: 0;
    color: var(--gray-1000-headings, #161919);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
    transition: color .3s ease, background .3s ease, border .3s ease;
}

.splide .collection-title:hover h3 {
    border-color: #DC8997;
    color: var(--pink-ck-600, #DC8997);
    background: #FDF7F9;
}


.products-toolbar.layout-v3 .products-tools {
    padding: 10px 0 10px !important;
}

.splide {
    border-radius: 30px;
    background: #FBFBFB;
    padding: 12px;
    margin: 12px 0;
}

.splide__track {
    padding: 2px 0 !important;
    margin: 0 32px 0 !important;
}

.splide__arrow {
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    height: 24px !important;
    width: 24px !important;
}

.splide__arrow--prev {
    left: 12px !important;
}

.splide__arrow--prev svg {
    transform: scaleX(1) !important;
}

.splide__arrow--next {
    right: 12px !important;
}

.splide_disabled .splide__list {
    display: flex !important;
    justify-content: center !important;
}

.splide_disabled .splide__list .splide__slide {
    padding-right: 4px !important;
}

.splide__arrow svg {
    width: 24px !important;
    height: 24px !important;
    fill: transparent !important;
}

.splide__arrow svg path {
    transition: stroke .3s ease, fill .3s ease;
}

.splide__arrow:hover svg path {
    stroke: #DC8997;
}

.splide__arrow:hover svg>path:first-child {
    fill: #FDF7F9;
}

@media (max-width:991px) {
    .splide {
        margin: 0;
    }
}

@media (max-width:768px) {
    .splide .collection-title h3 {
        font-size: 13px;
    }

    .splide__track {
        margin: 0 24px;
    }
}

@media (max-width:550px) {
    .splide__arrow {
        width: 1.2em !important;
    }
}

/* Collections end */

@media (min-width: 768px) {
    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button:hover {
        background-color: var(--main-color);
    }
}

@media (max-width: 767px) {
    .mobile-table {
        display: flex;
        justify-content: right;
    }

    .variations_form.cart table tbody {
        display: flex !important;
        flex-flow: column;
        font-size: 0.9em;
    }
}

@media (min-width: 768px) {
    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
        width: 100% !important;
    }
}

@media (max-width: 1470px) {
    .customDesigner .product-image-wrapper {
        min-width: 500px;
    }
}

@media (max-width: 1279px) {
    .konte-banner-countdown__text {
        font-size: 2.5rem;
    }

    .fullcustomimg {
        width: 100%;
    }

    /* .customDesigner .configurator-main-wrapper {
        width: 100%;
        max-width: 500px;
    } */

    .customSummary {
        width: 50% !important;
    }

    .customDesigner .side-page {
        flex-direction: column;
    }

    .customDesigner .product-image-controls {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .product.type-product .woocommerce-badges {
        top: 40px !important;
        left: 0px !important;
    }
}

@media (max-width: 1100px) {
    .side-page {
        flex-direction: column;
    }

    .product-image-wrapper {
        margin: 0 auto 30px;
    }

    .product-image-controls {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .tutorial-content {
        flex-flow: column;
        align-items: center;
    }

    .tutorial-content .popup-image {
        width: 80%;
        padding-top: 40px;
    }

    .tutorail-modal .popup-content-wrapper {
        height: auto !important;
    }

    .tutorial-content .popup-content {
        width: 100%;
    }

    .tutorial-content .popup-content-wrapper {
        padding: 0 40px 40px;
    }
}

@media (max-width: 1070px) {
    .customSummary {
        width: 40% !important;
    }
}

@media (max-width: 991px) {

    /* Collection slider */
    /* .collection-prod .product {
        width: 33.33%;
    } */

    /* Collection slider end */

    .customSummary {
        width: 100% !important;
    }

    .customDesigner .configurator-main-wrapper {
        margin: 0 auto;
        overflow: visible;
    }

    .customDesigner .configurator-image-controls {
        min-width: 500px;
        max-width: auto;
        width: 100%;
    }

    .customDesigner .saveProject-parent {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .product.type-product .woocommerce-badges {
        top: 45px !important;
        left: auto !important;
        right: 0 !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery {
        width: 100% !important;
    }

    .woocommerce-product-gallery .flex-viewport {
        max-width: 100%;
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs {
        width: 100% !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
        margin-bottom: 0 !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .panel {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .woocommerce .product .quantity {
        width: auto !important;
        margin-bottom: 0 !important;
    }

    .woocommerce div.product.layout-v6 .flex-control-thumbs li {
        width: 20px !important;
        height: 20px !important;
    }

    .woocommerce div.product.layout-v6 .flex-control-thumbs {
        width: 100% !important;
        justify-content: center !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery {
        margin-bottom: 0 !important;
    }

    .woocommerce-product-gallery .flex-viewport {
        max-height: 100%;
    }

    .woocommerce div.product.layout-v6 .flex-control-nav {
        left: 0 !important;
    }

    .customdetails .add-to-wishlist-button {
        top: -12px !important;
    }
}

@media (min-width: 768px) {
    .woocommerce-variation-add-to-cart .quantity {
        max-width: 132px;
    }

    .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        max-width: 200px;
    }

    .configuratorAlert {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .notifyjs-corner {
        min-width: 75% !important;
    }

    #wpfront-scroll-top-container[style] {
        bottom: 18% !important;
    }

    .woocommerce div.product .product_title {
        font-size: 26px !important;
    }

    .sp-original-input-container input {
        width: 100% !important;
        height: 40px !important;
        padding: 0 !important;
    }

    .color-label svg {
        top: 40%;
    }

    /* .sp-original-input-container input[type="color"] {
        background: transparent !important;
        border: 0 !important;
    } */

    ul.products li.product .woocommerce-badges {
        top: 16px !important;
        right: 16px !important;
    }

    .woocommerce div.product.layout-v6 .flex-control-nav {
        bottom: -10px !important;
    }
}

@media (max-width: 560px) {

    .woocommerce div.product .single_add_to_cart_button {
        width: 100% !important;
    }

    /* .woocommerce .product .quantity {
        width: 140px !important;
    } */

    /* .accordion[data-project-type="prepare-for-me"],
    .accordion[data-project-type="full-custom"],
    .product-configuration-wrapper .accordion {
        background: #212121;
        border-color: #212121;
        color: #fff;
        font-size: 23px;
        padding: 5px;
    }

    .select-items div,
    .select-selected {
        padding: 13px 16px;
        font-size: 23px;
    }

    .sp-original-input-container input {
        padding: 16px 4px;
        max-width: 140px;
        font-size: 23px;
        border-color: #212121;
    }

    .custom-file-upload,
    .ck.ck-editor__main>.ck-editor__editable,
    .savePreview {
        font-size: 23px;
    }

    .font-size {
        font-size: 23px;
    }

    .input-label {
        font-size: 23px;
    } */
}

@media (max-width: 500px) {

    .collection-picker h3 {
        font-size: 1.2em;
    }

    .price {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .woocommerce div.product .summary-wrapper .price {
        flex-direction: row !important;
    }

    .price del {
        margin: 0 !important;
    }

    .product .product-inner .deliveryData {
        font-size: .8em;
    }

    .save-content {
        display: flex;
        flex-flow: column-reverse;
    }

    /* .save-confirm {
        margin: 20px 0 0 0;
        font-size: 1.5rem;
    } */

    /* .product-image-wrapper {
        transform: scale(0.93);
        margin-left: -21px;
    } */

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs {
        flex-direction: column !important;
    }

    .woocommerce div.product.layout-v6 .woocommerce-tabs .tabs li {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 450px) {

    .konte-banner-countdown__text {
        font-size: 1.5rem !important;
    }

    /* .product-image-wrapper {
        transform: scale(0.82);
        margin-left: -44px;
    } */


    .woocommerce div.product .single_add_to_cart_button {
        margin-left: 0 !important;
    }
}

@media (max-width: 414px) {
    /* .product-image-wrapper {
        transform: scale(0.75);
        margin-left: -17%;
    } */

    .product-configuration-wrapper {
        margin: 0 auto
    }
}

@media (max-width: 390px) {
    /* .product-image-wrapper {
        margin-left: -21%;
    } */

    .product-configuration-wrapper {
        transition: scale(0.75);
    }
}

@media (max-width: 375px) {
    .konte-banner-countdown__text {
        font-size: 1.5rem !important;
    }

    /* .product-image-wrapper {
        margin-left: -25%;
        transform: scale(0.70);
    } */

    .product-configuration-wrapper {
        margin: 0 auto
    }
}

/* 
@media (max-width: 370px) {
    .product-image-wrapper {
        margin-left: -26%;
    }
} */

@media (max-width: 360px) {

    .ofs-loop-label {
        top: 10% !important;
        line-height: 20px !important;
    }

    /* 
    .product-image-wrapper {
        margin-left: -28%;
    } */
    /* 
    .accordion[data-project-type="prepare-for-me"],
    .accordion[data-project-type="full-custom"],
    .product-configuration-wrapper .accordion {
        font-size: 20px;
    } */
}

@media (max-width: 350px) {
    /* .product-image-wrapper {
        margin-left: -31%;
        transform: scale(0.68);
    } */

    .product-configuration-wrapper {
        margin: 0 auto
    }
}

@media (max-width: 320px) {
    /* .product-image-wrapper {
        margin-left: -39%;
        transform: scale(0.62);
    } */

    .product-configuration-wrapper {
        margin: 0 auto
    }
}

/* 29.06 - getresponse checkbox */

label[for="gr_checkout_checkbox"] {
    flex-basis: auto !important;
}


/* 06.09 - gwiazdki na karcie produktu */
.product-inner .woocommerce-product-rating {
    position: absolute;
    display: flex;
    align-items: center;
}

.product-inner .woocommerce-product-rating {
    font-size: 0.7em !important;
}

.product-inner .woocommerce-product-rating .count {
    margin-left: 5px !important;
}

.product-inner .woocommerce-product-rating .star-rating {
    margin: 0 !important;
}

/* ---------- 23.09.22 - custom scroll ---------- */
@media (min-width: 1022px) {

    li.product h2 {
        height: 3em;
        overflow: hidden;
        position: relative;
    }

    li.product:hover .scrollTitle a {
        position: absolute;

        /* animation properties */
        /*   -moz-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); */

        -moz-animation: my-animation 2s linear;
        -webkit-animation: my-animation 2s linear;
        animation: my-animation 2s linear;
    }


    /* for Firefox */
    @-moz-keyframes my-animation {
        from {
            -moz-transform: translateY(0%);
        }

        to {
            -moz-transform: translateY(-50%);
        }
    }

    /* for Chrome */
    @-webkit-keyframes my-animation {
        from {
            -webkit-transform: translateY(0%);
        }

        to {
            -webkit-transform: translateY(-50%);
        }
    }

    @keyframes my-animation {
        from {
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(50%);
            transform: translateY(0%);
        }

        to {
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
}

/* 
div.select-items {
    scrollbar-width: thin;
    scrollbar-color: #fff var(--main-color) !important;
}

div.select-items::-webkit-scrollbar {
    width: 10px;
}

div.select-items::-webkit-scrollbar-track {
    width: 11px;
}

div.select-items::-webkit-scrollbar-thumb {
    background-color: #fff;
} */

/* ---------- 23.09.22 - custom scroll end ---------- */

ul.products li.product .price {
    display: flex !important;
    flex-flow: row;
    gap: 5px;
}

ul.products li.product .price del {
    order: 1;
}

.woocommerce-Price-amount.amount {
    margin-left: 0;
}

/* ---------- 24.11.22 - category banner ---------- */

.category-banner {
    display: flex;
    justify-content: center;
}

.category-banner .mobile-banner {
    display: none;
}

@media (max-width: 620px) {
    .category-banner .mobile-banner {
        display: block;
    }

    .category-banner .main-banner {
        display: none;
    }
}

.disable-button {
    background-color: #7a7a7a !important;
    pointer-events: none;
    border-color: #7a7a7a;
    color: #fff;
}

.disable-button svg path {
    stroke: #fff;
}

/* ---------- 24.11.22 - category banner  end---------- */
@media (min-width: 1202px) and (max-width:1600px) {
    .konte-banner-countdown__text {
        font-size: 1.5rem;
    }
}

@media (min-width:1670px) {
    .konte-banner-countdown__text {
        font-size: 3rem;
    }
}

/* ---------- 09.01.23 - Button main page banners ---------- */

.vc_custom_1587995936318 .konte-banner__content {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.vc_custom_1587995936318 .konte-banner__content:hover {
    background: rgba(255, 214, 214, 0.5);
}

.vc_custom_1587995936318 .konte-banner__content:hover .konte-button {
    background: #fff;
    color: black;
    border: 2px solid #ffb0be;
}

.vc_custom_1587995936318 .konte-button {
    background-color: #fff !important;
    line-height: inherit;
    padding: 15px 30px;
}

/* ---------- 09.01.23 - Button main page banners end---------- */

/* ---------- 08.02.23 - TikTok icon---------- */

.socials-menu {
    display: flex;
    justify-content: flex-end;
}

@media (max-width:991px) {
    .socials-menu {
        justify-content: center;
    }
}

#footer-socials {
    display: flex;
    align-items: center;
    gap: 6px;
}

.socials-menu a[href*="tiktok.com"]:before {
    content: url('./inc/assets/icons/tiktok.svg');
}

.socials-menu a[href*="tiktok.com"]::before {
    content: '';
    width: 14px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    mask-image: url('./inc/assets/icons/tiktok.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: 50% 50%;
    -webkit-mask-image: url('./inc/assets/icons/tiktok.svg');
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: cover;
    background-color: #000000;

}

.socials-menu a {
    position: relative;
}

.hamburger-screen-content.ps .socials-menu a[href*="tiktok.com"]::before {
    mask-image: url('./inc/assets/icons/tiktok.svg');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: 50% 50%;
    background-color: #a2a5a6;
}

/* ---------- 08.02.23 - TikTok icon end---------- */

/* ---------- 14.02.23 - Top Bar ---------- */
.top_m2 p {
    margin: 0;
}

/* ---------- 14.02.23 - Top Bar end ---------- */
.woocommerce-products-header {
    display: flex;
    margin-bottom: 5px !important;
}

.woocommerce-checkout-payment .payment_methods img {
    height: auto !important;
}

/* baner na głównej */

.konte-banner-countdown.custom-link {
    cursor: pointer;
}

.konte-banner-countdown.custom-link:hover:before {
    opacity: 1;
    transition: opacity .3s ease;

}

.konte-banner-countdown::before {
    content: '';
    background: rgba(255, 214, 214, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
}

.konte-banner-countdown .konte-button {
    display: none;
}

/* baner na głównej */


.woocommerce-checkout-payment .payment_methods img {
    max-width: -moz-available;
}

/* autopay payments css */

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div.bm-group-expandable .bm-group-expandable-wrapper>li {
    width: auto !important;
    height: auto !important;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods {
    list-style: none;
}

.bm-payment-channel-group-item label::before,
.bm-payment-channel-group-item label::after,
.bm-payment-channel-label::before,
.bm-payment-channel-label::after {
    display: none;
}

.woocommerce-checkout-payment .payment_methods li {
    padding: 0;
}

#payment>ul.wc_payment_methods .payment_method_bluemedia img {
    height: auto;
}

/* autopay payments css */

@media (max-width:1260px) {
    .product-image-wrapper {
        left: 50%;
        transform: translateX(-50%) scale(0.8);
    }
}


@media (max-width:991px) {
    .product-image-wrapper {
        top: 100px;
        left: 50%;
        transform: translateX(-50%) scale(0.8);
    }
}

@media (max-width:560px) {
    .product-image-wrapper {
        top: 160px;
    }
}

@media (max-width:479px) {
    .product-image-wrapper {
        top: 220px;
        transform: translateX(-50%) scale(0.75);
    }
}

@media (max-width:390px) {
    .product-image-wrapper {
        transform: translateX(-50%) scale(0.6);
    }
}

@media (min-width:991px) {
    .large-image.gallery-slider>div:not(:first-child) {
        display: none !important;
    }

    .large-image.gallery-slider>div {
        max-height: 100%;
        width: auto;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:991px) {
    .large-image.gallery-slider {
        max-height: 400px;
        height: auto;
    }
}

.modal.open {
    z-index: 9999;
}

.woocommerce-checkout-payment .payment_methods li>label {
    display: flex;
    align-items: center;
}

.woocommerce-checkout-payment .payment_methods img {
    max-height: 35px;
}

.woocommerce-checkout-payment .payment_methods li>label::before,
.woocommerce-checkout-payment .payment_methods li>label::after {
    top: 50% !important;
    transform: translateY(-50%);
}

.cr-customer-consent {
    display: none;
}

.single_add_to_cart_button+.added_to_cart {
    display: none;
}


.woocommerce-Reviews .commentlist {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-Reviews .comment:last-child,
.woocommerce-Reviews .review:last-child {
    border-bottom: 1px solid #e3e7e8 !important;
    margin-bottom: 20px !important;
    padding-bottom: 25px !important;
}

/* autopay */
#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia img {
    max-height: 50px !important;
}

.bm-payment-channel-group-item label,
.bm-payment-channel-label {
    padding-left: 0 !important;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia img {
    margin: 0;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods {
    padding: 0;
    margin: 0;
}

.bm-payment-channel-method-desc {
    display: none !important;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item.selected {
    border-color: transparent !important;
    padding: 2px 10px !important;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul {
    padding-left: 0;
    list-style: none;
}

.checkout-payment .payment_method {
    padding: 2px 10px !important;
}

.woocommerce-checkout-payment .payment_methods li {
    border: 0 !important;
    padding: 0 !important;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item,
#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-group-item {
    padding: 2px 10px !important;
    border: 0;
}

.woocommerce-checkout-payment .payment_methods {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods {
    display: flex;
    flex-direction: column;
}

#shipping_method>div {
    order: 10;
}

#shipping_method .bm-group-visa-mobile {
    display: none;
}

#shipping_method .bm-group-blik {
    order: 0;
}

#shipping_method .bm-group-przelew-internetowy {
    order: 1;
}

#shipping_method .bm-group-platnosc-karta {
    order: 2;
}

#shipping_method .bm-group-google-pay {
    order: 3;
}

#shipping_method .bm-group-apple-pay {
    order: 4;
    /* display: block!important; */
}

#shipping_method .bm-group-alior-raty {
    order: 5;
}

/* autopay */

.grecaptcha-badge {
    display: none;
}

.cky-btn-reject {
    display: none;
}

.p-product-list {
    display: flex;
}

.p-product-list:not(.slick-initialized) {
    gap: 16px;
    justify-content: space-between;
}

.p-product-list .slick-track {
    display: flex !important;
}

.p-product-list .slick-slide {
    height: inherit !important;
}

.p-product-list .slick-slide {
    margin: 0 10px;
}

.p-product-list .slick-list {
    margin: 0 -10px;
}

.p-product-title {
    font-weight: 600;
}

.p-title {
    position: relative;
    /* background-color: #fff; */
    font-weight: 600;
}

/* .p-title span {
    background-color: #fff;
    z-index: 999;
    position: relative;
    padding-right: 10px;
} */
/* 
.p-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #777;
} */

.p-product-single {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.p-product-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-product-thumb img {
    object-fit: contain;
    height: 240px;
    width: auto;
}

.p-add-cart {
    margin-top: auto;
    padding-top: 20px;
}

.p-add-cart>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #f6aeb9;
    color: #f6aeb9;
    border-radius: 30px;
    padding: 6px 4px;
    font-weight: 700;
    transition: background .3s ease, color .3s ease, border .3s ease;
}

.p-add-cart>*:hover {
    color: #fff;
    background: #f6aeb9;
}

.p-product-list .slick-arrow {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #000;
    font-size: 0;
    z-index: 999;
    width: 32px;
    height: 32px;
    padding: 0;
}

.p-product-list .slick-arrow::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    font-size: 42px;
    color: #777;
    transition: color .3s ease;
}

.p-product-list .slick-arrow:hover::before {
    color: #888;
}

.p-product-list .slick-arrow.slick-next::before {
    content: "\f105";
}

.p-product-list .slick-arrow.slick-prev {
    left: -20px;
}

.p-product-list .slick-arrow.slick-next {
    right: -20px;
    transform: translateY(-50%) translateX(50%);
}

@media (max-width:991px) {
    .p-product-list {
        padding: 0 20px;
    }

    .p-product-list .slick-arrow.slick-prev {
        left: 0;
    }

    .p-product-list .slick-arrow.slick-next {
        right: 0;
    }
}

.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-btn>a {
    background: #fff;
    color: #f6aeb9;
    padding: 8px 36px;
    border-radius: 88px;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 600;
    border: 1px solid #EFC8CE;
    line-height: 1.554;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background .3s ease, color .3s ease;
}

.more-btn>a:hover,
.more-btn>a:focus-within {
    background: #f6aeb9;
    color: #fff;
}

.commentlist.comments_hidden li:nth-last-child(n+6) {
    display: none;
}

#pageScrollTop {
    position: fixed;
    right: 20px;
    bottom: 120px;
    display: flex;
    transition: opacity .3s ease;
    opacity: 0.8;
}

#pageScrollTop:hover,
#pageScrollTop:focus {
    opacity: 1 !important;
}

#pageScrollTop img {
    max-width: 32px;
}

#message_fields label {
    font-weight: bolder !important;
}

.post-template-default .wp-block-image img {
    height: auto !important;
}

.products-filter-widget .filter-name {
    margin-top: 18px;
    margin-bottom: 0 !important;
}

.archive .site-content {
    padding-top: 12px !important;
}

.icon-heading::before,
.icon-heart::before {
    display: none;
}

.new_product_card_loader,
#ProductCardLoader {
    display: none;
}

ul,
ol {
    margin: 0 0 20px;
}

.add_to_cart_button::after {
    content: none;
    display: none !important;
}


@media (min-width:992px) {

    body.home .vc_row[data-vc-full-width] {
        left: 0 !important;
        width: 100% !important;
    }

    body.home .container {
        width: 100% !important;
    }
}

.footer-widgets .widget-title {
    line-height: 1;
}

.mega-menu-main>li:nth-child(1) {
    background-color: #ffe1df;
}

.mega-menu-main>li:nth-child(2) {
    background-color: #ffefe0;
}

.mega-menu-main>li:nth-child(3) {
    background-color: #fdd5d8;
}

.mega-menu-main>li:nth-child(4) {
    background-color: #fde0c6;
}

/* new footer */

.footer-wrapper .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-wrapper .footer-column {
    width: 25%;
}

.footer-newsletter p,
.footer-newsletter h4 {
    text-align: right;
    margin-top: 0;
}

@media (max-width:991px) {
    .footer-wrapper .footer-column {
        width: 50%;
    }
}

@media (max-width:768px) {
    .footer-wrapper .footer-column {
        width: 100%;
    }

    .footer-wrapper .row {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-newsletter h4,
    .footer-newsletter p {
        text-align: center;
    }
}

/* new footer */

.edit-product-admin {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
}

.edit-product-admin svg {
    max-width: 16px;
    height: auto;
}

.edit-product-admin svg path {
    fill: #555;
}

/* opinie produktów na listingu kategorii */

.cr-all-reviews-shortcode ol li.review .comment_container img.avatar {
    float: left;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    border: 0px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius: 25px;
    max-height: none;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    margin-left: 70px;
    border-top: 0 solid #e4e1e3;
    border-left: 0 solid #e4e1e3;
    border-right: 0 solid #e4e1e3;
    border-bottom: 1px solid #e4e1e3;
    padding: 0 0 1em 0;
}

.crstar-rating svg {
    width: 26px;
    height: auto;
}

a .shop-reviews .iv-comment-product-a,
.shop-reviews .cr-avatar-check,
.cr-ajax-reviews-sort-div,
.shop-reviews .cr-count-row,
.shop-reviews .cr-summaryBox-wrap,
#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
    display: none !important;
}

.cr-all-reviews-shortcode .crstar-rating span::before,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span::before,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span::before,
#reviews #comments .cr-summaryBox-wrap .crstar-rating span::before,
.cr-reviews-rating .crstar-rating span::before {
    font-family: 'crstar' !important;
}

.cr-all-reviews-shortcode .reviews-show-more-button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.reviews-show-more-button .label {
    transition: opacity .3s ease;
}

.reviews-show-more-button .loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
.cr-all-reviews-shortcode .reviews-show-more-button,
.cr-all-reviews-shortcode .cr-show-more-button,
.cr-reviews-grid .cr-show-more-button,
.cr-qna-block .cr-show-more-que {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    border-radius: 88px;
    background: #F6AEB9;
    padding: 12px 36px;
    transition: background 0.3s ease;
    border: 0;
    text-transform: uppercase;
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
.cr-all-reviews-shortcode .reviews-show-more-button:hover,
.cr-all-reviews-shortcode .reviews-show-more-button:focus,
.cr-all-reviews-shortcode .cr-show-more-button:hover,
.cr-all-reviews-shortcode .cr-show-more-button:focus,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-show-more-button:focus,
.cr-qna-block .cr-show-more-que:hover,
.cr-qna-block .cr-show-more-que:focus {
    background-color: #D06274;
    color: #fff;
    border: 0;
}

.shop-reviews {
    padding: 80px 0;
    background-color: #FFFBFB;
}

body.archive .shop-reviews {
    margin-bottom: 60px;
    border-radius: 20px;
}

.shop-reviews .cr-all-reviews-shortcode ol.commentlist li .comment-text {
    border: 0 !important;
    margin-left: 90px;
}

.cr-all-reviews-shortcode ol li.review .comment_container img.avatar {
    width: 64px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 0;
}

.shop-reviews .woocommerce-review__author {
    color: #D06274 !important;
    font-family: Montserrat;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 1.2;
}

.shop-reviews .cr-comment-productname-a,
.shop-reviews .woocommerce-review__verified.verified,
.shop-reviews .woocommerce-review__published-date {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.5;
}

.shop-reviews .cr-all-reviews-shortcode ol.commentlist li .comment-text p {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.25;
}

.cr-all-reviews-shortcode .crstar-rating::before,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating::before,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating::before,
#reviews #comments .cr-summaryBox-wrap .crstar-rating::before,
.cr-reviews-rating .crstar-rating::before {
    color: #FFEB3A;
}

.cr-all-reviews-shortcode .crstar-rating,
.shop-reviews .cr-all-reviews-shortcode .crstar-rating {
    color: #FFEB3A !important;
    line-height: 22px !important;
    font-size: 22px !important;
    height: 22px !important;
    width: 132px !important;
    letter-spacing: 4px;
}

@media (max-width:1366px) {

    .cr-all-reviews-shortcode ol li.review .comment_container img.avatar {
        width: 48px;
    }

    .shop-reviews .woocommerce-review__author {
        font-size: 20px !important;
    }

    .shop-reviews .cr-all-reviews-shortcode ol.commentlist li .comment-text p,
    .shop-reviews .cr-comment-productname-a,
    .shop-reviews .woocommerce-review__verified.verified,
    .shop-reviews .woocommerce-review__published-date {
        font-size: 14px !important;
    }

}

@media (max-width:991px) {

    .cr-all-reviews-shortcode ol li.review .comment_container img.avatar {
        width: 64px;
    }

    .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
        flex-wrap: wrap;
    }

    .shop-reviews .cr-all-reviews-shortcode ol.commentlist li .comment-text {
        margin-left: 0;
    }

    .cr-all-reviews-shortcode ol.commentlist li .comment-text .meta {
        margin-left: 80px;
        min-height: 64px;
    }

    .shop-reviews .woocommerce-review__author {
        font-size: 14px !important;
    }

    .shop-reviews .cr-comment-productname-a,
    .shop-reviews .cr-all-reviews-shortcode ol.commentlist li .comment-text p,
    .shop-reviews .woocommerce-review__verified.verified,
    .shop-reviews .woocommerce-review__published-date {
        font-size: 12px !important;
        line-height: 1.5;
    }

    .shop-reviews h2 {
        font-size: 24px;
    }

    .crstar-rating svg {
        width: 21px;
    }

}

@media (max-width:768px) {
    .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
        flex-direction: column;
        align-items: flex-start;
    }

    .cr-all-reviews-shortcode .crstar-rating,
    .shop-reviews .cr-all-reviews-shortcode .crstar-rating {
        margin: 15px 0 10px;
        line-height: 17px !important;
        font-size: 17px !important;
        height: 17px !important;
        width: 105px !important;
    }
}

/* opinie produktów na listingu kategorii */


/* homepage 2.0 */

body.home .site-content-container.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home .hero-slider {
    margin-bottom: 15px;
}

body.home .hero-swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 65.95744680%;
    line-height: 0.8;
}

body.home .hero-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

body.home .hero-block-image {
    line-height: 0.8;
    overflow: hidden;
    width: 100%;
    max-width: 32.44680851%;
}

body.home .hero-block-image,
body.home .hero-block-image img {
    aspect-ratio: 610 / 660;
    border-radius: 25px;
}

body.home .hero-block-image img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

body.home .hero-swiper .single-slide img {
    width: 100%;
    aspect-ratio: 1240 / 660;
    object-fit: cover;
    border-radius: 25px;
}

.hero-swiper .swiper-hero-nav {
    position: absolute;
    right: 54px;
    bottom: 44px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 9;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border .2s ease;
}

.hero-swiper .swiper-button-next svg path,
.hero-swiper .swiper-button-prev svg path {
    transition: fill .2s ease;
}

.hero-swiper .swiper-button-next:hover svg path,
.hero-swiper .swiper-button-prev:hover svg path {
    fill: #ffb0be;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
    border-color: #ffb0be;
}

/* 
.hero-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 9;
    margin: 0 !important;
}

.hero-swiper .swiper-pagination-bullet {
    background: #fff;
    border: 0;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    height: 8px;
    width: 8px;
    aspect-ratio: 1;
    transition: all .3s ease
}

.hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D06274;
    width: 10px;
    height: 10px;
    margin-bottom: -1px;
} */

@media (max-width:991px) {
    .hero-block-image {
        display: none;
    }

    body.home .hero-swiper {
        max-width: 100%;
    }

    .hero-swiper .swiper-hero-nav {
        gap: 8px;
        bottom: 23px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }

    .hero-swiper .swiper-button-next,
    .hero-swiper .swiper-button-prev {
        width: 39px;
        height: 39px;
        border-width: 3px;
    }

    .hero-swiper .swiper-button-next svg,
    .hero-swiper .swiper-button-prev svg {
        width: 11px;
        height: auto;
    }
}

body.home .term-description {
    border-radius: 0;
    border: 0;
    background: #fff;
}

body.home .term-description * {
    color: #AAAAAA;
}

body.home .container.container-inner {
    max-width: 1430px !important;
}

.hero-slider .image-mobile {
    display: none;
}

.instagram-wrapper {
    padding: 21px 0 84px;
}

.ig-title {
    position: relative;
    padding: 42px 0;
    text-align: center;
}

.boxes-wrapper .ig-title {
    padding: 35px 0 42px;
}

@media (max-width:991px) {
    .boxes-wrapper .ig-title {
        padding: 15px 0 42px;
    }
}

.ig-title h2 {
    position: relative;
    padding-bottom: 16px;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.ig-title h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 75%;
    height: 2px;
    background: #F6AEB9;
}

#sb_instagram #sbi_images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: calc(33.33333333% - 18px) !important;
}

.boxes-wrapper {
    margin-bottom: 70px;
}

.box-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.box-wrapper .box-single {
    flex: 1 auto;
    width: 33.33333333%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 25px;
}

.box-wrapper .box-single::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 214, 214, 0.5);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 991;
}

.box-wrapper a.box-single:hover::before {
    opacity: 1;
}

.box-wrapper a.box-single:hover img {
    transform: scale(1.05);
}

.box-wrapper .btn-hvr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(0%) translateX(-50%);
    z-index: 994;
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

.box-wrapper .btn-hvr span {
    border: 2px solid #ffb0be;
    background: #fff;
    color: #ffb0be;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.box-wrapper a.box-single:hover .btn-hvr {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}


.box-wrapper .box-single .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.box-wrapper .box-subtitle {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.box-wrapper .box-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.box-wrapper .box-single img {
    width: 100%;
    transition: transform .3s ease;
}

.box-wrapper #timer {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: nowrap;
}

.box-wrapper .circle-timer {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
}

.box-wrapper .progress-ring {
    width: 80px;
    height: 80px;
}

.box-wrapper .progress-ring__circle {
    transition: stroke-dashoffset 1s linear;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.box-wrapper .circle-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.box-wrapper .circle-label {
    display: block;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.12px;
    text-transform: uppercase;
}

.home-dropdown {
    padding: 10px 0 35px;
}

.cukrowki-dropdowns {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.cukrowki-dropdowns .dropdown-item {
    flex: 1 auto;
}

.cukrowki-dropdowns .dropdown-toggle {
    color: var(--Black, #000);
    background-color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 1px 12px;
    text-align: center;
    width: 100%;
    transition: color .3s ease, border .3s ease;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.cukrowki-dropdowns .dropdown-toggle .dropdown-icon {
    min-width: 27px;
    max-width: 36px;
    width: auto;
    height: auto;
}

.cukrowki-dropdowns .dropdown-toggle .dropdown-icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.cukrowki-dropdowns .dropdown-item:hover .dropdown-toggle {
    color: var(--Pink-CK-700, #D06274);
    font-weight: 700;
    border-color: #F6AEB9;
}

.cukrowki-dropdowns .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    padding: 40px;
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid var(--Stroke-2, #E4E7E7);
    border-bottom: 1px solid var(--Stroke-2, #E4E7E7);
    border-left: 1px solid var(--Stroke-2, #E4E7E7);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    gap: 20px;
}

.dropdown-item:hover .dropdown-content {
    display: flex;
}

.cukrowki-dropdowns .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    gap: 16px;
}

.cukrowki-dropdowns .dropdown-menu li {
    /* max-width: calc(50% - 16px); */
    max-width: 100%;
    width: 100%;
    display: flex;
    flex: 1 auto;
    gap: 16px;
    align-items: center;
}

.cukrowki-dropdowns .dropdown-menu a {
    color: var(--gray-1000-headings, #161919);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    gap: 16px;
    align-items: center;
    transition: .3s ease;
}

.cukrowki-dropdowns .dropdown-menu a .sub-icon {
    max-width: 24px;
    height: auto;
}

.cukrowki-dropdowns .dropdown-menu .sub-badge {
    color: #000;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 400;
    padding: 4px 12px;
    text-transform: uppercase;
    border-radius: 999px;
    line-height: normal;
    white-space: nowrap;
}

.cukrowki-dropdowns .dropdown-menu .sub-badge strong {
    font-weight: 700;
}

.cukrowki-dropdowns .dropdown-menu a:hover {
    color: #D06274;
}

.cukrowki-dropdowns .dropdown-box {
    padding-left: 40px;
    border-left: 1px solid #E4E7E7;
    margin-left: 40px;
    max-width: 500px;
}

.cukrowki-dropdowns .dropdown-box h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 18px;
}

.cukrowki-dropdowns .dropdown-box a {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #F6AEB9;
    text-transform: uppercase;
    transition: background .3s ease;
}

.cukrowki-dropdowns .dropdown-box a {
    background-color: #F6AEB9;
}

.cukrowki-dropdowns .dropdown-wrapper-box {
    display: flex;
    gap: 18px;
}

.cukrowki-dropdowns .dropdown-wrapper-box>* {
    width: 50%;
}

.cukrowki-dropdowns .dropdown-box-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cukrowki-dropdowns .dropdown-box img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 180 / 155;
}

#sb_instagram .sbi_photo {
    border-radius: 25px;
}

@media (max-width:1560px) {
    .box-wrapper .box-title {
        font-size: 36px;
    }

    .box-wrapper .box-subtitle {
        font-size: 14px;
    }

    .box-wrapper .circle-number {
        font-size: 24px;
    }
}

@media (max-width:1260px) {
    .box-wrapper .box-title {
        font-size: 32px;
    }

    .box-wrapper .circle-number {
        font-size: 20px;
    }
}

@media (max-width:1199px) {
    .box-wrapper {
        flex-wrap: wrap;
    }

    .box-wrapper .title-wrapper {
        margin-bottom: 30px;
        gap: 10px;
    }

    .box-wrapper .box-single.box-with-timer {
        padding: 20px 10px 40px;
        width: 100%;
    }

    .box-wrapper .circle-label {
        font-size: 12px;
    }

    .box-wrapper .btn-hvr span {
        padding: 8px 16px;
        font-size: 16px;
        display: flex;
    }

    .home-dropdown {
        display: none;
    }
}


@media(max-width:991px) {
    body.home .term-description {
        padding: 0;
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: calc(50% - 13px) !important
    }

    .instagram-wrapper {
        padding: 21px 0 42px;
    }

    .ig-title h2 {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .box-wrapper .box-single {
        width: 100%;
    }

    .box-wrapper .circle-timer {
        width: 50px;
        height: 50px;
        transform: scale(0.75);
    }

    .box-wrapper .circle-number {
        top: 40px;
        left: 40px;
    }

    .box-wrapper {
        gap: 22px;
    }
}

@media (max-width:520px) {
    body.home .hero-swiper .single-slide.has-mobile img {
        aspect-ratio: 320 / 520;
    }

    .hero-slider .single-slide.has-mobile .image-desktop {
        display: none;
    }

    .hero-slider .image-mobile {
        display: flex;
    }

}

@media (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
        width: 100% !important;
    }
}

/* homepage 2.0 */

/* nav 2.0 */

.cukrowki-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

body.navbar-sticky .cukrowki-header {
    position: fixed;
}

.cukrowki-header>* {
    width: calc(40% - 20px);
}

.cukrowki-header .nav-left-toggle,
.cukrowki-header .nav-left-account {
    display: none;
}

.cukrowki-header .site-logo {
    text-align: center;
    width: calc(20% - 20px);
}

.cukrowki-header .search-form .search-submit {
    padding: 0;
    line-height: 1;
    height: auto;
    background-color: transparent;
}

.cukrowki-header .search-form .search-field {
    border-bottom: 1px solid #9A9A9A;
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}

.cukrowki-header .search-form .svg-icon {
    color: #9A9A9A;
}

.cukrowki-header .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.cukrowki-header .nav-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 48px;
}

.cukrowki-header .nav-right ul a {
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
}

.cukrowki-header .nav-right ul li:not(:last-child) a::after {
    content: '|';
    position: absolute;
    right: -24px;
    top: 0;
    width: 1px;
    height: 100%;
    color: #9A9A9A;
    pointer-events: none;
}

.cukrowki-header .nav-right ul a:hover {
    color: #DD758E;
}

.cukrowki-header .nav-separator {
    color: #9A9A9A;
}

.cukrowki-header .icon {
    display: flex;
    align-items: center;
}

.cukrowki-header .wishlist a,
.cukrowki-header .cart a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cukrowki-header .wishlist .count,
.cukrowki-header .cart .count {
    border-radius: 100%;
    background: #F6AEB9;
    width: 18px;
    aspect-ratio: 1;
    height: auto;
    height: 18px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.topbar .konte-container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.cukrowki-header .account a {
    color: #DD758E;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
}

.cukrowki-header .account a:hover {
    color: #DC8997;
}

.mobile-nav {
    display: none;
}

body.home .site-content {
    padding-top: 0;
}

/* lang switcher */

.cukrowki-header .nav-right .wpml-ls-legacy-list-horizontal ul {
    gap: 0;
    min-width: 92px;
}

.cukrowki-header .nav-right .wpml-ls-legacy-list-horizontal ul li:not(:last-child) a::after {
    display: none;
    content: none;
}

.topbar-left-items>* {
    margin-right: 8px;
}

@media (max-width:1199px) {
    .cukrowki-header .nav-right .wpml-ls-legacy-list-horizontal ul {
        display: flex;
        min-width: 52px;
    }

    .wpml-ls-legacy-list-horizontal a {
        padding: 0;
    }

    .cukrowki-header .nav-right .wpml-ls-legacy-list-horizontal ul {
        gap: 16px;
    }
}

/* lang switcher */

@media (max-width:1440px) {

    .cukrowki-header .nav-right ul a,
    .cukrowki-header .account a {
        font-size: 14px;
    }

    .cukrowki-header .nav-right,
    .cukrowki-header .nav-right ul {
        gap: 16px;
    }
}

@media (max-width:1199px) {

    .cukrowki-header .cart a {
        gap: 2px;
    }

    .cukrowki-header .nav-right ul,
    .cukrowki-header .nav-separator,
    .cukrowki-header .wishlist,
    .cukrowki-header .account {
        display: none;
    }

    .cukrowki-header .nav-left {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .cukrowki-header .nav-left-toggle,
    .cukrowki-header .nav-left-account {
        display: flex;
    }

    .cukrowki-header>*,
    .cukrowki-header .site-logo {
        width: calc(33.33333333% - 20px);
    }

    .nav-left-toggle {
        padding: 8px;
    }

    .nav-inner {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        width: 100%;
        height: 100svh;
        background-color: #fff;
        z-index: 1000;
        transition: transform 0.3s ease, top .3s ease;
        display: flex;
        flex-direction: column;
        border-radius: 0px 0px 8px 0px;
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 32px 16px;
    }

    .nav-inner.open {
        transform: translateX(0);
    }

    .nav-left-toggle svg {
        display: none;
    }

    .nav-left-toggle .toggle-closed {
        display: flex;
    }

    .nav-left-toggle.active .toggle-closed {
        display: none;
    }

    .nav-left-toggle.active .toggle-opened {
        display: flex;
    }

    .mobile-nav {
        position: relative;
        overflow: hidden;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        max-height: 70svh;
        padding-bottom: 40px;
        height: auto;
        pointer-events: all;
        z-index: 99;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        transition: transform 0.3s ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
        overflow-y: auto;
        height: auto;
        scrollbar-width: thin;
        z-index: 4;
        background-color: #fff;
    }

    .mobile-nav ul.submenu {
        position: relative;
        transition: height .5s ease, max-height .5s ease;
        max-height: 0;
    }

    .mobile-nav ul li {
        width: 100%;
    }

    .mobile-nav ul:not(.submenu)>li {
        padding: 0 16px;
    }

    .mobile-nav .wpml-ls-legacy-list-horizontal {
        position: absolute;
        left: 0;
        bottom: 10%;
        z-index: 2;
    }

    .mobile-nav .wpml-ls ul {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        overflow: auto;
        display: flex;
    }

    .mobile-nav .wpml-ls ul li {
        width: auto;
    }

    /* .mobile-nav ul li:not(.box-image):not(:first-child) {
        margin-top: 6px;
    } */

    .mobile-nav ul li.box-image {
        width: calc(50% - 10px);
    }

    .mobile-nav ul li.box-image a {
        display: flex;
        flex-direction: column;
        gap: 5px;
        font-size: 10px;
        font-weight: 400;
        border-radius: 4px;
        border: 1px solid #F6AEB9;
        width: 100%;
        transition: border .3s ease, background .3s ease;
        padding: 15px;
        height: 100%;
        justify-content: space-between;
    }

    .mobile-nav ul li.box-image a:hover {
        border-color: #F6AEB9;
        background-color: #FFF2F4 !important;
    }

    .mobile-nav ul li.box-image img {
        max-width: 80px;
    }

    .menu-level-1 {
        transform: translateX(0);
        z-index: 1;
    }

    /* .mobile-nav ul.menu-level-2 {
        transform: translateX(100%);
        z-index: 2;
        background-color: #fff;
        height: 100%;
    } */

    .mobile-nav ul {
        box-shadow: 0 0 0 0;
    }

    .mobile-nav ul.menu-level-2.active {
        /* z-index: 999;
        max-height: 75svh; */
        height: auto;
        max-height: 1000px;
        opacity: 1;
        pointer-events: all;
        z-index: 12;
    }

    /* .nav-inner.submenu-open .menu-level-1 {
        transform: translateX(-100%);
    }

    .nav-inner.submenu-open .menu-level-2.active {
        transform: translateX(0);
    } */

    .nav-inner .search-form {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 12px;
    }

    .nav-inner .search-form .svg-icon svg {
        fill: #000;
    }

    .mobile-nav a {
        color: var(--gray-1000-headings, #161919);
        font-family: Montserrat;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 3.5px 0;
        gap: 16px;
    }

    .mobile-nav .submenu a {
        font-size: 16px;
    }

    .mobile-nav a.has-arrow {
        justify-content: flex-start
    }

    .mobile-nav a.back-btn {
        color: #92A0A0;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .mobile-nav a svg {
        transition: transform .3s ease;
    }

    .mobile-nav a.actived svg {
        transform: rotateZ(90deg);
    }

    .mobile-nav a.actived {
        color: #DD758E;
        font-weight: 700;
    }

    .mobile-nav .nav-arrow {
        margin-left: auto;
    }

    .mobile-nav .sub-icon {
        max-width: 23px;
    }

    .mobile-nav .submenu .sub-icon {
        max-width: 25px;
        height: auto;
        width: 100%;
    }

    body.nav-opened,
    body.nav-opened #content {
        overflow: hidden !important;
    }

    .site-content {
        padding-top: 0;
    }

    .mobile-nav a>strong {
        margin-left: -9px;
    }

    .mobile-nav .sub-badge {
        color: #000;
        font-family: Montserrat;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 7px;
        text-transform: uppercase;
        border-radius: 999px;
        line-height: normal;
    }

    .mobile-nav li a {
        padding: 8px 0;
    }

    .mobile-nav .submenu li a {
        border-bottom: 1px solid #F5F5F5;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

/* nav 2.0 */

/* loader upgrades */

.new_product_card_loader .progress-container {
    height: 28px;
    max-width: 393px;
    margin: 18px auto 0;
}

.new_product_card_loader .loader-text-wrapper {
    padding: 44px 0;
}

.loader-text-image-wrapper {
    border-top: 1px solid #FBDEDA;
    padding-top: 30px;
    text-align: center;
}

.loader-text-image-wrapper .loader-text-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    color: #161619;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.loader-text-image-wrapper .loader-text-image svg {
    max-width: 24px;
    height: auto;
    width: 100%;
}

.loader-text-image-wrapper .loader-text-image strong {
    font-weight: 700;
    color: #D06274;
}

.new_product_card_loader .loader-wrapper p {
    margin: 0 !important;
}

.new_product_card_loader .loader-wrapper p+p {
    margin-top: 10px !important;
}

@media (max-width:991px) {
    .new_product_card_loader .loader-text-wrapper {
        padding: 30px 0;
    }
}

/* loader upgrades */