#checkout #cart-summary-product-list .media-list {
    max-height: 50vh;
    overflow-y: scroll;
}

#module-pshowb2border-fastorder .form-control[type=file] {
    font-size: 14px;
    padding: 9px;
}



.zip-container .button {
  --width: 100px; /* Make the button width smaller */
  --height: 40px; /* Adjusted height */
  --tooltip-height: auto;
  --gap-between-tooltip-to-button: 10px;
  --button-color: #1163ff;
  --tooltip-color: #fff;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.45em;
  font-family: "Arial";
  transition: background 0.3s;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px; /* Add margin to give some space from other elements */
}

.zip-container .button::before {
  position: absolute;
  content: attr(data-tooltip);
  background-color: var(--tooltip-color);
  font-size: 0.8rem; /* Slightly smaller text */
  color: #111;
  border-radius: .25em;
  padding: 5px; /* Padding for a more compact tooltip */
  white-space: normal; /* Allow text wrapping */
  max-width: 150px; /* Ensure the tooltip doesn't overflow */
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) + 5px); /* Adjust to fit better */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.zip-container .button::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: var(--tooltip-color);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + var(--gap-between-tooltip-to-button) - 5px);
}

.zip-container .button::after,
.zip-container .button::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.zip-container .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zip-container .button-wrapper,
.zip-container .text,
.zip-container .icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
}

.zip-container .text {
  top: 0;
}

.zip-container .text,
.zip-container .icon {
  transition: top 0.3s;
}

.zip-container .icon {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zip-container .icon svg {
  width: 18px; /* Smaller icon */
  height: 18px;
}

.zip-container .button:hover {
  background: #6c18ff;
}

.zip-container .button:hover .text {
  top: -100%;
}

.zip-container .button:hover .icon {
  top: 0;
}

.zip-container .button:hover:before,
.zip-container .button:hover:after {
  opacity: 1;
  visibility: visible;
}

.zip-container .button:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 15px);
}

.zip-container .button:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.zip-container a {
	font-size: 15px;
}


/*#module-pshowb2border-fastorder #content>div.container {
    border: none;
}*/

#module-pshowb2border-fastorder .custom-file {
    padding: 0;
}

#module-pshowb2border-fastorder .custom-file .btn {
    z-index: 9;
}

#module-pshowb2border-fastorder .btn-secondary {
    color: var(--color-btn);
    background-color: var(--bg-color-btn);
    border-color: var(--bg-color-btn);
    height: 42px !important;
}





#module-pshowb2border-fastorder .bootstrap-touchspin .input-group-btn .btn-secondary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: #f1f1f1;
    border-color: #e6e6e6;
}

#module-pshowb2border-fastorder .bootstrap-touchspin .input-group-btn:first-child .btn-secondary {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#module-pshowb2border-fastorder .removecsvproduct {
    font-size: 16px;
    text-decoration: none !important;
}

#module-pshowb2border-fastorder .removecsvproduct i {
    padding-top: 10px;
}

.block-shopping-cart .product-name strong {
    font-size: 11px;
}

.pshow-cart-exchange-panel .pshow-points-input {
    margin-right: 10px;
}

.pshow-points-cart {
    padding: 12px;
    border-radius: 5px;
    font-size: 1.4rem;
}

#review-product-page .rpp-button {
    font-size: 1.4rem;
}

#review-product-page .rpp-how-works {
    font-size: 1.4rem;
}

#review-product-page .rpp-stars i {
    font-size: 1.4rem;
}

.pshow-points-product-page {
    border-radius: 5px;
    padding: 12px;
}

#review-product-page {
    border-radius: 5px;
}

#review-product-page .rpp-title {
    display: none;
}

#review-product-page .rpp-button {
    margin-top: 10px;
    background-color: grey;
    border-color: grey;
}

.modal.in .modal-dialog {
    border-radius: 20px;
    width: 50%;
}

.pshow-cart-exchange-panel {
    border-radius: 5px;
}

.pshow-cart-exchange-panel .text-small {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 14px;
}

#pshow-cart>div>div:nth-child(1) {
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.axps-breadcrumb>span {
    display: none;
}

.wc-tabs-wrapper .nav-tabs li a.active:after,
.search-widget .search-results-wrapper .wrapper-scroll .search-results,
.js-product.item-inner,
.remove-from-cart,
.ax-cart-summary,
.alert {
    border-radius: 10px;
}

