/*
Theme Name:     Divi Child Theme
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     https://www.elegantthemes.com
Template:       Divi
*/


/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: ETmodules;
    font-display: swap;
    src: url(/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot);
    src: url(/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.ttf) format("truetype"), url(/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff) format("woff"), url(/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.svg#ETmodules) format("svg");
    font-weight: 400;
    font-style: normal
}

#title_archive,
#breadcrumbs_section,
#bodycommerce_breadcrumbs {
    background: #FFF !important;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

body {
    font-weight: normal;
}

#page-container {
    overflow-x: hidden;
    overflow-y: auto;
}

i.yith-wcwl-icon {
    color: #e82929;
}

.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale,
.woocommerce-page span.onsale,
.woocommerce span.onsale {
    right: -13px !important;
    left: unset !important;
    border-radius: 30px 0px 30px 0px !important;
    padding: 0px 16px !important;
    top: 9px !important;
    font-size: 14px;
    z-index: 120;
    text-transform: uppercase;
    font-weight: 400 !important;
    background-color: #be9b64 !important;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    left: unset !important;
    right: 18px;
}

@media (min-width: 980px) {
    ul.products li.product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:not(.exists) {
        opacity: 0;
    }
    ul.products li.product.add-to-wishlist-before_image:hover .yith-wcwl-add-to-wishlist {
        opacity: 1;
    }
}


/** MENU - fixes to top  **/


/* <no admin> */

header.et-l.et-l--header:not(.et-fb-root-ancestor) {
    /* this way we are not applying this changes to Divi Frontend Builder which was bugging scrolling in Divi builder */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body {
    padding-top: 75px;
}

@media screen and (min-width: 981px) {
    body {
        padding-top: 192px;
    }
    body.woocommerce-cart {
        padding-top: 110px;
    }
    body.woocommerce-checkout {
        padding-top: 145px;
    }
}


/* <admin> */

body.admin-bar header.et-l.et-l--header {
    top: 46px;
}

body.admin-bar {
    padding-top: calc(75px);
}

@media screen and (min-width: 783px) {
    body.admin-bar header.et-l.et-l--header {
        top: 32px;
    }
    body.admin-bar {
        padding-top: calc(75px);
    }
}

@media screen and (min-width: 981px) {
    body.admin-bar {
        padding-top: calc(192px);
    }
    body.admin-bar.woocommerce-cart {
        padding-top: 110px;
    }
    body.admin-bar.woocommerce-checkout {
        padding-top: 145px;
    }
}

body.admin-bar #mobile_menu_top_bar {
    top: 46px;
}

body.admin-bar #mobile_menu_bottom_bar {
    top: calc(75px + 46px);
    height: calc(100vh - 75px - 65px - 46px);
}

@media screen and (min-width: 783px) {
    body.admin-bar #mobile_menu_top_bar {
        top: 32px;
    }
    body.admin-bar #mobile_menu_bottom_bar {
        top: calc(75px + 32px);
        height: calc(100vh - 75px - 65px - 32px);
    }
}


/* <Divi Fronten Builder - menu fix of GTranslate bug which was unable to load flags' images and streching menu's height */


/* Można też spróbować z klasami: .et-fb-preview--desktop, .et-fb-preview--tablet, .et-fb-preview--mobile */

html.et-fb-root-ancestor div.gtranslate_wrapper {
    max-height: 58px;
    overflow: hidden;
}


/**
* |
* |___ Umożliwienie zablokowania menu na życzenie
*      Poprzez dodanie odpowiedniej klasy do body -> .relativeHeader
*/


/* <no admin> */

body.relativeHeader header.et-l.et-l--header:not(.et-fb-root-ancestor) {
    /* this way we are not applying this changes to Divi Frontend Builder which was bugging scrolling in Divi builder */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

body.relativeHeader {
    padding-top: 0px;
}

@media screen and (min-width: 981px) {
    body.relativeHeader {
        padding-top: 0px;
    }
    body.relativeHeader.woocommerce-checkout {
        padding-top: 0px;
    }
}


/* <admin> */

body.relativeHeader.admin-bar header.et-l.et-l--header {
    top: 0px;
}

body.relativeHeader.admin-bar {
    padding-top: 0px;
}

@media screen and (min-width: 783px) {
    body.relativeHeader.admin-bar {
        padding-top: 0px;
    }
}

@media screen and (min-width: 981px) {
    body.relativeHeader.admin-bar {
        padding-top: 0px;
    }
    body.relativeHeader.admin-bar.woocommerce-checkout {
        padding-top: 0px;
    }
}

body.relativeHeader.admin-bar #mobile_menu_top_bar {
    top: 46px;
}

body.relativeHeader.admin-bar #mobile_menu_bottom_bar {
    top: calc(75px + 46px);
    height: calc(100vh - 65px - 46px);
}

@media screen and (min-width: 783px) {
    body.relativeHeader.admin-bar #mobile_menu_top_bar {
        top: 32px;
    }
    body.relativeHeader.admin-bar #mobile_menu_bottom_bar {
        top: calc(75px + 32px);
        height: calc(100vh - 0px - 65px - 32px);
    }
}


/** -- MENU - fixes to top -- **/


/** MENU - CLS fixes */

#shop_general_info,
.et-db #et-boc .et-l #shop_general_info.et_pb_section {
    height: 48px;
    width: 100%;
    overflow: hidden;
    padding: 13px 0px 9px 0px;
}

#shop_general_info {
    background-color: #171716 !important;
}

#shop_general_info,
.et-l #shop_general_info>div.et_pb_row,
.et-db #et-boc .et-l #shop_general_info>div.et_pb_row {
    padding: 0px;
}

#logo_container_mobile,
.et-l #logo_container_mobile.et_pb_section,
.et-db #et-boc .et-l #logo_container_mobile.et_pb_section {
    height: 75px;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid rgba(190, 155, 100, 0.08);
}

#logo_container_mobile .et_pb_row,
.et-l #logo_container_mobile .et_pb_row,
.et-db #et-boc .et-l #logo_container_mobile .et_pb_row {
    padding: 0px;
    height: 100%;
    width: 80%;
}

#logo_container_mobile .et_pb_row .et_pb_column {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#logo_container_mobile .et_pb_row .et_pb_column .et_pb_module.et_pb_image {
    text-align: center;
}

#logo_container_mobile .et_pb_row .et_pb_column #inMobileHeader_menu {
    position: absolute;
    top: 50%;
    right: -5vw;
    width: 15%;
    transform: translateY(-50%);
}

#logo_container_mobile .et_pb_row .et_pb_column #inMobileHeader_menu .et_pb_blurb_content {
    max-width: 100%;
}

#logo_container_mobile .et_pb_row .et_pb_column #inMobileHeader_menu .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px;
    padding: 8px;
    opacity: 1;
}

#logo_container_mobile .et_pb_row .et_pb_column #inMobileHeader_menu .et_pb_blurb_content .et_pb_main_blurb_image span.et-waypoint.et-pb-icon {
    font-size: 36px;
    color: #302c2d;
}

#logo_container_mobile .et_pb_row .et_pb_column #inMobileHeader_menu .et_pb_blurb_content .et_pb_blurb_container {
    display: none;
}

#logo_container,
.et-l #logo_container.et_pb_section,
.et-db #et-boc .et-l #logo_container.et_pb_section {
    height: 97px;
    width: 100%;
    overflow: hidden;
    padding: 23px 0px 0px;
}

.woocommerce-checkout #logo_container {
    overflow: unset !important;
}

#logo_container .et_pb_row,
.et-db #et-boc .et-l #logo_container .et_pb_row {
    padding: 0px 25px;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    height: 67px;
}

#logo_container>.et_pb_row>.et_pb_column {
    height: 67px;
}

#logo_container>.et_pb_row>.et_pb_column:nth-child(2) {
    height: 63px;
}

#logo_container .et_pb_module.et_pb_image.logo {
    text-align: center;
}

#logo_container .et_pb_blurb span.et-waypoint.et-pb-icon {
    font-size: 25px;
    color: #302c2d;
}

#logo_container #inmenu_search.et_pb_blurb,
#logo_container #inmenu_wishlist.et_pb_blurb,
#logo_container #inmenu_cart.et_pb_blurb {
    float: right;
}

#logo_container .et_pb_blurb .et_pb_blurb_content {
    max-width: 45px;
    text-align: center;
}

#logo_container .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px;
    padding: 8px;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}

#logo_container .et_pb_blurb .et_pb_blurb_container h6.et_pb_module_header {
    margin-top: 5px;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
}

#logo_container .et_pb_blurb {
    width: 55px;
    display: inline-block;
    margin-bottom: 0px !important;
}

#desktop_menu_section,
.et-db #et-boc .et-l #desktop_menu_section.et_pb_section {
    padding: 0px;
    width: 100%;
}

#desktop_menu_section>div.et_pb_row,
.et-db #et-boc .et-l #desktop_menu_section>div.et_pb_row {
    padding: 0px 40px;
    margin: 0px !important;
    width: 100%;
    max-width: none;
}

header #desktop_menu_section .et-menu-nav li.mega-menu li ul {
    margin-top: 10px;
}

#mobile_menu_bar,
.et-db #et-boc .et-l #mobile_menu_bar.et_pb_section {
    position: fixed;
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    height: 65px;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

#logo_container_mobile .et_pb_image img {
    width: 151px;
    height: 63px;
}

#logo_container .logo img {
    width: 151px;
    height: 63px;
}

#search_popup.closed,
.et-db #et-boc .et-l #search_popup.closed.et_pb_section {
    top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    position: fixed;
}

#mobile_menu_top_bar,
.et-db #et-boc .et-l #mobile_menu_top_bar.et_pb_section {
    position: fixed;
    top: 0;
    left: 0;
}

