#custom__footer {
    background-image: url(../images/footer_logo.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 68px;
    width: 100%;
    max-width: 962px;
}

#custom__footer #footer_top {
    display: flex;
    justify-items: flex-end;
    justify-content: space-between;
    gap: 5px;
    padding-left: 115px;
}

#custom__footer #footer_brand_info {
    color: #fff;
    font-size: 10px;
    margin: 12px 0 0 115px;
    padding-left: 5px;
}

#custom__footer #footer_legal_notes {
    display: flex;
    align-items: flex-end;
    font-size: 11px;
    color: #888;
}

@media (max-width: 768px) {
    #custom__footer {
        margin-top: 30px;
    }
}

#logo_2 {
    float: left;
    margin-left: 70px;
    font-size: 11px;
    color: #888;
    line-height: 18px;
    padding: 10px 0 10px 75px;
    background-image: url(../images/logo_promocja_top.gif);
    background-position: left;
    background-repeat: no-repeat;
}

.page-header .sticky-menu.js-sticky-menu.active #logo_2 {
    display: none;
}

.catalog-category-view .category_list ul {
    padding: 0;
    margin: 0;
}

.catalog-category-view .category_list .category_list_item {
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

.catalog-category-view .category_list .category_list_item:first-child {
    border-top: 1px solid #ececec;
}

.catalog-category-view .category_list .category_list_item a {
    color: #0078d4;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/small_bullet.gif);
}

.onestepcheckout-index-index .opc-payment .payment-method-content .checkout-agreements-block {
    padding: 0;
}

.onestepcheckout-index-index .field.choice .label {
    margin-left: 20px;
    font-size: 15px;
    color: #4C4C4C;
}

.onestepcheckout-index-index .przelewy24-payment-method-description {
    margin: 0;
}

.onestepcheckout-index-index .payment-method-icon-przelewy24 {
    display: none;
}

.onestepcheckout-index-index #co-payment-form hr {
    display: none;
}

.onestepcheckout-index-index .opc-block-summary .product-item .product-item-name-block {
    padding: 0;
}

.opc-block-summary .items-in-cart .product.options {
    display: none;
}

.onestepcheckout-index-index .opc-block-summary .items-in-cart .a-left.product::before {
    content: none;
}

.onestepcheckout-index-index .opc-block-summary .items-in-cart .a-left.product {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/*********************************************** Billing address area ***********************************************/

.checkout-billing-address .step-content .field.field-select-billing label {
    display: none
}

.fieldset#billing-new-address-form > .field > .label {
    font-weight: normal
}

#checkout-step-billing .field.field-select-billing {
    margin-bottom: 20px;
    padding: 0 10px;
}

#checkout-step-billing .field.proof-type {
    padding: 0 10px;
}


.checkout-index-index .osc-place-order-block.checkout-comment-block,
.checkout-index-index .osc-place-order-block.checkout-purchase-proof-block {
    border: 0;
    padding: 0 20px !important;
}

.checkout-index-index .osc-place-order-block.checkout-comment-block #comments {
    min-height: 150px;
}

#shopping-cart-table .item-actions .actions-toolbar .action.action-edit {
    display: none;
}

.catalog-product-view .product.info.detailed p {
    font-size: 14px;
}

.additional-attributes-wrapper td.col.data {
    font-size: 14px;
}

.block-minicart .quantity .quantity__wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.block-minicart .quantity .quantity__change {
    display: flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid #c2c2c2;
    cursor: pointer;
}

.block-minicart .quantity .quantity__change:focus {
    box-shadow: 0 1px 3px #e1e1e1;
}

#checkoutSteps {
    position: relative;
}

.opc-wrapper .checkout__back {
    float: left;
    margin-left: 10px;
    height: 50px;
    background-color: #1979c3 !important;
    border-color: #1979c3 !important;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    position: absolute;
    top: 20px;
}

@media(max-width: 768px) {
    #checkoutSteps {
        padding-top: 90px;
    }

    #custom__footer #footer_brand_info {
        background-color: #007BBF;
        padding: 2px 0 2px 5px;
        margin-top: 4px;
    }
}

@media(min-width: 768px) {
    .opc-wrapper .checkout__back {
        bottom: 27px;
        top: unset;
    }
    .opc-wrapper .checkout__back + .col-mp {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .page-header .logo .main-logo {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .opc.one-step-checkout-container.opc-sticky {
        display: block;
    }

    .opc.one-step-checkout-container.opc-sticky .col-mp {
        float: none;
    }

    .opc-block-summary .items-in-cart > .title {
        padding: 10px 40px 10px 10px;
    }

    .opc-block-summary .items-in-cart > .title::after {
        right: 10px;
    }

    .opc-wrapper .form-shipping-address {
        padding: 0;
    }

    #co-place-order-area {
        padding: 0 !important;
    }

    .opc-wrapper .opc {
        padding: 20px 10px;
    }

    #logo_2 {
        margin-left: 30px;
    }
}

@media (max-width: 360px) {
    .osc-addition-content-wrapper.col-mp.mp-lg-6.mp-md-6.mp-sm-12.mp-xs-12 {
        padding: 0;
    }

    .opc #co-place-order-area {
        padding: 0 !important;
    }
}

@media (max-width: 1100px) {
    .post-list li.post-holder {
        width: 90%;
    }
}

.blog-page .widget.blog-search {
    z-index: 1;
}