.cart-overview .shop_table .bootstrap-touchspin input.form-control,
.cart-overview .shop_table .bootstrap-touchspin input.form-control,
.product-quantity #quantity_wanted,
.pshow-points-cart .pshow-cart-exchange-panel,
.sdm_box .delivery input {
    border-radius: 5px;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down,
.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-down {
    border-radius: 5px 0 0 5px;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up,
.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up {
    border-radius: 0 5px 5px 0;
}

#review-product-page>div>div>div.rpp-block-left.col-md-4>p:nth-child(2)>small {
    font-size: 1.5rem;
}

.card {
    border-radius: 10px;
}

.summary-container .label-small {
    display: none;
}

.inpost,
.zabka,
.orlen {
    border-radius: 10px;
}

.sdm_box .delivery input {
    height: 40px;
}

.alert-danger,
body#checkout #delivery textarea,
body#checkout #gift_message textarea,
.alert {
    border-radius: 5px;
}

.sdm_box .header .name h2 {
    font-size: 2.5rem;
}

.pshow-cart-exchange-panel-vouchers button {
    width: 35px;
    padding: 8px;
    height: 35px;
}

.pshow-cart-exchange-panel-vouchers .material-icons {
    margin-top: 15px;
    margin-left: 4px;
}

.pshow-cart-exchange-panel-vouchers li {
    margin-bottom: 15px;
}

#pshow-cart {
    margin-bottom: 30px;
}

.pshow-cart-exchange-panel-vouchers .pshowloyaltyprogramlist>div {
    width: calc(100% - 85px);
    float: left;
    height: 35px;
    line-height: 35px;
}

.nrt_mega_menu .menu_sub {
    background: #ffffffe5;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.nrt_mega_menu .style_wide .element_ul_depth_2 .granditem_0>ul {
    background: #ffffff99;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 6px;
}

.canvas-widget-backdrop.open-canvas {
    opacity: 1;
    background-color: rgba(132, 132, 132, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #bbb3;
}

.swiper-container {
    border-radius: 20px;
}

.pshow-points-buton-balacne {
    margin: 0 5px;
    padding: 2px 10px;
    min-width: 50px;
    text-align: center;
    float: right !important;
}

.mobileBoxFooter {
    position: fixed;
    bottom: 5px;
    background: rgba(237, 237, 237, 0.701);
    width: 100%;
    left: 0;
    z-index: 9;
    border-radius: 30px;
    padding: 5px !important;
    width: calc(100% - 10px);
    left: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.homeMobileBox,
.menuMobileBox,
.searchMobileBox,
.cartMobileBox,
.profileMobileBox {
    width: 20% !important;
    font-size: 12px !important;
    color: #393939;
}

.mobileBoxFooter svg {
    color: #393939;
}

.homeMobileBox svg {
    font-size: 25px;
}

.mobileBoxFooter .elementor-icon-box-content,
.mobileBoxFooter .btn-canvas-text {
    width: 100%;
    margin-top: -5px;
    float: left;
}

.menuMobileBox {
    margin-top: 2px;
}

.cartMobileBox .btn-canvas-text {
    margin-top: -7px;
}

.mobileBoxFooter .elementor-icon-box-content,
.mobileBoxFooter .elementor-icon-box-content a {
    color: #393939;
}

.mobileBoxFooter .elementor-widget-container .btn-canvas {
    display: block;
    padding: 0px !important;
}

.mobileBoxFooter .elementor-widget-container {
    margin: 0px !important;
}

.mobileBoxFooter .btn-canvas-text {
    width: 100%;
}

.mobileBoxFooter .btn-canvas .btn-canvas-text {
    margin-left: 0px !important;
}

.search-wrapper,
#moda_popupnewsletter .modal-dialog {
    min-width: 360px;
}

.mobileBoxFooter .btn-canvas {
    text-align: center;
}

.mobileBoxFooter .elementor-icon-box-icon {
    margin-bottom: 0px !important;
}

#header-sticky .mobileBoxFooter {
    display: none;
}

@media (max-width: 1024px) {
    #back-top {
        bottom: 70px;
    }
}

.elementor-16 .elementor-element.elementor-element-40ea2172 {
    border-style: none !important;
}

.sdm_box .header .logo img {
    display: none;
}

#search-popup .modal-dialog {
    min-height: 100px;
}

.summary-container .product_title {
    font-size: 2rem;
}

.axps-products-nav .product-short {
    border-radius: 10px;
}

