@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../fonts/Lato/latofonts.css');

:root {
    --bs-nav-link-font-size: 1.25rem;
}

html,
body {
    overflow-x: hidden;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

body .shopping-box {
    position: fixed;
    overflow-y: auto;
    max-width: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-left: 1px solid #000;
    z-index: 9999;
}

body.cart-open {
    width: 100%;
    overflow: hidden;
    padding-right: 17px;
}

body.cart-open .position-fixed {
    padding-right: 17px;
}

a,
a:hover {
    text-decoration: none;
    color: #000000;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

strong {
    font-weight: 800;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 575px) {
    .border-top {
        border-top: 1px solid #424242;
    }

    .border-left {
        border-left: 1px solid #424242;
    }

    .border-bottom {
        border-bottom: 1px solid #424242;
    }

    .border-right {
        border-right: 1px solid #424242;
    }

    .border-top-0 {
        border-top: none !important;
    }

    .border-left-0 {
        border-left: none !important;
    }

    .border-bottom-0 {
        border-bottom: none !important;
    }

    .border-right-0 {
        border-right: none !important;
    }
}

@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #424242;
    }

    .border-sm-left {
        border-left: 1px solid #424242;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #424242;
    }

    .border-sm-right {
        border-right: 1px solid #424242;
    }

    .border-sm-top-0 {
        border-top: none !important;
    }

    .border-sm-left-0 {
        border-left: none !important;
    }

    .border-sm-bottom-0 {
        border-bottom: none !important;
    }

    .border-sm-right-0 {
        border-right: none !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #424242;
    }

    .border-md-left {
        border-left: 1px solid #424242;
    }

    .border-md-bottom {
        border-bottom: 1px solid #424242;
    }

    .border-md-right {
        border-right: 1px solid #424242;
    }

    .border-md-top-0 {
        border-top: none !important;
    }

    .border-md-left-0 {
        border-left: none !important;
    }

    .border-md-bottom-0 {
        border-bottom: none !important;
    }

    .border-md-right-0 {
        border-right: none !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #424242;
    }

    .border-lg-left {
        border-left: 1px solid #424242;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #424242;
    }

    .border-lg-right {
        border-right: 1px solid #424242;
    }

    .border-lg-top-0 {
        border-top: none !important;
    }

    .border-lg-left-0 {
        border-left: none !important;
    }

    .border-lg-bottom-0 {
        border-bottom: none !important;
    }

    .border-lg-right-0 {
        border-right: none !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #424242;
    }

    .border-xl-left {
        border-left: 1px solid #424242;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #424242;
    }

    .border-xl-right {
        border-right: 1px solid #424242;
    }

    .border-xl-top-0 {
        border-top: none !important;
    }

    .border-xl-left-0 {
        border-left: none !important;
    }

    .border-xl-bottom-0 {
        border-bottom: none !important;
    }

    .border-xl-right-0 {
        border-right: none !important;
    }
}

header {
    z-index: 10;
    background-color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    border: 0;
}

.navbar {
    align-items: flex-end;
}

.menu li a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 413px;
    background-image: url('../images/stripes.png');
    background-size: contain;
    z-index: 20;
    pointer-events: none;
    background-repeat: no-repeat;
}

.stripes-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 1500px;
    background-image: url('../images/stripes-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (max-width: 1020px) {

    .stripes,
    .stripes-bottom {
        display: none !important;
    }

}

.text-violet {
    color: #933865;
}

.border-gradient {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #ff0000, #ff6eff, #f20079);
    border-image-slice: 1;
    width: 100%;
}

.navbar-toggler {
    border-radius: 0;
    border: 0;
    padding: 0;
}

.logo img {
    width: 150px;
}

@media (min-width: 992px) {
    .logo {
        min-width: 50%;
    }
}


/* .lang-pl {
	background-image: url("../images/flag-pl.png");
	width: 24px;
	height: 20px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	background-position: center center;
	padding: 0;
} */
.shopping-cart {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.shopping-cart .empty-cart {
    position: absolute;
    padding: 7px 20px;
    background-color: #ffa3da;
    width: max-content;
    right: -20px;
    top: 40px;
    text-align: center;
    color: #fff;
    display: none;
}

.shopping-cart .empty-cart:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #ffa3da;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    top: -5px;
    right: 20px;
    z-index: -1;

}

.shopping-cart img {
    width: 28px;
    height: 28px;
    position: relative;

}

.shopping-cart .counter {
    /* background-image: url("../images/shop icon.svg"); */
    display: block;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}