#mobile_menu_bottom_bar,
.et-db #et-boc .et-l #mobile_menu_bottom_bar.et_pb_section {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 140px);
}

@media (max-width: 980px) {
    #shop_general_info {
        display: none;
    }
    #logo_container {
        display: none;
    }
    #desktop_menu_section {
        display: none;
    }
}

@media (min-width: 981px) {
    #logo_container_mobile {
        display: none;
    }
    #mobile_menu_bar {
        display: none;
    }
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu li.featuredKids a,
#mobile_menu_bottom_bar .et_mobile_menu li.featuredKids a {
    font-family: 'Great Vibes', 'Poppins', sans-serif;
    font-size: 35px;
    background: -webkit-linear-gradient(342deg, #BF5CAF 23%, #528CBF 39%, #89BF78 62%, #be9b64 87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 33px;
    margin-top: -20px;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    text-transform: none;
    width: 2em;
}

.et-db #et-boc .et-l ul#menu-menu-glowne>li.featuredKids>a,
ul#menu-menu-glowne>li.featuredKids>a {
    font-family: 'Great Vibes', 'Poppins', sans-serif;
    font-size: 35px;
    background: -webkit-linear-gradient(350deg, #BF5CAF 27%, #528CBF 46%, #89BF78 69%, #be9b64 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 33px;
    margin-top: -20px;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

#mobile_menu_bar .noAnimation span.et-pb-icon,
#logo_container .noAnimation span.et-pb-icon {
    opacity: 1 !important;
    animation: none !important;
}

#mobile_menu_bar .et_pb_module.et_pb_blurb .et_pb_blurb_container>h6,
#mobile_menu_bar .et_pb_module.et_pb_code .et_pb_blurb_container>h6 {
    text-overflow: clip;
    white-space: nowrap;
}


/* Poprawienie użyteczności menu poprzez dodanie do menu przycisków "Wszystkie stroje kąpielowe" itd, i ukrycie ich na desktopie */

@media (min-width: 981px) {
    .et-menu-nav li.mega-menu ul li.menu_item_only_for_mobile,
    .et-db #et-boc .et-l .et-menu-nav li.mega-menu ul li.menu_item_only_for_mobile,
    #menu-menu-glowne li.menu_item_only_for_mobile {
        display: none !important;
    }
}


/** -- MENU -- */


/** MAIN PAGE - CLS fixes */

@media (min-width: 768px) {
    #slider_mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #slider_desktop {
        display: none;
    }
}


/** -- MAIN PAGE - CLS fixes -- */


/** Shop pages - CLS fixes */

body.archive.woocommerce #et-boc .entry-summary>.et_pb_section:first-child {
    padding-top: 20px;
    padding-bottom: 0px;
}

body.archive.woocommerce #et-boc .entry-summary>.et_pb_section:first-child>.et_pb_row {
    padding: 0px 20px;
    margin: 0px;
    width: 100%;
    max-width: unset;
}

body.archive.woocommerce #et-boc .filters_move_it.et_section_regular>.et_pb_row {
    margin: 0px;
    width: 100%;
    padding: 0 20px;
    max-width: unset;
}

body.archive.woocommerce #et-boc .filters_move_it.et_section_regular {
    padding: 5px 0px 0px;
}

body.archive.woocommerce #et-boc #products_loop .et_pb_section>.et_pb_row {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

@media (max-width: 980px) {
    #shop_archive_info #seo_first {
        display: none;
    }
    body.archive.woocommerce.et-db #et-boc .et-l #filters_panel_switcher_mobile.et_pb_section,
    body.archive.woocommerce #filters_panel_switcher_mobile.et_pb_section {
        box-sizing: content-box;
        padding: 20px 0px 5px 0px;
    }
    body.archive.woocommerce #et-boc #filters_panel_switcher_mobile>.et_pb_row {
        width: 100%;
        padding: 0px 20px;
        margin: 0px;
    }
    body.archive.woocommerce #et-boc #filters_panel_switcher_mobile>.et_pb_row>.et_pb_column>.et_pb_module {
        margin-bottom: 0px;
    }
    body.archive.woocommerce #et-boc #products_loop .et_pb_section {
        padding: 0px;
    }
}

@media (min-width: 981px) {
    body.archive.woocommerce.et-db #et-boc .et-l #filters_panel_switcher_mobile.et_pb_section,
    body.archive.woocommerce #filters_panel_switcher_mobile.et_pb_section {
        display: none;
    }
}


/** -- MAIN PAGE - CLS fixes -- */


/** Pages made with Divi - CLS fixes */

body.theme-Divi.CLS-FIXES #et-boc .entry-content .et_pb_section:first-child .et_pb_row .et_pb_row {
    padding: 0px;
}

body.theme-Divi.CLS-FIXES #et-boc .entry-content .et_pb_section:first-child {
    padding: 20px 0px 0px;
}

body.theme-Divi.CLS-FIXES #et-boc .entry-content .et_pb_section:first-child .et_pb_row {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    max-width: 100%;
}

@media (max-width: 980px) {}

@media (min-width: 981px) {
    body.theme-Divi.CLS-FIXES #et-boc .entry-content .et_pb_section:first-child .et_pb_row {
        max-width: 1920px;
    }
}


/** --- Pages made with Divi - CLS fixes --- */


/** Product pages - CLS fixes */

body.single-product #main-content .et_builder_inner_content>.et_pb_section:first-child {
    padding: 0px;
}

body.single-product #main-content .et_builder_inner_content>.et_pb_section:first-child>.et_pb_row {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1440px;
}

#products_breadcrumbs {
    margin: 0px;
}

body.single-product .et_pb_column .et_pb_module.et_pb_db_product_title {
    margin: 0px;
}

@media (max-width: 980px) {
    .product_main_data .et_pb_column:last-child .et_pb_module.et_pb_db_product_title {
        display: none;
    }
}

@media (min-width: 981px) {
    body.single-product .product_main_data .et_pb_column:first-child .et_pb_module.et_pb_db_product_title,
    body.single-product .et_pb_column #zajawka_opinii {
        display: none;
    }
}


/** --- Product pages - CLS fixes --- */


/** STOPKA FOOTER **/

.et-db #et-boc .et-l .info-menu nav>ul.et-menu.nav>li>a {
    padding: 8px 5px 8px 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.et-db #et-boc .et-l .info-menu nav>ul.et-menu.nav>li>a::before {
    top: 8px;
}

@media screen and (max-width: 980px) {
    footer .newsletter_column.et_pb_column {
        width: 100% !important;
    }
    footer .paddingFixMenu.et_pb_column .et_pb_menu__wrap {
        justify-content: flex-start;
    }
}


/** -- STOPKA FOOTER -- **/


/** Poprawa elementu powrotu do góry strony **/

span.et_pb_scroll_top.et-pb-icon {
    background-color: #be9b64;
    bottom: 65px;
    border-radius: 5px 0px 0px 0px;
    z-index: 9999;
}

@media screen and (min-width: 981px) {
    span.et_pb_scroll_top.et-pb-icon {
        bottom: 0px;
        right: 0px;
        border-radius: 5px 0px 0px 0px;
    }
}


/** NEW BADGE - BODYCOMMERCE */

.bodycommerce-new-text {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}


/* poprawa umiejscowienia na stronach archiwum */

li.product .bodycommerce-new-badge {
    top: -31px;
    left: -18px;
}


/* poprawa umiejscowienia na stronach produktów*/

body.single-product .bodycommerce-new-badge {
    left: -8px;
}

@media (min-width: 981px) {
    body.single-product .bodycommerce-new-badge {
        left: calc(20% - 8px);
    }
}


/** -- NEW BADGE - BODYCOMMERCE -- */

#title_archive.et_pb_text {
    background-blend-mode: initial;
    background-image: none;
    background-color: none;
    position: relative;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    padding: 0;
    border: none;
}


/** Poprawa szablonu archiwów w tym sklepu */

body.woocommerce li.product p.price span {
    font-size: 14px !important;
}


/* .woocommerce p.woocommerce-result-count {
    display: none;
}

.woocommerce form.woocommerce-ordering {
    display: none;
} */

p.woocommerce-result-count {
    font-size: 12px;
    font-weight: 300;
    color: #4E4E4E;
    line-height: 50px;
    margin-bottom: 20px !important;
    float: right !important;
}

form.woocommerce-ordering {
    line-height: 50px;
    display: block !important;
    border: 1px solid #be9b64;
    float: left !important;
}

form.woocommerce-ordering select.orderby {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    padding: 0px 5px 0px 15px;
    background: white;
    border: 0px solid transparent;
    border-right-width: 8px;
    color: #4e4e4e !important;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 600px) {
    p.woocommerce-result-count {
        width: calc(100% - 250px);
        text-align: right;
    }
    form.woocommerce-ordering {
        width: 250px;
    }
}

@media (max-width: 500px) {
    p.woocommerce-result-count {
        line-height: 20px;
        padding: 5px 0px 5px 5px;
    }
}

.et-db #et-boc .et-l ul.products li.product h2 {
    padding-top: 15px;
    padding-bottom: 0px;
    line-height: 1em;
    font-size: 14px !important;
    min-height: 43px;
}

.et-db #et-boc .et-l ul.products li.product {
    padding-bottom: 15px;
    background: transparent;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.et-db #et-boc .et-l ul.products li.product:hover {
    -webkit-box-shadow: 31px 24px 49px -17px rgba(0, 0, 0, 0.11);
    box-shadow: 31px 24px 49px -17px rgba(0, 0, 0, 0.11);
    background: white;
}