body#checkout section.checkout-step.-unreachable .step-title,
body#checkout section.checkout-step .step-title {
    border-radius: 10px;
}

body#checkout section.checkout-step.-current .content {
    border-radius: 0px 0 10px 10px;
}

body#checkout section.checkout-step.js-current-step .step-title {
    border-radius: 10px 10px 0px 0px;
}

.product-type-5 .item-inner .wrapper-buttons-action {
    border-radius: 8px;
}

.product-type-1.products .item-inner .nb-reviews {
    display: none;
}

.table-labeled .label {
    border-radius: 6px;
}

.products .item-inner .countdown-timer {
    width: 300px;
}

.product-type-5 .item-inner .buttons-action {
    border-radius: 50px;
}

.wc-ordering-dropdown .dropdown-toggle,
.gr-per-page .dropdown-toggle {
    border-radius: 6px;
}

.wc-ordering-dropdown .dropdown-menu,
.gr-per-page .dropdown-menu {
    border-radius: 6px;
    margin-top: 6px;
}

@media (min-width: 1025px) {
    .page-title-layout-2.page-title .h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .page-title .h1 {
        font-size: 1.8rem;
    }
}

#toast-container .toast {
    border-radius: 10px;
    background-color: rgba(199, 199, 199, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #ddd1;
}

.toast-message h4 {
    border-radius: 50px;
    background-color: rgba(72, 72, 72, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #2227;
}

.toast-message .group_button a {
    background-color: rgba(53, 53, 53, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #5557;
}

#toast-container {
    margin-top: 180px;
}

.paxy-select-point-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 20px;
    font-size: var(–font-size-body);
    text-transform: capitalize;
    line-height: 20px;
    position: relative;
    width: 100%;
    border-width: 1px;
    height: 42px;
    flex-wrap: nowrap;
    border-width: var(–ax-form-btn-width);
    border-radius: var(–ax-form-btn-rd);
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: all 300ms ease;
}

.elementor-20 .elementor-element.elementor-element-1493258 .axps-swiper-slider .swiper-slide img {
    max-width: 100px;
}

.blog_description p {
    font-size: 13px !important;
}

.blog_description img {
    border-radius: 20px;
    margin: 10px;
}

.summary-container .product-brands a {
    border-radius: 100px;
}

@media (max-width: 768px) {
    .summary-container .product-brands a {
        display: none;
    }
}

#author-blog-comment-link,
#author-blog-info-link,
#order-slips-link,
#canvas-my-account>div.canvas-widget-content>div>div>div>a:nth-child(6) {
    display: none;
}

#canvas-my-account>div.canvas-widget-content>div>div>div>a:nth-child(5) {
    display: none;
}

body#checkout section.checkout-step .add-address a {
    border-radius: 6px;
}

body#checkout section.checkout-step p a[data-link-action=different-invoice-address] {
    border: 1px solid;
    font-size: var(–font-size-body);
    padding: 5px 15px;
    text-transform: capitalize;
    display: block;
    border-radius: 6px;
    text-align: center;
    color: var(–color-title);
}

#js-delivery>div>div.paxy-widget-select-point>div:nth-child(1) {
    text-align: center;
}

.item-inner {
    border-radius: 20px;
    overflow: hidden;
}


/* Kontener sekcji bloga */

#index .block.ybc_block_latest {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    box-sizing: border-box;
}


/* Stylizacja sekcji "LATEST POSTS" */

#index .block.ybc_block_latest .block_content .owl-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0px;
    box-sizing: border-box;
}

.ybc_block_slider .owl-carousel {
    width: 100%;
}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-stage-outer {}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item li {
    background-color: #ffffff;
    margin: 0 15px;
    border-radius: 10px;
    box-sizing: border-box;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#index .block.ybc_block_latest {
    display: none;
}


/* Kontener obrazu */

#index .block.ybc_block_latest .ybc_item_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.owl-prev {
    content: "\f105";
}

#index .block.ybc_block_latest .ybc_item_img img {
    height: 150%;
    object-fit: cover;
}

#index .block.ybc_block_latest .owl-prev,
#index .block.ybc_block_latest .owl-next {
    font-family: 'Line Awesome Free';
    font-size: 40px;
    font-weight: 900;
    color: #333;
    position: absolute;
    left: -30px;
    top: calc(50% - 50px);
    cursor: pointer;
}

#index .block.ybc_block_latest .owl-next {
    left: auto;
    right: -30px;
}

