/* strona zamów */

.cart-item--remove {
	
}


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;
    margin: 50px;
}

h2.order-heading .number {
    display: block;
    font-family: Lato;
    font-weight: 600;
    font-size: 90px;
    line-height: 60px;
    color: rgba(255, 211, 84, 0.30);
    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(css/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(css/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(css/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(css/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("css/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("css/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: #FFD354;
}

.shippers__title span,
.payments__title span {
    position: relative;
    padding: 7px 12px 5px 48px;
    border: 1px solid #FFD354;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFD354;
}

.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 #FFD354;
}

.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: #444444;
    color: #444444;
}

.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: #444444;
}

.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) {
	
	.contact__inner {
		gap: 0px!important;
	}

    .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: #FFD354;
    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: #444444;
    padding: 3px 20px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    /* @include transition(300ms); */
}

section.zamowienie form .voucher-group .voucher-append .btn.active {
    border-color: #444444;
    color: #fff;
    background: #444444;
}

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 {
	margin-top: 50px;
}



.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: #444444;
    border-color: #444444;
}

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: #444444;
}

.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: #FFD354;
}

.podsumowanie-quantity {
    display: flex;
    gap: 0 10px;
}

.podsumowanie-quantity .custom-number-input {
    padding: 0;
    height: 24px;
    text-align: center;
    max-width: 50px;
    min-width: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 979.98px) {
	.podsumowanie {
		font-size: 16px;
	}
}


.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("css/image/best-prices.jpg");
    background-image: -webkit-image-set(url("css/image/best-prices.jpg") 1x, url("css/image/best-prices-x2.jpg") 2x);
    background-image: image-set(url("css/image/best-prices.jpg") 1x, url("css/image/best-prices-x2.jpg") 2x);
    background-size: contain;
}

section.desc-icons .desc-block.easy-to-order h2::before {
    background-image: url("css/image/easy-to-order.jpg");
    background-image: -webkit-image-set(url("css/image/easy-to-order.jpg") 1x, url("css/image/easy-to-order-x2.jpg") 2x);
    background-image: image-set(url("css/image/easy-to-order.jpg") 1x, url("css/image/easy-to-order-x2.jpg") 2x);
    background-size: contain;
}

section.desc-icons .desc-block.express-delivery h2::before {
    background-image: url("css/image/express-delivery.jpg");
    background-image: -webkit-image-set(url("css/image/express-delivery.jpg") 1x, url("css/image/express-delivery-x2.jpg") 2x);
    background-image: image-set(url("css/image/express-delivery.jpg") 1x, url("css/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: #FFD354;
    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;
    }
}


.footer__social-link {
    width: 50px!important;
    height: 50px!important;
}@charset "UTF-8";
/* fonts  */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Lato-LightItalic.woff2") format("woff2"), url("fonts/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Lato-Italic.woff2") format("woff2"), url("fonts/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Lato-BoldItalic.woff2") format("woff2"), url("fonts/Lato-BoldItalic.ttf") format("truetype");
}
/* css reset */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* main */
html {
  scroll-behavior: smooth;
  font-size: 22px;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #444444;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.dimmer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: background-color 0.2s;
  z-index: 2;
}
.dimmer--active {
  pointer-events: all;
  background-color: rgba(68, 68, 68, 0.337254902);
}

.yellow-strong {
  color: #ffd354;
}

@media screen and (max-width: 767px) {
  .non-mobile {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .non-desktop {
    display: none;
  }
}
.cart {
  margin: 0;
  padding: 47px 20px 20px 20px;
  height: 100vh;
  width: 470px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(70vw);
  z-index: 11;
  visibility: hidden;
  transition: transform 0.2s ease-in-out, visibility 0s 0.3s;
}
.cart--active {
  display: block;
  transform: translateX(0px);
  visibility: visible;
  transition: transform 0.2s ease-in-out, visibility 0s 0s;
  overflow: auto;
}
.cart__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #444444;
}
.cart__inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cart {
    width: 100%;
  }
}
.cart-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
.cart-button::after {
  content: attr(data-value);
  position: absolute;
  top: 15px;
  right: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffd354;
  color: #444444;
  font-size: 0.7rem;
}

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