/* ul.products li.product img.size-woocommerce_thumbnail,
ul.custom-loop-layout li.product img.size-woocommerce_thumbnail,
.et-db #et-boc .et-l .et_pb_db_shop_thumbnail_1 img.secondary-image,
.et_pb_db_shop_thumbnail img.secondary-image {
    border: 1px solid #be9b64;
} */

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li.menu-item-has-children.hidden_>ul.sub-menu {
    overflow: hidden;
}


/** infinite loop **/

.loadmore-ajax-loading .spinner.ripple-cont {
    height: auto;
}

.loadmore-ajax-loading .spinner.ripple-cont .ripple {
    border-color: #be9b64 !important;
    width: 4rem;
    height: 4rem;
    margin: 0rem;
}

@keyframes ripple {
    100% {
        opacity: 1;
    }
}


/** temporary pagination fix **/

.dmach-loadmore.et_pb_button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.loadmore-ajax-loading .spinner.donut-cont {
    top: 0px;
    margin-bottom: 60px;
}

.loadmore-ajax-loading .spinner.donut-cont .donut {
    margin: 0 auto;
}


/* Obrazki na kafelkach miały pustą przestrzeń. Z jakiegoś powodu miały display: inline, który to powodował */

li.product .et_pb_db_shop_thumbnail img {
    display: block;
}


/** --Poprawa szablonu archiwów w tym sklepu-- */


/** Checkout **/

#bodycommerce-shopify-checkout .woocommerce-message {
    text-transform: uppercase;
    word-spacing: 1px;
    line-height: 40px;
}

#bodycommerce-shopify-checkout.et_pb_section {
    padding: 0 15px !important;
}

#bodycommerce-shopify-checkout p.shipping-method-description {
    margin-left: 19px;
}


/** -- Checkout -- **/


/** Moje konto **/

.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0px;
    border-color: #be9b64;
}


/** -- Moje konto -- **/


/** Ciasteczka **/

@media (max-width: 980px) {
    #cookie-notice {
        bottom: 65px;
    }
}

#cookie-notice .cookie-notice-container {
    padding: 7px 30px;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie {
    font-size: 14px;
    padding: 5px 25px;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie:hover {
    background-color: white !important;
    color: #be9b64 !important;
    padding-left: 15px;
    padding-right: 30px;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie:hover::after {
    font-size: 21px;
}


/** -- Ciasteczka -- **/


/** PAGINACJA **/

.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: white !important;
    background-color: #be9b64;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
    border: 1px solid #be9b64;
    margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #e7cda5;
    color: white;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    color: black;
}

.woocommerce nav.woocommerce-pagination ul li>span,
.woocommerce nav.woocommerce-pagination ul li>a {
    padding: 0.8em;
}

.woocommerce.et-db #et-boc .et-l .et_pb_db_shop_loop_0 nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    background-color: #be9b64 !important;
    color: white;
    padding: 0.8em 40px;
    border: 1px solid #be9b64;
}

.woocommerce.et-db #et-boc .et-l .et_pb_db_shop_loop_0 nav.woocommerce-pagination ul li a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover {
    background: white !important;
    color: #be9b64 !important;
    border-width: 1px !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:before {
    content: "Następna strona";
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    margin-bottom: 5px !important;
}


/** -- PAGINACJA -- **/


/** STRONA PRODUKTU **/

.vbox-overlay {
    z-index: 10400 !important;
}

body.single-product.woocommerce .bc-custom-slider span.onsale {
    display: none;
}

.magnify .large {
    width: 250px !important;
    height: 250px !important;
    border-radius: 0px !important;
}

@media (min-width: 741px) {
    .bodycommerce-new-badge svg {
        top: 0px;
        left: 0px;
    }
}

@media (min-width: 580px) and (max-width: 740px) {
    .bodycommerce-new-badge svg {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: -7px;
        top: -5px;
    }
    .bodycommerce-new-text {
        -webkit-transform: scale(0.75) rotate(-6deg);
        -ms-transform: scale(0.75) rotate(-6deg);
        transform: scale(0.75) rotate(-6deg);
        left: -9px !important;
        top: 7px !important;
    }
}

@media (min-width: 471px) and (max-width: 579px) {
    .bodycommerce-new-badge svg {
        top: 0px;
        left: 0px;
    }
}

@media (max-width: 470px) {
    .bodycommerce-new-badge svg {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: -7px;
        top: -5px;
    }
    .bodycommerce-new-text {
        -webkit-transform: scale(0.75) rotate(-6deg);
        -ms-transform: scale(0.75) rotate(-6deg);
        transform: scale(0.75) rotate(-6deg);
        left: -9px !important;
        top: 7px !important;
    }
}


/** -- STRONA PRODUKTU -- **/


/**
* Listy produktów
*/


/* ul.custom-loop-layout.products span.term-item:not(:last-child):after {
    content: "·";
    position: absolute;
    bottom: 0px;
    padding-left: 0px;
    margin-left: -5px;
} */

.et_pb_db_attribute .db_attribute_term_list {
    flex-wrap: wrap;
    max-width: 100%;
}

.et_pb_db_attribute span.term-prefix {
    padding-right: 5px;
}

nav.woocommerce-breadcrumb {
    line-height: 1.3em;
}


/** 
* Listy produktów
* - Dostępne rozmiary - available sizes
* -- Custom loop layout styling - stylowanie kafelek produktowych
*/

li.product .custom_badges_module span.sale-label-noValue {
    right: unset;
    left: 0;
    top: -26px;
    position: absolute;
    height: 26px;
    width: auto;
    margin-top: 100%;
    background: #d30d35;
    margin-left: 10px;
    padding: 0px 10px;
    pointer-events: none;
}

li.product .variants_INSTOCK_selectList,
.product .variants_INSTOCK_selectList {
    display: none;
}

li.product .custom_variants_list.et_pb_with_border.et_pb_module.et_pb_db_attribute {
    margin-bottom: 0px !important;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 4px;
    border-top: 1px solid rgba(190, 155, 100, 0.42)!important
}

li.product .custom_variants_list.et_pb_with_border.et_pb_module.et_pb_db_attribute span.db_attribute_term_list {
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
    display: flex;
    pointer-events: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

li.product .custom_variants_list.et_pb_with_border.et_pb_module.et_pb_db_attribute span.db_attribute_term_list>span:first-child {
    font-weight: 600;
}

li.product .custom_variants_list.et_pb_with_border.et_pb_module.et_pb_db_attribute span.db_attribute_term_list>span:after {
    content: ', ';
}

li.product .custom_variants_list.et_pb_with_border.et_pb_module.et_pb_db_attribute span.db_attribute_term_list>span:last-child:after,
li.product .custom_variants_list.et_pb_with_border.et_pb_module.et_pb_db_attribute span.db_attribute_term_list>span:first-child:after {
    content: none;
}

li.product .my_products_loop_single_product_container span.woocommerce-Price-amount.amount,
.et-db #et-boc .et-l li.product .my_products_loop_single_product_container span.woocommerce-Price-amount.amount {
    font-size: 17px;
    font-weight: 500 !important;
}

li.product .custom_variants_list span.term-item {
    margin: 0px;
    padding-right: 8px;
}

li.product .term-item.highlightComputedSize {
    background-color: #be9b64;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 0px 4px;
}

.archive .et_pb_module.et_pb_db_attribute.custom_variants_list .db_attribute_term_list {
    text-transform: uppercase;
}


/** Nowe rozmiary */

.my_products_loop_single_product_container .sizes-wrapper {
    font-size: 12px;
    color: #4e4e4e;
    line-height: 1.2em;
    padding-left: 10px;
    font-weight: 300;
    text-transform: uppercase;
}


/** TODO MOŻE SIĘ PRZYDAĆ, PRZEJRZEĆ I ROZLICZYĆ **/


/**
 * Stylowanie strony produktu
 *** Tabela rozmiarów
 */

#sizechart_popup {
    width: calc(100vw - 15px);
    height: 100vh;
    opacity: 1;
    z-index: 12;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: rgba(0, 0, 0, 0.42) !important;
}

#sizechart_popup.closed {
    opacity: 0;
    z-index: -1;
}

#sizechart_popup:hover {
    cursor: pointer;
}

#sizechart_popup>div:hover {
    cursor: auto;
}

#sizechart_popup>div.et_pb_row {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
}

table#size_guide {
    max-width: 100%;
    display: block;
    overflow-y: clip;
    overflow-x: scroll;
    border: 1px solid #be9b64;
    background: white;
}

table#size_guide tbody tr td {
    white-space: nowrap;
}

#size_guide tbody td:empty {
    border: unset !important;
    background: none !important;
}

table#size_guide tbody tr:focus:nth-child(n) td,
table#size_guide tbody tr:active:nth-child(n) td,
table#size_guide tbody tr:hover:nth-child(n) td {
    background: #be9b64;
    color: white;
}

table#size_guide td,
table#size_guide th {
    padding: 5px 3px;
    text-align: center;
}

table#size_guide thead {
    font-size: 12px;
    line-height: 1.23em;
    border: 1px solid rgba(190, 155, 100, 0.42);
    background: rgba(190, 155, 100, 0.1);
}

table#size_guide thead tr:nth-child(2) {
    border-top: 1px dashed #be9b64;
}

table#size_guide thead tr:nth-child(2) td:last-child {
    border-right: 1px solid #be9b64;
}

table#size_guide thead tr:first-child th:nth-child(4) {
    border-left: 1px solid #be9b64;
    border-right: 1px solid #be9b64;
}

#size_guide thead tr:nth-child(2) td {
    border-left: 1px solid #be9b64;
}

table#size_guide tbody tr td:nth-child(1),
table#size_guide tbody tr td:nth-child(2),
table#size_guide tbody tr td:nth-child(14) {
    border-right: 1px dashed #be9b64;
}