#index .block.ybc_block_latest .owl-prev:before {
    content: "\f104";
}

#index .block.ybc_block_latest .owl-next:before {
    content: "\f105";
}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

#index .block.ybc_block_latest li {
    padding: 0px;
}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item .read_more:hover {
    background-color: #0056b3;
}


/* Stylizacja pozostałych elementów */

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8em;
    line-height: 1.4em;
}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}


/* Ograniczenie opisu do 6 linii */

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item .blog_description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    padding: 0 15px;
}


/* Stylizacja linku "Czytaj więcej" */

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item .read_more {
    display: none;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin: 10px;
    border: none;
}

#index .block.ybc_block_latest .block_content .owl-carousel .owl-item .read_more:hover {
    background-color: #0056b3;
}


/* Stylizacja sekcji "VIEW ALL LATEST POSTS" */

#index .block.ybc_block_latest .ybc_blog_view_all {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-top: 20px;
}

#index .block.ybc_block_latest .ybc_blog_view_all h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

#index .block.ybc_block_latest .ybc_blog_view_all a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#index .block.ybc_block_latest .ybc_blog_view_all a:hover {
    background-color: #0056b3;
}

#index .ybc_block_default .block_content li {
    padding: 0px;
}

.ybc_title_block,
.ybc-blog-latest-toolbar {
    padding: 10px;
}

.title_blog,
.title_blog a {
    display: none;
}

.ybc_title_block {
    font-size: 12px;
}


/* Stylizacja daty i autora posta */

#index .block.ybc_block_latest .ybc-blog-sidear-post-meta .post-date,
#index .block.ybc_block_latest .ybc-blog-sidear-post-meta .post-author {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}


/* Media Queries for Tablets (3 posts per row) */

#index .block.ybc_block_latest .block_content .owl-carousel li .read_more {
    display: none;
}


/* Ujawnienie ukrytych elementów */

#index .block.ybc_block_latest .ybc-blog-sidear-post-meta {
    display: block !important;
    padding-left: 10px;
    visibility: visible !important;
    opacity: 1 !important;
}

.be-categories {
    display: none;
}

#left-column .ybc_blog_sidebar .block,
#right-column .ybc_blog_sidebar .block {
    border-radius: 10px;
}

.ybc_item_img img {
    border-radius: 10px;
}

.pinterest a:before,
.twitter a:before,
.facebook a:before,
.linkedin a:before {
    display: none;
}

#index .block.ybc_block_latest .ybc-blog-sidear-post-meta .post-date,
#index .block.ybc_block_latest .ybc-blog-sidear-post-meta .post-author {
    font-size: 14px;
}

@media (max-width: 767px) {
    .ybc_block_slider .owl-controls {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1650px) {
    .elementor-24 .elementor-element.elementor-element-68881aea>.elementor-element-populated {
        padding: 0px;
    }
}


/* For screen widths between 768px and 1350px */

@media (min-width: 768px) and (max-width: 1350px) {
    .elementor-24 .elementor-element.elementor-element-2e92ef31 .menu-horizontal .item-level-0>a,
    .elementor-24 .elementor-element.elementor-element-2e92ef31 .menu-vertical .item-level-0>a,
    .elementor-element-18f2290 .elementor-button-text,
    .elementor-element-27f47d1 .elementor-button-text,
    .elementor-element-3e5d489 .elementor-button-text {
        font-size: 12px !important;
    }
    .product-brands {
        display: none;
    }
}


/* For screen widths between 1350px and 1650px */

@media (min-width: 1350px) and (max-width: 1650px) {
    .elementor-24 .elementor-element.elementor-element-2e92ef31 .menu-horizontal .item-level-0>a,
    .elementor-24 .elementor-element.elementor-element-2e92ef31 .menu-vertical .item-level-0>a,
    .elementor-element-18f2290 .elementor-button-text,
    .elementor-element-27f47d1 .elementor-button-text,
    .elementor-element-3e5d489 .elementor-button-text {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    #index .block.ybc_block_latest .owl-prev,
    #index .block.ybc_block_latest .owl-next {
        display: none;
    }
}

.productInfo {
    margin-bottom: 15px;
}

.productInfo .itemProductInfo {
    width: 100%;
}

.productInfo .itemProductInfo strong {
    color: var(--color-title);
}

#product .infoProductsBottom,
.modal-body .infoProductsBottom {
    float: left;
    width: 100%;
}

.summary-container .product_meta {
    border: none;
}

.modal-body .summary-container #product-availability {
    margin-bottom: 0px;
}