.shopping-cart:after {
    content: attr(data-value);
    position: absolute;
    display: flex;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    background: #ff0088;
    border-radius: 50%;
    padding: 6px;
    top: -5px;
    right: -9px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.shopping-cart:not(.display-counter)::after {
    display: none;
}

.intro-container {
    position: absolute;
    right: 0;
    left: 15%;
    top: 0;
    bottom: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.intro-container h2 {
    text-transform: uppercase;
    font-family: Lato;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
}

.card-img-product {
    max-height: 170px !important;
}

.product a.h5 {
    text-transform: uppercase;
}

.banner-container {
    position: absolute;
    left: 25%;
    right: 0;
    top: 35%;
    text-align: left;
    transform: translateY(-65%);
}

.banner-container h4 {
    font-weight: 700;
    color: #933865;
}

.banner-container p {
    font-weight: 300;
    color: #933865;
}

.banner-container p.subtitle {
    font-weight: 500;
}

.banner-bottom {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: left;
}

.intro-mobile {
    display: none !important;
}

.three-mobile {
    display: none !important;
}

.bg-image-intro {
    background-image: url('../images/main_banner.jpg');
    min-height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center right;
}

.bg-image-second {
    height: calc(100vw / (1920 / 650));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: relative;
}

.bg-image-second--second {
    /* background-image: url('images/best-choice-bg.jpg'); */
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-image-second--img {
    position: absolute;
    bottom: -70px;
    max-width: 400px;
}


.icons {
    background-color: rgba(147, 56, 101, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.icons-title {
    font-weight: 300;
}

.wave-icon {
    max-width: 20%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.icons__list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 65%;
    margin-bottom: 15px;
    height: 100%;
}

.icons__list-item p {
    margin-bottom: 0;
}

.icons__list-item img {
    max-width: 25%;
    height: 80px;
}

@media screen and (min-width: 1200px) {
    .icons__list-item {
        flex-direction: column;
        width: 100%;
        gap: 5px;
        justify-content: flex-start;
    }

    .icons__list-item {
        max-width: 100;
    }
}

@media screen and (max-width: 1199.98px) {
    .icons__list-item {
        width: 75%;
    }
}

@media screen and (max-width: 991.98px) {
    .icons__list-item {
        width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .icons__list-item img {
        max-width: 20%;
    }

    .icons__list-item p {
        font-size: 0.85rem;
    }

    .icons__list-item {
        width: 100%;
    }

}

@media screen and (max-width: 575.98px) {
    .icons__list-item {
        flex-direction: column;
    }

    .icons__list-item img {
        max-width: 30%;
    }

    .wave-icon {
        max-width: 40%;
    }
}



@media screen and (max-width: 419.98px) {
    .icons__list-item img {
        max-width: 50%;
    }
}


@media screen and (max-width: 767.98px) {
    .bg-image-second {
        height: 500px;
        background-size: cover;
        background-position: top right;
        position: relative;
        background-position-x: calc(100% + 40vw);
        top: -50px;
        z-index: -1;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 700px) {
    .bg-image {
        display: none !important;
    }
}

@media only screen and (max-width: 1400px) {


    .banner-container {
        position: absolute;
        left: 22%;
        right: 0;
        top: 35%;
        text-align: left;
        transform: translateY(-65%);
    }

    .banner-container h4 {
        font-weight: 700;
        color: #933865;
    }

    .banner-container p {
        font-weight: 300;
        color: #933865;
    }

    .banner-container p.subtitle {
        font-weight: 500;

    }

    .banner-bottom {
        position: absolute;
        right: 30%;
        bottom: 0;
        text-align: left;
        width: 50%;
    }

}

@media screen and (min-width: 2600px) {
    .bg-image-intro {
        background-image: url('../images/main_banner--big.jpg');
        min-height: 1200px;
    }
}


@media screen and (max-width: 1920px) {
    .bg-image-intro {
        min-height: 600px;
    }
}

.bg-image-three {
    background-image: url('../images/colorcuts-bg.jpg');
    height: calc(100vw / (1920 / 747));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    position: relative;
}

@media only screen and (max-width: 728px) {
    .bg-image-intro .intro-container {
        display: none !important;
    }

    .intro-mobile {
        display: block !important;
    }

    .bg-image-intro {
        min-height: 50px !important;
        height: 480px !important;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center right;
        background-position-x: calc(100% + 30vw);
    }

    .bg-image-three {
        height: calc(140vw / (1920 / 747)) !important;
    }

    .banner-container {
        left: 32%;
        right: 0;
        top: 35%;
        transform: translateY(-65%);
    }

    .banner-container h4 {
        font-weight: 700;
        color: #933865;
        font-size: 1rem;
    }

    .banner-container p {
        font-weight: 300;
        color: #933865;
        font-size: 0.75rem;
    }
}

.left-border-text {
    border-left: 10px solid #e40da2;
    padding-left: 30px;
    font-weight: 300;
}

.left-border-thin {
    border-left: 3px solid #e40da2;
    padding-left: 30px;
    padding-top: 60px !important;
    font-weight: 300;
}

.left-border-thin-nopadding {
    border-left: 3px solid #e40da2;
    padding-left: 30px;
    font-weight: 300;
}

@media only screen and (max-width: 500px) {
    .border-left-thin-mobile-top {
        position: relative;
        border-left: 5px solid #e40da2;
        padding-left: 30px;
        padding-top: 60px !important;
        font-weight: 300;
        margin-top: -10%;
    }

    .border-left-thin-mobile-bottom {
        position: relative;
        border-left: 5px solid #e40da2;
        padding-left: 30px;
        padding-bottom: 60px !important;
        font-weight: 300;
        margin-bottom: -10%;
    }

    .border-left-thin-mobile {
        border-left: 5px solid #e40da2;
        padding-left: 10px;
        margin-left: 20px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 1111px) {
    .three-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 1111px) {
    .bg-image-three .banner-bottom {
        display: none !important;
    }
}

.footer {
    margin-top: auto;
    background: transparent linear-gradient(90deg, #FF0000 0%, #FF2E75 48%, #F20079 100%) 0% 0% no-repeat padding-box;
}

.footer h4,
.footer p,
.footer a {
    color: #fff;
}

.footer a {
    opacity: 0.7;
    font-size: 1.2rem;
}

.footer ul li a {
    opacity: 0.7;
    font-size: 1.2rem;
}

@media only screen and (max-width: 500px) {
    .footer ul li a {
        opacity: 0.7;
        font-size: 1rem;
    }
}

.subscribe {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.subscribe-input {
    width: 100%;
    border: 1px solid #fff;
    padding: 15px 100px 15px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    font-size: 1.2rem;
}

.subscribe-button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: transparent;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
    font-size: 1.2rem;
}

.subscribe-input::-webkit-input-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-input::-moz-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-input:-ms-input-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-input:-moz-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-input,
.subscribe-input.active,
.subscribe-input:focus,
.subscribe-input:hover {
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-mobile {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.subscribe-mobile-input {
    width: 100%;
    border: 1px solid #fff;
    padding: 15px 100px 15px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    font-size: 1.2rem;
}

.subscribe-mobile-button {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    outline: none;
    margin: 10px;
    padding: 10px 10px;
    font-size: 1.25rem;
}

.subscribe-mobile-input::-webkit-input-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-mobile-input::-moz-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-mobile-input:-ms-input-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-mobile-input:-moz-placeholder {
    color: #ffffff !important;
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.subscribe-mobile-input,
.subscribe-mobile-input.active,
.subscribe-mobile-input:focus,
.subscribe-mobile-input:hover {
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.footer ul li {
    margin: 0 !important;
}

.footer ul li a {
    border-right: 1px solid #fff;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
}

.footer ul li:last-child a {
    border-right: 0;
}

.footer ul.mobile li a {
    padding-left: 15px;
    padding-right: 15px;

}

.shopping-cart--close {
    background-image: url("../images/icon-close.png");
    width: 23px;
    height: 23px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    background-position: center center;
    padding: 0;
    cursor: pointer;
}

.custom-number {
    position: relative;
    width: 100px;
}

.custom-number-input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 10px 10px 40px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    background: transparent;
}

.custom-number-minus {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: transparent;
    color: #000;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
}

.custom-number-plus {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: transparent;
    color: #000;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
}

.btn {
    border-radius: 0;
    padding: 10px;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    border-color: #EB0085;
    border-width: 0px;
    background-color: #EB0085;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0;
    background-color: #EB0085;
}

.btn-secondary,
.btn-secondary:hover {
    color: #000;
    border-color: #D9D9D9;
    border-width: 0px;
    background-color: #D9D9D9;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0;
    background-color: #D9D9D9;
}

.btn-success,
.btn-success:hover {
    color: #000;
    border-color: #ffa3da;
    border-width: 0px;
    background-color: #ffa3da;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0;
    background-color: #ffa3da;
}

.product {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.product.active:hover .thumbs {
    filter: grayscale(0.75);
}

.product .price {
    margin-top: auto;
}

.shopping-box .product:before {
    content: none;
}

.product::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    opacity: 0.6;
}

.product.active {
    opacity: 1;
}

.product.active:before {
    content: none;
}

.product img {
    margin-right: auto !important;
    margin-left: auto !important;
    object-fit: cover;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.product .thumbs img {
    max-width: 100%;
    max-height: 260px;
}

.thumbspic {
    position: relative;
    overflow: hidden;
}

.thumbs-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    z-index: 1;
}

.thumbs-content .eye-icon {
    background-image: url("../images/icon-eye.png");
    width: 48px;
    height: 48px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    background-position: center center;
    padding: 0;
}

.thumbs-content .shopping-icon {
    background-image: url("../images/icon-shopping.png");
    width: 48px;
    height: 48px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    background-position: center center;
    padding: 0;
    margin-left: 5px;
}

.product.active:hover .thumbs-content {
    opacity: 1;
}





.product-thumbs a img {
    border: 1px solid #707070;
}

.product-thumbs a.active img {
    border: 1px solid #cb0689;
}

.product-gallery {
    /* background-image: url('../images/stripes-gallery.jpg'); */
    background-repeat: no-repeat;
    background-position: right bottom;
}

.gallery {
    position: relative;
}

.next, .prev {
    cursor: pointer;
}

.gallery .nav-prev {
    top: 50%;
    left: 5%;
    bottom: 0;
    position: absolute;
    transform: translateY(-50%);
    background-image: url("../images/icon-arrow-left.png");
    width: 15px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    background-position: center center;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 5;
}

.gallery .nav-next {
    top: 50%;
    right: 5%;
    bottom: 0;
    position: absolute;
    transform: translateY(-50%);
    background-image: url("../images/icon-arrow-right.png");
    width: 15px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    background-position: center center;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 5;
}

.slick-track {
    gap: 10px;
    display: flex;
}

.slider, .slider-dots {
    overflow: hidden;
}

.slider-dot {
    display: block;
    border: 1px black solid;
    cursor: pointer;
    max-width: 140px;
}

.slick-current .slider-dot {
    border-color: #EB0085;
}

/* .slick-slide {
    width: auto !important;
} */

.slick-list {
    padding: 0 !important;
}

.article {
    max-width: 900px;
    margin: auto;
}


blockquote {
    position: relative;
    margin: 40px 0;
    padding: 4.6em 2.4em .7em 2.4em;
    text-align: center;
}

.faq-item {
    border-bottom: 1px #fff solid;
    margin-bottom: 15px;
}

.faq-title {
    position: relative;
    width: max-content;
    max-width: calc(100% - 30px);
    cursor: pointer;
}

.faq-title:after {
    content: '';
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    transition: 0.3s;
}

.faq-title.open:after {
    transform: rotate(90deg);
    top: 4px;
}

.faq-content {
    display: none;
}

@media (min-width: 768px) {
    blockquote {
        margin: 40px 60px;
    }

    blockquote::after {
        content: '"';
        position: absolute;
        z-index: 1;
        left: 0;
        top: -50px;
        color: #f6048d;
        font-size: 120px;
        font-style: normal;
        text-indent: 0;
    }
}

@media (max-width: 768px) {
    blockquote::after {
        content: '"';
        position: absolute;
        z-index: 1;
        left: 50%;
        top: -50px;
        color: #f6048d;
        font-size: 120px;
        font-style: normal;
        text-indent: 0;
    }
}

.left-arrow {
    background-image: url("../images/icon-arrow-left.png");
    width: 7px;
    height: 11px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    background-position: center center;
    padding: 0;
}

.aesthetic {
    position: relative;
}

.aesthetic .left-border-thin {
    margin-top: -5%;
    position: relative;
}


.background-aesthetic {
    border-left: 0;
    padding-left: 0;
    padding-top: 0;
    font-weight: 300;
    color: #fff;
    background: transparent linear-gradient(90deg, #FF0000 0%, #FF2E75 48%, #F20079 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    padding-left: 0;
}

.flag {
    background-image: url(../images/flags.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
}

.flag-none {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB50lEQVQ4jX3Vy0tVURQG8OOjSzTQG5GDRoWhBT0mQcOExmlWaBRUREUQ0bAwrtnASomKDBxI9NAk0ECIoEEPMMUU7An2okn/yK/BXcbpcDwHNmfvb6317fXYa+8kyflQQhfG8QW/8BufAutCKc82j+wAZnEZLZiO/3a8wmZUQqeziKgWg7iPxsDOoC+lcxNHYl7GAwygNo9wEE9S6zosopzCmjCPmlivwQsM5IU5iZEweIi7mMIubImQ2/A6PHuDt+jDBPanCzCLhtQGW/EV13An0jCEq+jJ0W8MbFUSFevJeFzCbEG+51GXwSo4lMQxaM4Id2OogHAEOzJYK8YSTOcYnMDZAsILOJyDzyRYiuORHpMYzsGXxwie5uBLCb7nCKZwr4BwGM9y8G8J5nJcP4djBSGfwukcfC7BGFoygoO4VEDYi/YM1orRBN2oZIQb8LyA8CWaMlgF3Qnq41w1ZBQWsBN7opOOoyO65UNGtwHvUb8MdOAx9uI63uEnZqK1zkfSL6q23mI4MYGjYftfChLcjoq3YTXWx661KZ268HxdrDfiI27l5aUG/aqNXw6sHydTOv+uM6zFI9wQt89KCW+PUHtVb5gFbEJzhLkNV2K+b0WiDGkpCjGKz/iBP6rPwTg6rfAE/AVbeUAe63OG2QAAAABJRU5ErkJggg==);
    background-position: center center;
}

.flag-current {
    margin: 0;
    outline: none;
    border: 0;
}

.flag-ad {
    background-position: -32px 0
}

.flag-ae {
    background-position: -64px 0
}

.flag-af {
    background-position: -96px 0
}

.flag-ag {
    background-position: -128px 0
}

.flag-ai {
    background-position: -160px 0
}

.flag-al {
    background-position: -192px 0
}

.flag-am {
    background-position: -224px 0
}

.flag-an {
    background-position: -256px 0
}

.flag-ao {
    background-position: -288px 0
}

.flag-ar {
    background-position: -320px 0
}

.flag-as {
    background-position: -352px 0
}

.flag-at {
    background-position: -384px 0
}

.flag-au {
    background-position: -416px 0
}

.flag-aw {
    background-position: -448px 0
}

.flag-az {
    background-position: 0 -32px
}

.flag-ba {
    background-position: -32px -32px
}

.flag-bb {
    background-position: -64px -32px
}

.flag-bd {
    background-position: -96px -32px
}

.flag-be {
    background-position: -128px -32px
}

.flag-bf {
    background-position: -160px -32px
}

.flag-bg {
    background-position: -192px -32px
}

.flag-bh {
    background-position: -224px -32px
}

.flag-bi {
    background-position: -256px -32px
}

.flag-bj {
    background-position: -288px -32px
}

.flag-bm {
    background-position: -320px -32px
}

.flag-bn {
    background-position: -352px -32px
}

.flag-bo {
    background-position: -384px -32px
}

.flag-br {
    background-position: -416px -32px
}

.flag-bs {
    background-position: -448px -32px
}

.flag-bt {
    background-position: 0 -64px
}

.flag-bw {
    background-position: -32px -64px
}

.flag-by {
    background-position: -64px -64px
}

.flag-bz {
    background-position: -96px -64px
}

.flag-ca {
    background-position: -128px -64px
}

.flag-cd {
    background-position: -160px -64px
}

.flag-cf {
    background-position: -192px -64px
}

.flag-cg {
    background-position: -224px -64px
}

.flag-ch {
    background-position: -256px -64px
}

.flag-ci {
    background-position: -288px -64px
}

.flag-ck {
    background-position: -320px -64px
}

.flag-cl {
    background-position: -352px -64px
}

.flag-cm {
    background-position: -384px -64px
}

.flag-cn {
    background-position: -416px -64px
}

.flag-co {
    background-position: -448px -64px
}

.flag-cr {
    background-position: 0 -96px
}

.flag-cu {
    background-position: -32px -96px
}

.flag-cv {
    background-position: -64px -96px
}

.flag-cy {
    background-position: -96px -96px
}

.flag-cz {
    background-position: -128px -96px
}

.flag-de {
    background-position: -160px -96px
}

.flag-dj {
    background-position: -192px -96px
}

.flag-dk {
    background-position: -224px -96px
}

.flag-dm {
    background-position: -256px -96px
}

.flag-do {
    background-position: -288px -96px
}

.flag-dz {
    background-position: -320px -96px
}

.flag-ec {
    background-position: -352px -96px
}

.flag-ee {
    background-position: -384px -96px
}

.flag-eg {
    background-position: -416px -96px
}

.flag-eh {
    background-position: -448px -96px
}

.flag-er {
    background-position: 0 -128px
}

.flag-es {
    background-position: -32px -128px
}

.flag-et {
    background-position: -64px -128px
}

.flag-fi {
    background-position: -96px -128px
}

.flag-fj {
    background-position: -128px -128px
}

.flag-fm {
    background-position: -160px -128px
}

.flag-fo {
    background-position: -192px -128px
}

.flag-fr {
    background-position: -224px -128px
}

.flag-ga {
    background-position: -256px -128px
}

.flag-gb {
    background-position: -288px -128px
}

.flag-gd {
    background-position: -320px -128px
}

.flag-ge {
    background-position: -352px -128px
}

.flag-gg {
    background-position: -384px -128px
}

.flag-gh {
    background-position: -416px -128px
}

.flag-gi {
    background-position: -448px -128px
}

.flag-gl {
    background-position: 0 -160px
}

.flag-gm {
    background-position: -32px -160px
}

.flag-gn {
    background-position: -64px -160px
}

.flag-gp {
    background-position: -96px -160px
}

.flag-gq {
    background-position: -128px -160px
}

.flag-gr {
    background-position: -160px -160px
}

.flag-gt {
    background-position: -192px -160px
}

.flag-gu {
    background-position: -224px -160px
}

.flag-gw {
    background-position: -256px -160px
}

.flag-gy {
    background-position: -288px -160px
}

.flag-hk {
    background-position: -320px -160px
}

.flag-hn {
    background-position: -352px -160px
}

.flag-hr {
    background-position: -384px -160px
}

.flag-ht {
    background-position: -416px -160px
}

.flag-hu {
    background-position: -448px -160px
}

.flag-id {
    background-position: 0 -192px
}

.flag-ie {
    background-position: -32px -192px
}

.flag-il {
    background-position: -64px -192px
}

.flag-im {
    background-position: -96px -192px
}

.flag-in {
    background-position: -128px -192px
}

.flag-iq {
    background-position: -160px -192px
}

.flag-ir {
    background-position: -192px -192px
}

.flag-is {
    background-position: -224px -192px
}

.flag-it {
    background-position: -256px -192px
}

.flag-je {
    background-position: -288px -192px
}

.flag-jm {
    background-position: -320px -192px
}

.flag-jo {
    background-position: -352px -192px
}

.flag-jp {
    background-position: -384px -192px
}

.flag-ke {
    background-position: -416px -192px
}

.flag-kg {
    background-position: -448px -192px
}

.flag-kh {
    background-position: 0 -224px
}

.flag-ki {
    background-position: -32px -224px
}

.flag-km {
    background-position: -64px -224px
}

.flag-kn {
    background-position: -96px -224px
}

.flag-kp {
    background-position: -128px -224px
}

.flag-kr {
    background-position: -160px -224px
}

.flag-kw {
    background-position: -192px -224px
}

.flag-ky {
    background-position: -224px -224px
}

.flag-kz {
    background-position: -256px -224px
}

.flag-la {
    background-position: -288px -224px
}

.flag-lb {
    background-position: -320px -224px
}

.flag-lc {
    background-position: -352px -224px
}

.flag-li {
    background-position: -384px -224px
}

.flag-lk {
    background-position: -416px -224px
}

.flag-lr {
    background-position: -448px -224px
}

.flag-ls {
    background-position: 0 -256px
}

.flag-lt {
    background-position: -32px -256px
}

.flag-lu {
    background-position: -64px -256px
}

.flag-lv {
    background-position: -96px -256px
}

.flag-ly {
    background-position: -128px -256px
}

.flag-ma {
    background-position: -160px -256px
}

.flag-mc {
    background-position: -192px -256px
}

.flag-md {
    background-position: -224px -256px
}

.flag-me {
    background-position: -256px -256px
}

.flag-mg {
    background-position: -288px -256px
}

.flag-mh {
    background-position: -320px -256px
}

.flag-mk {
    background-position: -352px -256px
}

.flag-ml {
    background-position: -384px -256px
}

.flag-mm {
    background-position: -416px -256px
}

.flag-mn {
    background-position: -448px -256px
}

.flag-mo {
    background-position: 0 -288px
}

.flag-mq {
    background-position: -32px -288px
}

.flag-mr {
    background-position: -64px -288px
}

.flag-ms {
    background-position: -96px -288px
}

.flag-mt {
    background-position: -128px -288px
}

.flag-mu {
    background-position: -160px -288px
}

.flag-mv {
    background-position: -192px -288px
}

.flag-mw {
    background-position: -224px -288px
}

.flag-mx {
    background-position: -256px -288px
}

.flag-my {
    background-position: -288px -288px
}

.flag-mz {
    background-position: -320px -288px
}

.flag-na {
    background-position: -352px -288px
}

.flag-nc {
    background-position: -384px -288px
}

.flag-ne {
    background-position: -416px -288px
}

.flag-ng {
    background-position: -448px -288px
}

.flag-ni {
    background-position: 0 -320px
}

.flag-nl {
    background-position: -32px -320px
}

.flag-no {
    background-position: -64px -320px
}

.flag-np {
    background-position: -96px -320px
}

.flag-nr {
    background-position: -128px -320px
}

.flag-nz {
    background-position: -160px -320px
}

.flag-om {
    background-position: -192px -320px
}

.flag-pa {
    background-position: -224px -320px
}

.flag-pe {
    background-position: -256px -320px
}

.flag-pf {
    background-position: -288px -320px
}

.flag-pg {
    background-position: -320px -320px
}

.flag-ph {
    background-position: -352px -320px
}

.flag-pk {
    background-position: -384px -320px
}

.flag-pl {
    background-position: -416px -320px
}

.flag-pr {
    background-position: -448px -320px
}

.flag-ps {
    background-position: 0 -352px
}

.flag-pt {
    background-position: -32px -352px
}

.flag-pw {
    background-position: -64px -352px
}

.flag-py {
    background-position: -96px -352px
}

.flag-qa {
    background-position: -128px -352px
}

.flag-re {
    background-position: -160px -352px
}

.flag-ro {
    background-position: -192px -352px
}

.flag-rs {
    background-position: -224px -352px
}

.flag-ru {
    background-position: -256px -352px
}

.flag-rw {
    background-position: -288px -352px
}

.flag-sa {
    background-position: -320px -352px
}

.flag-sb {
    background-position: -352px -352px
}

.flag-sc {
    background-position: -384px -352px
}

.flag-sd {
    background-position: -416px -352px
}

.flag-se {
    background-position: -448px -352px
}

.flag-sg {
    background-position: 0 -384px
}

.flag-si {
    background-position: -32px -384px
}

.flag-sk {
    background-position: -64px -384px
}

.flag-sl {
    background-position: -96px -384px
}

.flag-sm {
    background-position: -128px -384px
}

.flag-sn {
    background-position: -160px -384px
}

.flag-so {
    background-position: -192px -384px
}

.flag-sr {
    background-position: -224px -384px
}

.flag-st {
    background-position: -256px -384px
}

.flag-sv {
    background-position: -288px -384px
}

.flag-sy {
    background-position: -320px -384px
}

.flag-sz {
    background-position: -352px -384px
}

.flag-tc {
    background-position: -384px -384px
}

.flag-td {
    background-position: -416px -384px
}

.flag-tg {
    background-position: -448px -384px
}

.flag-th {
    background-position: 0 -416px
}

.flag-tj {
    background-position: -32px -416px
}

.flag-tl {
    background-position: -64px -416px
}

.flag-tm {
    background-position: -96px -416px
}

.flag-tn {
    background-position: -128px -416px
}

.flag-to {
    background-position: -160px -416px
}

.flag-tr {
    background-position: -192px -416px
}

.flag-tt {
    background-position: -224px -416px
}

.flag-tv {
    background-position: -256px -416px
}

.flag-tw {
    background-position: -288px -416px
}

.flag-tz {
    background-position: -320px -416px
}

.flag-ua {
    background-position: -352px -416px
}

.flag-ug {
    background-position: -384px -416px
}

.flag-us {
    background-position: -416px -416px
}

.flag-uy {
    background-position: -448px -416px
}

.flag-uz {
    background-position: 0 -448px
}

.flag-va {
    background-position: -32px -448px
}

.flag-vc {
    background-position: -64px -448px
}

.flag-ve {
    background-position: -96px -448px
}

.flag-vg {
    background-position: -128px -448px
}

.flag-vi {
    background-position: -160px -448px
}

.flag-vn {
    background-position: -192px -448px
}

.flag-vu {
    background-position: -224px -448px
}

.flag-ws {
    background-position: -256px -448px
}

.flag-ye {
    background-position: -288px -448px
}

.flag-za {
    background-position: -320px -448px
}

.flag-zm {
    background-position: -352px -448px
}

.flag-zw {
    background-position: -384px -448px
}

.orderheader a {
    color: var(--bs-link-color);
}

.orderheader a:hover {
    text-decoration: underline;
}

/* cookies notice --------------------------------------------------------------------- */
.cookies-notice {
    position: fixed;
    box-sizing: border-box;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #0008;
    color: var(--bs-body-color);
    display: grid;
    grid-template-columns: 100%;
    place-content: center;
    place-items: center;

    transition: opacity 0.3s ease;
    font-size: 0.7em;
}

.cookies-notice:not(.is-open) {
    top: auto;
    bottom: 0;
    height: unset;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #ccc;
}

.cookies-notice:not(.is-open) .cookies-notice__form,
.cookies-notice:not(.is-open) .cookies-notice__link,
.cookies-notice.is-open .cookies-notice__accept-all,
.cookies-notice.is-open .cookies-notice__accept-required,
.cookies-notice.is-open .cookies-notice__configure {
    display: none;
}

.cookies-notice.is-closed {
    opacity: 0;
    pointer-events: none;
}

.cookies-notice__container {
    width: 635px;
    max-width: 100%;
    padding: 10px 20px;
    position: relative;
    background-color: #fff;
}

.cookies-notice:not(.is-open) .cookies-notice__container {
    width: 940px;
    position: static;
    background: transparent;
    padding: 0;
}

.cookies-notice__close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    box-shadow: none;
}

.cookies-notice__close.show {
    display: block;
}

.cookies-notice__heading {
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: left;
    color: #933865;
}

.cookies-notice__heading a, .cookies-notice__heading a:visited, .cookies-notice__heading a:active {
    color: inherit;
    text-decoration: underline;
}

.cookies-notice__message {
    display: block;
    margin-bottom: 10px;
    line-height: 2.1em;
    font-size: max(9px, 1em);
}

.cookies-notice__form,
.cookies-notice__options {
    display: grid;
    gap: 10px;
}

.cookies-notice__form {
    grid-template-columns: 100%;
}

@media (min-width: 768px) {
    .cookies-notice__container {
        max-width: calc(100% - 40px);
    }

    .cookies-notice__form {
        grid-template-columns: repeat(3, minmax(1px, 1fr));
    }
}

.cookies-notice__options {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
}

@media (min-width: 768px) {
    .cookies-notice__options {
        grid-template-columns: repeat(3, minmax(1px, 1fr));
        grid-column-end: span 3;
    }
}

.cookies-notice__option {
    padding: 8px 10px;
    border: 1px solid #bbb;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.cookies-notice__option input {
    vertical-align: middle;
}

.cookies-notice__submit,
.cookies-notice__link {
    padding: 10px 15px;
    border: 1px solid #EB0085;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s ease;
    transition-property: background-color, color;
    font-size: inherit;
    line-height: 1;
    text-align: center;

}

.cookies-notice__buttons {
    margin-top: 10px;
}

.cookies-notice__buttons.hidden {
    display: none;
}

.cookies-notice__button {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    color: #222;
    margin-bottom: 10px;
    font-size: 0.7rem;
    text-align: center;
    transition: all 0.15s ease-in;
    box-sizing: border-box;
    line-height: normal;
    -webkit-appearance: none;
}

.cookies-notice__button:visited {
    color: #222;
}

.cookies-notice__button.btn-lg {
    padding: 10px 15px;
    margin: 0;
}

.cookies-notice__button:last-child {
    margin-bottom: 0;
}

.cookies-notice__button--accept-all {
    border-color: #EB0085;
    background: #EB0085;
    color: #fff;
}

.cookies-notice__button--accept-required {
    border-color: #bbb;
    color: #222;
}

.cookies-notice__button:hover, .cookies-notice__button:focus, .cookies-notice__button:active {
    color: #fff;
    background-color: #393a50;
    border-color: #393a50;
}

@media (min-width: 460px) {
    .cookies-notice__buttons {
        text-align: center;
        margin: 10px 0 5px;
    }

    .cookies-notice__button {
        max-width: none;
        min-width: 130px;
        width: auto;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 4px 10px 5px;
    }

    .cookies-notice__button:last-child {
        margin-right: 0;
    }

}

@media (min-width: 960px) {
    .cookies-notice__message, .cookies-notice__buttons {
        display: inline;
        vertical-align: middle;
    }

    .cookies-notice__buttons {
        margin-left: 15px;
    }
}

@media (min-width: 1300px) {
    .cookies-notice:not(.is-open) .cookies-notice__container {
        width: 1200px;
    }
}

@media (min-width: 1500px) {
    .cookies-notice:not(.is-open) .cookies-notice__container {
        width: 1400px;
    }
}

.steps-grid {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991.98px) {
    .steps-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .steps-grid .g1 {
        grid-column: 1;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .steps-grid .g2 {
        grid-column: 2;
    }

    .steps-grid .g3 {
        grid-column: 2;
    }
}

.steps-grid img {
    max-height: 200px;
}

.opinion {
    cursor: grab;
}

/** Alert ---- */
.alert-container-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .3);
}

.alert-container-fixed .alert-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    background-color: #fafafa;
    border: 1px solid #393a50;
    width: 500px;
    max-width: 90%;
    padding: 50px 15px 30px 15px;
}

.alert-container-fixed .alert-container span {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;

}

.alert-container-fixed .alert-container span::after {
    content: "\2715";
    color: #393a50;
    font-size: 1.4em;
    text-align: center;
    transition: color 0.2s linear;
}

.alert-container-fixed .alert-container span:hover::after {
    color: #ff0088;

}

button:disabled {
    background-color: #ececec !important;
    color: #222 !important;
    border: 1px #222 solid !important;
}

.language {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.select-header__block {
    padding: 10px 20px;
    background-color: #e8e8e8;
    position: relative;
    top: 10px;
    z-index: 30;
}

select.select__header {
    display: block;
    width: 100%;
    color: #222;
}

.select-header__block.open .shadow-lang {
   opacity: 1;
   box-shadow: 3px 3px 5px #222;
}

.select-header__block .shadow-lang {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.select-header__block .select-header__form--second{
    display: none;
}

.select-header__block.open .select-header__form--second {
    display: block;
}

.select-header__form--second {
    padding: 10px;
    top: calc(20px + 28px);
    left: 0;
    right: 0;
    position: absolute;
    background-color: #e8e8e8;
}

.select-header__form {
    gap: 0 10px;
    line-height: 1;
    cursor: pointer;
}

.select-header__form i {
 color: #EB0085
}

.select-header__select {
    cursor: pointer;
    width: 100%;
}

.select-header__select span {
    border: 1px #222 solid;
    width: 100%;
    display: block;
}

.select-header__button, .select-header__button:hover {
    display: block;
    margin-top: 10px;
    background-color: #EB0085;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    width: 100%;
    border: none;
}

@media (max-width: 767.98px) {
    .select-header__block {
        padding: 3px;
        top: 0;
    }
    .select-header__block .title-lang{
        display: none;
    }
    .select-header__block .title-currency{
        display: none;
    }
    .select-header__block.open .title-lang {
        display: block;
    }
    .select-header__form {
        gap: 0 5px;
    }
    .select-header__form--second {
        top: calc(6px + 28px);
    }

    .select-header__block.open {
        position: absolute;
        top: 24px;
        left: 32px;
        width: 70vw;
        max-width: 220px;
        justify-content: flex-start !important;
    }

    .select-header__block.open .title-currency {
        display: block;
    }
    .select-header__block.open .slash{
        display: block;
    }
    .select-header__block.open .mobile{
        display: block;
    }
    .select-header__block .slash {
        display: none;
    }
}

.collapse.show, .collapsing {
    margin-top: 10px;
}

.products-container {
    z-index: 25;
    right: 0;
    left: 0;
    display: none;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    background-color: #fff;
}

.products-grid__item {
    position: relative;
    z-index: 20;
    background-color: #fff;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #ececec;;
}
.products-grid__item:nth-child(1n) {
    border-right: 1px solid #ececec;
}

.products-grid__item img{
    height: 150px;
    display: block;
}

@media (max-width: 991px) {
    .products-container {
        display: none !important;
    }
}

#productsToggle {
    cursor: pointer;
}
/* strona zamów */

h2.order-heading {
    padding: 20px 0 20px 20px;
    font-size: 20px !important;
    line-height: 20px;
    text-transform: uppercase;
    color: #222;
    font-family: Lato;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

h2.order-heading .number {
    display: block;
    font-family: Lato;
    font-weight: 600;
    font-size: 90px;
    line-height: 60px;
    color: #f2007910;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
}



header section.orderheader h1 {
    border-bottom: 0;
    margin: 100px auto 100px;
    line-height: 1.2em;
    padding: 0 0 20px;
    font-size: 64px;
    color: #000;
    font-weight: 300;
    position: relative;
}

header section.orderheader h1::after {
    content: "";
    width: 150px;
    height: 3px;
    display: block;
    background: var(--gold);
    position: absolute;
    left: 0;
    bottom: -20px;
}

header section.orderheader h3 {
    margin: 0;
    color: #000;
    line-height: 1em;
}

@media (max-width: 979.98px) {
    header section.orderheader h1 {
        margin-top: 80px;
    }
}

@media (max-width: 499.98px) {
    header section.orderheader h1 {
        margin-top: 40px;
        font-size: 48px;
        line-height: 1;
    }
}

@media (max-width: 739.98px) {
    header section.orderheader {
        padding-bottom: 100px;
    }
}

section.order-product {
    padding: 20px 0;
    background: #fff;
}

section.order-product div.prod-block span.pieces {
    display: inline-block;
    padding: 10px 10px;
    background: var(--gold);
    /* @include fontbold(15px, 1.4em, #000); */
    text-align: left;
    color: #000;
}

section.order-product div.prod-block div.uk-accordion-title {
    margin: 0 0 10px 0;
    padding: 0;
}

section.order-product div.prod-block div.uk-accordion-title:hover {
    cursor: pointer;
}

section.order-product div.prod-block div.uk-accordion-title h3.accordionheader {
    margin: 0;
    padding: 0;
    min-height: 50px;
    color: var(--gold);
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    background-color: var(--darkgray);
    background: var(--darkgray) url(image/acc-arrow.png) top right no-repeat;
}

@media (max-width: 499.98px) {
    section.order-product div.prod-block div.uk-accordion-title h3.accordionheader {
        font-size: 15px;
    }
}

section.order-product div.prod-block div.uk-accordion-title h3.accordionheader>span.plus {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
    background: var(--gold) url(image/acc-plus.png) center top no-repeat;
}

section.order-product div.prod-block div.uk-accordion-title div.slimborder {
    background: red;
    border: 1px solid #d0d0d0;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    height: auto;
    display: block;
    width: auto;
    /* @include transition(300ms); */
}

section.order-product div.prod-block div.uk-accordion-title div.slimborder p {
    margin: 10px 0;
}

@media (max-width: 739.98px) {
    section.order-product div.prod-block div.uk-accordion-title div.slimborder {
        display: none;
    }
}

section.order-product div.prod-block div.uk-accordion-title.uk-active h3.accordionheader {
    background: var(--darkgray) url(image/acc-arrow.png) bottom right no-repeat;
}

section.order-product div.prod-block div.uk-accordion-title.uk-active h3.accordionheader>span.plus {
    background: var(--gold) url(image/acc-plus.png) center bottom no-repeat;
}

section.order-product div.prod-block div.uk-accordion-title.uk-active div.slimborder {
    display: none;
    height: 0px;
    /* @include transition(3000ms); */
}

section.order-product div.prod-block .uk-accordion-content {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border: 2px solid var(--gold);
}

section.order-product div.prod-block h4.title {
    font-family: HF-400;
    color: #000;
    font-size: 16px;
    padding: 20px 10px;
    border-bottom: 3px solid var(--gold);
}

section.order-product div.prod-block p {
    padding: 0 10px;
    /* @include font(13px, 1.4em, #000); */
    text-align: left;
}

section.order-product div.prod-block div.order-row {
    text-align: center;
    /* @include font(17px, 1.4em, #000); */
    padding: 8px;
}

section.order-product div.prod-block input.submit,
section.order-product div.prod-block a.submit {
    background: var(--gold);
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    /* @include font(15px, 1.4em, #000); */
    /* @include transition(300ms); */
}

section.order-product div.prod-block input.submit:hover,
section.order-product div.prod-block a.submit:hover {
    color: #fff;
    background: var(--gray);
    /* @include transition(300ms); */
}

@media (max-width: 739.98px) {

    section.order-product div.prod-block input.submit,
    section.order-product div.prod-block a.submit {
        padding: 10px 10px;
        font-size: 11px;
    }
}

section.order-product div.prod-block button.jeszcze {
    background: var(--gold);
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0 0 0;
    /* @include font(16px, 1.4em, #000); */
    /* @include transition(300ms); */
}

section.order-product div.prod-block button.jeszcze:hover {
    color: #fff;
    background: var(--gray);
    /* @include transition(300ms); */
}

section.order-product div.prod-block input.qty {
    /* @include font(16px, 1.4em, #000); */
    height: 40px;
    width: 40%;
    border: 1px solid var(--gold);
    margin: 2px;
    text-align: center;
}

section.order-product div.prod-block input.qtyminus,
section.order-product div.prod-block input.qtyplus {
    /* @include font(16px, 1.4em, #000); */
    height: 40px;
    width: 25%;
    text-align: center;
    border: 0px;
    background: var(--gold);
    cursor: pointer;
}

@media (min-width: 740px) and (max-width: 1219.98px) {

    section.order-product div.prod-block input.qtyminus,
    section.order-product div.prod-block input.qtyplus {
        width: 24%;
    }
}

section.order-product .hideme {
    display: none;
}

section.order-product .hideme * {
    display: none;
    width: 0;
    height: 0;
}

section.order-product div.rodzaj .border {
    border: 2px solid var(--gold);
    margin-bottom: 4px;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("image/arrowdown.png") no-repeat 95% 50%;
}

.select-style select {
    padding: 8px 8px;
    width: 100%;
    border: 0px none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    /* @include font(16px, 1.9em, var(--gray)); */
}

.select-style select:focus {
    outline: none;
}

.select-style select option {
    padding: 10px 0;
    color: #000;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.select-style select.gold {
    cursor: pointer;
    background: var(--gold) url("image/arrowdown.png") no-repeat 95% 50%;
    text-align: center;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

section.zamowienie {
    background: #fff;
    padding-bottom: 50px;
}

section.zamowienie form .adres label {
    display: none;
}

section.zamowienie form input[type=text],
section.zamowienie form input[type=email],
section.zamowienie form input[type=tel] {
    margin: 5px 0 15px 0;
    /* @include font(16px, 34px, #000); */
    height: 34px;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

section.zamowienie form input[type=text]::placeholder,
section.zamowienie form input[type=email]::placeholder,
section.zamowienie form input[type=tel]::placeholder,
section.zamowienie form textarea::placeholder {
    color: #555;
}

section.zamowienie form textarea {
    margin: 5px 0 15px 0;
    /* @include font(16px, 34px, #000); */
    height: 100px;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

section.zamowienie form select {
    margin: 5px 0 15px 0;
    /* @include font(16px, 34px, #000); */
    height: 34px;
    width: 100%;
    border: none;
    background-color: #f0f0f0;
}

@media (max-width: 979.98px) {

    section.zamowienie form input[type=text],
    section.zamowienie form input[type=email],
    section.zamowienie form input[type=tel] {
        font-size: 12px;
    }
}

/* dostawa */
section.zamowienie form select.ideal-issuer {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #f4f4f4;
    font-size: 14px;
}

.shippers,
.payments {
    margin-top: 20px;
    margin-bottom: 50px;
}

.shippers__title,
.payments__title {
    position: relative;
    margin-bottom: 10px;
}

.shippers__title::before,
.payments__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #F20079;
}

.shippers__title span,
.payments__title span {
    position: relative;
    padding: 7px 12px 5px 48px;
    border: 1px solid #F20079;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    color: #F20079;
}

.shippers__title span::before,
.payments__title span::before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent #F20079;
}

.shippers__title span::after,
.payments__title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 35px;
    width: 1px;
    height: auto;
    background-color: #F20079;
    color: #F20079;
}

.shippers__row,
.payments__row {
    position: relative;
    width: 100%;
    display: block;
    padding: 20px 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.shippers__row:first-child::before,
.payments__row:first-child::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.shippers__row::after,
.payments__row::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.shippers__row input[type=radio],
.shippers__row input[type=radio]~.radio,
.payments__row input[type=radio],
.payments__row input[type=radio]~.radio {
    position: absolute;
}

.shippers__row input[type=radio]~.radio,
.payments__row input[type=radio]~.radio {
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
}

.shippers__row__wrapper,
.payments__row__wrapper {
    padding-left: 50px;
    max-width: 100%;
    width: 100%;
}

.shippers__row__wrapper__image,
.payments__row__wrapper__image {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    margin: 0 35px;
}

.shippers__row__wrapper__image img,
.payments__row__wrapper__image img {
    display: block;
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 300ms ease;
    -moz-transition: -moz-filter 300ms ease;
    -ms-transition: filter 300ms ease;
    -o-transition: filter 300ms ease;
    transition: filter 300ms ease;
}

.shippers__row__wrapper__content,
.payments__row__wrapper__content {
    display: inline-block;
    max-width: calc(100% - 165px);
    vertical-align: middle;
    padding-right: 15px;
}

.shippers__row__wrapper__content__title,
.payments__row__wrapper__content__title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
    color: #585559;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shippers__row__wrapper__content__cost,
.payments__row__wrapper__content__cost {
    font-weight: 700;
}

.shippers__row__wrapper__content__cost,
.shippers__row__wrapper__content__text,
.payments__row__wrapper__content__cost,
.payments__row__wrapper__content__text {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.shippers .shippers__row:hover,
.shippers .shippers__row--selected,
.shippers .payments__row:not(.payments__row--disabled):hover,
.shippers .payments__row--selected,
.payments .shippers__row:hover,
.payments .shippers__row--selected,
.payments .payments__row:not(.payments__row--disabled):hover,
.payments .payments__row--selected {
    background-color: #fcfcfc;
}

.shippers .shippers__row:hover .shippers__row__wrapper__image img,
.shippers .shippers__row:hover .payments__row__wrapper__image img,
.shippers .shippers__row--selected .shippers__row__wrapper__image img,
.shippers .shippers__row--selected .payments__row__wrapper__image img,
.shippers .payments__row:not(.payments__row--disabled):hover .shippers__row__wrapper__image img,
.shippers .payments__row:not(.payments__row--disabled):hover .payments__row__wrapper__image img,
.shippers .payments__row--selected .shippers__row__wrapper__image img,
.shippers .payments__row--selected .payments__row__wrapper__image img,
.payments .shippers__row:hover .shippers__row__wrapper__image img,
.payments .shippers__row:hover .payments__row__wrapper__image img,
.payments .shippers__row--selected .shippers__row__wrapper__image img,
.payments .shippers__row--selected .payments__row__wrapper__image img,
.payments .payments__row:not(.payments__row--disabled):hover .shippers__row__wrapper__image img,
.payments .payments__row:not(.payments__row--disabled):hover .payments__row__wrapper__image img,
.payments .payments__row--selected .shippers__row__wrapper__image img,
.payments .payments__row--selected .payments__row__wrapper__image img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.shippers .shippers__row--selected .shippers__row__wrapper__content__title,
.shippers .shippers__row--selected .payments__row__wrapper__content__title,
.shippers .payments__row--selected .shippers__row__wrapper__content__title,
.shippers .payments__row--selected .payments__row__wrapper__content__title,
.payments .shippers__row--selected .shippers__row__wrapper__content__title,
.payments .shippers__row--selected .payments__row__wrapper__content__title,
.payments .payments__row--selected .shippers__row__wrapper__content__title,
.payments .payments__row--selected .payments__row__wrapper__content__title {
    color: #F20079;
}

.shippers .payments__row--disabled .payments__row__wrapper__content,
.payments .payments__row--disabled .payments__row__wrapper__content {
    color: #ddd;
}

.shippers .payments__row--disabled .payments__row__wrapper__content__title,
.payments .payments__row--disabled .payments__row__wrapper__content__title {
    color: #ccc;
}

.shippers .payments__row--disabled .payments__row__wrapper__content__text::after,
.payments .payments__row--disabled .payments__row__wrapper__content__text::after {
    content: attr(data-disabled);
    display: block;
    color: #ff3636;
    font-weight: 400;
    margin-top: 2px;
}

@media (max-width: 979.98px) {

    .shippers__row__wrapper,
    .payments__row__wrapper {
        padding-left: 36px;
    }

    .shippers__row__wrapper__image,
    .payments__row__wrapper__image {
        width: 80px;
        margin: 0 20px;
    }

    .shippers__row__wrapper__image img,
    .payments__row__wrapper__image img {
        max-height: 45px;
    }

    .shippers__row__wrapper__content,
    .payments__row__wrapper__content {
        max-width: calc(100% - 138px);
    }

    .shippers__row__wrapper__content__title,
    .payments__row__wrapper__content__title {
        font-size: 14px;
        line-height: 1.3em;
    }
}

@media (max-width: 575.98px) {


    .shippers,
    .payments {
        margin-bottom: 30px;
    }

    .shippers__row input[type=radio]~.radio,
    .payments__row input[type=radio]~.radio {
        top: 71px;
        bottom: unset;
        left: 15px;
        margin: 0;
        width: 20px;
        height: 20px;
    }

    .shippers__row input[type=radio]~.radio::after,
    .payments__row input[type=radio]~.radio::after {
        width: 12px;
        height: 7px;
    }

    .shippers__row__wrapper,
    .payments__row__wrapper {
        padding-left: 0;
    }

    .shippers__row__wrapper__image,
    .payments__row__wrapper__image {
        display: block;
        width: 90px;
        height: 35px;
        margin: 0 auto;
    }

    .shippers__row__wrapper__image img,
    .payments__row__wrapper__image img {
        max-height: 35px;
    }

    .shippers__row__wrapper__content,
    .payments__row__wrapper__content {
        display: block;
        max-width: 100%;
        margin-top: 15px;
        padding-left: 15px;
    }

    .shippers__row__wrapper__content__title,
    .payments__row__wrapper__content__title {
        padding-left: 30px;
    }

    .shippers__row__wrapper__content__text,
    .payments__row__wrapper__content__text {
        margin-top: 10px;
    }
}

#sposob-platnosci>div:nth-child(2n+1) {
    clear: both;
}

div.obox {
    margin: 20px 0 50px 0;
    /* @include transition(300ms); */
    cursor: pointer;
}

div.obox .content .row {
    padding: 20px;
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 1px;
    margin: 0;
    width: 100%;
    -webkit-transition: border-color 300ms ease;
    -moz-transition: border-color 300ms ease;
    -ms-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

div.obox p {
    font-size: 16px;
    font-family: Lato;
    font-weight: 300;
    line-height: 1.2;
    color: #222;
    margin: 0;
}

div.obox .wybieram {
    background: #f0f0f0;
    /* @include font(16px, 40px, var(--darkgray)); */
    /* @include transition(300ms); */
    text-align: center;
}

div.obox h4 {
    /* @include font(18px, 24px, #222222); */
    font-family: Lato, verdana;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 15px;
    position: relative;
    margin: 0 0 8px 0;
    border-left: 1px solid #f0f0f0;
    /* @include transition(300ms); */
}

div.obox h4::after {
    content: attr(data-shipment-price);
}

div.obox:hover h4 {
    border-left: 1px solid #a4a4a4;
}

div.obox:hover .content .row {
    border-color: #a4a4a4;
}

div.obox:hover .wybieram {
    background-color: #a4a4a4;
}

div.obox.selected h4 {
    border-left: 1px solid var(--orange);
}

div.obox.selected .content .row {
    border-color: var(--orange);
}

div.obox.selected .wybieram {
    background-color: var(--orange);
    color: #fff;
}

@media (max-width: 979.98px) {
    div.obox {
        margin: 20px 0;
    }

    div.obox h4 {
        font-size: 15px;
        line-height: 18px;
        padding: 5px 10px;
    }

    div.obox .content .row {
        padding: 10px;
    }

    div.obox p {
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
}

@media (max-width: 739.98px) and (orientation: landscape) {
    #sposob-platnosci>div {
        width: 47.91666667%;
        margin-left: 1.04166667%;
        margin-right: 1.04166667%;
    }
}

@media (max-width: 739.98px) and (min-width: 500px) {
    #sposob-platnosci>div {
        width: 47.91666667%;
        margin-left: 1.04166667%;
        margin-right: 1.04166667%;
    }
}

@media (max-width: 499.98px) {
    #sposob-platnosci>div {
        margin-top: 0 !important;
    }

    #sposob-platnosci>div p {
        margin-bottom: 0 !important;
    }
}

div.ordersummary {
    font-size: 19px;
}

@keyframes paymentLoader {
    0% {
        -webkit-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes paymentLoader {
    0% {
        -webkit-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

div.finish {
    padding: 75px 0;
    position: relative;
    /* overflow: hidden; */
}

div.finish input[type=submit] {
    /* @include fontlight(20px, 22px, #fff); */
    text-align: center;
    border: 0;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    /* @include transition(500ms); */
    min-width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

div.finish .peayment-loader {
    display: none;
}

div.finish {
    overflow: hidden;
}

div.finish::before {
    content: "";
    display: block;
    position: absolute;
    width: 2000px;
    height: 1px;
    background-color: #ff0088;
    top: 50%;
    z-index: 0;
    /* @include transition(500ms); */
}

div.finish.active {
    height: 196px;
}

div.finish.active::before,
div.finish.active input {
    display: none;
}

div.finish.active .payment-loader {
    display: block;
    width: 30px;
    height: 30px;
    background: -moz-linear-gradient(left, rgba(102, 102, 102, 0.1) 0%, rgba(102, 102, 102, 0.1) 60%, rgb(102, 102, 102) 100%);
    background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0.1) 0%, rgba(102, 102, 102, 0.1) 60%, rgb(102, 102, 102) 100%);
    background: linear-gradient(to right, rgba(102, 102, 102, 0.1) 0%, rgba(102, 102, 102, 0.1) 60%, rgb(102, 102, 102) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a666666", endColorstr="#666666", GradientType=1);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    z-index: 99;
    -webkit-animation: paymentLoader 0.5s linear;
    animation: paymentLoader 0.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

div.finish.active .payment-loader::after {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}

div.finish.disabled {
    padding: 3px 0;
}

div.finish.disabled input {
    background-color: #dddddd;
    background-image: -webkit-repeating-linear-gradient(135deg, #dddddd, #dddddd 20px, #d8d8d8 20px, #d8d8d8 40px);
    background-image: -o-repeating-linear-gradient(135deg, #dddddd, #dddddd 20px, #d8d8d8 20px, #d8d8d8 40px);
    background-image: repeating-linear-gradient(-45deg, #dddddd, #dddddd 20px, #d8d8d8 20px, #d8d8d8 40px);
    cursor: default;
}

div.finish.disabled input:hover {
    background-color: #dddddd;
    background-image: -webkit-repeating-linear-gradient(135deg, #dddddd, #dddddd 20px, #d8d8d8 20px, #d8d8d8 40px);
    background-image: -o-repeating-linear-gradient(135deg, #dddddd, #dddddd 20px, #d8d8d8 20px, #d8d8d8 40px);
    background-image: repeating-linear-gradient(-45deg, #dddddd, #dddddd 20px, #d8d8d8 20px, #d8d8d8 40px);
}

div.finish.disabled::before {
    background-color: #dddddd;
}

div.finish.finish-bottom {
    margin-top: -10px;
    padding: 0;
}

div.finish.finish-bottom input[type=submit] {
    min-width: 290px;
    max-width: 90%;
    margin: 0 13% 0 auto;
}

@media (max-width: 979.98px) {
    div.finish.finish-bottom {
        margin-top: 30px;
        padding: 3px 0;
    }

    div.finish.finish-bottom input[type=submit] {
        min-width: 0;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 739.98px) {
    div.finish {
        margin: 0;
        text-align: center;
    }

    div.finish.finish-bottom {
        margin-top: 20px;
    }
}

@media (max-width: 979.98px) {

    section.zamowienie h2,
    section.order-product h2 {
        font-size: 24px;
    }
}

.summary-voucher.d-none {
    display: none;
}

.original-price {
    display: none;
    margin-right: 5px;
}

.voucher-wrap {
    max-width: 90%;
    width: 100%;
    margin: 9px 0 0 auto;
    padding-bottom: 16px;
}

.voucher-wrap .voucher-title {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.voucher-wrap .voucher-error {
    display: none;
    font-size: 13px;
    line-height: normal;
    color: #ff3636;
    position: absolute;
    top: 100%;
    margin-top: 5px;
}

@media (max-width: 979.98px) {
    .voucher-wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 20px;
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 20px;
    }

    .voucher-wrap .voucher-title {
        font-size: 14px;
    }

    .voucher-wrap .voucher-error {
        font-size: 12px;
        margin-top: 2px;
    }
}

section.zamowienie form .voucher-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

section.zamowienie form .voucher-group .voucher-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

section.zamowienie form .voucher-group .voucher-append .btn {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #f0f0f0;
    color: #F20079;
    padding: 3px 20px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    /* @include transition(300ms); */
}

section.zamowienie form .voucher-group .voucher-append .btn.active {
    border-color: #F20079;
    color: #fff;
    background: #F20079;
}

section.zamowienie form .voucher-group input[type=text] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin: 0 15px 0 0;
    padding-left: 15px;
    background-color: #f6f6f6;
    text-transform: none !important;
}

.summary-container {
    margin-top: 40px;
}

@media (max-width: 979.98px) {
    .summary-container {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .summary-container .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .summary-container .order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .summary-container .order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    section.zamowienie form .voucher-group .voucher-append {
        min-width: 30%;
    }

    section.zamowienie form .voucher-group .voucher-append .btn {
        width: 100%;
    }

    section.zamowienie form .voucher-group input[type=text] {
        margin: 0 10px 0 0;
        width: 0;
    }
}

@media (min-width: 740px) and (max-width: 979.98px) {
    .voucher-wrap .voucher-title {
        max-width: calc(50% - 5px);
        display: inline-block;
        width: 100%;
        padding-right: 25px;
        text-align: right;
        margin-bottom: 0;
        vertical-align: middle;
    }

    section.zamowienie form .voucher-group {
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        vertical-align: middle;
        padding-left: 0;
        width: 100%;
    }

    section.zamowienie form .voucher-group .voucher-append {
        min-width: 30%;
    }

    section.zamowienie form .voucher-group .voucher-append .btn {
        width: 100%;
        font-size: 13px;
    }

    section.zamowienie form .voucher-group input[type=text] {
        max-width: calc(70% - 10px);
    }
}

@media (max-width: 739.98px) {
    section.zamowienie form .voucher-group input[type=text] {
        max-width: calc(70% - 20px);
    }
}


.zamowienie input[type=radio] {
    visibility: hidden;
}

.zamowienie input[type=radio]~.radio {
    background: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    transition: all 300ms ease;
    position: absolute;
    top: 4px;
    left: -6px;
    /* border-radius: 50%; */
    border: 1px solid #ddd;
}

input[type=radio]:checked~.radio::after {
    opacity: 1;
}

input[type=radio]:checked~.radio {
    background: #F20079;
    border-color: #F20079;
}

input[type=radio]~.radio::after {
    content: "";
    width: 14px;
    height: 8px;
    border: solid #fff;
    display: block;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-50deg) skewX(-10deg) translate(0px, 5px);
    transition: all 300ms ease;
}


.zamowienie input[type=checkbox]:checked~.checkbox {
    background: #F20079;
}

.zamowienie input[type=checkbox]~.checkbox {
    background: #f0f0f0;
    width: 20px;
    height: 20px;
    display: inline-block;
    transition: all 300ms ease;
    position: relative;
    top: 4px;
    left: -6px;
}

.zamowienie input[type=checkbox]:checked~.checkbox::after {
    opacity: 1;
}

.zamowienie input[type=checkbox]~.checkbox::after {
    content: "";
    width: 14px;
    height: 8px;
    border: solid #fff;
    display: block;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-50deg) skewX(-10deg) translate(0px, 5px);
    transition: all 300ms ease;
}

.zamowienie input[type=checkbox] {
    visibility: hidden;
}

@media (max-width: 575.98px) {

    .shippers__row input[type=radio]~.radio,
    .payments__row input[type=radio]~.radio {
        top: 71px;
        bottom: unset;
        left: 15px;
        margin: 0;
        width: 20px;
        height: 20px;
    }

    .shippers__row input[type=radio]~.radio::after,
    .payments__row input[type=radio]~.radio::after {
        width: 12px;
        height: 7px;
    }
}


.podsumowanie {
    padding-top: 60px;
}

.podsumowanie--inner {
    padding-bottom: 50px;
}

.podsumowanie--inner::after {
    content: '';
    margin-top: 20px;
    width: 100%;
    height: 3px;
    background: transparent linear-gradient(90deg, #FF0000 0%, #FF2E75 48%, #F20079 100%) 0% 0% no-repeat padding-box;
}

.podsumowanie-quantity {
    display: flex;
    gap: 0 10px;
}

.podsumowanie-quantity .custom-number-input {
    padding: 10px;
    height: 24px;
    text-align: center;
    max-width: 50px;
    min-width: 30px;
}


.podsumowanie-button {
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 0.5;
    background-color: #585559;
    color: #ffffff;
}

.podsumowanie-button:disabled {
    cursor: default;
    background: #f0f0f0;
    color: #000;
}

/* order summary */

section.create-pack {
    background-color: #ffffff;
    padding-top: 125px;
}

section.create-pack h1 {
    text-transform: uppercase;
    color: #c0c0c0;
    font-size: 32px;
    font-family: HF-300;
}

section.create-pack h1 strong {
    color: var(--darkgray);
    font-family: HF-400;
}

@media (max-width: 739.98px) {
    section.create-pack {
        padding-top: 70px;
    }

    section.create-pack h1 {
        font-size: 28px;
    }
}

section.desc-icons {
    background-color: #ffffff;
    padding: 0 0 10px 0;
}

section.desc-icons .row {
    position: relative;
    padding: 20px 0;
}

section.desc-icons .row::before,
section.desc-icons .row::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    left: 5%;
}

section.desc-icons .row::before {
    top: 0;
}

section.desc-icons .row::after {
    bottom: 0;
    visibility: visible;
}

section.desc-icons .desc-block {
    width: 32%;
    float: left;
    margin-left: 2%;
}

section.desc-icons .desc-block:first-child {
    margin-left: 0;
}

section.desc-icons .desc-block.best-prices h2::before {
    background-image: url("image/best-prices.jpg");
    background-image: -webkit-image-set(url("image/best-prices.jpg") 1x, url("image/best-prices-x2.jpg") 2x);
    background-image: image-set(url("image/best-prices.jpg") 1x, url("image/best-prices-x2.jpg") 2x);
    background-size: contain;
}

section.desc-icons .desc-block.easy-to-order h2::before {
    background-image: url("image/easy-to-order.jpg");
    background-image: -webkit-image-set(url("image/easy-to-order.jpg") 1x, url("image/easy-to-order-x2.jpg") 2x);
    background-image: image-set(url("image/easy-to-order.jpg") 1x, url("image/easy-to-order-x2.jpg") 2x);
    background-size: contain;
}

section.desc-icons .desc-block.express-delivery h2::before {
    background-image: url("image/express-delivery.jpg");
    background-image: -webkit-image-set(url("image/express-delivery.jpg") 1x, url("image/express-delivery-x2.jpg") 2x);
    background-image: image-set(url("image/express-delivery.jpg") 1x, url("image/express-delivery-x2.jpg") 2x);
    background-size: contain;
}

section.desc-icons .desc-block h2 {
    font-size: 17px;
    font-family: HF-600;
    line-height: 1;
    position: relative;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 60px;
}

section.desc-icons .desc-block h2::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

section.desc-icons .desc-block p {
    /* @include fontlight(16px, 1.2em, #222); */
    text-align: left;
}

@media (max-width: 979.98px) {
    section.desc-icons {
        display: none;
    }
}

@media (max-width: 499.98px) {
    h2.order-heading {
        font-size: 18px;
        text-align: center;
    }

    h2.order-heading .number {
        left: 40%;
    }
}

#cart-summary {
    width: 100%;
    text-transform: uppercase;
}

#cart-summary>div {
    padding: 25px 10px 25px 0;
}

#cart-summary>div>span {
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

#cart-summary>div .no {
    width: 4%;
    color: #b8b8b8;
    min-height: 24px;
}

#cart-summary>div .product {
    text-align: left;
    width: 50%;
    padding: 0 0 0 10px;
    margin-bottom: -7px;
}

#cart-summary>div .quantity-and-price {
    width: 36%;
}

#cart-summary>div .quantity-and-price:after {
    content: "";
    display: block;
    clear: both;
}

#cart-summary>div .quantity {
    width: 50%;
    float: left;
    white-space: nowrap;
    padding: 0 10px;
}

#cart-summary>div .price {
    width: 50%;
    float: left;
    white-space: nowrap;
}

#cart-summary>div .delete {
    width: 10%;
}

#cart-summary>div::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 1219.98px) {
    #cart-summary>div span {
        font-size: 13px;
    }

    #cart-summary>div .no {
        width: 4%;
    }

    #cart-summary>div .product {
        width: 45%;
    }

    #cart-summary>div .quantity-and-price {
        width: 39%;
    }

    #cart-summary>div .quantity {
        width: 60%;
    }

    #cart-summary>div .price {
        width: 40%;
    }

    #cart-summary>div .delete {
        width: 12%;
    }
}

@media (max-width: 979.98px) {
    #cart-summary>div.table-row .quantity input {
        width: calc(80% - 58px);
    }

    #cart-summary>div.table-row .quantity .quantity-minus {
        margin-left: 10%;
    }
}

@media (max-width: 739.98px) {
    #cart-summary>div .quantity-and-price {
        width: 41%;
    }

    #cart-summary>div .delete {
        width: 10%;
    }

    #cart-summary>div.table-row .quantity input {
        width: calc(100% - 58px);
    }

    #cart-summary>div.table-row .quantity .quantity-minus {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    #cart-summary>div {
        padding: 15px 10px 15px 0;
    }

    #cart-summary>div>span {
        font-size: 11px;
    }

    #cart-summary>div .no {
        width: 3%;
    }

    #cart-summary>div .product {
        width: 50%;
        text-overflow: unset;
        overflow: visible;
    }

    #cart-summary>div .quantity-and-price {
        width: 35%;
    }

    #cart-summary>div .quantity {
        width: 50%;
        font-size: 11px;
    }

    #cart-summary>div .price {
        width: 50%;
        font-size: 11px;
    }

    #cart-summary>div .delete {
        width: 12%;
    }

    #cart-summary>div.table-header .quantity {
        width: 50%;
        text-align: right;
        padding-right: 4px;
    }

    #cart-summary>div.table-header .price {
        width: 50%;
        text-align: left;
    }

    #cart-summary>div.table-header .price::before {
        content: "/";
        margin-right: 4px;
    }

    #cart-summary>div.table-row .no {
        font-size: 14px;
        line-height: 24px;
    }

    #cart-summary>div.table-row .product {
        width: 50%;
        margin-bottom: 5px;
    }

    #cart-summary>div.table-row .quantity {
        width: 100%;
        padding-top: 2px;
    }

    #cart-summary>div.table-row .quantity input {
        margin: 0 2px;
        height: 18px;
        width: calc(80% - 40px);
    }

    #cart-summary>div.table-row .quantity .quantity-minus,
    #cart-summary>div.table-row .quantity .quantity-plus {
        width: 18px;
        height: 18px;
        line-height: 14px;
    }

    #cart-summary>div.table-row .quantity .quantity-minus {
        margin-left: 10%;
    }

    #cart-summary>div.table-row .price {
        width: 100%;
        margin-top: 4px;
    }

    #cart-summary>div.table-summary .product {
        width: 35%;
    }

    #cart-summary>div.table-summary .quantity-and-price {
        width: 50%;
    }

    #cart-summary>div.table-summary .quantity {
        width: 30%;
        text-align: right;
    }

    #cart-summary>div.table-summary .price {
        width: 70%;
    }
}

