/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.hide {
    display: none
}
button#iqitcookielaw-accept{
    float: right; 
}

div#___ratingbadge_0 {
    border: none !important;
}

div#manufacturer-description {
    margin-top: 20px;
}

.inpost-shipping-button {
    border-color: #086bd0 !important
}

#cbp-hrmenu1 .cbp-vertical-title {
    background: #ffbf06;
}

.supercheckout-blocks[data-column="3"][data-row="4"][data-column-inside="1"] {
    display: none;
}


/* table.supercheckout-summary th.supercheckout-qty {
    display: none;
}

table.supercheckout-summary td.supercheckout-product-qty-input {
    display: none;
} */

#cbp-hrmenu>ul {
    display: flex;
}

div.unit-price>div.unit-price-cart {
    display: none;
}

input.js-cart-line-product-quantity {
    pointer-events: none;
}

input#quantity_wanted {
    pointer-events: none;
}

div.subcategory-image {
    display: none;
}

table.std td {
    padding: 12px;
    border: 1px solid #e9e9e9;
    border-color: rgb(233, 233, 233);
}

table.std {
    width: 100%;
}

.subcategory-name {
    font-size: 16px;
    font-weight: 700;
}

.simpleblog-single .post-featured-image {
    float: left;
    max-width: 500px;
    margin-right: 30px;
}

.product_reference_ean13 {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.product-flags .discount,
.product-flags .on-sale {
    background: #086bd0;
    color: #FFF;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 14px;
}

ul.product-flags {
    width: 100%;
    padding: 0px 5px 0px 5px;
}

span.badge.badge-success.product-available {
    background: #086bd0;
    color: #FFF;
    padding: 5px 0px 5px 0px;
    width: 100%;
    font-size: 14px;
}

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

td.supercheckout-unit-total>.unit-price-cart {
    display: none;
}

.freeDelivery {
    background: #25ad35;
    color: white;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.pogrubienie div span {
    font-weight: 700;
}

.desktop-header-style-1 .search-widget,
.desktop-header-style-2 .search-widget {
    max-width: 100%;
}

.elementor-col-50 div.elementor-column-wrap.elementor-element-populated {
    padding: 0px;
}

.category-description {
    margin: 25px 0px 0px 0px;
}

#desktop_logo {
    width: 70%;
}

div.product-add-cart {
    display: none;
}

.x13stars-list {
    width: 100px;
}

div.products.slick-products-carousel div.psoft_thumbsinformation {
    display: none
}

div.product-quantities {
    display: none;
}

.cbp-hrmenu ul.cbp-hrsub-level2 {
    left: 20%;
}

.badge {
    width: 100%;
    height: 30px;
    background: #086bd0;
    font-size: 14px;
    font-weight: 400;
    line-height: unset;
}

.product-miniature-grid .product-availability {
    width: 100%;
}

.cart-item .bootstrap-touchspin {
    max-width: initial;
}

/* ukrycie  informacji od dostepnosci dla sklepu SK, z jakiegos powodu pokazuje tam polskie teksty */
.lang-sk #product-availability,
.lang-cs #product-availability {
    display: none;
}

.supercheckout-blocks.js-additional-information.definition-list.additional-information {
    margin-left: 25px;
}

img.pay-methods__img {
    width: 100px;
    margin-bottom: 10px;
}

#supercheckout-agree a {
    font-weight: bold;
    color: black !important;
    text-transform: capitalize;
}

label[for="conditions_to_approve[withdrawal-policy]"] {
    display: none;
}

#payment-method tbody {
    display: flex !important;
    flex-direction: column;
}

#payment-method tbody tr.highlight {
    display: flex;
}

#payment-method tbody tr.highlight:nth-child(1) {
    order: 4;
}

#payment-method tbody tr.highlight:nth-child(2) {
    order: 2;
}

#payment-method tbody tr.highlight:nth-child(3) {
    order: 1;
}

#payment-method tbody tr.highlight:nth-child(4) {
    order: 3;
}

#conditions-to-approve > .checkbox:nth-child(2) {
    display: none;
}

#customer_person_information_table > tbody > tr.sort_data{
	display: none;
}

@media (max-width: 992px) {
    div.product-list-subcategories {
        display: none;
    }

    div#facets_search_wrapper {
        display: none;
    }

    /* .block-links ul>li a {
        font-size: 16px;
        margin-bottom: 15px;
    } */

    #content-wrapper {
        order: 2
    }

    #left-column {
        order: 1;
    }

    /* section#main {
        display: grid;
    } */

    #content-wrapper>section>#products {
        order: 2;
    }

    #content-wrapper>section>#js-product-list-header {
        order: 1;
    }
}

.pp-has-template .product-quantity #quantity_wanted {
    width: 6rem;
}