.product-information .js-mailalert {
    border-top: none;
}

.product-additional-info .tabs {
    width: 100%;
}

.infoProductsBottom a {
    color: #666666;
}

.infoProductsBottom a:hover {
    color: #564aeb;
}

.productInfoPaymentImg {
    width: auto !important;
    height: 36px;
}

#product .infoProductsBottom img,
.modal-body .infoProductsBottom img {
    width: 36px;
    float: left;
}

#product .infoProductsBottom span,
.modal-body .infoProductsBottom span {
    padding: 8px 5px;
    float: left;
}

#countryModalDisplay #countryList button {
    background: none;
    border: none;
}

#countryModalDisplay #countryList button:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

#countryModalDisplay .country-item a {
    float: left;
    margin: 10px;
}

.modal button.close {
    right: 3px;
    top: 3px;
}


/*.elementor-element-8f6d448,.elementor-element-7a5adba , 
.elementor-element-7a5adba > div,
.elementor-element-7a5adba > div > div
.elementor-element-7a5adba > div > div > div
.elementor-element-7a5adba > div > div > div > div,
.elementor-element-7a5adba > div > div > div > div  > div{
    height: 100%;
}
*/

.elementor-1 .elementor-element.elementor-element-7a5adba .wrapper-items .swiper-slide .item-inner {
    margin-bottom: 0px;
}

#countryModalDisplay .p-2 {
    padding: 0px 40px !important
}

#countryModalDisplay #countryList button img,
#countryModalDisplay .country-item img {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 20px;
}

#product .js-product-availability.infoProductsBottom,
.modal-body .js-product-availability.infoProductsBottom {
    margin-bottom: 0px;
}

#product .js-product-availability.infoProductsBottom img,
.modal-body .js-product-availability.infoProductsBottom img {
    width: 36px;
}

.countryModalButton {
    cursor: pointer;
}

.countryModalButton:hover {
    color: #564aeb;
}

h1,
.product-rating {
    margin-bottom: 5px;
}

.summary-container .product-brands img {
    border-radius: 50px;
}

#my_reviews h3 {
    display: none;
}

#reviews_form h3 {
    font-size: 1.5rem;
}

.product-type-5 .item-inner .ax-product-cats a {
    display: none;
}

.product-type-5 .item-inner .product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list-subcategories {
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 25px;
}

.product-list-subcategories .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Dodajemy margines dolny do kolumn, aby stworzyć odstęp między zawiniętymi rzędami */
.product-list-subcategories .row > [class*="col-"] {
    margin-bottom: 15px;
}

.product-list-subcategories .wrapp-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    padding: 10px 10px 0px 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.product-list-subcategories .wrapp-category:hover {
    border-color: #b0b0b0;
}

.product-list-subcategories .wrapp-category img,
.product-list-subcategories .wrapp-category .category-image {
    display: block;
    height: 100px;
    width: 100%;
    max-width: 100px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: none !important;
    outline: none !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
}

/* Resetowanie pozycji absolutnej dla tytułu po obrazku */
.product-list-subcategories .wrapp-category .category-image+.category-title {
    position: static !important; /* Nadpisuje 'absolute' z innych plików CSS */
}

.product-list-subcategories .wrapp-category .category-title {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
    background: transparent;
    border-radius: 0;
    line-height: 1.4;
    text-align: center;
    text-transform: none;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    display: block;
}

.product-list-subcategories .wrapp-category .category-image:hover,
.product-list-subcategories .wrapp-category:hover img,
.product-list-subcategories .wrapp-category:hover .category-image {
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
}