#cart-summary .table-header {
    background-color: var(--darkgray);
    color: #ffffff;
    padding: 5px 10px 5px 0;
    color: var(--gold);
}

#cart-summary .empty-cart {
    text-align: center;
    font-style: italic;
    color: #777777;
}

#cart-summary .table-row {
    border-bottom: 1px solid #ebebeb;
}

#cart-summary .table-row .no {
    font-size: 24px;
    font-family: Lato;
    font-weight: 300;
}

#cart-summary .table-row .quantity input {
    border: 1px solid var(--darkgray);
    text-align: center;
    height: 24px;
    margin: 0 5px;
    display: block;
    float: left;
    width: calc(60% - 58px);
}

#cart-summary .table-row .quantity .quantity-minus,
#cart-summary .table-row .quantity .quantity-plus {
    border-radius: 0;
    border: 1px solid var(--darkgray);
    background-color: var(--darkgray);
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin: 0;
    display: block;
    float: left;
}

#cart-summary .table-row .quantity .quantity-minus {
    margin-left: 20%;
}

#cart-summary .table-row .quantity .quantity-minus.btn-disabled {
    background: #eee;
    cursor: default;
    border-color: #eee;
    color: var(--darkgray);
}

#cart-summary .table-row .quantity::after {
    content: "";
    display: block;
    clear: both;
}