table#size_guide tbody tr td:nth-child(4),
table#size_guide tbody tr td:nth-child(5),
table#size_guide tbody tr td:nth-child(6),
table#size_guide tbody tr td:nth-child(7),
table#size_guide tbody tr td:nth-child(8),
table#size_guide tbody tr td:nth-child(9),
table#size_guide tbody tr td:nth-child(10),
table#size_guide tbody tr td:nth-child(11),
table#size_guide tbody tr td:nth-child(12),
table#size_guide tbody tr td:nth-child(13) {
    border-right: 1px dashed #be9b64;
    background: #f8f5ef;
}

table#size_guide tbody tr td:nth-child(4),
table#size_guide tbody tr td:nth-child(15) {
    border-left: 1px solid #be9b64 !important;
}

table#size_guide tbody tr td:nth-child(13) {
    background: #f8f5ef;
}


/** podświetlanie kolumn **/

table#size_guide tbody td {
    position: relative;
}

table#size_guide tbody td:hover::after,
table#size_guide tbody td:focus::after,
table#size_guide tbody td:active::after {
    content: "";
    position: absolute;
    background-color: #be9b6426;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}


/** Tabela rozmiarów majtek */

table#size_guide.briefs thead,
table#size_guide.briefs tbody {
    font-size: 16px;
    border: 1px solid #be9b64 !important;
}

table#size_guide.briefs td,
table#size_guide.briefs th {
    padding: 10px 10px;
}

table#size_guide.briefs tbody tr td:nth-child(4) {
    border-left-style: dashed !important;
}

table#size_guide.briefs tr td {
    border: 1px solid #be9b64 !important;
}

@media screen and (min-width: 866px) {
    table#size_guide.briefs {
        display: table;
        margin: 0 auto;
    }
}


/**
 * Kupony zniżkowe
 */

div#coupon_info {
    position: fixed;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 100000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    padding: 35px;
    text-align: center;
    max-width: 90vw;
    opacity: 1;
    border: 2px solid #be9b64;
}

#coupon_info p>span {
    font-weight: bold;
    font-size: large;
    color: #be9b64;
}

#coupon_info .close_button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}

#coupon_info .close_button:after {
    font-family: 'ETmodules';
    content: "\4d";
    height: 30px;
    width: 30px;
    font-size: 39px;
    line-height: 30px;
    position: relative;
    font-weight: 400;
    color: #be9b64;
}

#coupon_info .close_button:hover::after {
    cursor: pointer;
    color: red;
}


/**
 * InPost wtyczka - poprawa wychodzenia wartości zamówień za ekran, w przypadku wybrania paczkomatu - lista wydłuża kontener
 *-/ (usunąć pauzę i ten nawias jeśli InPost będzie się źle wyświetlał na stronie Kasy)
.woocommerce-checkout .select2-container .select2-selection--single{
    height: auto !important;
}   
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{
    max-width: 100%;
    white-space: normal;
    text-overflow: clip;
    overflow: auto;
}
*/


/** 
* Edrone fixes
*/

#edrone--main--chat--container .edrone-chat-position,
#edrone--push--container #edrone_push--bubble {
    z-index: 9999;
}


/**
* Newsletter - wyskakujące okienko
*/

.boxzilla-container.boxzilla-center-container {
    display: block;
}

.boxzilla-container.boxzilla-center-container .boxzilla-zapis-do-newslettera {
    width: 800px;
    max-width: 100% !important;
    min-height: 100px;
    /*max-height: 100%;*/
    position: absolute;
    left: 50%;
    top: 50vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden !important;
    padding: 0px !important;
    border: 0;
    margin-top: 0px !important;
}

.boxzilla-container.boxzilla-center-container .boxzilla-zapis-do-newslettera .boxzilla-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100px;
    max-height: 100%;
}

div#mc_embed_signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100px;
    max-height: 100%;
}

div#mc_embed_signup #newsletter_image {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 50%;
    text-align: left;
}

div#mc_embed_signup #newsletter_image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#newsletter_content {
    line-height: 1.5;
    text-align: center !important;
    float: left;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

#newsletter_content .newsletter_content_wrap {
    width: 100%;
    text-align: center;
}

#newsletter_content .newsletter_content_wrap h2 {
    text-transform: uppercase;
}

#newsletter_content input#mce-FNAME,
#newsletter_content input#mce-EMAIL {
    border: none;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #ededed;
    background: white;
}

#newsletter_content input#mce-EMAIL {
    margin-top: 21px;
}

#newsletter_content input#mce-FNAME::-webkit-input-placeholder,
#newsletter_content input#mce-EMAIL::-webkit-input-placeholder {
    color: #dbdbdb;
}

#newsletter_content input#mce-FNAME::-moz-placeholder,
#newsletter_content input#mce-EMAIL::-moz-placeholder {
    color: #dbdbdb;
}

#newsletter_content input#mce-FNAME:-ms-input-placeholder,
#newsletter_content input#mce-EMAIL:-ms-input-placeholder {
    color: #dbdbdb;
}

#newsletter_content input#mce-FNAME::-ms-input-placeholder,
#newsletter_content input#mce-EMAIL::-ms-input-placeholder {
    color: #dbdbdb;
}

#newsletter_content input#mce-FNAME::placeholder,
#newsletter_content input#mce-EMAIL::placeholder {
    color: #dbdbdb;
}

#newsletter_content input#mc-embedded-subscribe {
    padding: 10px 30px;
    border-radius: 0px;
    background: black;
    color: white;
    border: 1px solid black;
    -webkit-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
}

@media screen and (max-width: 650px) {
    div#mc_embed_signup #newsletter_image {
        display: none;
    }
    #newsletter_content {
        width: 100%
    }
}


/**
 MENU Z KONSTRUKTORA MOTYWÓW
**/

.et-db #et-boc .et-l .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul {
    transition: all .35s ease-in-out;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar ul li.featured>a,
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.featured>a,
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.featured>a {
    color: #be9b64 !important;
}

.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.featured_sales a:before {
    color: #F75D21 !important;
    content: "%";
    padding-right: 3px;
    font-weight: 400;
}

.phone-number-helpo,
.email-helpo,
.wymiana-helpo,
.free-shipping-info {
    color: white;
    line-height: 12px;
    font-size: 12px;
    vertical-align: middle;
}

p.free-shipping-info {
    font-size: 15px;
    margin-top: 4px;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
    pointer-events: none;
}

.phone-number-helpo:hover,
.email-helpo:hover,
.wymiana-helpo:hover {
    cursor: pointer;
    text-decoration: underline;
    color: white;
}

#phone_availability:after {
    content: '';
    position: absolute;
    top: 6px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#phone_avail_2:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

#phone_availability.avail:after,
#phone_avail_2.avail:after {
    background: #00ff95;
}

#phone_availability.notAvail:after,
#phone_avail_2.notAvail:after {
    background: #e40f0f;
}

#inmobilemenu_cart span.et-waypoint.et-pb-icon,
#inmenu_cart span.et-waypoint.et-pb-icon {
    position: relative;
}


/* #inmenu_wishlist .et_pb_image_wrap > .et-pb-icon:after, */


/* #inmobilemenu_whishlist .et_pb_image_wrap > .et-pb-icon:after, */

#inmenu_cart .et_pb_image_wrap>.et-pb-icon:after,
#inmobilemenu_cart .et_pb_image_wrap>.et-pb-icon:after {
    content: attr(data-content);
    position: absolute;
    top: -6px;
    right: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #be9b64;
    color: white;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 16px;
}

#logo_container .et_pb_blurb_content:hover,
#mobile_menu_bar .et_pb_blurb_content:hover {
    cursor: pointer;
}

.desktop-menu .et_pb_blurb .et_pb_main_blurb_image {
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.6s ease;
    transition: -webkit-box-shadow 0.6s ease;
    -o-transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease;
    transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}

.desktop-menu .et_pb_blurb:hover .et_pb_main_blurb_image {
    -webkit-box-shadow: 15px 20px 17px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 20px 17px 5px rgba(0, 0, 0, 0.08);
}

.desktop-menu .et_pb_blurb .et_pb_blurb_container {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.desktop-menu .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

@media screen and (min-width: 981px) and (max-width: 1240px) {
    .et-db #et-boc .et-l #menu-menu-glowne .menu-item-has-children>a:first-child:after {
        opacity: 0.4;
    }
}

.et-db #et-boc .et-l #menu-menu-glowne .menu-item-has-children>a:first-child:after {
    right: -0.8em;
    top: 0px;
    content: '3';
    font-weight: 400;
}

.et-db #et-boc .et-l .nav ul li a:hover,
.et-db #et-boc .et-l .et_mobile_menu li a:hover,
.et-db #et-boc .et-l .nav>li>a:focus,
.et-db #et-boc .et-l .nav>li>a:hover {
    background-color: transparent;
    opacity: 1;
}

li.main_menu_element>a {
    font-weight: 400 !important;
}


/** Przymierzalnia */

.et-db #et-boc .et-l a#inmobilemenu_przymierzalnia_przycisk:hover {
    text-decoration: none;
}

.et-db #et-boc .et-l a#inmobilemenu_przymierzalnia_przycisk {
    display: block;
    width: 100%;
    max-height: 65px;
}

.et-db #et-boc .et-l div#inmobilemenu_przymierzalnia {
    margin-bottom: 0;
}

.et-db #et-boc .et-l #inmobilemenu_przymierzalnia .et_pb_main_blurb_image {
    margin-bottom: 0px;
    padding: 8px;
}

.et-db #et-boc .et-l #inmobilemenu_przymierzalnia span.et-pb-icon.et_pb_animation_top.et-pb-icon.et-animated {
    font-size: 25px;
    color: #302c2d;
}

