.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.7px 16px;
    margin-bottom: 16px;
    list-style: none;
    background-color: transparent
}

@media (min-width:1200px) {
    .breadcrumb {
        border-radius: none;
        padding: 4.7px 16px 4.7px 0
    }
}

.breadcrumb-item {
    font-size: 14px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 8px
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 8px;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.wycena-mobile-dropdown .arrow {
    display: none
}

.wycena-mobile-dropdown.dark .arrow {
    display: block
}

.wycena-mobile-dropdown.dark {
    padding: 0
}

.wycena-mobile-dropdown.dark .title {
    background-color: #4B4746;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.wycena-mobile-dropdown ul.hide {
    max-height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.wycena-mobile-dropdown ul.hide.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible
}

.user-table tr td {
    padding: 16px
}

.user-table tr td:first-of-type {
    background: #F3F3F3;
    width: 300px
}

.custom-agrees-account .agree span:not(.open) {
    max-height: 50px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.custom-agrees-account .agree span:not(.open).active {
    max-height: 30rem
}

.custom-agrees-account .agree span.open {
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #6db700;
    cursor: pointer
}

.btn-edit-data {
    padding: 25px 98px !important;
    margin-bottom: 24px;
    cursor: pointer
}

@media (max-width:767px) {
    .custom-agrees-account .agree span:not(.open) {
        max-height: 6rem
    }

    .btn-edit-data {
        width: 100%
    }
}

.img-agrement {
    width: 20px;
    height: 20px;
    max-width: none
}

input.czy_inne_dane_faktura,
.change-data-agrees input,
.default-sell-document input {
    all: inherit;
    width: 20px;
    height: 20px;
    border: 1px solid #8e8b8b;
    border-radius: 3px;
    position: relative;
    margin-right: 12px;
    margin-bottom: -3px;
    background-color: #fff;
    cursor: pointer
}

input.czy_inne_dane_faktura:checked:after,
.change-data-agrees input:checked:after,
.default-sell-document input:checked:after {
    content: "";
    position: absolute;
    inset: 2px;
    background-color: #7ABD13;
    border-radius: 3px;
    z-index: 2
}

.account-edit-to-show .header {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    color: #4d4948;
    margin: 32px 0
}

.edit-profile-inputs .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.edit-profile-inputs .line>.form-group {
    width: 49%
}

.edit-profile-inputs .line>.form-group>.form-group {
    margin-bottom: 0
}

.edit-profile-inputs .zip-code {
    width: 142px;
    margin-right: 17px
}

.edit-profile-inputs .city {
    width: calc(100% - 142px)
}

.edit-profile-inputs .line .form-group label {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #484443
}

.edit-profile-inputs .line .form-group input,
.edit-profile-inputs .line .form-group select {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #484443;
    padding: 12px 17px;
    border-radius: 5px;
    border: 2px solid #c8c8c8;
    height: 48px
}

.edit-profile-inputs .line .form-group input::-webkit-input-placeholder {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #c8c8c8
}

.edit-profile-inputs .line .form-group input::-moz-placeholder {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #c8c8c8
}

.edit-profile-inputs .line .form-group input:-ms-input-placeholder {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #c8c8c8
}

.edit-profile-inputs .line .form-group input::-ms-input-placeholder {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #c8c8c8
}

.edit-profile-inputs .line .form-group input::placeholder {
    font-family: "Lato";
    font-size: 14px;
    line-height: 22px;
    color: #c8c8c8
}

.edit-profile-inputs .fill-by-nip {
    text-align: center;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #6db700;
    border: 2px solid #6DB700;
    margin-top: 15px;
    padding: 10px;
    min-height: 48px;
    height: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.edit-profile-inputs .fill-by-nip:hover {
    background-color: #6DB700;
    color: #fff
}

.czy_inne_dane_radio {
    margin-bottom: 20px
}

.czy_inne_dane_radio label:first-of-type {
    margin-right: 37px
}

.custom-agrees-account.inputs .d-flex {
    padding-left: 0;
    padding-top: 0
}

.custom-agrees-account.inputs .d-flex input {
    margin-right: 0
}

.save-edit-account button {
    width: 50%;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 40px;
    min-width: 460px
}

@media (max-width:767px) {
    .edit-profile-inputs .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .edit-profile-inputs .line>.form-group {
        width: 100%
    }

    .edit-profile-inputs .zip-code {
        width: 50%
    }

    .edit-profile-inputs .city {
        width: 50%
    }

    .save-edit-account button {
        min-width: unset;
        width: 100%;
        padding: 20px;
        margin-bottom: 16px
    }
}

.table-border-arround {
    border: 3px solid #dee2e6
}

.table-border-arround thead th,
.table-border-arround th {
    border-top: 0;
    border-bottom: 1px
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.align-middle {
    vertical-align: middle !important
}

.text-hover-white:hover {
    color: #fff
}

.text-no-underline {
    text-decoration: none !important
}

.mt-m1 {
    margin-top: 1px
}

.mw-50 {
    max-width: 50%
}

.green-hover:hover {
    background: #84C225
}

.pb-12d,
.user-form__wrapper .form-group {
    padding-bottom: 8px
}

.pt-12d {
    padding-top: 8px
}

.user-form {
    border: 2px solid #B4B4B4
}

.user-form::-moz-placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form:-ms-input-placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form::-webkit-input-placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form::-ms-input-placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form::placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form:-ms-input-placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form::-ms-input-placeholder {
    color: #B4B4B4;
    font-size: 16px;
    padding-top: 3px
}

.user-form__wrapper label {
    font-size: 14.4px
}

.user-form__wrapper .form-group {
    margin-bottom: 0
}

.user-table tr td {
    padding: 16px
}

.user-table tr td:first-of-type {
    background: #F3F3F3;
    width: 300px
}

.user-collapsable {
    border-top: 1px solid #BBB
}

.user-collapsable .fas {
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s
}

.user-collapsable.collapsed .fas {
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.user-pseudo-table {
    border: 3px solid #BBB
}

.grey-wycena-title {
    background-color: #F0F0F0;
    padding: 30px;
    font-family: "Lato";
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    color: #4b4746
}

.wycena-list td,
.wycena-list th {
    width: calc(100% / 6)
}

.wycena-list th {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #4d4948;
    padding: 15px 0
}

.wycena-list td {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #4d4948
}

.wycena-list td.bold {
    font-weight: 900
}

.wycena-list td.red * {
    color: #EC1D3D
}

.wycena-list-mobile .item {
    border-left: 3px solid #BBB;
    border-right: 3px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 10px
}

.wycena-list-mobile .item:first-child {
    border-top: 3px solid #BBB
}

.wycena-list-mobile .item:last-child {
    border-bottom: 3px solid #BBB
}

.wycena-list-mobile .item .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.wycena-list-mobile .item .line>div {
    width: 100%;
    text-align: right
}

.wycena-list-mobile .item .line>div.bold {
    font-weight: 900;
    text-align: right
}

.wycena-list-mobile .item .line.value {
    text-align: right
}

.wycena-list-mobile .item .preview a {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 13px 5px;
    background-color: #6DB700;
    display: block;
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 5px
}

.wycena-list-mobile .item .preview a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #6DB700;
    outline: 2px solid #6DB700
}

.wycena-list-mobile .item .line .mob-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #4d4948
}

.wycena-list-mobile .item .line .offer-date-time-left-info {
    font-size: 16px;
    font-weight: 500;
    color: #ec1d3d
}

.wycena-list-mobile .item .line .offer-date-time-left-info span {
    font-weight: 900
}

.grey-wycena-title-small {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #4d4948;
    background-color: #F0F0F0;
    margin-top: 10px;
    padding: 10px
}

.title-wrap {
    min-height: 101px;
}
.title-wrap h4 {
    font-family: "Lato";
    font-size: 1.375rem;
    font-weight: 700;
}
.title-wrap p {
    font-size: 14px;
}

.main-info {
    padding: 35px;
    font-size: 14px;
    color: #4b4746;
}
.main-info .btns {
    gap: 18px 23px;
    flex-wrap: wrap;
    margin-top: 21px;
}
.main-info .btns a {
    font-weight: 700;
    color: #6db700;
    transition: .2s;
    text-decoration: underline;
} 
.main-info .btns a:hover {
    color: #4b4746;
}
@media (max-width: 1214px) {
    .title-wrap {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .main-info {
        padding: 27px 16px;
    }
}

.order-separator {
    all: inherit; 
    width: 100%;
    height: 1px;
    max-width: unset;
    background-color:rgba(142, 139, 139, 0.5);
}
.order-separator.w-100 {
    width: 100% !important;
}

.order-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.order-list .order {
    padding: 0 30px;
}
.order-list .order .details .info p{
    font-family: "Lato";
    font-size: 12px;
    color: #4b4746;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.order-list .order .details .info span {
    font-family: "Lato";
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    display: inline-block;
}
.order-list .order .details .info span.status:first-letter {
    text-transform: uppercase;
}
.order-list .order .details .info span.small,
.order-list .order .details .info .pay { 
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 12px; 
    font-weight: 400; 
}
.order-list .order .details .info .pay { 
    text-decoration: underline; 
}
.order-list .order .details .info .package-action { 
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 12px; 
    text-transform: none;
    text-decoration: underline;
}
.order-list .order .details .info .package-action:hover { 
    text-decoration: underline;
}
.order-list .order .details .info .pay:hover { 
    text-decoration: underline;
}
.order-list .order .details>div:nth-child(1) {
    width: 19%;
    padding-right: 10px;
}
.order-list .order .details>div:nth-child(2) {
    width: 19%;
    padding-right: 10px;
}
.order-list .order .details>div:nth-child(3) {
    width: 16.4%;
    padding-right: 10px;
}
.order-list.returns .order .details>div:nth-child(3) {
    width: 20.4%;
}
.order-list .order .details>div:nth-child(4) {
    width: 26.6%;
    padding-right: 20px;
}
.order-list.returns .order .details>div:nth-child(4) {
    width: 21.6%;
}
.order-list .order .details>div:nth-child(5) {
    width: 19%;
}
.order-list .order .details .global-btn-standard {
    width: 100%;
    min-width: unset;
}
.order-list .order .details .info form {
    margin-top: -5px;
}
.order-list .order .links {
    flex-wrap: wrap;
    gap: 18px 23px;
    flex-wrap: wrap;
    margin-top: 21px;
}
.order-list .order .links a {
    font-size: 14px;
    color: #6db700;
    text-decoration: underline;
    transition: .2s;
    gap: 5px;
}
.order-list .order .links a:hover {
    color: #4b4746;
}
.order-list .order .links span {
    font-size: 14px;
    color: #bbbbbb;
}

.order-list .order .images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px calc((100% - 7 * 96px) / 6);
    margin-bottom: 32px; 
    margin-top: 9px;
} 
.order-list .order .images.hidden-elements a:nth-child(n+7) {
    display: none;
}
.order-list .order .images.hidden-elements.show a:nth-child(n+7) {
    display: block;
}
.order-list .order .images a {
    width: 96px;
    height: 96px;
}
.order-list .order .images a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.order-list .order .images .counter {
    width: 96px;
    height: 96px;
    cursor: pointer; 
    color: #4B4746;
    font-weight: 700;
}
.order-list .order .images.hidden-elements.show .counter {
    display: none !important;
}

@media (max-width: 1200px) {
    .order-list .order .images {
        gap: 38px calc((100% - 7 * 96px) / 6);
    } 
}
@media (max-width: 991px) {
    .order-list .order .images {
        gap: 15px;
    } 
    .order-list .order .images a {
        width: calc((100% - 5 * 15px) / 6);
    } 
    .order-list .order .images .counter {
        width: calc((100% - 5 * 15px) / 6);
    }

}
@media (max-width: 767px) {
    .order-separator {
        margin: 0 auto;
        width: calc(100% - 2 * 16px);
    }
    .order-list .order {
        padding: 0 16px;
    }
    .order-list .order .details {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .order-list .order .details>div:nth-child(1) {
        width: 50%;
    }
    .order-list .order .details>div:nth-child(2) {
        width: 50%;
    }
    .order-list .order .details>div:nth-child(3) {
        width: 50% !important;
    }
    .order-list .order .details>div:nth-child(4) {
        width: 50% !important;
    }
    .order-list .order .links {
        margin-bottom: 21px;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .order-list .order-separator:last-child {
        display: none;
    }
    .order-list .order .images a {
        width: 72px;
        height: 72px;
    } 
    .order-list .order .images .counter {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 575px) {
    .order-list .order .images {
        gap: 15px calc((100% - 4 * 22%) / 3 );
    } 
    .order-list .order .images a {
        width: 22%;
        height: 18.9vw;
    } 
    .order-list .order .images .counter {
        width: 22%;
        height: 18.9vw;
        
    } 
}

.order-list.returns .links a {
    text-decoration: none;
}

.title-zam {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #4b4746
}

/* reklamacja */
.no-items {
    padding: 30px 0;
}
.no-items .content {
    max-width: 606px;
    gap: 30px;
}

.no-items .content .desc {
    color: #4b4746;
    font-size: 14px;
}
.no-items .content .global-btn-standard {
    padding-left: 1.813rem;
    padding-right: 1.813rem;
    font-size: 1.25rem;
}
@media (max-width: 767px) {
    .no-items .content {
        align-items: flex-start !important;
    }
    .no-items .content .global-btn-standard {
        align-self: center;
    }
}

hr.gray-3 {
    all: inherit;
    height: 3px;
    background-color: #f0f0f0;
    width: 100%;
    max-width: unset;
}

.order-list.returns .links .global-btn-important {
    padding: 0.7rem 1.12rem;
}