#cart-summary .table-row .delete span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    color: #b8b8b8;
    font-family: Lato;
    font-weight: 300;
    text-transform: none;
    font-size: 20px;
    line-height: 16px;
    cursor: pointer;
}

#cart-summary .table-summary {
    height: 80px;
}

#cart-summary .table-summary .quantity,
#cart-summary .table-summary .price {
    font-weight: 700;
}

#cart-summary .table-summary .quantity>span {
    margin-left: 4px;
    font-weight: 300;
    text-transform: lowercase;
}

#cart-summary .table-summary .delete {
    font-size: 8px;
    line-height: 8px;
}

#cart-summary .table-summary .delete img {
    max-width: 75%;
    display: block;
    margin: 0 auto;
}

.products-list-container {
    margin-top: 50px;
    position: relative;
}

.products-list-container.closed #add-new-products-to-cart::after {
    content: "\f067";
}

.products-list-container.closed .products-list {
    overflow: hidden;
    height: 0;
    border: none;
    opacity: 0;
    z-index: -9999;
}

.products-list-container #add-new-products-to-cart {
    min-width: 50%;
    background-color: #ffffff;
    color: #222222;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid var(--darkgray);
    margin: 0 auto 50px;
    cursor: pointer;
    padding: 10px 57px 10px 20px;
    display: block;
    position: relative;
    z-index: 5;
    /* @include transition(0.3s); */
}

