#manufacturer-filter {
    display: none;
}

#signature a {
    color: #666666;
}

.co-box-additional > .form-group, .stay-in-touch > .form-group:first-child {
    display: flex !important;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.product .flag.flag-discount {
    position: relative;
}

.product .flag.flag-discount .price-save {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff576f;
    border-radius: 999px;
    font-size: 12px;
}

.in-krok-2 #checkoutContent .stay-in-touch .form-group:first-child {
    display: none !important;
}

.h4.homepage-group-title {
    margin-top: 1.6rem !important;
}

.banners-row + .services.container {
    margin-top: 16px !important;
}

.homepage-box.before-carousel {
    margin-block: 0 !important;
}

.homepage-box.welcome-wrapper {
    padding-top: 0 !important;
}

.articleList {
    margin-top: 16px;
    margin-bottom: 48px;
}

.homepage-products-2 {
    justify-content: space-between;
    gap: 0 1rem;
}

.homepage-products-2 .product {
    margin-right: 0 !important;
}

.homepage-box .services.container,
.id-1 .row.banners-row + .services.container {
    display: none;
}

/* overlay default master price-tag discount when multiple variants */
.p-detail-inner .flag.flag-discount .parameter-dependent.default-variant {
    display: block;
    width: 100%;
    height: 46px;
    background-color: #fff;
}

.p-detail-inner .p-final-price-wrapper .price-save .parameter-dependent.default-variant,
.p-detail-inner .p-final-price-wrapper .price-standard .parameter-dependent.default-variant {
    display: none;
}

.detail-parameters .advanced-parameter,
.detail-parameters .advanced-parameter-inner {
    width: 100px;
    height: 100px;
}

.site-msg.information {
    font-size: 15px;
}

.cart-content .site-msg-custom {
    background-color: #fdf3da;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid #f4dea5;
}

.cart-content .site-msg-custom *:last-child {
    margin-bottom: 0;
}

#checkoutContent .cart-content {
    padding-top: 20px;
}

.in-krok-2 .next-step > button {
    height: 72px;
}

[data-wall-maps-description] {
    padding-top: 24px;
}

[data-wall-maps-description] img {
    border: 1px solid #eee;
}

.filter-section-parametric-id-90 .filter-label.no-display {
    display: inline-flex !important;
    padding-left: calc(28px + 30px + 8px);
}

.filter-section-parametric-id-90 .advanced-filters-wrapper {
    display: block;
}

.filter-section-parametric-id-90 .advanced-filters-wrapper > div {
    display: flex;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
}

.filter-section-parametric-id-90 .advanced-parameter-inner {
    width: 30px;
    height: 19px;
    padding: 0;
    border: none;
    position: absolute;
    top: 6px;
    left: 28px;
}

.filter-section-parametric-id-90 .advanced-parameter {
    width: initial;
    height: initial;
    flex: none;
}

/* Parametr jazyk: vlajecky */
.detail-parameters .parameter-id-96 {
    display: flex;
    flex-wrap: wrap;
}

.detail-parameters .parameter-id-96 > span:first-child {
    position: absolute;
}

.detail-parameters .parameter-id-96 .advanced-parameter,
.detail-parameters .parameter-id-96 .advanced-parameter-inner {
    width: auto;
    height: auto;
}

.detail-parameters .parameter-id-96 .advanced-parameter {
    flex:	0 0 180px;
}

.detail-parameters .parameter-id-96 img {
    display: none;
}

.detail-parameters .parameter-id-96 .advanced-parameter-inner {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 1px 1px #cccccc;
    padding: 10px;
    text-align: center;
}


.detail-parameters .parameter-id-96 .advanced-parameter-inner::after {
    content: attr(data-original-title);
}

.type-product .p-detail-inner .delivery-time-label,
.type-product .p-detail-inner .delivery-time,
.in-kosik .cart-inner .delivery-time,
.filter-section-parametric-id-19,
.filter-sections .filter-section-boolean,
.type-product .product-top .flag,
.in-kosik .discount-coupon::before {
    display: none !important;
}

.in-kosik .cart-content {
    padding: 0;
}

.in-kosik .cart-content .cart-table {
    margin-top: 0;
    margin-bottom: 0;
}

.in-kosik .cart-content.summary-wrapper {
    padding: 0 20px 20px;
}

ol.cart-header {
    margin: -40px 0 0;
}

.in-kosik .cart-related-product {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
}

.in-krok-1 .order-icon.order-information {

}

@media (min-width: 768px) {
    .advanced-order .products {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 15px;
    }

    .advanced-order .products::after {
        display: none !important;
    }

    .advanced-order .products > .product {
        width: 100%;
        margin: 0;
    }

    .in-kosik .cart-content.summary-wrapper .box {
        display: grid;
        align-items: start;
        grid-template-columns: max-content 1fr;
        grid-template-rows: min-content max-content;
    }

    .in-kosik .cart-table .remove-item {
        transform: translateX(-14px);
    }

    .in-kosik .cart-content.summary-wrapper .next-step {
        grid-column: -1 / 1;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}

@media (max-width: 990px) {
    .in-kosik .cart-content.summary-wrapper .price-wrapper {
        align-items: end;
    }
}

@media (max-width: 989px) {
    .in-kosik .cart-content.summary-wrapper .price-wrapper {
        align-items: end;
    }
}