.et-db #et-boc .et-l #inmobilemenu_przymierzalnia .et_pb_blurb_content .et_pb_blurb_container {
    margin-bottom: 0px;
    text-align: center;
}

.et-db #et-boc .et-l #inmobilemenu_przymierzalnia h6.et_pb_module_header {
    font-weight: 300;
    font-size: 11px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}

.et-db #et-boc .et-l #inmobilemenu_przymierzalnia .et_pb_blurb_container span {
    margin-left: -20%;
    margin-right: -20%;
    text-align: center;
}

.et-db #et-boc .et-l #mobile_menu_bar .et_pb_column {
    padding-top: 3px;
}

.et-db #et-boc .et-l #mobile_menu_bar h6.et_pb_module_header {
    padding-bottom: 0px !important;
}

div#woofc-count {
    display: none;
}


/*menu mobilne*/

#mobile_menu_top_bar.closed {
    -webkit-transform: translateY(-101%) !important;
    -ms-transform: translateY(-101%) !important;
    transform: translateY(-101%) !important;
}

#mobile_menu_top_bar {
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

#mobile_menu_bottom_bar.closed {
    -webkit-transform: translateY( calc(101% + 65px)) !important;
    -ms-transform: translateY( calc(101% + 65px)) !important;
    transform: translateY( calc(101% + 65px)) !important;
}

#mobile_menu_bottom_bar {
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

div#mobile_menu_container {
    padding-top: 11px;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none;
    border-top: none;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu li {
    list-style: none;
    background: transparent;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>a {
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    padding-left: 0px;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>ul.sub-menu {
    padding-left: 20px;
    padding-bottom: 0px;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>ul.sub-menu ul.sub-menu,
.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>ul.sub-menu li,
.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>ul.sub-menu a {
    padding-left: 0px;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>ul.sub-menu ul.sub-menu {
    padding-bottom: 0px;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li>ul.sub-menu li>ul {
    padding-left: 15px !important;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu a {
    border: none;
}

.et-db #et-boc .et-l .et_mobile_menu li .menu-item-has-children>a {
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    padding-bottom: 5px;
    padding-top: 5px;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu li li:not(.menu-item-has-children) a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px;
    color: inherit;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li.menu-item-has-children>a {
    position: relative;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li.menu-item-has-children>a:after {
    font-family: 'ETmodules';
    content: "\4c";
    height: 22px;
    width: 22px;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: -5px;
    top: 9px;
    font-weight: 400;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li.menu-item-has-children.hidden_>a:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li.menu-item-has-children>ul.sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .45s ease;
    -o-transition: opacity .45s ease;
    transition: opacity .45s ease;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.et-db #et-boc .et-l #mobile_menu_bottom_bar .et_mobile_menu>li.menu-item-has-children.hidden_>ul.sub-menu {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

@media (min-width: 981px) {
    #mobile_menu_top_bar.closed,
    #mobile_menu_bottom_bar.closed {
        display: none;
        visibility: hidden;
    }
}


/** Search popup **/

#search_popup.closed {
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-box-shadow: 0px 34px 101px -43px #bfbfbf00;
    box-shadow: 0px 34px 101px -43px #bfbfbf00;
}

#search_popup {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    -o-transition: transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease, -webkit-transform 0.75s ease;
    -webkit-box-shadow: 0px 34px 101px -43px #bfbfbf;
    box-shadow: 0px 34px 101px -43px #bfbfbf;
}

#search_popup .dgwt-wcas-search-wrapp {
    float: left;
}

circle.dgwt-wcas-loader-circular-path {
    stroke: black;
}


/** ---Search popup--- **/

@media (max-width: 980px) {
    #shop_general_info .et_pb_column {
        margin-bottom: 0;
        width: 47%;
        float: left;
    }
}


/** menu **/

#desktop_menu_section .nav li ul, 
.et-db #et-boc .et-l #desktop_menu_section .nav li ul {
    border-top-color: white;
}

@media (min-width: 981px) {
    .et-db #et-boc .et-l ul#menu-menu-glowne li.mega-menu>ul.sub-menu {
        padding: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100vw;
        box-sizing: border-box;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: center;
        max-height: calc(100vh - 192px - 16px);
        overflow-y: auto;
        overflow-x: hidden;
        column-gap: 0px;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children {
        flex: 1 1 0;
        float: unset !important;
        display: block !important;
        width: unset;
        height: unset;
        position: relative;
        margin-bottom: 15px;
        max-width: 240px;
    }
    header #desktop_menu_section .et-menu-nav li.mega-menu li>ul.sub-menu,
    .et-db #et-boc header #desktop_menu_section .et-menu-nav li.mega-menu li>ul.sub-menu {
        width: auto !important;
    }
    /* .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(1) {
        order: 0;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(2) {
        order: 1;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(3) {
        order: 2;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(4) {
        order: 3;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(5) {
        order: 4;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(6) {
        order: 5;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(7) {
        order: 6;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(8) {
        order: 7;
    }
    .et-db #et-boc .et-l li.mega-menu ul.sub-menu li.menu-item-has-children:nth-child(9) {
        order: 8;
    } */
    .et-db #et-boc .et-l ul#menu-menu-glowne>li>ul.sub-menu {
        border-color: #e4e4e4;
        border-width: 1px;
        -webkit-box-shadow: 0px 19px 17px 5px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 19px 17px 5px rgba(0, 0, 0, 0.08);
    }
    .et-db #et-boc .et-l ul#menu-menu-glowne li li:not(.menu-item-has-children) a:before {
        font-family: 'ETmodules';
        content: "5";
        font-size: 15px;
        position: absolute;
        left: -5px;
        top: 6px;
        font-weight: 400;
    }
    .et-db #et-boc .et-l ul#menu-menu-glowne li li:not(.menu-item-has-children) a {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.4em;
        width: auto !important;
        padding-left: 20px;
    }
    .et-db #et-boc .et-l .et-menu-nav li.mega-menu>ul>li>a:first-child {
        font-size: clamp(13px, 1.33vw, 16px);
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1em;
        margin-right: 25px;
        padding-right: 0px;
        padding-left: 0px;
        width: auto !important;
        border-bottom-color: #565656;
        white-space: nowrap;
    }
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover,
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a {
        color: #be9b64 !important;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a {
        font-weight: bold;
    }
}

@media screen and (min-width: 1025px) {
    .et-db #et-boc .et-l ul#menu-menu-glowne li.mega-menu>ul.sub-menu {
        column-gap: 25px;
    }
}

@media (min-width: 981px) {
    .et-db #et-boc .et-l ul#menu-menu-glowne>li>a {
        font-size: clamp(13px, 1.33vw, 16px);
        padding: 0px;
        padding-right: 2px;
        padding-bottom: 8px;
        font-weight: 400;
    }
    #desktop_menu_section .et_pb_menu .et-menu>li {
        padding: 0px 14px 0px 3px;
    }
    .et-db #et-boc .et-l ul#menu-menu-glowne li.mega-menu>ul.sub-menu {
        margin-left: -40px;
    }
}

@media (min-width: 1150px) {
    #desktop_menu_section .et_pb_menu .et-menu>li {
        padding: 0px 14px 0px 0.7vw;
    }
}

@media (min-width: 1240px) {
    .et-db #et-boc .et-l ul#menu-menu-glowne>li>a {
        font-size: 16px;
        padding-left: 0.4vw;
        padding-right: 0.4vw;
        padding-bottom: 8px;
        font-weight: 300;
    }
    #desktop_menu_section .et_pb_menu .et-menu>li {
        padding: 0px 11px;
    }
    .et-db #et-boc .et-l ul#menu-menu-glowne li.mega-menu>ul.sub-menu {
        margin-left: -40px;
    }
}


/** koszyk **/

#cart_by_bodycommerce {
    position: fixed;
    height: 0px;
    width: 0px;
    z-index: 50;
    /* overflow: hidden; /* nie wiem czemu to było dodane, powodowało że na iPhone koszyk wjeżdżał i blokował ekran, ale był przezroczysty */
}

#cart_by_bodycommerce,
.et-db #et-boc .et-l .et_pb_section#cart_by_bodycommerce {
    padding: 0px !important;
}

#cart_by_bodycommerce .shop-cart>a {
    display: none;
}

#cart_by_bodycommerce .bodycommerce-minicart.active {
    z-index: 100000000;
}

.bodycommerce-minicart .woocommerce-mini-cart__buttons.buttons>.button:first-child {
    background-color: #be9b64 !important;
    color: white !important;
}

.bodycommerce-minicart .woocommerce-mini-cart__buttons.buttons>.button:first-child:hover {
    color: #be9b64 !important;
    background-color: white !important;
}

#cart_by_bodycommerce .bodycommerce-minicart .costs>div:not(.total) {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
}

#cart_by_bodycommerce .bodycommerce-minicart .costs .subtotal span,
#cart_by_bodycommerce .bodycommerce-minicart .costs .discount span,
#cart_by_bodycommerce .bodycommerce-minicart .costs .shipping span {
    font-weight: inherit;
    font-size: inherit !important;
}

#cart_by_bodycommerce .bodycommerce-minicart .costs .missing-coupon-message span,
#cart_by_bodycommerce .bodycommerce-minicart .costs .missing-coupon-message a {
    font-weight: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
}

#cart_by_bodycommerce .bodycommerce-minicart .costs .missing-coupon-message a {
    color: #be9b64;
    text-decoration: underline;
}

#cart_by_bodycommerce .bodycommerce-minicart .costs .missing-coupon-message {
    opacity: 0.6;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 300;
}

@media (max-width: 420px) {
    #cart_by_bodycommerce .bodycommerce-minicart .costs .missing-coupon-message {
        font-size: 14px;
    }
}