/* Media query dla najmniejszych ekranów (mobile), aby wymusić 3 kolumny */
@media (max-width: 575.98px) { /* Poniżej breakpointu sm Bootstrapa */
    .product-list-subcategories .row > .col-6 {
        flex: 0 0 auto; /* Standard dla kolumn Bootstrapa */
        width: calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

/* Nowe media query do nadpisania kolumn Bootstrapa na desktopie */
@media (min-width: 992px) { /* Bootstrapowy breakpoint lg */
    .product-list-subcategories .row > .col-lg-3 {
        flex: 0 0 auto; /* Standard dla kolumn Bootstrapa */
        width: calc(100% / 6);
        max-width: calc(100% / 6);
    }
    .product-list-subcategories .wrapp-category .category-title {
        padding-top: 10px;
        margin-top: 0;
        display: block;
    }
}

.product-type-1 .item-inner .product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.category-description p {
    font-size: 14px !important;
}
.category-description h2 {
    font-size: 16px !important;
}
.category-description h3 {
    font-size: 15px !important;
}
.category-description h4 {
    font-size: 15px !important;
}
.category-description h5 {
    font-size: 15px !important;
}
.category-description h6 {
    font-size: 15px !important;
}

#canvas-mini-cart .price-qty .price {
    font-size: 14px;
    text-align: right;
    font-weight: 600;
    line-height: 1.25;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    font-size: 14px;
}

#inputGroupFile04 {
    border-color: #564aeb;
}

#inputGroupFileAddon04 {
    border-color: #564aeb;
    top: 0px;
    bottom: 0px;
}

h6,
.h6 {
    font-size: 1.4rem;
}

#js-product-list-footer>div {
    border: 0px;
    margin-top: 10px;
}



.toast-progress {
    border-radius: 50px;
    height: 6px;
}

#freeshippinginfo {
    border-radius: 6px;
    margin-top: 10px;
}

#content>div>div.col-lg-9.my-account-content>div.container>div.row.mt-1.mb-0>div.col-sm-12.col-md-12.col-lg-5>h3 {
    display: none;
}

#content>div>div.col-lg-9.my-account-content>div.container>div.row.mt-1.mb-0>div.col-sm-12.col-md-12.col-lg-7>div.alert.alert-info.p-1.mt-1.mb-2 {
    margin-top: 0.5rem !important;
    padding: 1rem !important;
}

#module-pshowb2border-fastorder .alert h5 {
    font-size: 14px;
}

.p-1 {
    padding: 1rem;
}

body#checkout section.checkout-step p a[data-link-action=different-invoice-address] {
    text-transform: none;
}



:is(body:not(.no-smb-reskin)) .panel-heading,
:is(body:not(.no-smb-reskin)) .panel>h3 {
    position: inherit !important;
}

.ybc_indexing_box {
    border-radius: 10px;
}

.loader-custom-csv {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin-csv-loader 2s linear infinite;
}

@keyframes spin-csv-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .modal.in .modal-dialog {
        width: 96%;
    }
}

.addAllProductsToCart {
    padding-left: 35px;
}

#module-pshowb2border-fastorder #toast-container {
    display: none!important;
}

.spinnerSeigo {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 7px;
    border-radius: 50%;
    border: 3.8px solid #ffffff;
    animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }
    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }
    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }
    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes spinner-oaa3wk {
    0% {
        transform: scaleY(1) rotate(0deg);
    }
    49.99% {
        transform: scaleY(1) rotate(135deg);
    }
    50% {
        transform: scaleY(-1) rotate(0deg);
    }
    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}