.cart-close-fix {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.main-menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 1.273rem;
  height: 100%;
  gap: 100px;
}
.main-menu__item {
  display: inline-block;
  min-height: 100%;
}
.main-menu__item a {
  position: relative;
  text-decoration: none;
  color: #444444;
  text-transform: capitalize;
  min-height: 100%;
  padding: 18px 0;
  border-bottom: 3px solid;
  border-color: transparent;
  transition: border-color 0.2s ease-out;
}
.main-menu__item a:hover {
  border-color: #ffd354;
}

@media screen and (max-width: 767px) {
  .main-menu__list {
    gap: 20px;
  }
}
/* START hamburger menu */
.hamburger {
  display: none;
  z-index: 3;
}
.hamburger__box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000000;
  position: absolute;
  z-index: 3;
}
.hamburger__inner::before, .hamburger__inner::after {
  content: "";
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.hamburger__inner {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.1s ease-in-out;
}
.hamburger__inner::before {
  top: -10px;
}
.hamburger__inner::after {
  top: 10px;
}
.hamburger--active .hamburger__inner {
  background-color: transparent;
}
.hamburger--active .hamburger__inner:before {
  transform: translateY(10px) rotate(45deg);
}
.hamburger--active .hamburger__inner:after {
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .hamburger {
    /* padding: 10px; */
    display: inline-block;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .main-menu {
    margin: 0;
    padding: 47px 20px 20px 20px;
    height: 100vh;
    width: 70vw;
    background-color: #ffd354;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-70vw);
    z-index: 2;
    visibility: hidden;
    transition: transform 0.2s ease-in-out, visibility 0s 0.3s;
  }
  .main-menu--active {
    display: block;
    transform: translateX(0px);
    visibility: visible;
    transition: transform 0.2s ease-in-out, visibility 0s 0s;
  }
  .main-menu__list {
    flex-direction: column;
    text-align: right;
  }
  .main-menu__item {
    margin: 0 0 20px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    min-height: auto;
  }
}
/* END hamburger menu */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 1.2rem;
  background-color: transparent;
  border-bottom: 1px solid #ffd354;
  z-index: 10;
  transition: transform 0.2s, background-color 0.2s;
}
.header__inner {
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header__logo {
  height: 39px;
}
.header__cart {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.header__lang {
  display: inline-block;
  font-size: 1rem;
  color: #444444;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header__lang option {
  background-color: #ffd354;
  padding: 5px 0;
}
.header--hidden {
  transform: translateY(-100%);
  box-shadow: none;
}
.header--background {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .header__logo {
    height: 20px;
  }
  .header__inner {
    height: 50px;
  }
}
.details {
  padding: 150px 0;
}
.details__inner {
  text-align: center;
  margin-bottom: 50px;
}
.details__inner h2 {
  font-size: 1.818rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.details__line {
  display: block;
  position: relative;
  width: 100%;
}
.details__line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background: repeating-linear-gradient(0deg, #ffd354, #ffd354 5px, #ffffff 5px, #ffffff 10px);
}
.details__list {
  display: flex;
  flex-direction: column;
  margin: 0 2em;
  list-style: none;
}
.details__list li:last-child {
  margin-bottom: 0;
}
.details__list li:nth-child(odd) {
  transform: translateX(-20px);
  text-align: right;
  padding-right: 30px;
}
.details__list li:nth-child(odd):after {
  right: -40px;
}
.details__list li:nth-child(2n) {
  align-self: flex-end;
  transform: translateX(20px);
  padding-left: 30px;
}
.details__list li:nth-child(2n):after {
  left: -40px;
}
.details__list li:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  width: 40px;
  height: 40px;
  background-color: #ffd354;
  border-radius: 50%;
  transform: translateY(-25%);
}
.details__item {
  position: relative;
  margin-bottom: 50px;
  width: 50%;
  text-transform: uppercase;
  color: #959595;
}

@media screen and (max-width: 767px) {
  .details__item {
    width: 100%;
  }
  .details__line::before {
    left: 0;
    transform: translateX(43px);
  }
  .details__list li:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(20px);
    padding-left: 30px;
    text-align: left;
  }
  .details__list li:nth-child(2n) {
    align-self: flex-start;
  }
  .details__list li:nth-child(odd):after {
    left: -40px;
  }
}
#hero-top {
  background-image: url(/img/hero.png);
  background-color: #ffd354;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0 50px 0;
}

.hero-top {
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100%;
}
.hero-top__flex {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 50px;
}
.hero-top__title {
  font-size: 2.318rem;
  font-weight: 300;
  line-height: 4rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}
.hero-top__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hero-top__flex {
    width: 100%;
    gap: 50px;
  }
  .hero-top__title {
    font-size: 1.818rem;
    font-weight: 300;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  #hero-top {
    background-image: url(/img/hero-small.webp);
  }
}
.hero-bottom {
  position: relative;
  background-color: #ffd354;
}
.hero-bottom__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-size: 1.136rem;
  font-weight: 300;
  line-height: 2rem;
  text-align: center;
  padding: 100px 0;
}
.hero-bottom__streak {
  position: absolute;
  bottom: 0;
  transform: translate(39%, 83%);
  width: 800px;
  user-select: none;
  max-width: 100%;
}