#cart_by_bodycommerce .bodycommerce-minicart .costs .missing-coupon-message:hover {
    opacity: 1;
}

#cart_by_bodycommerce .bodycommerce-minicart .woocommerce-mini-cart.cart_list li .item-name a,
.et-db #et-boc .et-l #cart_by_bodycommerce .bodycommerce-minicart .woocommerce-mini-cart.cart_list li .item-name a {
    font-weight: 500;
}

#cart_by_bodycommerce .bodycommerce-minicart span.cart-item-quantity {
    padding-bottom: 0px !important;
}

#cart_by_bodycommerce .bodycommerce-minicart span.cart-item-price {
    padding-bottom: 0px !important;
}


/** --- MENU Z KONSTRUKTORA MOTYWÓW --- **/


/** WYSUWANY PODGLĄD KOSZYKA - MINI KOSZYK **/

#cart_by_bodycommerce .bodycommerce-minicart span.cart-item-price {
    padding-bottom: 13px!important;
    color: #be9b64;
}

.slidein-minicart-active span.et_pb_scroll_top.et-pb-icon.et-visible {
    z-index: 9998;
}

body .bodycommerce-minicart .woocommerce-mini-cart-item .cart-item-delete {
    bottom: 40%;
}

#cart_by_bodycommerce .bodycommerce-minicart .bc-minicart-slide-bottom {
    bottom: 45px;
}


/** --- WYSUWANY PODGLĄD KOSZYKA - MINI KOSZYK --- **/


/** product badges **/

.products .acoplw-badge-icon {
    border-radius: 0px !important;
}


/** -- product badges -- **/


/** COUNTER **/

#preorder_dresow_counter {
    position: relative;
    width: 100%;
}

#preorder_dresow_counter .counter_container {
    padding: 10px 15px;
    background: #be9b64;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}

#preorder_dresow_counter .counter_container .first_row>span {
    padding: 0 1vw;
    color: white;
    font-weight: 500;
}

#preorder_dresow_counter .counter_container .second_row>span {
    padding: 0 1vw;
    color: white;
    font-weight: 600;
}


/** -- COUNTER -- **/


/** SLIDER NA GŁÓWNEJ STRONIE **/

#slider_desktop .et-pb-arrow-next,
#slider_desktop .et-pb-arrow-prev,
#slider_mobile .et-pb-arrow-next,
#slider_mobile .et-pb-arrow-prev {
    background-color: #171716;
    font-size: 20px;
    padding: 10px 13px;
}

#slider_mobile .et_pb_slide_video {
    position: absolute !important;
    float: none !important;
    width: 100%;
    top: 50%;
    bottom: 0;
    margin: 0px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    #slider_mobile.et_pb_slider .et-pb-arrow-next {
        right: 15px;
    }
    #slider_mobile.et_pb_slider .et-pb-arrow-prev {
        left: 15px;
    }
}

@media screen and (min-width: 768px) {
    body.home #slider_desktop.et_pb_slider_fullwidth_off .et_pb_slide_description {
        padding-top: clamp(8%, 11vw, 16%);
    }
    body.home #slider_desktop.et_pb_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
        font-size: clamp(36px, 4.5vw, 80px) !important;
    }
    body.home .et_pb_section #slider_desktop.et_pb_slider_0.et_pb_slider .et_pb_more_button.et_pb_button.et-hide-mobile {
        font-size: clamp(10px, 1.3vw, 16px) !important;
        margin-top: clamp(10px, calc(3vw - 14px), 40px);
    }
}


/** -- SLIDER NA GŁÓWNEJ STRONIE -- **/


/*** Okładki na str głównej ***/

#collections .okladka_kategorii h2 {
    background-color: rgb(190 155 100 / 85%);
    font-weight: 400;
    font-size: clamp(18px, 7vw, 32px);
    line-height: clamp(18px, 7vw, 32px);
    padding: 18px 0;
}

@media (min-width: 480px) {
    #collections .okladka_kategorii h2 {
        font-size: clamp(20px, 4.1vw, 32px);
        line-height: clamp(20px, 4.1vw, 32px);
    }
}

@media (min-width: 768px) {
    #collections .okladka_kategorii h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (min-width: 981px) {
    #collections .okladka_kategorii h2 {
        font-size: clamp(22px, 2vw, 32px);
        line-height: clamp(22px, 2vw, 32px);
        padding: 18px 0;
    }
}


/*** --- Okładki na str głównej --- ***/


/*** Okładki na str głównej ***/

.title_section_lvlu h1 {
    font-size: clamp(15px, 2.8vw, 27px) !important;
    padding: 0 clamp(10px, 4.1vw, 40px) !important;
    background: white;
    display: inline-block;
}

.title_section_lvlu h2 {
    font-size: clamp(32px, 3.3vw, 44px) !important;
    padding: 0 clamp(32px, 7vw, 80px) !important;
    background: white;
    display: inline-block;
}

@media (min-width: 981px) {
    .title_section_lvlu h1 {
        font-size: clamp(28px, 2.8vw, 36px) !important;
        padding: 0 clamp(26px, 2.8vw, 80px) !important;
    }
}

@media (min-width: 1260px) {
    .title_section_lvlu h1 {
        padding: 0 clamp(26px, 5vw, 80px) !important;
    }
}


/*** --- Okładki na str głównej --- ***/


/** 
* Opinie na stronie produktu
* [shortcode] -> [show_reviews]
*/

#reviews_lvl {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

#reviews_lvl .total {
    position: relative;
    display: block;
}

#reviews_lvl .container {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#reviews_lvl .total>.container>.row {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: unset;
    border-radius: 8px;
    padding: 29px 24px 11px;
    flex-wrap: wrap;
}

#reviews_lvl .total .container .row .column.total_reviews .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

#reviews_lvl .total .container .row .column.total_reviews .wrapper>.row:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#reviews_lvl .total .container .row .column.total_reviews .wrapper svg {
    width: 64px;
    height: auto;
}

#reviews_lvl .total .container .row .column.total_reviews .wrapper>.row:first-child>span {
    font-size: 28px;
    padding-left: 8px;
    padding-top: 0px;
    color: #1d1d1d;
}

#reviews_lvl .total .container .row .column.total_reviews .wrapper>.row:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#reviews_lvl span.review_average_sum {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #4e4e4e;
    margin-right: 5px;
}

#reviews_lvl span.stars {
    display: inline-block;
    height: 20px;
}

#reviews_lvl span.stars .starRating {
    background: #FFD700;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-top: 2px;
}

#reviews_lvl span.total_number_of_reviews {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #c8c8c8;
    padding-right: 6px;
}

#reviews_lvl .total_reviews a {
    font-size: 12px;
    line-height: 20px;
    color: #be9b64;
    font-weight: 500;
    text-decoration: none;
}

#reviews_lvl .total_reviews a:hover {
    text-decoration: underline;
}

#reviews_lvl .total_reviews a:active,
#reviews_lvl .total_reviews a:focus,
#reviews_lvl .total_reviews a:visited {
    color: #be9b64;
}

#reviews_lvl a.reviewUs {
    font-size: 15px;
    color: white;
    background: #be9b64;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 500;
    display: block;
    position: relative;
    min-width: 160px;
    margin-top: 14px;
}


/** druga sekcja **/

#reviews_lvl .revies_section {
    position: relative;
    display: block;
    margin-top: 26px;
}

@media (min-width: 768px) {
    #reviews_lvl .revies_section {
        margin-top: 0px;
    }
}

#reviews_lvl .revies_section .container {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#reviews_lvl .revies_section>.container>.row {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #reviews_lvl .single_review:not(:first-child) {
        border-top: 1px solid rgb(190 155 100/50%);
    }
}

#reviews_lvl .single_review:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    padding-top: 20px;
}

@media screen and (max-width: 980px) {
    #reviews_lvl .revies_section>.container>.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

#reviews_lvl .single_review {
    background-color: unset;
    border-radius: unset;
    padding: 0px;
    margin-top: 2px;
    width: 100%;
}

@media (min-width: 768px) {
    #reviews_lvl .single_review {
        margin-top: 31px;
    }
}

#reviews_lvl .single_review>.wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

@media (min-width: 768px) {
    #reviews_lvl .single_review>.wrapper {
        flex-direction: row;
    }
}

#reviews_lvl .single_review>.wrapper>.row:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex: 0 0 18%;
    min-width: 232px;
}

#reviews_lvl .single_review>.wrapper>.row:nth-child(2n) {
    flex: 1;
    padding-left: 0px;
    padding-bottom: 28px;
}

@media (min-width: 768px) {
    #reviews_lvl .single_review>.wrapper>.row:nth-child(2n) {
        flex: 1 1 82%;
        padding-left: 23px;
        border-bottom: unset;
        padding-bottom: 0px;
    }
}

#reviews_lvl .single_review .column.image {
    display: block;
    width: 60px;
    height: 60px;
}

#reviews_lvl .single_review .column.image>div {
    border-radius: 50%;
    display: block;
    width: inherit;
    height: inherit;
    overflow: hidden;
}

#reviews_lvl .single_review .column.image>div>img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#reviews_lvl .single_review .column.clientsInfo {
    padding-left: 16px;
    padding-top: 5px;
    width: 100%;
}

#reviews_lvl .single_review .column.clientsInfo .wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    padding-bottom: 19px;
}

@media (min-width: 768px) {
    #reviews_lvl .single_review .column.clientsInfo .wrapper {
        border-right: 1px solid rgb(190 155 100 / 19%);
        padding-bottom: 30px;
    }
}

#reviews_lvl .single_review .column.clientsInfo .wrapper .name {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    color: #4e4e4e;
}

@media (min-width: 768px) {
    #reviews_lvl .single_review .column.clientsInfo .wrapper .name {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 140px;
        font-weight: 600;
    }
}