img[src="/img/preston-login@2x.png"] {
    width: 150px;  /* Set the desired width */
    height: 75px; /* Set the desired height */
}
#shop-img img {
    width: 150px !important;
    height: 75px !important;
}
.ax-lazy-load:not([style]) {
    background-color: rgb(0 0 0 / 0%);
}
#description img {
    border-radius: 20px;
}
.ybc_blog .container, 
.ybc_blog .content, 
.ybc_blog .main-content {
    max-width: 1600px!important;
    margin: 0 auto;
}
.elementor-widget-axps-languages .axps-dropdown-menu, .open>.axps-dropdown-menu {
    border-radius: 10px;
}
.inpost-izi-button {
    margin-bottom: 0px!important;
}
.js-product-availability.infoProductsBottom, .modal-body .js-product-availability.infoProductsBottom {
    margin-top: 10px!important;
}
.inpostizi-button {
    max-width: 1000px;
}
.inpostizi-button-rounded .inpostizi-bind-button-body {
    border-radius: 6px!important;
}
.prestawpblock .posts_container-fi .pswp-post-fi-title {
border-radius: 0 0 20px 20px;
}
.prestawpblock .posts_container-fi .pswp-post-image {
  border-radius: 20px;
}
.prestawpblock .pswp-post-wrp-1:hover {
  box-shadow: none;
}
.instant-shipping-badge {
    background: linear-gradient(45deg, #2ecc71, #27ae60);
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.instant-shipping-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.badge-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.badge-text {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

/* Animacja pulsowania */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.instant-shipping-badge {
    animation: pulse 2s infinite;
}

/* Wariant z timerem */
.delivery-timer {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c;
}

/* Możemy też dodać ikonkę błyskawicy */
.instant-shipping-badge::before {
    content: "⚡";
    margin-right: 5px;
}
.panel .table {
    margin-bottom: 0;
}

.stock-url, .price-url, .import-url {
    font-size: 12px;
    word-break: break-all;
}

.btn-group {
    white-space: nowrap;
}

#script_output {
    margin-top: 20px;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.prestawpblock {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.prestawpblock .posts_container-fi .pswp-post-fi-title {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 0 0 20px 20px;
}

.prestawpblock .posts_container-fi .pswp-post-image {
    border-radius: 20px;
}

.prestawpblock .pswp-post-wrp-1:hover {
    box-shadow: none;
}

#pswp-page .pswp-post-img {
    margin: 0 auto;
    float: none !important;
}
/* Style podstawowe (poza mobile) */
.prestawpblock .readall-wrp {
    text-align: right;
}

.page-content.page-cms {
    padding: 15px;
}

#pswp-page .pswp-post-content img {
    border-radius: 10px;
}

#pswp-page .wp-block-image {
    text-align: center;
}

/* Podstawowe styles dla mobile */
@media screen and (max-width: 768px) {
    .prestawpblock {
      padding: 0 20px;
      margin-top: 15px;
    }
   
    .prestawpblock .posts_container-fi .pswp-post-fi-title {
      padding: 15px;
    }
   
    .prestawpblock .posts_container-fi .pswp-post-fi-title .pswp-post-title {
      font-size: 1rem;
      padding: 0; /* Usunięty padding */
    }
   
    .prestawpblock .posts_container-fi .pswp-post-fi-title .pswp-post-preview {
      font-size: 0.75rem;
      line-height: 1.25;
      margin-top: 8px;
    }
    
    .prestawpblock .posts_container-fi .pswp-post-image {
      border-radius: 12px;
    }
   
    .prestawpblock .posts_container-fi .pswp-post-fi-title {
      border-radius: 0 0 12px 12px;
    }
   
    /* Ukrywanie strzałek na mobile */
    .pswp-carousel .slick-prev,
    .pswp-carousel .slick-next {
      display: none !important;
    }
   
    /* Usunięcie paddingu i zmniejszenie czcionki w entry-footer */
    .prestawpblock .pswp-post-fi-title .entry-footer {
      padding: 0 !important;
      font-size: 0.7rem;
    }
   
    /* Style dla readall-wrp na mobile */
    .prestawpblock .readall-wrp {
      text-align: right;
      padding-top: 5px;
    }
}
   
/* Dodatkowe poprawki dla bardzo małych ekranów */
@media screen and (max-width: 480px) {
    .prestawpblock {
      padding: 0 15px;
    }
   
    .prestawpblock .posts_container-fi .pswp-post-fi-title {
      padding: 12px;
    }
}

/* Pojedynczy wpis */
.prestawpblock .pswp_grid .pswp-post-wrp {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 300px;
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
}

/* Ustawienia dla obrazka w kontenerze posts_container-fi */
.prestawpblock .posts_container-fi .pswp-post-image {
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
}

/* Responsywność */
@media (max-width: 768px) {
    .pswp_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .pswp_grid {
        grid-template-columns: 1fr;
    }
}

.prestawpblock .pswp_grid {
    margin: 0 -10px
}

.images-cover-wrapper,
.wrapper-imgs {
  background-color: #f7f7f7;
}

.images-cover-wrapper img,
.wrapper-imgs img {     
  padding: 20px;
  mix-blend-mode: multiply;
}

.label-flags {
    top: 0px !important;
}

.product-images-cover .label-flags {
    left: 0 !important; 
    right: auto !important;
}

.img-responsive {
    padding: 0 !important;
}

.ax-product-box-9 {
    position: relative;
    border-radius: 10px;
    background: #f5f5f5;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin-bottom: 10px
}

.ax-product-box-9:hover {
    box-shadow: 0 0 5px rgba(128,128,128,.25)
}

.ax-p9-top {
    position: relative;
    overflow: hidden
}

.ax-p9-img-wrap img {
    padding-top: 25px;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    object-fit: contain;
    margin: auto
}

.ax-p9-bottom {
    background: rgba(255,255,255,.5);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.ax-p9-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%
}

.ax-p9-title {
    height: 63px;
    margin-bottom: 8px;
    overflow: hidden
}

.ax-p9-title a {
    color: #262626;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ax-p9-price-wrap {
    font-size: 16px;
    margin-top: auto;
    padding-bottom: 5px
}

.ax-p9-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    gap: 30px;
    align-items: stretch;
    padding: 30px 0
}

