/* slidery */
.products_slider .product-description {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.products_slider .owl-stage {
    display: flex;
}

.products_slider .owl-stage-outer {
    overflow: clip;
    overflow-clip-margin: 16px;
}

.products_slider .owl-item {
    display: flex;
    height: auto;
    padding-bottom: 32px;
}

.products_slider .product-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.products_slider .product-price-container {
    margin-top: auto;
    min-height: 12px;
}

.products_slider .product-lowest-price-container {
    min-height: 18px;
}

.products_slider .heading-container {
    justify-content: flex-start !important;
}

/* filtry, koszyk, formularze */
.products_lists_pages .left_filter_column_container .left_filter_section {
    border: none;
    border-radius: 0;
}

.sky-input-group-material .input-field-price,
.product-tile .counter-field,
.product-tile .btn.btn-primary,
.products_lists_pages .search_form ul .btn,
.products_lists_pages .showFilters,
.cart_summary .form-control,
.cart_summary .btn.btn-primary,
.product_card .product-gallery img,
.product_card .counter-field,
.product_card .btn-primary,
.product_card .product-add-to-store a,
.product_card .product-shipment-counter,
.product_card .product-shipment-counter .counter-time div,
.product_card .product-ask-question-container button,
.swal2-modal,
.header_cart .free_shipment,
.header_cart .btn.btn-primary,
.cart table.cart-table thead tr th:first-child,
.cart table.cart-table thead tr th:last-child,
.product-counter-directive .counter-field,
.cart-summary-body .order-preview section {
    border-radius: 0;
}

.cart .container .free_shipment,
.cart .cart_summary {
    border-radius: 0 !important;
}

.cart-summary-body [data-order-step-number] span {
    font-size: 22px !important;
}

.cart-summary-body [data-payment-id],
.cart-summary-body [data-shipment-type],
.cart-summary-body [data-order-step-number] input,
.cart-summary-body [data-order-step-number] textarea,
.cart-summary-body #order-deliverys-methods-empty {
    border-radius: 3px !important;
}

.cart-summary-body .order-country-wrapper .select-primary,
.cart-summary-body .order-preview,
.cart-summary-body .order-preview .btn.btn-primary,
.cart-summary-body [data-order-step-number] {
    border-radius: 3px;
}

.cart-summary-body [data-order-step-number] {
    border: 0 solid #ccc;
    padding: 10px;
}

.cart-summary-body [data-shipment-type] .method-title {
    font-size: 16px !important;
}

.cart-summary-body [data-shipment-type] .method-desc {
    font-size: 14px !important;
}

.cart-summary-body [data-order-step-number]:last-child:not(section) {
    border: none;
}

.order .bank-presentation {
    width: 150px;
    height: 100%;
}

.order .sky-order-step {
    width: 26px;
    height: 26px;
    font-size: 16px;
}

/* header i treści */
#header_infoblock div span {
    font-size: 16px;
}

#header_infoblock div span strong,
#header_infoblock div span b {
    font-size: 22px;
}

.header_infoblock .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: 100%;
}

.header_infoblock .content a {
    text-decoration: none;
    margin: 0 10px;
}

.header_vertical_menu_section {
    margin-bottom: -50px;
}

.col.align-self-start.mb-4 {
    background: #fafafa;
}

.col.align-self-start.mb-4 > a > div {
    color: #1f6feb;
}

.col-lg-5 {
    border-left: 2px solid #f6f6f9;
}

.newsletter i {
    font-size: 48px !important;
}

h1.sky-h1-medium {
    font-size: 31px !important;
    line-height: 1.2 !important;
}

.counter-field {
    height: 30px;
}

.mobile-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    white-space: pre-line;
}

.blog_index {
    background: #ebebeb;
}

.blog_index.sky-pt-8 {
    padding-top: 30px;
}

.blog_index .heading_title {
    margin-bottom: 20px;
}

.banner-1360x450 .sky-banner-1360x450 {
    max-height: 350px;
}

.products_lists_pages .products_lists_pages_products_presentation + .pagination {
    justify-content: flex-end !important;
}

/* zakładki */
.nav.product-tabs.d-flex.justify-content-center.mb-5::before {
    position: absolute;
    z-index: 10;
}

.nav.product-tabs .nav-link.active {
    color: #d1371f !important;
    border-bottom: 2px solid #d1371f !important;
    background: none !important;
}

.nav.product-tabs .nav-link:hover {
    color: #d1371f !important;
}

/* bloki ikon */
[class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper {
    border-left: 5px solid #f6f6f9;
    border-top: 2.5px solid #f6f6f9;
    border-bottom: 2.5px solid #f6f6f9;
}

[class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper > div {
    padding: 0 15px !important;
}

[class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(4) {
    border-right: 5px solid #f6f6f9;
}

[class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper .division-info {
    flex-direction: column-reverse !important;
}

/* desktop */
@media only screen and (min-width: 768px) {
    .products_lists_pages_products_presentation .product-description {
        line-height: 1.2;
        white-space: pre-line;
    }
}

/* tablet / mobile */
@media only screen and (max-width: 768px) {
    .header_infoblock .content a,
    .header_infoblock .content strong {
        font-size: 12px !important;
    }

    .header_infoblock .content a {
        margin: 2px;
    }

    .products_lists_pages .products_lists_pages_products_presentation + .pagination {
        justify-content: center !important;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper {
        width: 50% !important;
        border: 5px solid #f6f6f9;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(2),
    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(4) {
        border-left: none;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(3),
    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(4) {
        border-top: none;
    }

    .product-tile.rwd_tile_list_mode .product-description .product-price-container .product-price-default span:not(.core_priceFormat) {
        font-size: 20px !important;
        font-weight: 400 !important;
        margin-left: 0 !important;
        color: #777 !important;
    }

    .product-tile.rwd_tile_list_mode .product-description .product-price-container {
        padding-bottom: 2px !important;
    }

    .product-tile .product-description .product-price-container .product-price-default,
    .product-tile .product-description .product-price-container .product-price-brutto {
        display: block !important;
    }

    tr.def:has(td.def img.def) {
        display: block !important;
        height: auto !important;
    }

    tr.def:has(td.def img.def) > td.def {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    tr.def:has(td.def img.def) img.def {
        width: 100% !important;
        height: auto !important;
        display: block;
    }
}

/* małe telefony */
@media only screen and (max-width: 480px) {
    #header_infoblock {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 35px;
    }

    #header_infoblock .container-xxl {
        padding: 0;
    }

    #header_infoblock_container,
    #header_infoblock_container > div {
        width: 100%;
    }

    .header_infoblock .content {
        justify-content: space-between;
        font-size: 10px !important;
    }

    .header_infoblock .content a,
    .header_infoblock .content strong {
        font-size: 9px !important;
    }

    .header_infoblock .content a {
        margin: 0;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] {
        border-top: 5px solid #f6f6f9;
        border-bottom: 5px solid #f6f6f9;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper {
        width: 50% !important;
        border: 5px solid #f6f6f9;
        min-height: 130px;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(1),
    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(2) {
        border-top: none;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(3),
    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper:nth-child(4) {
        border-bottom: none;
    }

    [class="division 4xicon_title_paragraph_separator division-no-background sky-mb-4"] .division-wrapper > div {
        margin-bottom: 0 !important;
    }

    [data-mobile-border] {
        border-bottom: none;
    }

    .banner-3x440x440 {
        margin-top: 30px;
    }
}