#reviews_lvl .single_review .column.clientsInfo .stars {
    height: 19px;
    display: block;
    width: auto;
    padding-top: 0px;
}

#reviews_lvl .starRating {
    background: #FFD700;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 19px;
    width: 19px;
}

#reviews_lvl .single_review .column.clientsInfo .wrapper>.row .date {
    overflow: hidden;
    min-width: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4e4e4e;
    padding-top: 0px;
    padding-bottom: 6px;
}

#reviews_lvl .revies_section .single_review .review_content {
    margin-top: -3px;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}

#reviews_lvl .single_review span.more-link {
    color: #D9D9D9;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

#reviews_lvl .single_review span.more-link:hover {
    cursor: pointer;
}

#reviews_lvl .row.footer {
    margin-top: 12px;
}

#reviews_lvl .single_review .row.footer>.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}

#reviews_lvl .single_review .row.footer svg {
    width: 34px;
    height: 34px;
}

#reviews_lvl .single_review .row.footer>.wrapper>.column:nth-child(2)>.wrapper {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

#reviews_lvl .single_review .row.footer>.wrapper>.column:nth-child(2)>.wrapper>.row:first-child {
    overflow: hidden;
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    color: rgb(17, 17, 17, 0.5);
}

#reviews_lvl .single_review .row.footer>.wrapper>.column:nth-child(2)>.wrapper>.row:nth-child(2) a {
    overflow: hidden;
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: rgb(25, 123, 255);
    vertical-align: top;
}

#reviews_lvl .slick-next:before,
#reviews_lvl .slick-prev:before {
    color: white;
    font-size: 40px;
    top: 0;
    left: 0;
    opacity: 1;
}

#reviews_lvl .slick-prev:before {
    content: '\34'
}

#reviews_lvl .slick-next:before {
    content: '\35';
}

#reviews_lvl .slick-next,
#reviews_lvl .slick-prev {
    top: 48px;
    width: 40px;
    height: 40px;
    background-color: #be9b64;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
}

#reviews_lvl .slick-next {
    right: -35px;
}

#reviews_lvl .slick-prev {
    left: -35px;
}

@media screen and (min-width: 981px) {
    #reviews_lvl .slick-next,
    #reviews_lvl .slick-prev {
        top: 170px;
    }
    #reviews_lvl .slick-next {
        right: -65px;
    }
    #reviews_lvl .slick-prev {
        left: -65px;
    }
}

#reviews_lvl .slick-list {
    margin: 0 -10px;
}

#reviews_lvl .slick-slide {
    margin: 0 10px;
}

#reviews_lvl .container:before {
    background-color: transparent;
}

#reviews_lvl .sortowanie {
    display: none;
}

#reviews_lvl.negatywne .sortowanie {
    display: block;
}

#reviews_lvl .slick-next,
#reviews_lvl .slick-prev {
    color: transparent;
}

#reviews_lvl .showMoreReviews {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 36px;
}

#reviews_lvl .showMoreReviews button {
    padding: 13px 105px;
    background-color: white;
    border: 1px solid #be9b64;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.15s ease-in-out;
    width: 100%;
}

@media (min-width: 768px) {
    #reviews_lvl .showMoreReviews button {
        width: auto;
    }
}

#reviews_lvl .showMoreReviews button:hover {
    cursor: pointer;
    background-color: #be9b64;
    color: white;
}

#reviews_lvl .single_review .row.withStars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    padding: 6px 0px 0px 0px;
}

#reviews_lvl .single_review .row.withStars a,
#reviews_lvl .single_review .row.withStars .stars {
    display: inline-block;
}

#reviews_lvl .single_review .row.withStars a {
    height: 19px;
    width: auto;
    vertical-align: middle;
    padding-right: 4px;
}

#reviews_lvl .single_review .row.withStars svg {
    width: 14px;
    height: 14px;
}


/** Opinie przyklejane do ekranu - stickyReviews sticky reviews **/

#stickyReviews {
    right: 10px;
    bottom: 73px;
    position: fixed;
    display: block;
    z-index: 9998;
    background-color: #ffffff;
    padding: 3px 8px 2px 8px;
    border-radius: 5px;
    border-top: 5px solid #34a853;
    box-shadow: 7px 6px 11px -3px rgba(0, 0, 0, 0.22);
    font-size: 14px;
    transition: all .20s ease-in-out;
    opacity: 1;
    cursor: pointer;
}

@media screen and (min-width: 981px) {
    #stickyReviews {
        right: 40px;
        bottom: 120px;
        font-size: 16px;
        padding: 10px 20px;
    }
}

#stickyReviews.close {
    opacity: 0;
    pointer-events: none;
    right: -300px;
}

#stickyReviews .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#stickyReviews .column.googleLogo {
    padding-right: 6px;
    height: 44px;
    width: 44px;
    box-sizing: content-box;
}

#stickyReviews .column.googleLogo svg {
    transform: scale(0.85);
}

@media screen and (min-width: 981px) {
    #stickyReviews .column.googleLogo {
        padding-right: 15px;
    }
    #stickyReviews .column.googleLogo svg {
        transform: unset;
    }
}

#stickyReviews .single_row {
    display: block;
    width: 100%;
}

@media screen and (max-width: 980px) {
    #stickyReviews .single_row:not(.footer) {
        margin-bottom: -4px;
    }
}

#stickyReviews .header span {
    color: #2d2d2d;
    font-size: 100%;
    font-weight: 400;
}

#stickyReviews span.stars {
    display: flex;
    height: 20px;
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}

#stickyReviews .reviewCount {
    font-size: 100%;
    color: #2d2d2d;
    font-weight: 600;
    padding-right: 5px;
}

#stickyReviews .stars .starRating {
    background: #fbbc05;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
}

#stickyReviews .footer span {
    font-size: 81.25%;
    font-weight: 300;
    color: #4a4a4a;
}


/** Wybór języka - język - multilingual **/


/** stylowanie dropdown'u wyboru języka */

.custom_languageSwitcher {
    width: 49px;
    height: 30px;
    position: absolute !important;
    bottom: 15px;
    right: -15px;
    overflow-y: visible;
    display: block;
    margin-bottom: 0px !important;
}

.custom_languageSwitcher>.et_pb_code_inner>.custom_container {
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce-cart .custom_languageSwitcher,
.woocommerce-checkout .custom_languageSwitcher {
    bottom: unset;
    left: unset;
    top: 0px;
    right: 0px;
}

.custom_languageSwitcher.mobile {
    right: unset;
    left: -5vw;
}

.woocommerce-cart .custom_languageSwitcher.mobile,
.woocommerce-checkout .custom_languageSwitcher.mobile {
    top: 16px;
    right: 0px;
    left: unset;
}

.custom_languageSwitcher>.et_pb_code_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.custom_languageSwitcher .gt_option,
.custom_languageSwitcher .gt_selected {
    width: 49px !important;
}


/* .custom_languageSwitcher .switcher .selected a,
.custom_languageSwitcher .switcher .option a, */

.custom_languageSwitcher .gt_option a {
    color: transparent !important;
    white-space: nowrap !important;
}

.custom_languageSwitcher .gt_selected a {
    color: transparent !important;
    width: 49px !important;
}

.custom_languageSwitcher .gt_switcher .gt_selected a {
    border: none !important;
}

.custom_languageSwitcher .gt_selected a {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.et-db #et-boc .et-l .custom_languageSwitcher a:hover {
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    color: transparent !important;
    background: transparent;
}

.custom_languageSwitcher .gt_switcher a img {
    box-shadow: 0px 0px 2px 0px #be9b64;
    height: 18px !important;
}

.custom_languageSwitcher .gt_switcher .gt_selected a:after {
    right: unset;
    left: 33px;
    top: 1px;
    opacity: 0.5;
}


/* .custom_languageSwitcher .switcher .selected a:after {
    left: unset;
    right: 0px;
    top: 2px;
} */

.custom_languageSwitcher .switcher .option {
    width: 46px;
}

#desktop_menu_section .custom_languageSwitcher .gt_switcher.notranslate .gt_option,
#logo_container_mobile .custom_languageSwitcher .gt_switcher.notranslate .gt_option {
    max-height: 225px;
}


/** -- stylowanie dropdown'u wyboru języka -- */


/**
* Stylowanie mobile basket - mobilnego modalu szybkiego dodawania do koszyka
*/

#stworzStylizacje .addToCartStyle,
.withQuickToCart .addToCartStyle {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    opacity: 0.6;
}

.withQuickToCart .addToCartStyle {
    bottom: unset;
    top: 0px;
    padding-top: calc(100% - 42px - 5px);
}

@media screen and (max-width: 980px) {
    #stworzStylizacje .addToCartStyle,
    .withQuickToCart .addToCartStyle {
        opacity: 1;
    }
}

#stworzStylizacje .slick-slide:hover .addToCartStyle,
.withQuickToCart li.product:hover .addToCartStyle {
    opacity: 1;
}

#stworzStylizacje .addToCartStyle .icon,
.withQuickToCart .addToCartStyle .icon {
    font-family: ETmodules;
    border: 1px solid #be9b64;
    width: 42px;
    height: 42px;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    opacity: 1;
    color: #be9b64;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    background: white;
    border-radius: 0px;
    padding: 10px;
    border: 1px solid #be9b64;
}

#stworzStylizacje .addToCartStyle .icon:hover,
.withQuickToCart .addToCartStyle .icon:hover {
    color: white;
    background: #be9b64;
}

#stworzStylizacje .addToCartStyle .helper,
.withQuickToCart .addToCartStyle .helper {
    display: none;
}

#stworzStylizacje .slick-slide,
#stworzStylizacje .slick-slide .et_clickable {
    cursor: auto !important;
}