.products-list-container #add-new-products-to-cart::after {
    content: "\f068";
    display: block;
    width: 37px;
    height: 36px;
    background-color: var(--darkgray);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-family: fontAwesome;
}

.products-list-container .products-list {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 500px -130px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 500px -130px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 500px -130px rgba(0, 0, 0, 0.3);
}

.products-list-container .products-list .item {
    float: left;
    width: 25%;
    padding: 25px 0 50px 0;
    position: relative;
    background-color: #ffffff;
}

.products-list-container .products-list .item .shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
}

.products-list-container .products-list .item.out-of-stock h1 {
    color: #aaa;
    border-color: #aaa;
}

.products-list-container .products-list .item.out-of-stock h1::after {
    background: #aaa;
}

.products-list-container .products-list .item.out-of-stock button {
    border-color: #aeaeae;
    color: #aeaeae;
    background: #fff;
}

.products-list-container .products-list .item.out-of-stock button:hover {
    background: #fff;
    cursor: default;
}

.products-list-container .products-list .item.out-of-stock button:hover::before {
    border-color: #eaeaea;
}

.products-list-container .products-list .item.out-of-stock button::before {
    color: #aeaeae;
    border-color: #eaeaea;
}

.products-list-container .products-list h1 {
    font-size: 17px;
    text-transform: uppercase;
    color: var(--darkgray);
    font-family: Lato;
    font-weight: 400;
}

