body.order-page {
    padding: 60px 0 0;
}

body.order-page header {
    top: 0px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    background: #fff;
}

body.order-page footer {
    border-top: 1px solid #e6e6e6;
}

body.order-page .btn-gray {
    background: #e8e8e8;
    border-color: #e8e8e8;
}

body.order-page .btn-gray:hover,
body.order-page .btn-gray:focus,
body.order-page .btn-gray:active {
    background: #ffffff;
    box-shadow: none;
}

.qty-change:active,
.qty-change:focus,
.qty-change:hover {
    background: #f3f3f3;
}

/* WIDGET KOSZYKA */

/* .top-link-cart {
  margin-right: 10px;
} */

.top-link-cart-amount {
    border: 2px solid #dbdbdb;
    padding: 5px 14px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 12px;
}

.top-link-cart-amount.loading {
    color: transparent;
    background: #fff url(../img/loading.svg) no-repeat center;
    background-size: 18px;
}

.top-link-cart-items {
    position: absolute;
    top: 8px;
    right: -2px;
    background: #408B58;
    border: 1px solid #408B58;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.58;
    color: #fff;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

@media (min-width: 1400px) {
    .top-link-cart-items {
        right: -6px;
    }
}

.top-link-cart:hover {
    opacity: 0.5;
}

.top-cart-container {
    position: relative;
}

.mini-cart-container {
    position: absolute;
    right: 0;
    top: 100%;
    width: 430px;
    border: 1px solid #e6e6e6;
    display: none;
    background: #fff;
    z-index: 30;
}

.mini-cart-single-product {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #e6e6e6;
}

.mini-cart-single-product:last-child {
    border-bottom: 0;
}

.mini-cart-footer {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
}

.mc-product-img {
    border: 1px solid #e6e6e6;
    margin-right: 15px;
    -webkit-box-shadow: 0px 2px 4px #e7e7e7;
    box-shadow: 0px 2px 4px #e7e7e7;
    max-width: 55px;
}

.mc-product-details {
    padding: 0;
}

.mc-product-price {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
}

.mc-product-delete a {
    color: #bebebe;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
}

.mc-product-delete a:hover {
    color: rgb(168, 0, 0);
    border-color: rgb(168, 0, 0);
}

.mc-product-name {
    transition: color 0.3s ease;
}

.mc-product-option span {
    margin-top: 5px;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.mc-product-option .mc-product-option-name {
    font-weight: 700 !important;
}

a.mc-product-name:hover {
    color: #999;
}

.mc-product-name span {
    font-weight: bold;
}

.mini-cart-subtotals {
    font-size: 17px;
    font-weight: bold;
}

.mini-cart-goto {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.mini-cart-goto a {
    width: 100%;
}

.mini-cart-products {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 10px 4px 10px;
    scrollbar-width: thin;
    scrollbar-color: #e6e6e6 #ffffff;
}

.mini-cart-products::-webkit-scrollbar {
    width: 6px;
}

.mini-cart-products::-webkit-scrollbar-track {
    background: #ffffff;
}

.mini-cart-products::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

.add-to-wishlist,
.top-link-wishlist > svg,
.top-link-wishlist {
    position: relative;
}

.add-to-wishlist:hover::after {
    opacity: 1;
}

.add-to-wishlist::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: url(../img/heart-fill.svg);
    transition: opacity 0.5s ease;
    opacity: 0;
}

.add-to-wishlist.add-to-wishlist.wishlisted::after {
    opacity: 1;
}

.add-to-wishlist {
    background: none;
    border: none;
    padding: 3px;
}

.add-to-wishlist svg {
    width: 18px;
}

.add-to-wishlist svg path {
    fill: #111;
}

.add-to-wishlist:hover svg path,
.add-to-wishlist.wishlisted svg path {
    fill: #4da6ff;
}

.top-link-wishlist::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    background: url(../img/heart-fill.svg) no-repeat;
    transition: opacity 0.5s ease;
    opacity: 0;
}

@media (min-width: 992px) {
    .top-link-wishlist::after {
        width: 15px;
        height: 18px;
        left: 11px;
    }
}

.top-link-wishlist.has-items::after {
    opacity: 1;
}

/* LISTA PRODUKTOW */

.prod-list-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-carousel .prod-list-item {
    margin-bottom: 0;
}

.prod-list-item .add-to-wishlist {
    position: absolute;
    right: 7px;
    bottom: 8px;
    width: 24px;
    height: 24px;
}

.prod-name {
    display: block;
    margin-bottom: 12px;
    padding-right: 4px;
}

.prod-img {
    margin-bottom: 12px;
}

.prod-price {
    display: block;
    font-weight: bold;
}

.prod-old-price {
    text-decoration: line-through;
    color: #acacac;
    font-size: 12px;
}
.prod-omnibus {
    color: #acacac;
    font-size: 14px;
}

.prod-old-price + .prod-price {
    color: #c70000;
}

.prod-flag {
    position: absolute;
    top: 0;
    left: 0;
}

.product-counter {
    padding: 3px 10px 2px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-size: 12px;
}

/* WIDOK KOSZYKA */

.payments-icon {
    height: 120px;
}

.payments-icon path {
    fill: #f3f3f3;
}

.cart--textarea {
    min-height: 75px;
}

.single-product__qty--cart {
    border: 1px solid #ececec;
    border-radius: 4px;
}

.cart-element .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

#js-cart-deliverys.loading,
#js-cart-payments.loading {
    color: transparent;
    background: #fff url(../img/loading.svg) no-repeat center;
    background-size: 44px;
    min-height: 80px;
}