.ax-p9-hover-actions {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 6px;
    display: flex;
    justify-content: center;
    gap: 15px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden
}

.ax-product-box-9:hover .ax-p9-hover-actions {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.ax-p9-cart,.ax-p9-quick-view {
    position: relative;
    width: 40px;
    height: 40px
}

.ax-p9-cart .add-to-cart,.ax-p9-quick-view .quick-view {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 0;
    z-index: 2;
    cursor: pointer
}

.ax-p9-cart .add-to-cart *,.ax-p9-quick-view .quick-view * {
    display: none!important
}

.ax-p9-cart::after,.ax-p9-quick-view::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #262626;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .ax-p9-hover-actions {
        position:static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        border-top: 1px solid #f0f0f0
    }
}

.ax-p9-icon-cart,.ax-p9-icon-eye {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.75);
    border-radius: 50%;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 20px;
    color: #262626;
    z-index: 1;
    pointer-events: none
}

.ax-p9-cart:hover .ax-p9-icon-cart,.ax-p9-quick-view:hover .ax-p9-icon-eye {
    background: #fff;
    border-color: #fff;
    color: #000
}

.ax-product-box-9 .label-flags {
    left: 10px;
    position: absolute;
    top: 10px!important;
    margin: 0;
    padding: 0;
    list-style: none
}

.ax-product-box-9 .label-flags li {
    margin-bottom: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500
}

.ax-product-box-9 .label-flags li.type-new {
    background: #50c646;
    color: #fff
}

.ax-product-box-9 .label-flags li.type-on-sale,.ax-product-box-9 .label-flags li.type-discount {
    background: #ff7380;
    color: #fff
}

.price {
    color: #262626
}

.ax-p9-cart .add-to-cart.loading {
    color: transparent !important;
}

.ax-p9-cart .ax-p9-icon-cart.loading {
    color: transparent !important;
    position: relative;
}

.ax-p9-cart .ax-p9-icon-cart.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top-color: #262626;
    border-right-color: #262626;
    border-radius: 50%;
    animation: button-loading-spinner 1s linear infinite;
    z-index: 10;
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Style dla quick view (lupki) */
.ax-p9-quick-view .quick-view.loading {
    color: transparent !important;
}

.ax-p9-quick-view .ax-p9-icon-eye.loading {
    color: transparent !important;
    position: relative;
}

.ax-p9-quick-view .ax-p9-icon-eye.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top-color: #262626;
    border-right-color: #262626;
    border-radius: 50%;
    animation: button-loading-spinner 1s linear infinite;
    z-index: 10;
}

.bootstrap-touchspin input.form-control,.bootstrap-touchspin input.input-group {
    width: auto !important;
    width: 50px !important;
    padding: 0 !important
}
#chat-widget-container {
    z-index: 10 !important;
}

.input-group-add-cart.bootstrap-touchspin input.form-control {
    width: 100% !important;
}

.product-quantity #quantity_wanted {
    width: 80px !important;
}

.cart-overview .shop_table .bootstrap-touchspin input.form-control,.cart-overview .shop_table .bootstrap-touchspin input.form-control,.product-quantity #quantity_wanted,.pshow-points-cart .pshow-cart-exchange-panel,.sdm_box .delivery input {
width: 80px !important;
}

.loyalty-my-account-buttons button,.loyalty-my-account-buttons a {
    color: #262626!important;
    border-color: #e6e4ff!important
}

.loyalty-my-account-buttons button:hover,.loyalty-my-account-buttons a:hover {
    background-color: #e6e4ff!important;
}

.pshow-waiting {
    text-align: center!important;
    color: #262626!important;
    border: #e6e4ff 1px solid;
}

.pshow-account-balance {
    text-align: center!important;
    border: #cce7cc 1px solid;
}

.swiper-slide {
    margin-bottom: -10px;
}
.has-compact-filter #amazzing_filter .compact-toggle {
    border-radius: 0px 0px 0px 8px;
}
.compact-toggle-text {
    border-radius: 0px 8px 0px 0px;
}
#toast-container .toast.toast-error {
    display: none!important;
}