/* section products */
.products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
  padding: 130px 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(223, 223, 223, 0.2549019608);
}
.product-card__button {
  width: 100%;
  text-transform: uppercase;
  background-color: #ffd354;
  border: none;
  font-size: 1rem;
  padding: 10px 0;
  color: #444444;
  font-weight: 600;
  cursor: pointer;
}

.product-card img {
  width: 100%;
  height: auto;
}

.product-card__img {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(223, 223, 223, 0.2549019608);
  padding: 50px;
  height: 300px;
}

.product-card__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  padding: 20px;
  background-color: transparent;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.product-card__over button,
.product-card__over a {
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-color: #ffd354;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
}

.product-card__over:hover {
  opacity: 1;
}

.product-card__bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.product-card__title a {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #444444;
}

.product-card__price {
  font-size: 1.091rem;
  font-weight: 600;
  padding: 0 0 15px 0;
}

/* section about */
.about-sec {
  background-color: #ffd354;
  padding: 50px 0;
}

.about {
  position: relative;
  z-index: 1;
}
.about h2 {
  font-size: 1.818rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}
.about__img {
  float: right;
  height: auto;
}
.about__wave {
  position: absolute;
  bottom: 0;
  transform: translate(-5%, 136%);
  width: 800px;
  user-select: none;
  max-width: 100%;
}
.about__wave-top {
  position: absolute;
  bottom: 0;
  transform: translate(262%, -200%);
  width: 308px;
  user-select: none;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .about h2 {
    text-align: center;
  }
  .about__img {
    width: 100%;
  }
}
/* section fact */
.fact {
  position: relative;
  font-style: italic;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 300;
  padding: 50px 0;
}
.fact::before {
  content: "?";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15rem;
  font-weight: 700;
  font-style: normal;
  color: #ffd354;
  opacity: 0.12;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .fact {
    line-height: 2rem;
  }
  .fact::before {
    font-size: 35rem;
  }
}
/* section natural */
.natural-sec {
  border-top: 1px solid #ffd354;
}

.natural {
  position: relative;
  padding: 76px 0 50px 0;
}
.natural::before {
  content: url(img/bee-yellow.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0 50px;
}
.natural__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
}
.natural__img {
  width: 350px;
  height: auto;
}
.natural h2 {
  font-size: 1.818rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .natural {
    text-align: center;
  }
  .natural__bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: left;
  }
  .natural__img {
    width: 100%;
  }
}
/* section faq */
.faq-sec {
  background-color: #ffd354;
}