.products-list-container .products-list .item-big {
    height: 410px;
}

.products-list-container .products-list .item-big h1 {
    font-size: 18px;
    margin: 0 15px;
    text-align: center;
    position: relative;
    padding-bottom: 19px;
}

.products-list-container .products-list .item-big h1::after {
    content: "";
    width: 30%;
    height: 4px;
    background: #aaa;
    display: block;
    position: absolute;
    bottom: 0;
    left: 35%;
}

.products-list-container .products-list .item-big img {
    display: block;
    margin: 15px auto 0;
    max-width: 230px;
    max-height: 200px;
    padding-right: 15px;
}

.products-list-container .products-list .item-mini {
    padding: 15px 25px 50px 25px;
    height: 205px;
}

.products-list-container .products-list .item-mini .img-bg {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0.3;
}

.products-list-container .products-list .item-mini img {
    width: 30px;
    float: left;
    position: relative;
    z-index: 7;
}

.products-list-container .products-list .item-mini h1 {
    width: calc(100% - 45px);
    margin-left: 15px;
    float: left;
    position: relative;
    z-index: 7;
    margin-top: 40px;
    padding-left: 10px;
    border-left: 4px solid #aaa;
}

.products-list-container .products-list .item-mini_right {
    padding: 15px 25px 50px 25px;
    height: 205px;
}

