.product-flags li.product-flag {
    list-style-type: none;
}

.pickup_at_point_standard button {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.wishlist-container-header .wishlist-add-to-new {
    display: none!important;
}

.pd_ceneo_opinie label[for="cenneo_accept"] {
        font-size: 12px;
}

.pd_ceneo_opinie label[for="cenneo_accept"] .more {
    font-size: 11px;
}
                                                               

.pd_ceneo_opinie label[for="cenneo_accept"] .hidden-more-info {
    display: none;
    font-size: 11px;
    font-weight: 300;
}


#ex1 .modal-body {
    text-align: center;
}

#ex1 .close {
        opacity: 1;
    color: white;
    background: black;
    padding: 2px 8px 6px 8px;
    font-size: 13px;
    font-weight: 200;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: -9px;
    top: -8px;
}

@media all and (max-width: 992px) {
    h1.heading-custom-controller {
        font-size: 18px;
        margin: 12px 0 0 0;
    }
    
    h2.subheading-custom-controller {
        font-size: 15px;
        margin: 17px 0 29px 0;
    }
}


body .home-section-title,
body .products-home-slider .products-section-title {
    overflow: hidden!important;
}

.wishlist-button-add {
    background-color: transparent!important;
}

.pasek2 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pasek {
    background:#e1375c;text-align:left;white-space:nowrap
}
.header-banner .pasek .elem {
    display:inline-block;text-align:center;font-size:14px;padding:6px
}
.header-banner .pasek .elem .text {
    color:#fff;font-weight:600
}
.header-banner .pasek .elem .call-to-action {
    color:#fff;font-weight:600;text-transform:uppercase;margin:0 130px;text-decoration:underline
}

.input.__nip {
    width: 21px;
    padding: 0;
    height: 36px;
    margin-right: 2px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #e5e5e5;
}

.input.__nip::-webkit-outer-spin-button,
.input.__nip::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.odroczonebaner{
    margin-top: 10px;
  }
.odroczonetwisto {
    float:left;
    width:50%;
    padding-left: 5px;
  }
.odroczonespingo {
    float:left;
    width:50%;
    padding-left: 30px;
  }
.odroczonetext {
text-align: justify;
}      
.odroczonecalosc {
padding-left: 20px; 
padding-right: 20px; 
}

.nip_info {
    max-width: 250px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
    padding: 9px;
}

#product .images-container .not-available-info {
    position: absolute;
    width: 77%;
    background: rgb(255 255 255 / 30%);
    height: 100%;
    z-index: 1;
    margin-left: 20%;
}

#product .images-container .not-available-info .text {
    display: block;
    margin: auto;
    left: 27%;
    position: absolute;
    top: 38%;
    font-size: 37px;
    line-height: 1;
    font-weight: 600;
}

@media all and (max-width: 992px) {
    #product .images-container .not-available-info {
        width: 100%;
        z-index: 1;
        margin-left: 0;
        top: 0;
    }

    #product .images-container .not-available-info .text {
        left: 50%;
        position: absolute;
        top: 38%;
        font-size: 2em;
        transform: translateX(-50%);
    }
}
.product-miniature .lowest-price-listing {
    font-weight:600;
    color:#000;
    text-align:center;
    font-size:10px;
    margin-top:31px
}