.faq {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 0;
}
.faq__title {
  padding-bottom: 50px;
  font-size: 1.818rem;
  font-weight: 700;
}
.faq__logo {
  display: flex;
  justify-content: center;
  width: 30%;
}
.faq__logo img {
  width: 40%;
}
.faq__questions {
  width: 70%;
}
.faq__questions details {
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.faq__questions details > summary {
  cursor: pointer;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 1rem;
}
.faq__answer {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.faq__answer::before {
  content: "";
  position: absolute;
  left: -13px;
  min-height: 100%;
  width: 1px;
  background-color: #444444;
}
.faq__wave {
  position: absolute;
  bottom: 0;
  transform: translate(-29%, 83%);
  width: 800px;
  user-select: none;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .faq__title {
    text-align: center;
  }
  .faq__logo {
    display: none;
  }
  .faq__questions {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .faq__questions details > summary::before {
    content: url(img/bee-faq.svg);
    margin: 0 5px 0 0;
  }
}
/* section malta */
.malta {
  padding: 50px 0 225px 0;
}
.malta__title {
  font-size: 1.818rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  padding-bottom: 60px;
}
.malta__top {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 50px;
  flex-direction: row;
}
.malta__top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  line-height: 1.6rem;
  background-color: rgba(229, 209, 150, 0.28);
  width: 50%;
  padding: 90px;
}
.malta__bottom {
  display: flex;
  justify-content: space-between;
}
.malta__bottom-left {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  background-color: #f2f2f2;
  width: 60%;
  padding: 210px 100px;
  line-height: 1.6rem;
}
.malta__bottom-left::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  transform: translateY(50%);
  background-color: #ffd354;
  width: 10px;
  height: 100px;
}
.malta__img-left {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-95%, 15%);
  z-index: 1;
}
.malta__img-honey {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  max-height: 150px;
}
.malta__img-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(90%, 30%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .malta {
    padding-bottom: 100px;
  }
  .malta__top-right {
    width: 100%;
    padding: 20px;
  }
  .malta__bottom-left {
    width: 100%;
    padding: 20px;
  }
  .malta__bottom-left::after {
    left: 3px;
  }
  .malta__img-right, .malta__img-left {
    position: relative;
    transform: none;
    width: 100%;
    height: auto;
  }
  .malta__img-honey {
    display: none;
  }
}
/* footer */
.footer {
  padding: 100px 0 50px 0;
  background-color: #959595;
  color: #d5d5d5;
  text-align: center;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 30px;
}
.footer__news {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(242, 242, 242, 0.69);
  width: 50%;
}
.footer__news:focus-within {
  border: 1px solid #ffd354;
}
.footer__news input {
  display: block;
  background-color: transparent;
  border: none;
  padding: 15px 20px;
  font-size: 1rem;
  transition: border 0.2s ease;
  flex-grow: 2;
  color: #f2f2f2;
  width: 100%;
}
.footer__news input::placeholder {
  color: rgba(242, 242, 242, 0.69);
}
.footer__news input:focus-visible {
  outline: none;
  border: none;
}
.footer__news button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: rgba(242, 242, 242, 0.69);
  font-size: 2rem;
  padding: 0 15px;
}
.footer__hgroup {
  font-size: 1.364rem;
}
.footer__hgroup h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #d5d5d5;
}
.footer__hgroup h3 {
  color: rgba(242, 242, 242, 0.69);
  font-weight: 300;
}
.footer__bee {
  margin-top: 40px;
}
.footer__social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.footer__social-link {
  color: #ffd354;
  font-size: 1.5rem;
  border: 1px solid #ffd354;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: border-color 0.2s ease-out;
  margin-right: 15px;
}
.footer__menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.footer__menu-list li > a {
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #f2f2f2;
  text-decoration: none;
  text-transform: capitalize;
}
.footer__menu-list li > a:hover {
  text-decoration: underline;
}
.footer__menu-list li:not(:last-child)::after {
  content: "|";
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer__news {
    width: 100%;
  }
}
/* product page */
/*main */
.mini-form {
  display: flex;
  gap: 20px;
}
.mini-form button {
  text-transform: uppercase;
  background-color: #ffd354;
  border: none;
  font-size: 1rem;
  padding: 10px 15px;
  color: #444444;
  font-weight: 300;
  cursor: pointer;
}
.mini-form input[type=number]::-webkit-inner-spin-button,
.mini-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.mini-form .number-input {
  border: 2px solid #d5d5d5;
  display: inline-flex;
}
.mini-form .number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.mini-form .number-input button:after {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}
.mini-form .number-input button.plus:after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}
.mini-form .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: none;
  border-width: 0 2px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mini-form {
    justify-content: center;
  }
  .mini-form .number-input input[type=number] {
    font-size: 0.591rem;
  }
  .mini-form button {
    font-size: 0.591rem;
  }
}
/* product main */
.product-main {
  padding: 150px 0 50px 0;
}
.product-main__inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.product-main__gallery {
  width: 50%;
}
.product-main__gallery img {
  width: 100%;
}
.product-main__info {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 50%;
}
.product-main__title {
  font-size: 1.818rem;
  font-weight: 600;
}
.product-main__desc {
  font-size: 1.591rem;
  font-weight: 300;
}
.product-main__buy {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .product-main__inner {
    flex-direction: column;
    align-items: center;
  }
  .product-main__info {
    width: 100%;
  }
  .product-main__gallery {
    width: 100%;
  }
}
/* section cocktail */
.cocktail {
  background-color: #ffd354;
  padding: 50px 0;
}
.cocktail__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.cocktail__desc {
  font-weight: 600;
  line-height: 2rem;
}
.cocktail__img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .cocktail__inner {
    flex-direction: column;
  }
  .cocktail__img {
    width: 100%;
  }
  .cocktail__img img {
    width: 100%;
  }
}
/* sectiuon natural2  */
.natural2 {
  position: relative;
  border-top: 1px solid #ffd354;
}
.natural2__inner {
  padding: 76px 0 50px 0;
  text-align: center;
  font-size: 1.136rem;
  line-height: 2rem;
  font-style: italic;
  font-weight: 300;
}
.natural2::before {
  content: url(img/bee-yellow.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .natural2 {
    text-align: center;
  }
}
/* section benefits */
.benefits {
  padding: 50px 0;
  background-color: #ffd354;
}
.benefits__title {
  text-align: center;
  font-size: 1.818rem;
  font-weight: 600;
  padding-bottom: 50px;
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  justify-content: center;
  align-items: start;
  justify-items: center;
  gap: 50px;
}
.benefits__box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.benefits__box figcaption {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
}
.benefits__wave {
  position: absolute;
  bottom: 0;
  transform: translate(-5%, 136%);
  width: 800px;
  user-select: none;
  max-width: 100%;
}
.benefits__wave-top {
  position: absolute;
  bottom: 0;
  transform: translate(268%, -242%);
  width: 308px;
  user-select: none;
  max-width: 100%;
}

/* section forwho */
.forwho {
  padding: 100px 0 50px 0;
}
.forwho__inner {
  display: flex;
  justify-content: space-between;
}
.forwho__img {
  width: 40%;
}
.forwho__img img {
  width: 100%;
}
.forwho__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  width: 50%;
}
.forwho__desc p {
  font-size: 1.136rem;
  line-height: 2rem;
}
.forwho__title {
  font-size: 1.818rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .forwho__inner {
    flex-direction: column;
  }
  .forwho__desc {
    width: 100%;
  }
  .forwho__img {
    width: 100%;
  }
}
/* section */
.whatin {
  padding: 76px 0;
  background-color: #f2f2f2;
}
.whatin__list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin: 0;
}
.whatin__list li {
  page-break-inside: avoid;
  break-inside: avoid-column;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.818rem;
}
.whatin__list li::before {
  content: "• ";
  color: #ffd354;
}
.whatin__title {
  font-size: 1.818rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .whatin__list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
/* section use */
.use {
  padding: 100px 0;
}
.use__title {
  font-size: 1.818rem;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

/* page contact */
.contact {
  padding: 150px 0 100px 0;
}
.contact__inner {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}
.contact__info h2 {
  font-size: 1.818rem;
  font-weight: 600;
  text-transform: uppercase;
}
.contact__form legend {
  font-size: 1.818rem;
  font-weight: 600;
  text-transform: uppercase;
}
.contact__form input {
  border: none;
  border-bottom: 1px solid #444444;
  padding: 20px 5px 0 5px;
  outline: none;
  transition: border-color 0.2s ease-out;
  width: 100%;
  font-size: 1rem;
  font-style: italic;
}
.contact__form textarea {
  margin-top: 20px;
  resize: vertical;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  width: 100%;
}
.contact__form input:focus {
  border-bottom: 1px solid #ffd354;
}
.contact__form button {
  width: 100%;
  text-transform: uppercase;
  background-color: #ffd354;
  border: none;
  font-size: 1rem;
  padding: 10px 0;
  color: #444444;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 100px 0;
  }
  .contact__inner {
    flex-direction: column;
  }
  .contact__info {
    width: 100%;
  }
}
/* cookies notice --------------------------------------------------------------------- */
.cookies-notice {
  position: fixed;
  box-sizing: border-box;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5333333333);
  color: #444;
  display: grid;
  grid-template-columns: 100%;
  place-content: center;
  place-items: center;
  transition: opacity 0.3s ease;
  font-size: 0.7em;
  font-weight: 300;
}
.cookies-notice:not(.is-open) {
  top: auto;
  bottom: 0;
  height: unset;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #ccc;
}
.cookies-notice:not(.is-open) .cookies-notice__container {
  width: 940px;
  position: static;
  background: transparent;
  padding: 0;
}
.cookies-notice:not(.is-open) .cookies-notice__form {
  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;
  font-family: Lato, Helvetica Neue LT Pro, Verdana, sans-serif;
}
.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: 400;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
}
.cookies-notice__heading a {
  text-decoration: underline;
  color: inherit;
}
.cookies-notice__heading a:visited, .cookies-notice__heading a:active {
  color: inherit;
}
.cookies-notice__message {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: max(9px, 1em);
}
.cookies-notice__form, .cookies-notice__options {
  display: grid;
  gap: 10px;
}
.cookies-notice__form .cookies-notice__button, .cookies-notice__options .cookies-notice__button {
  text-transform: uppercase;
}
.cookies-notice__form {
  grid-template-columns: 100%;
}
.cookies-notice__options {
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  margin-top: 10px;
}
.cookies-notice__option {
  padding: 8px 10px;
  border: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
  user-select: none;
  top: unset;
  left: unset;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.cookies-notice__option input {
  padding: 0;
  -webkit-appearance: checkbox;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  vertical-align: middle;
  visibility: visible;
}
.cookies-notice__buttons {
  margin-top: 10px;
}
.cookies-notice__buttons.hidden {
  display: none;
}
.cookies-notice__button {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  color: #444;
  margin-bottom: 10px;
  font-size: 0.55rem;
  text-align: center;
  transition: all 0.15s ease-in;
  box-sizing: border-box;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cookies-notice__button__button:visited {
  color: #444;
}
.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: #444;
  background: #444;
  color: #fff;
}
.cookies-notice__button--accept-required {
  border-color: #ebebeb;
  color: #444;
}
.cookies-notice__button:hover, .cookies-notice__button:focus, .cookies-notice__button:active {
  color: #444;
  background-color: #ffd354;
  border-color: #ffd354;
  text-decoration: none;
}

@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(3, minmax(1px, 1fr));
    grid-column-end: span 3;
  }
}
@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:not(.is-open) .cookies-notice__message {
    display: inline;
    vertical-align: middle;
  }
  .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: 1175px;
  }
}
.flag {
  background-image: url(../img/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;
}

.select-header__wrapper {
  position: relative;
  min-width: 58px;
}
.select-header__block {
  position: relative;
  padding: 0 20px;
}
.select-header__block.show {
  min-width: 150px;
  background-color: #ffd354;
  box-shadow: 3px 3px 5px #222;
}
.select-header__block.show .select-header__form--second {
  background-color: #ffd354;
  display: block;
  opacity: 1;
  transition: 0.4s;
  box-shadow: 3px 3px 5px #222;
}
.select-header__block.show .select-header__form--second select {
  border: none;
  color: #000000;
}
.select-header__form {
  display: flex;
  align-items: flex-end;
  gap: 0 5px;
  cursor: pointer;
  padding: 0 10px 5px;
}
.select-header__form--second {
  display: none;
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  padding: 0 20px;
  padding-bottom: 20px;
  left: 0;
  right: 0;
}
.select-header__form--second .buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.select-header__form--second .buttons input {
  width: 45%;
  border: none;
  cursor: pointer;
}
.select-header__form--second label {
  font-size: 0.75rem;
}
.select-header__form--second select {
  display: block;
  width: 100%;
}

.header--hidden .select-header__block.show {
  transform: translateY(165%);
}

@media screen and (max-width: 991.98px) {
  .select-header__block {
    padding: 0 5px;
    font-size: 0.75rem;
  }
  .select-header__form--second {
    padding: 5px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .select-header__block label {
    font-size: 12px;
  }
  .header--hidden .select-header__block.show {
    transform: translateY(140%);
  }
}
@media screen and (max-width: 575.98px) {
  .header--hidden .select-header__block.show {
    transform: translateY(180%);
  }
  .title-lang {
    display: none;
  }
  .title-currency {
    display: none;
  }
  .slash {
    display: none;
  }
  .select-header__block.show {
    position: absolute;
    left: 0;
  }
  .select-header__block.show .title-lang {
    display: block;
  }
  .select-header__block.show .title-currency {
    display: block;
  }
}
.slider,
.slider-dots {
  overflow: hidden;
}

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

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

.slider-dot {
  display: block;
  cursor: pointer;
  max-width: 140px;
  border: 2px solid #ffd354;
  height: 140px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 3px;
}

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

.slick-slide {
  display: flex;
  height: auto;
  align-items: center;
}

.nav-prev,
.nav-next {
  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;
}

.slider-dots {
  margin-top: 20px;
}

.product-main__gallery img {
  height: auto;
}

.slick-initialized .slick-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .product-thumbs {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.shopping-cart-order-btn {
    display: block;
    margin: 15px 0 10px;
    padding: 10px 20px;
    background-color: #FFD354;
    text-decoration: none;
    text-align: center;
    color: black;
    font-size: 0.9rem;
}

.cart-close {
    display: block;
    width: 100%;
    background-color: #e6e6e6;
    padding: 10px 20px;
    color: black;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.9rem;
    margin-top: 10px;
}

.col-5 img {
    width: 100%;
}

.text-uppercase {
    padding-top: 10px;
    color: black;
    text-decoration: none;
}

.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: #222;
    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: #222;
    outline: none;
    margin: 0;
    padding: 0 10px;
    z-index: 2;
}

input[type="number"] {

    -moz-appearance: textfield;

}


.mini-form>.custom-number {
    width: auto;
}


.custom-number-plus,
.custom-number-minus {
    top: 1px !important;
    cursor: pointer;
}


.shopping-cart-item {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.shopping-cart-item--img {
    display: block;
    margin: 10px auto;
    text-align: center;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: auto;
}

.shopping-cart-item--img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.shopping-cart-item--desc {
    max-width: 100%;
    display: block;
}

.shopping-cart-item--title {
    color: inherit;
    text-decoration: navajowhite;
    font-weight: 600;
    font-size: 0.7rem;
    margin-bottom: 5px;
    display: inline-block;
}

@media (min-width: 350px) {
    .shopping-cart-item--img {
        display: inline-block;
        margin: 0 30px 0 0;
        vertical-align: middle;
    }

    .shopping-cart-item--desc {
        max-width: calc(100% - 160px);
        display: inline-block;
        vertical-align: middle;
    }

    .shopping-cart-item--title {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
}

.shopping-cart-item--title:active, .shopping-cart-item--title:focus, .shopping-cart-item--title:visited {
    color: inherit;
    text-decoration: none;
}

.shopping-cart-item .custom-number {
    display: inline-block;
    vertical-align: middle;
}

.shopping-cart-item .custom-number {
    display: inline-block;
    vertical-align: middle;
}

.shopping-cart-item-price {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0.75rem;
}

.shopping-cart-item--remove {
    margin-top: 10px;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-decoration: none;
    color: #c90000;
}

.shopping-cart--total-price {
    display: block;
    margin: 10px 0;
    font-size: 0.75rem;
}

.empty-cart-msg {
    color: #888;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    margin: 30px 0;
}