.cart-item-old-price {
    text-decoration: line-through;
}

.cart-thumb {
    max-width: 50px;
}

@media (min-width: 380px) {
    .cart-thumb {
        max-width: 75px;
    }
}

.cart-header {
    background: #f3f3f3;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.cart-header .cart-col {
    padding: 12px 4px;
    text-align: center;
    font-weight: bold;
}

.item-qty-input {
    width: 40px;
    text-align: center;
    font-size: 20px;
    padding: 0;
    border: 0;
}

.qty-change {
    width: 28px;
    height: 100%;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    /* background: #f3f3f3; */
    font-weight: bold;
    margin: 5px 0;
    cursor: pointer;
}

.px-20{
    padding-left: 20px;
    padding-right: 20px;
}

.product-description ul{
    padding-left: 20px;
}

@media (min-width: 401px) {
    .qty-change {
        width: 50px;
        border: none;
        margin: 0;
    }

    .item-qty-input {
        width: 46px;
        height: 43px;
        border: none;
    }
}

.cart-col {
    text-align: center;
}

.cart-product .cart-col a:hover {
    color: #408B58;
}

.cart-col-right {
    position: relative;
}

.cart-col1 {
    width: calc(100% - 38px);
    padding: 8px 0 16px;
    text-align: left;
}

.cart-col2 {
    width: 100%;
}

.cart-col3 {
    width: 60%;
    padding: 0;
}

.cart-col4 {
    width: 40%;
    font-weight: bold;
}

.cart-col5 {
    position: absolute;
    top: 3px;
    right: 5px;
}

@media (min-width: 746px) {
    .cart-col1 {
        width: 34%;
        padding: 0;
        text-align: left;
    }

    .cart-col2 {
        width: 16%;
    }

    .cart-col3 {
        width: 26%;
        padding: 0;
    }

    .cart-col4 {
        width: 16%;
        font-size: 120%;
    }

    .cart-col5 {
        width: 5%;
        padding: 0;
        position: relative;
        top: auto;
        right: auto;
    }
}

@media (min-width: 992px) {
    .cart-col1 {
        width: 44%;
    }

    .cart-col2 {
        width: 15%;
    }

    .cart-col3 {
        width: 19%;
    }

    .cart-col4 {
        width: 15%;
    }

    .cart-col5 {
        width: 5%;
    }
}

.card {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.card-order {
    background: #ffffff;
    padding: 25px;
}

.card-gray {
    background: #f8f9f9;
    padding: 25px;
}

.card-padd {
    padding: 30px;
}

@media (min-width: 992px) {
    .card-padd {
        padding: 50px;
        margin: 0;
        height: 100%;
    }
}

.card-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px;
}

.card .form-radio {
    font-weight: bold;
}

.card .form-check::before,
.card .form-radio::before {
    background: #fff;
}

.free-delivery {
    background-image: linear-gradient(to right, #4da6ff, #f6e07e 50%);
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.free-delivery.free-delivery--free {
    background: #51b219;
}

.free-delivery .deliv-icon1 {
    display: block;
}

.free-delivery .deliv-icon2 {
    display: none;
}

.free-delivery.free-delivery--free .deliv-icon1 {
    display: none;
}

.free-delivery.free-delivery--free .deliv-icon2 {
    display: block;
}

.free-delivery-inner {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    color: #131415;
    text-align: center;
}

.free-delivery-inner img {
    display: none;
}

#free-delivery-amount {
    min-width: 37px;
    display: inline-block;
}

.free-delivery-inner img {
    width: 20px;
    height: 19px;
    opacity: 0.9;
    display: block;
    margin: 0 13px 0 0;
}

@media (min-width: 400px) {
    .free-delivery-inner {
        padding: 8px 15px;
        font-size: 14px;
    }

    .free-delivery-inner img {
        width: 20px;
        height: 19px;
        opacity: 0.9;
        display: block;
        margin: 0 13px 0 0;
    }
}

#free-delivery-amount.loading {
    color: transparent;
    background: #fff url(../img/loading.svg) no-repeat center;
    background-size: 16px;
}