.products-list-container .products-list .item-mini_right .img-bg {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0.3;
}

.products-list-container .products-list .item-mini_right img {
    width: 115px;
    height: 60px;
    position: relative;
    z-index: 7;
    margin: 0 auto 5px 0;
    display: block;
}

.products-list-container .products-list .item-mini_right h1 {
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    z-index: 7;
    padding-right: 10px;
    border-right: 4px solid #aaa;
    text-align: right;
}

.products-list-container .products-list .item-empty {
    font-family: HF-400;
    padding: 0;
    display: table;
    font-size: 45px;
    color: #f5f5f5;
}

.products-list-container .products-list .item-empty::after {
    content: "Nanoil";
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.products-list-container .products-list .btn-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px;
    z-index: 7;
    text-align: center;
    color: var(--darkgray);
}

.products-list-container .products-list button {
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid var(--orange);
    background-color: var(--orange);
    font-family: Lato;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    /* @include transition(300ms); */
    text-transform: uppercase;
}

.products-list-container .products-list button:hover {
    /* @include transition(300ms); */
    border: 1px solid var(--darkgray);
    background-color: var(--darkgray);
    cursor: pointer;
    color: #fff;
}

.products-list-container .products-list button:hover::before {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    /* @include transition(300ms); */
}

.products-list-container .products-list button::before {
    color: #fff;
    /* @include transition(300ms); */
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    border-color: rgba(255, 255, 255, 0.5);
}