#stworzStylizacje .addToCartStyle,
.withQuickToCart .addToCartStyle {
    cursor: pointer;
}

#mobileBasketUnderlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #0000008c;
    z-index: 10004;
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    cursor: pointer;
}

#mobileBasketUnderlay.open {
    opacity: 1;
}

#mobileBasket {
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    background: white;
    padding: 20px 20px 75px 20px;
    border-radius: 20px 20px 0 0;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    z-index: 10005;
}

#mobileBasket.open {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media screen and (min-width: 981px) {
    #mobileBasket {
        top: 100px;
        right: 0;
        bottom: unset;
        left: unset;
        -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
        transform: translateX(105%);
        width: auto;
        padding: 20px;
        border-radius: 0px;
        max-width: 500px;
        border: 1px solid #be9b64;
        border-right-width: 0px;
    }
    #mobileBasket.open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

#mobileBasket .container {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
}

#mobileBasket .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

#mobileBasket img {
    width: 100px;
    height: auto;
    border: 1px solid #be9b64;
}

#mobileBasket .row.visualInfo .column:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding: 0 21px 0 10px;
}

#mobileBasket .row.visualInfo span.title a {
    width: auto;
    font-weight: 400;
    color: #2d2d2d;
    font-size: 16px;
}

#mobileBasket .row.chooseSize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#mobileBasket .chooseSize .heading {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
}

#mobileBasket .sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
}

#mobileBasket .sizes>span {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #be9b64;
    padding: 5px 8px;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#mobileBasket .sizes>span:hover {
    background: #be9b64;
    color: white;
}

#mobileBasket .sizes>span.chosenOne {
    background: #be9b64;
    color: white;
}

#mobileBasket .addToCart>.column {
    display: block;
    position: relative;
}

#mobileBasket .addToCart>.column>span {
    display: inline-block;
    margin-right: 7px;
    padding-top: 6px;
}

#mobileBasket span.price {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
}

#mobileBasket button {
    background: white;
    border: 1px solid #be9b64;
    color: #be9b64;
    padding: 8px 30px;
    width: auto;
    max-width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#mobileBasket button:hover {
    background: #be9b64;
    color: white;
}

#mobileBasket .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#mobileBasket .close span.icon {
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    font-style: normal;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    opacity: 1;
    color: #2d2d2d;
    padding: 10px;
}

#mobileBasket span.rightSize {
    box-shadow: 0px 0px 10px 3px #be9b64;
}


/** Popup from Mailchimp - styling fix */

.mc-modal {
    z-index: 100000;
}

.mc-modal-bg {
    z-index: 10000;
}


/** Poprawa dodatkowej zakładki Dlaczego ten? */

#tab-title-dlaczego-ten {
    display: none !important;
}

@media (min-width: 981px) {
    #tab-description div#dlaczego_ten_container {
        display: none;
    }
}


/** Historia cen - Price History **/

#priceHistory {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    white-space: break-spaces;
    color: #4e4e4e;
    font-weight: 300;
    margin-top: 13px;
}


/** --- Historia cen - Price History --- **/


/** Intercom **/

.intercom-lightweight-app {
    z-index: 9997 !important;
}

@media (max-width: 980px) {
    .intercom-lightweight-app-launcher {
        bottom: 75px!important;
        right: 10px!important;
    }
    /** jestem zmuszony przesunąć przycisk powrotu do góry strony na lewo bo zasłania Intercom **/
    span.et_pb_scroll_top.et-pb-icon {
        right: unset;
        left: 0px;
        border-radius: 0px 5px 0px 0px !important;
    }
}


/** --- Intercom --- **/


/** Palemki Palmy w tle strony **/


/* .palma {
    position: absolute;
    display: block;
    padding-top: 100%;
    z-index: 1;
    mix-blend-mode: darken;
    width: 80vw;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    pointer-events: none;
}
.top-left.palma{
    top: 100px;
    left: -50%;
}
.center-right.palma{
    top: calc(100px + 80vw + 200px);
    left: unset;
    right: -50%;

}
.bottom-left.palma{
    top: calc(100px + 80vw + 200px + 80vw + );
    left: -50%;
} */


/** --- Palemki Palmy w tle strony --- **/


/*** Countdown FOMO timer ***/

.FOMOtimerContainer {
    font-size: 14px;
    line-height: 23px;
    color: #4e4e4e;
    font-weight: 400;
    color: #fff;
    border-radius: 37px;
    background-color: #FFF;
    padding: 0 0 0 13px;
    display: inline-flex;
    flex-direction: row;
    align-content: flex-end;
    flex-wrap: nowrap;
    float: right;
    margin-top: 9px;
    box-shadow: 0px 0px 8px -3px #00000042;
}

@media (min-width: 767px) {
    .FOMOtimerContainer {
        font-size: clamp(7px, 1vw, 14px);
    }
}

@media (min-width: 850px) {
    .FOMOtimerContainer {
        font-size: clamp(7px, 1.1vw, 14px);
    }
}

@media (min-width: 981px) {
    .FOMOtimerContainer {
        font-size: clamp(10px, 1vw, 14px);
    }
}

.FOMOtimerContainer>div {
    line-height: inherit;
    font-size: inherit;
}

.FOMOtimerContainer>div:first-child {
    padding-right: 7px;
    /* color: #aac732; */
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}

.FOMOcountdownTimer {
    /* background-color: #E43700; */
    /* background-color: #19bbff; */
    background-color: #feb000;
    padding: 0px 15px;
    border-radius: inherit;
    white-space: nowrap;
}

#addToCartModule .FOMOtimerContainer {
    float: unset;
    background-color: unset;
    color: #4e4e4e;
    font-size: 16px;
    padding: unset;
    font-weight: 500;
    box-shadow: unset;
}

#addToCartModule .FOMOtimerContainer .FOMOcountdownTimer {
    background-color: unset;
    /* color: #19bbff; */
    color: #feb000;
    padding: unset;
}

#shop_general_info .FOMOtimerContainer {
    position: fixed;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}

#slider_desktop .FOMOtimerContainer {
    /* position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgb(251, 176, 0); */
    /* position: absolute;
    top: 8vw;
    right: 10vw;
    background-color: white; */
    position: absolute;
    top: 13vw;
    right: calc(50vw);
    transform: translateX(50%);
    background-color: white;
}
#slider_mobile .FOMOtimerContainer {
    position: absolute;
    bottom: 10vw;
    /* left: -4px; */
    left: 50vw;
    transform: translateX(-50%);
    /* border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; */
}

#slider_desktop .FOMOtimerContainer .FOMOcountdownTimer {
    /* background-color: inherit; */
}

#slider_desktop .FOMOtimerContainer>div:first-child {
    padding-right: 7px;
    text-transform: uppercase;
}

#slider_desktop .FOMOcountdownTimer {
    padding-left: 7px;
}


/*** --- Countdown FOMO timer --- ***/


/*** Trust Pulse CSS fixes ***/

.tp-widget-container {
    z-index: 9998 !important;
    bottom: 80px !important;
    left: 10px !important;
}

@media (min-width: 981px) {
    .tp-widget-container {
        bottom: 100px !important;
        left: 40px !important;
    }
}


/*** --- Trust Pulse CSS fixes --- ***/


/***  Timer Tygodniówki  ***/

.infoContainerX {
    width: calc(100% - 10px);
    border: 3px dashed #FAA41D;
    margin-top: 5px;
    margin-left: 10px;
}

body.tag-bestsellery-2023 .infoContainerX {
    width: 100%;
    margin-left: 0px;
}

.infoWrapper {
    background-color: #FAA41D;
    border: 3px solid white;
    padding: 5px;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.newPriceInfoX {
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: clamp(14px, 1.3vw, 16px);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

span.textX {
    padding-right: 4px;
}

.timerX {
    font-size: clamp(10px, 1.1vw, 13px);
    line-height: clamp(14px, 1.3vw, 16px);
    font-style: normal;
    font-weight: 400;
}

.timerInfo {
    padding-right: 5px;
}

@media (min-width: 377px) {
    .infoWrapper {
        justify-content: space-between;
    }
}

@media (min-width: 981px) {
    .infoWrapper {
        justify-content: center;
    }
}

@media (min-width: 1491px) {
    .infoWrapper {
        justify-content: space-between;
    }
    .newPriceInfoX {
        font-size: 13px;
        line-height: 17px;
    }
    .timerX {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (min-width: 420px) {
    .infoWrapper {
        justify-content: space-between;
    }
}


/*** --- Timer Tygodniówki --- ***/


/** Custom Labels on product tiles **/

.my_products_loop_single_product_container .et_pb_module.custom_badges_module {
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

.my_products_loop_single_product_container .et_pb_module.custom_badges_module>.et_pb_code_inner {
    width: 100%;
}

.last-minute-label {
    position: absolute;
    top: 0;
    right: -15px;
    padding-top: calc(100% - 25px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.last-minute-label>span {
    display: inline-block;
    color: white;
    white-space: nowrap;
    font-size: 10px;
    line-height: 18px;
    background-color: #be9b64;
    padding: 0px 20px 0px 10px;
    border-radius: 19px;
    transform: translateX(1.6em);
    z-index: 0;
}

.last-minute-label picture,
.last-minute-label img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    z-index: 1;
    background: white;
    border-radius: 50%;
}

.last-minute-label img {
    border: 2px solid white;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}

/* li.product_tag-last-minute .et_pb_db_shop_thumbnail,
li.product.sale .et_pb_db_shop_thumbnail{
    border: 1px solid #be9b64;
} */

.my_products_loop_single_product_container .et_pb_module.custom_badges_module span.sales-label {
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #be9b64;
    width: auto;
}


/** --- Custom Labels on product tiles --- **/