/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#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;
}