.products-list-container .products-list .close-list {
    width: 100%;
    height: 20px;
    float: left;
    background-color: var(--darkgray);
    position: relative;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: lowercase;
    text-align: center;
}

.products-list-container .products-list .close-list::after {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: calc(50% - 7px);
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.products-list-container .products-list::after {
    clear: both;
    display: block;
    content: "";
}

@media (min-width: 1220px) {
    .products-list-container .products-list .item .shadow {
        -webkit-box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
        box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
    }

    .products-list-container .products-list .item:nth-child(2) .shadow,
    .products-list-container .products-list .item:nth-child(4) .shadow,
    .products-list-container .products-list .item:nth-child(5) .shadow,
    .products-list-container .products-list .item:nth-child(2n+7) .shadow {
        -webkit-box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
    }

    .products-list-container .products-list .item-empty.size-lg-1 {
        width: 25%;
    }

    .products-list-container .products-list .item-empty.size-lg-2 {
        width: 50%;
    }

    .products-list-container .products-list .item-empty.size-lg-3 {
        width: 75%;
    }

    .products-list-container .products-list .item-empty.size-lg-4 {
        display: none;
    }
}

@media (min-width: 980px) and (max-width: 1219.98px) {
    .products-list-container .products-list {
        width: 100%;
    }

    .products-list-container .products-list .item {
        width: 33.33334%;
    }

    .products-list-container .products-list .item .shadow {
        -webkit-box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
        box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
    }

    .products-list-container .products-list .item:nth-child(3n+2) .shadow {
        -webkit-box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
    }

    .products-list-container .products-list .item-empty.size-md-1 {
        width: 33.33334%;
    }

    .products-list-container .products-list .item-empty.size-md-2 {
        width: 66.666666%;
    }

    .products-list-container .products-list .item-empty.size-md-3 {
        display: none;
    }
}

@media (min-width: 740px) and (max-width: 979.98px) {
    .products-list-container .products-list {
        width: 100%;
    }

    .products-list-container .products-list .item {
        width: 33.33334%;
        padding: 25px 0 61px 0;
    }

    .products-list-container .products-list .item .shadow {
        -webkit-box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
        box-shadow: inset 0px -300px 130px -98px rgba(0, 0, 0, 0.04);
    }

    .products-list-container .products-list .item:nth-child(3n+2) .shadow {
        -webkit-box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px -130px 130px -98px rgba(0, 0, 0, 0.05);
    }

    .products-list-container .products-list .item-big h1 {
        font-size: 15px;
        margin: 0 10px;
    }

    .products-list-container .products-list .item-mini {
        padding: 15px 15px 61px 15px;
    }

    .products-list-container .products-list .item-mini_right {
        padding: 15px 15px 61px 15px;
    }

    .products-list-container .products-list .item-empty.size-md-1 {
        width: 33.33334%;
    }

    .products-list-container .products-list .item-empty.size-md-2 {
        width: 66.666666%;
    }

    .products-list-container .products-list .item-empty.size-md-3 {
        display: none;
    }

    .products-list-container .products-list h1 {
        font-size: 15px;
    }

    .products-list-container .products-list button {
        font-size: 16px;
        line-height: 15px;
        padding: 5px 10px;
    }
}

@media (max-width: 979.98px) and (orientation: landscape) {
    .products-list-container {
        height: auto;
    }

    .products-list-container.closed .products-list {
        border: none;
    }

    .products-list-container #add-new-products-to-cart {
        width: 100%;
        margin: 0;
        padding: 10px 47px 10px 10px;
        font-size: 12px;
    }

    .products-list-container .products-list {
        overflow-y: auto;
        max-height: 70vh;
        margin-top: -1px;
        width: 100%;
        border: 1px solid #eeeeee;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .products-list-container .products-list .item {
        width: 100%;
        height: auto !important;
        padding: 10px !important;
        border-top: 1px solid #eeeeee;
    }

    .products-list-container .products-list .item:nth-child(2n) {
        background-color: #fcfcfc;
    }

    .products-list-container .products-list .item:first-child {
        border-top: none;
    }

    .products-list-container .products-list .item .shadow,
    .products-list-container .products-list .item .img-bg,
    .products-list-container .products-list .item img {
        display: none !important;
    }

    .products-list-container .products-list .item h1 {
        color: var(--darkgray);
        border: none;
        padding: 5px 10px;
        margin: 0;
        float: left;
        width: auto;
        font-size: 14px;
        line-height: 1;
        text-align: left;
    }

    .products-list-container .products-list .item h1::after {
        display: none;
    }

    .products-list-container .products-list .item::after {
        content: "";
        display: block;
        clear: both;
    }

    .products-list-container .products-list .btn-container {
        position: relative;
        float: right;
        padding: 0 0 0 20px;
    }

    .products-list-container .products-list button {
        float: left;
        font-size: 14px;
        line-height: 1;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .products-list-container .products-list .item-empty,
    .products-list-container .products-list .close-list {
        display: none !important;
    }
}

@media (max-width: 739.98px) {
    .products-list-container {
        height: auto;
    }

    .products-list-container.closed .products-list {
        border: none;
    }

    .products-list-container #add-new-products-to-cart {
        width: 100%;
        margin: 0;
        padding: 10px 47px 10px 10px;
        font-size: 12px;
    }

    .products-list-container .products-list {
        overflow-y: auto;
        max-height: 70vh;
        margin-top: -1px;
        width: 100%;
        -webkit-box-shadow: none;
        border: 1px solid #eeeeee;
        box-shadow: none;
    }

    .products-list-container .products-list .item {
        width: 100%;
        height: auto !important;
        padding: 10px !important;
        border-top: 1px solid #eeeeee;
    }

    .products-list-container .products-list .item:nth-child(2n) {
        background-color: #fcfcfc;
    }

    .products-list-container .products-list .item:first-child {
        border-top: none;
    }

    .products-list-container .products-list .item .shadow,
    .products-list-container .products-list .item .img-bg,
    .products-list-container .products-list .item img {
        display: none !important;
    }

    .products-list-container .products-list .item h1 {
        color: var(--darkgray);
        border: none;
        padding: 5px 10px;
        margin: 0;
        float: left;
        width: auto;
        font-size: 14px;
        line-height: 1;
        text-align: left;
    }

    .products-list-container .products-list .item h1::after {
        display: none;
    }

    .products-list-container .products-list .item::after {
        content: "";
        display: block;
        clear: both;
    }

    .products-list-container .products-list .btn-container {
        position: relative;
        float: right;
        padding: 0 0 0 20px;
    }

    .products-list-container .products-list button {
        float: left;
        font-size: 14px;
        line-height: 1;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .products-list-container .products-list .item-empty,
    .products-list-container .products-list .close-list {
        display: none !important;
    }
}

@media (max-width: 499.98px) {
    .products-list-container .products-list .item h1 {
        margin-bottom: 5px;
    }

    .products-list-container .products-list .btn-container {
        width: 100%;
    }

    .products-list-container .products-list .btn-container span {
        border: none;
        color: #aaaaaa;
    }

    .products-list-container .products-list button {
        float: right;
    }
}

/* Order summary */
.summary-table {
    display: table;
    width: 100%;
}

.summary-table .d-none {
    display: none;
}

.summary-row {
    display: table-row;
}

.summary-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    border-top: 1px solid #f6f6f6;
    font-weight: 300;
}

.summary-cell.shipment-price .missing-to-free-delivery {
    width: 100%;
    font-size: 0.85em;
    color: #444;
}

.summary-cell.shipment-price img {
    display: none;
    margin-top: -4px;
    margin-left: 10px;
    margin-right: 10px;
}

.summary-cell.shipment-price .text {
    display: none;
}

.summary-cell.shipment-price.free-shipping {
    padding-top: 10px;
}

.summary-cell.shipment-price.free-shipping img {
    display: inline-block;
}

.summary-cell.shipment-price.free-shipping .text {
    display: inline-block;
}

.summary-cell .old-price {
    position: relative;
    font-size: 14px;
    color: #7b7b7b;
}

.summary-cell .old-price i {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    background: -webkit-linear-gradient(left, rgba(123, 123, 123, 0) 0%, #7b7b7b 10%, #7b7b7b 90%, rgba(123, 123, 123, 0) 100%);
    background: -moz-linear-gradient(left, rgba(123, 123, 123, 0) 0%, #7b7b7b 10%, #7b7b7b 90%, rgba(123, 123, 123, 0) 100%);
    background: linear-gradient(to right, rgba(123, 123, 123, 0) 0%, #7b7b7b 10%, #7b7b7b 90%, rgba(123, 123, 123, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b7b7b", endColorstr="#7b7b7b", GradientType=1);
}

.summary-cell:first-child {
    background: #f0f0f0;
    padding: 10px;
    text-align: right;
    border-right: 20px solid #fff;
    text-transform: uppercase;
    border-top: none;
}

.summary-row:first-child .summary-cell {
    border-top: none;
}

.summary-row.bold .summary-cell {
    font-family: Lato;
    font-weight: 700;
}

@media (max-width: 739.98px) and (min-width: 500px) {
    .summary-cell:first-child {
        width: 70%;
    }
}

@media (max-width: 499.98px) {
    .summary-row {
        display: block;
    }

    .summary-cell {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .summary-cell:first-child {
        padding: 0 10px;
        text-align: left;
        border: none;
    }

    .summary-cell {
        text-align: right;
    }

    .summary-cell:last-child {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border: none;
    }
}

div.finish .final-button:disabled {
    background-color: #f0f0f0;
    cursor: default;
    color: rgba(16, 16, 16, 0.3);
}

div.finish .final-button {
    display: block;
    max-width: 15vw;
    background-color: #ff0088;
    color: #fff;
    cursor: pointer;
}

div.finish .final-button:not(:disabled):hover {
    background-color: #ff0050;
}

.cart-item img{ 
    max-height: 130px;
    padding: 10px;
    border: none !important;
}

.delivery-float {
    float: left;
}

.summary-cell.shipment-price .missing-to-free-delivery {
    clear: both;
}

@media (max-width: 499px) {
    .delivery-float {
        float: right;
    }
    .free-delivery-icon {
        text-align: left;
    }
    .free-delivery-icon img {
        margin-left: 0 !important;
    }
    .summary-cell.shipment-price .missing-to-free-delivery {
        text-align: left;
        clear: inherit;
    }
}

.custom-number-input {
    border-radius: 0 !important;
}

@media (max-width: 575.98px) {
    .podsumowanie-quantity {
        gap: 0;
    }
    .podsumowanie--inner {
        font-size: 0.75rem;
    }
}