#free-delivery-free {
    display: none;
}

.coupon-box {
    width: 100%;
    max-width: 470px;
}

.cart-subtotals {
    width: 100%;
    /*max-width: 320px;*/
    min-height: 28px;
}

.cart-subtotals--card {
    background: #ffffff;
    padding: 25px 21px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: sticky;
    top: 90px;
    border: 1px solid #e6e6e6;
}

.cart-subtotals-line--last {
    font-weight: normal;
    font-size: 18px;
    padding: 0;
}

.cart-subtotals-line--last-span {
    font-weight: 700;
    font-size: 20px;
}

.border-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEFF0;
}

.qty--plus.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.qty--minus.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.single-product__qty {
    position: relative;
}

.qty--plus + span {
    position: absolute;
    font-size: 10px;
    white-space: nowrap;
    top: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.qty--plus.disabled + span {
    opacity: 0.5;
}

.order {
    min-height: calc(100vh - 148px);
    background: #f8f9f9;
}

.order-step {
    padding: 0 5px;
}

.order-step-number {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 9px;
}

.order-step--active .order-step-number {
    width: 20px;
    height: 20px;
    background: #408B58;
    border: 3px solid #408B58;
    color: #408B58;
}

.order-step--before .order-step-number {
    width: 20px;
    height: 20px;
    background: #408B58;
    border: 3px solid #408B58;
    color: #408B58;
}

.order-step-text {
    color: #131415;
    font-weight: 700;
    padding: 0 8px;
    font-size: 14px;
    display: none;
    text-align: center;
}

.top-world{
    margin-right: 70px;
}

@media (min-width: 500px) {
    .order-step-number,
    .order-step--active .order-step-number {
        width: 16px;
        height: 16px;
    }

    .order-step-text {
        display: block;
    }
}

@media (max-width: 768px) {
    .cart-subtotals--card {
        /*max-width: 500px;*/
        margin: 25px auto 0;
    }

    .summary-box-img {
        margin-right: 20px;
    }

    .product-description{
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .order-step-number,
    .order-step--active .order-step-number {
        width: 20px;
        height: 20px;
    }

    .order-step-text {
        font-size: 14px;
        padding: 0 10px;
    }
}

.order-step-line {
    height: 1px;
    width: 40px;
    background: #ddd;
}

.label--loading {
    line-height: 1.6;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
}

.label--loading.selected {
    background: #ffffff;
    border: 2px solid #408B58;
    position: relative;
}


.label--loading:hover,
.label--loading:focus {
    border-color: #408B58;
}

.label--loading::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    z-index: 9;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff url(../img/load.svg) no-repeat center;
    background-size: 102px;
}

.label--loading.load::after {
    opacity: 1;
}

.summary-box-line {
    border-top: 1px solid #e6e6e6;
    padding: 15px 5px;
}

.summary-box-img img {
    margin: 0 auto;
    display: block;
    max-width: 60px;
}

.summary-box-name {
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
}

.summary-box-price {
    text-align: left;
    display: none;
}

.summary-box-qty {
    text-align: center;
}

.summary-box-total {
    text-align: right;
}

@media (min-width: 420px) {
    .summary-box-price {
        display: block;
    }
}

@media (min-width: 460px) {
    .summary-box-price,
    .summary-box-qty,
    .summary-box-total {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .summary-box-line {
        padding: 0;
    }

    .summary-box-img img {
        margin: 0 auto;
        max-width: 50px;
    }

    .summary-box-name {
        padding-bottom: 0;
    }

    .summary-box-img,
    .summary-box-name,
    .summary-box-price,
    .summary-box-qty,
    .summary-box-total {
        padding: 10px;
        text-align: left;
    }

    .summary-box-img {
        width: 15%;
    }

    .summary-box-name {
        width: 35%;
    }

    .summary-box-price {
        width: 22%;
    }

    .summary-box-qty {
        width: 13%;
    }

    .summary-box-total {
        width: 15%;
    }
}

@media (min-width: 992px) {
    .summary-box-img {
        width: 8%;
    }

    .summary-box-name {
        width: 46%;
    }
}

.comments-box textarea {
    margin-top: 20px;
}

.comments-box label {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    pointer-events: none;
}

.comments-box-header {
    cursor: pointer;
}

.comments-box-header img {
    width: 20px;
    height: 40px;
}

.comments-box-header.open img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.comments-box-inner {
    display: none;
}

.price-summary {
    font-size: 16px;
    background: #f8f9f9;
    padding: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price-summary-line {
    width: 100%;
}

@media (min-width: 576px) {
    .price-summary-line {
        max-width: 360px;
    }
}

.price-summary-big {
    font-size: 20px;
}

@media (min-width: 576px) {
    .inpost-paczkomat {
        max-width: 265px;
    }
}

.inpost-box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    flex: 1 1 100% !important;
    max-width: calc(100% - 12px) !important;
    order: 1;
    text-align: left;
    align-items: center !important;
}



@media (max-width: 950px) {
    .inpost-box {
        max-width: 100% !important;
    }

    .inpost-box #parcel_params {
        max-width: calc(50% - 16px);
    }
}

.account-menu {
    background: #f8f9f9;
    padding: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .account-menu {
        margin-right: 15px;
    }
}

.coupon-down {
    cursor: pointer;
    font-weight: 700;
}

.coupon-down svg {
    width: 14px;
    height: 28px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.coupon-down.open svg {
    top: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.coupon-box-inner {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
}

.coupon-box-inner.open {
    max-height: 75px;
    min-height: 75px;
}

.card-img {
    min-width: 50px;
    height: 42px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid #e6e6e6;
}

.cart-address--delivery {
    height: calc(100% - 20px);
}

.label--loading:last-child {
    margin-bottom: 0;
}

.confirmation-icon svg {
    width: 90px;
    height: 90px;
}

.country-list .list {
    max-height: 300px;
    overflow-y: auto;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-80 {
    padding-top: 80px !important;
}

.mb-40 {
    margin-bottom: 30px;
}

.black-text {
    font-size: 16px;
    line-height: 24px;
    color: #333435;
    font-weight: 400;
}
/* KARTA PRODUKTOW */

#product-images {
    padding: 0 33px;
}

.product-single-price {
    font-size: 24px;
    font-weight: bold;
}

.product-single-old-price {
    text-decoration: line-through;
}

.product-single-old-price + .product-single-price {
    color: #c70000;
}

.product-single-images-big {
    width: calc(100% - 20px);
}

.product-single-images-mini {
    flex-wrap: wrap;
    max-width: 535px;
    scrollbar-width: thin;
    scrollbar-color: #e6e6e6 #ffffff;
    overflow-x: auto;
    margin: 15px 0;
}

.product-single-images-mini::-webkit-scrollbar {
    width: 6px;
}

.product-single-images-mini::-webkit-scrollbar-track {
    background: #ffffff;
}

.product-single-images-mini::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

.product-single-images-mini button {
    border: 2px solid #e6e6e6;
    background: none;
    padding: 0;
    width: 75px;
    border-radius: 4px;
    margin: 5px;
}

@media (max-width: 600px) {
    .product-single-images-mini button {
        width: 55px;
    }

    .summary-box-name p{
        line-height: 1.4;
    }

    .mini-cart-container {
        min-width: 320px;
        right: calc(50% - 95px);
    }
}

@media (max-width: 470px) {
    .mini-cart-container {
        width: 100%;
    }

    .mc-product-img {
        display: none;
    }
}

.product-single-images-mini button img {
    border-radius: 4px;
}

.product-single-images-mini button.active {
    border: 2px solid #408B58;
}

.product-rating-stars img {
    width: 18px;
    height: 19px;
    margin-right: 2px;
}

.product-rating-count {
    position: relative;
    top: 2px;
    font-size: 13px;
}

.prod-flag,
.product-flag,
.baner-item-flag {
    padding: 6px 8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
}

.product-flag:last-child {
    margin-right: 0;
}

.product-flag--new {
    background-color: #c3e8bf;
    color: #006200;
}

.product-flag--recommended {
    background-color: #e4f2ff;
    color: #2a4fac;
}

.prod-flag--sale,
.product-flag--sale {
    background-color: #ffced1;
    color: #c70d0d;
}

.product-status-item {
    font-weight: bold;
}

.product-status-item svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.product-header .add-to-wishlist {
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 6px;
    margin-left: 15px;
}

.product-header .add-to-wishlist::after {
    top: 6px;
    left: 6px;
}

.comment-added svg,
.no-comment svg {
    width: 65px;
    height: 52px;
    margin-bottom: 35px;
}

.rated-item svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.rated-item svg path {
    fill: #ddd;
}

.rated-item.active svg path {
    fill: #e9bd48;
}

.upload-input {
    border: 2px dashed #ddd;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.upload-input input {
    opacity: 0;
    cursor: pointer;
}

.upload-input-text {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-newsletter{
    height: auto;
    background-color: #000;
}

@media(min-width:768px) {
    .cart-subtotal-align-right {
        justify-content: flex-end !important;
        gap: 16px;
    }
}