#wpadminbar {
    /* display: none; */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    font-size: 10px;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

.abs_stretch, header .header-wrapper .header-contents .logo a {
    position: absolute;
    inset: 0px;
}

h2 {
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 1em;
    line-height: 1.4em;
    color: rgb(51, 51, 51);
}

@media screen and (max-width: 1366px) {
    h2 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 550px) {
    h2 {
        font-size: 3rem;
    }
}

h3 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.5px;
    line-height: 1.35em;
    color: rgb(51, 51, 51);
}

@media screen and (max-width: 550px) {
    h3 {
        font-size: 2rem;
    }
}

p {
    font-size: 1.6rem;
    line-height: 1.8em;
    color: rgb(51, 51, 51);
}

li {
    font-size: 1.6rem;
    line-height: 1.8em;
    color: rgb(51, 51, 51);
}

a {
    color: rgb(51, 51, 51);
}

.btn, .button {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    display: inline-block;
    font-weight: 800;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    overflow: hidden;
}

.btn::before, .button::before {
    content: "";
    background: rgb(202 211 0);
    position: absolute;
    inset: -4rem -12rem -4rem 0rem;
    z-index: 0;
    transition: all 0.3s ease 0s;
}

.btn.out-of-stock {
    cursor: default;
}

.btn.out-of-stock::before, .button.out-of-stock::before {
    background: rgb(204, 204, 204);
    
}

.btn:hover, .button:hover {
    /* color: rgb(255, 255, 255); */
    background: rgb(181 189 2);
    /* transform: scale(0.95); */
}

.btn.out-of-stock:hover, .button.out-of-stock:hover {
    transform: scale(1);
}

.btn:hover::before, .button:hover::before {
    background: rgb(190 199 4);
}

.btn.out-of-stock:hover::before, .button.out-of-stock:hover::before {
    background: rgb(204, 204, 204);
}

.btn *, .button * {
    position: relative;
    z-index: 3;
}

.btn.back-btn, .button.back-btn {
    background-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
}

.btn.back-btn::before, .button.back-btn::before {
    display: none;
}

.btn.proceed-to-payment-btn, .button.proceed-to-payment-btn {
    background-color: rgb(0, 0, 0);
}

.btn.proceed-to-payment-btn::before, .button.proceed-to-payment-btn::before {
    display: none;
}

.btn.single-add, .button.single-add {
    display: inline-flex;
    margin-bottom: 2rem;
}

.btn.order-quant, .button.order-quant {
    flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
    .btn.order-quant, .button.order-quant {
        font-size: 1.5rem;
    }
}

.btn a, .button a {
    position: absolute;
    text-decoration: none;
    inset: 0px;
    z-index: 5;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 2rem;
    width: 4rem;
    height: 5rem;
    background-image: url("img/close.svg");
    background-size: 80%;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.btn-subscribe-block {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 555px) {
    .btn-subscribe-block > .btn {
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .btn-subscribe-block {
        justify-content: center;
    }
}

@media screen and (max-width: 555px) {
    .btn-subscribe-block {
        flex-wrap: wrap;
    }
}

.btn-subscribe-block .btn {
    margin-right: 2rem;
}

.btn-subscribe-block select {
    font-size: 1.6rem;
    padding: 1rem 3.5rem 1rem 2.5rem;
    margin-right: 2rem;
}

.btn-subscribe-block .btn-add {
    display: inline-block;
    width: 4.4rem;
    height: 4.4rem;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    background-image: url("img-new/add.svg");
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    flex-shrink: 0;
}

.btn-subscribe-block .btn-add:hover {
    background-color: rgb(25, 49, 91);
    border-color: rgb(25, 49, 91);
    background-image: url("img-new/add-hover.svg");
}

.overlay-pages {
    background-color: rgb(255, 255, 255);
    width: 90vw;
    height: 70vh;
    position: fixed;
    overflow-y: scroll;
    top: 15vh;
    left: 5vw;
    padding: 2rem;
    transition: all 0.3s ease 0s;
    z-index: 15;
    box-shadow: rgba(141, 26, 128, 0.5) 0px 0px 35px -16px;
    transform: translateY(120%);
    opacity: 0;
}

.overlay-pages.is-vis {
    transform: translateY(0%);
    opacity: 1;
}

.overlay-pages.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.overlay-pages .overlay-inner {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.overlay-pages .overlay-inner h2 {
    text-align: center;
    color: rgb(25, 49, 91);
    margin: 4rem 0px 2rem;
}

.overlay-pages .overlay-inner p {
    text-align: center;
    margin-bottom: 2rem;
}

.overlay-pages .overlay-inner ol {
    list-style-type: decimal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.home header.site-head {
    background-color: rgb(255, 255, 255);
}

header {
    position: relative;
}

@media (max-width: 768px) {
    header {
        padding-bottom: 0px;
    }
}

.site-head::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0px;
    right: 0px;
    height: 3rem;
    transform: translateY(100%);
    background-image: url("img-new/header_wave.png");
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
}

header.not-on-top {
    background-color: white;
    box-shadow: rgba(141, 26, 128, 0.3) 10px 10px 35px -16px;
}

@media (max-width: 768px) {
    header.not-on-top .header-contents .logo a {
        width: 19rem;
        height: 3.5rem;
    }
}

header.site-head {
    width: 100%;
    position: fixed;
    top: 0rem;
    left: 0px;
    z-index: 999;
    transition: all 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
}

header .header-wrapper {
    padding: 15px 0px;
    position: relative;
}

header .header-wrapper .header-contents {
    max-width: 1000px;
    width: calc(100vw - 8rem);
    padding: 0px 2rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents {
        max-width: calc(100vw - 4rem);
        width: calc(100vw - 4rem);
        flex-wrap: wrap;
        justify-content: center;
    }
}

header .header-wrapper .header-contents .logo {
    width: 18rem;
    height: 4.7rem;
    position: relative;
    background-image: url("img/kevee_logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease 0s;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .logo {
        flex: 1 1 100%;
    }
}

header .header-wrapper .header-contents .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 190px;
    text-align: center;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .main-menu {
        position: absolute;
        flex-direction: column;
        top: 7.7rem;
        left: 0px;
        align-items: flex-start;
        background-color: rgb(25, 49, 91);
        box-shadow: rgba(141, 26, 128, 0.5) 0px 0px 35px -16px;
        transition: all 0.3s ease 0s;
        transform: translateX(-110%);
        padding: 3rem 2rem 2rem;
    }
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .main-menu.is-vis {
        transform: translateX(0%);
    }
}

header .header-wrapper .header-contents .main-menu .menu-entry {
    font-size: 1.4rem;
    padding: 0.9rem;
    font-weight: 600;
}

header .header-wrapper .header-contents .main-menu .menu-entry.subscribe {
    color: rgb(141, 26, 128);
    text-transform: uppercase;
    cursor: pointer;
}

header .header-wrapper .header-contents .main-menu .menu-entry.subscribe a {
    color: rgb(141, 26, 128);
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .main-menu .menu-entry.subscribe {
        color: rgb(255, 255, 255);
    }
}

header .header-wrapper .header-contents .main-menu .menu-entry.lang {
    text-transform: uppercase;
    margin-left: 2rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .main-menu .menu-entry.lang {
        margin-left: 0px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
        color: rgb(255, 255, 255);
    }
}

header .header-wrapper .header-contents .main-menu .menu-entry.lang .vis-lang {
    font-size: 1.4rem;
}

header .header-wrapper .header-contents .main-menu .menu-entry.lang .switch-lang {
    overflow: hidden;
    max-height: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .main-menu .menu-entry.lang .switch-lang {
        max-height: 10rem;
        margin-left: 2rem;
        font-size: 1.6rem;
        position: relative;
        color: rgb(255, 255, 255);
    }
}

header .header-wrapper .header-contents .main-menu .menu-entry.lang .switch-lang.is-vis {
    max-height: 10rem;
}

header .header-wrapper .header-contents .main-menu .menu-entry a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .main-menu .menu-entry a {
        color: rgb(255, 255, 255);
    }
}

header .header-wrapper .header-contents .mobile-menu-btn {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    display: none;
    cursor: pointer;
    transform: translateY(-50%);
    background-image: url("img/burger.svg");
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .mobile-menu-btn {
        display: block;
    }

    header .header-wrapper .header-contents .mobile-menu-btn.is-vis {
        background-image: url("img-new/burger-close.svg");
    }
}

header .header-wrapper .header-contents .cart {
    width: 36px;
    height: 36px;
    background-image: url("img/cart.svg");
    background-repeat: no-repeat;
    background-position: center center;
    flex: 0 0 36px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .cart {
        position: absolute;
        top: 50%;
        right: 3rem;
        width: 27px;
        height: 27px;
        background-size: contain;
        transform: translateY(-50%);
    }
}

header .header-wrapper .header-contents .cart .items-in-cart {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 2px;
    right: -9px;
    background-color: rgb(0, 156, 179);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 800;
}

@media (max-width: 768px) {
    header .header-wrapper .header-contents .cart .items-in-cart {
        width: 20px;
        height: 20px;
        font-size: 1.4rem;
    }
}

header .header-wrapper .header-contents .cart .just-added {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    width: 210px;
    padding: 10px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 24px -6px;
    opacity: 0;
    transform: translateY(130%);
    text-align: center;
}

header .header-wrapper .header-contents .cart .just-added.active {
    opacity: 1;
    transform: translateY(110%);
}

header .header-wrapper .header-contents .cart .just-added.active.removing {
    opacity: 0;
    transform: translateY(90%);
}

header .header-wrapper .header-contents .cart .just-added img {
    max-width: 100%;
    height: auto;
}

header .header-wrapper .header-contents .cart .just-added p {
    font-size: 1.6rem;
    text-align: center;
}

header .header-wrapper .header-contents .cart .just-added p.prod-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.popup-discount {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: -10;
    width: calc(100% - 4rem);
    max-width: 42rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 39px 3px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    background: url("img/subs-mob-top.png") center top / contain no-repeat, url("img/subs-mob-btm.png") center bottom / contain no-repeat, rgb(239, 239, 239);
    padding: 3rem;
}

@media screen and (max-width: 600px) {
    .popup-discount {
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        padding: 2rem;
    }
}

.popup-discount.front {
    z-index: 1000;
}

.popup-discount.visible {
    opacity: 1;
}

.popup-discount .success {
    transition: all 0.3s ease 0s;
    max-height: 0vh;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0rem;
    box-sizing: border-box;
}

.popup-discount .success.visible {
    max-height: 50vh;
    padding: 2rem;
}

.popup-discount .main-discount-info {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    transition: all 0.3s ease 0s;
    max-height: 100vh;
    overflow: hidden;
}

.popup-discount .main-discount-info.hidden {
    max-height: 0px;
    padding: 0px;
}

.popup-discount .main-discount-info .first {
    margin-bottom: 2rem;
}

.popup-discount .main-discount-info .large {
    font-size: 2.5rem;
    font-weight: 100;
}

@media screen and (max-width: 600px) {
    .popup-discount .main-discount-info .large {
        font-size: 2rem;
    }

    .popup-discount .main-discount-info .first {
        margin-bottom: 1rem;
    }
}

.popup-discount .main-discount-info .bold {
    font-weight: 600;
}

.popup-discount .main-discount-info .off-blk {
    font-weight: 100;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.popup-discount .main-discount-info .off-blk p {
    font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
    .popup-discount .main-discount-info .off-blk {
        margin-bottom: 1rem;
    }

    .popup-discount .main-discount-info .off-blk p {
        font-size: 2rem;
        margin-bottom: 0px;
    }
}

.popup-discount .main-discount-info .off-blk p.off-digits {
    font-size: 5rem;
    font-weight: 600;
    line-height: 53px;
    margin: 0px 1rem;
    -webkit-text-fill-color: rgb(227, 0, 123);
}

.popup-discount .main-discount-info .off-blk .wide {
    flex: 1 0 100%;
}

.popup-discount .main-discount-info p {
    font-size: 1.6rem;
    line-height: 1.35em;
}

.popup-discount .main-discount-info p.visible {
    margin-bottom: 1rem;
}

.popup-discount .main-discount-info p.before-input {
    margin: 2rem 0px 1rem;
}

@media screen and (max-width: 600px) {
    .popup-discount .main-discount-info p.before-input {
        margin: 1rem 0px;
    }
}

.popup-discount .main-discount-info p.bullet::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 1rem;
    display: inline-block;
    background-image: url("img-new/bullet-pink.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.popup-discount .main-discount-info input[type="text"] {
    border: 1px solid rgb(73, 73, 73);
    width: 85%;
    padding: 10px 15px;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 300px;
}

.popup-discount .main-discount-info .commit-newsletter {
    margin-bottom: 1rem;
}

.popup-discount .main-discount-info .commit-newsletter label {
    font-size: 1.6rem;
}

.popup-discount .main-discount-info .error {
    color: red;
    transition: all 0.3s ease 0s;
    max-height: 0px;
    overflow: hidden;
}

.popup-discount .main-discount-info .error.visible {
    max-height: 10rem;
}

.popup {
    position: fixed;
    top: 21rem;
    left: 50%;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%);
    width: calc(100% - 10rem);
    max-height: calc(100vh - 25rem);
    opacity: 0;
    z-index: -999;
    transition: all 0.3s ease 0s;
    text-align: center;
    border: 2px solid rgb(204, 204, 204);
}

@media screen and (max-width: 768px) {
    .popup {
        width: calc(100vw - 4rem);
    }
}

.popup.front {
    z-index: 999;
}

.popup.visible {
    display: block;
    opacity: 1;
}

.popup.visible .close-btn {
    opacity: 1;
    transform: translateY(0rem);
}

.popup .close-btn {
    width: 3rem;
    height: 3rem;
    background-image: url("img/close.svg");
    background-size: contain;
    position: absolute;
    z-index: 999;
    top: -4rem;
    right: 0px;
    opacity: 0;
    transition: all 0.3s ease 0.15s;
    transform: translateY(2rem);
}

.popup .banner {
    position: relative;
    background-color: rgb(244, 237, 237);
}

.popup .banner .banner-backgrounds .bg {
    position: absolute;
    inset: 0px;
}

.popup .banner .banner-content {
    position: relative;
    z-index: 5;
}

.popup .popup-content-container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 25rem);
    position: relative;
}

.popup.daily-use::after {
    content: "";
    position: absolute;
    inset: 0px 40% -5px 0px;
    background-image: url("img-new/b5.jpg");
    background-position: center top;
    background-size: cover;
}

@media screen and (max-width: 1050px) {
    .popup.daily-use::after {
        display: none;
    }
}

.popup .popup-content-container::-webkit-scrollbar {
    width: 1.5rem;
}

.popup .popup-content-container::-webkit-scrollbar-track {
    background: rgb(244, 237, 237);
}

.popup .popup-content-container::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 2rem;
}

.popup .popup-content-container::-webkit-scrollbar-thumb:hover {
    background: rgb(85, 85, 85);
}

.popup .buy-now {
    text-align: center;
    width: 20rem;
    margin: 2rem auto;
}

@media screen and (max-width: 768px) {
    .popup .buy-now {
        margin: 2rem auto;
    }
}

.popup section.popup-section {
    display: flex;
}

@media screen and (max-width: 1050px) {
    .popup section.popup-section {
        flex-direction: column;
    }
}

.popup section.popup-section .popup-block {
    padding: 4rem;
    flex: 0 0 40%;
}

@media screen and (max-width: 768px) {
    .popup section.popup-section .popup-block {
        padding: 2rem;
    }
}

.popup section.popup-section .popup-block p, .popup section.popup-section .popup-block h2 {
    padding: 0px 2rem;
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.popup section.popup-section .popup-block p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .popup section.popup-section .popup-block p {
        margin-bottom: 1rem;
    }
}

.popup section.popup-section .popup-block p.heading {
    margin-bottom: 1rem;
}

.popup section.popup-section .popup-block b {
    font-weight: 800;
}

.popup section.popup-section .popup-block h2 {
    margin-bottom: 2rem;
    color: rgb(227, 0, 123);
}

@media screen and (max-width: 768px) {
    .popup section.popup-section .popup-block h2 {
        margin-bottom: 3rem;
    }
}

.popup section.popup-section .popup-block img {
    display: block;
    margin: 2rem auto;
    width: 80%;
    max-width: 20rem;
}

.popup section.popup-section .popup-image {
    background-size: cover;
    width: 100%;
    padding-top: 50%;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .popup section.popup-section .popup-image {
        margin-bottom: 1rem;
        padding-top: 60%;
    }
}

@media screen and (max-width: 400px) {
    .popup section.popup-section .popup-image {
        margin-bottom: 1rem;
        padding-top: 90%;
    }
}

.popup section.popup-section h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    margin-top: 4rem;
}

.popup section.popup-section b {
    font-size: 1.8rem;
}

.popup section.popup-section ul {
    margin-bottom: 2rem;
}

.popup section.popup-section ul li::before {
    content: "- ";
}

.popup section.popup-section .popup-image.office {
    background-image: url("img-new/b5.jpg");
    background-position: center top;
}

.popup section.popup-section .popup-image.hydration {
    background-image: url("img-new/b1.jpg");
}

.popup section.popup-section .popup-image.flying {
    background-image: url("img-new/b2.jpg");
    background-position: center top;
}

.popup section.popup-section .popup-image.party {
    background-image: url("img-new/b4.jpg");
}

.popup section.popup-section .popup-image.daily-use {
    background-image: url("img-new/b3.jpg");
}

.popup section.popup-section .popup-image.pain {
    background-image: url("img-new/pain.jpg");
}

footer {
    text-align: center;
    margin-top: 5rem;
}

footer h2 b {
    font-weight: 700;
}

footer .contacts p {
    margin-bottom: 3rem;
}

footer .contacts p img {
    max-width: 300px;
    margin-top: 1rem
}

footer .contacts .social {
    margin-bottom: 6rem;
}

footer .contacts .social .icon {
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    margin: 1rem;
    cursor: pointer;
    position: relative;
}

footer .contacts .social .icon.fb {
    background-image: url("img-new/soc/facebook.svg");
}

footer .contacts .social .icon.in {
    background-image: url("img-new/soc/instagram.svg");
}

footer .contacts .social .icon.li {
    background-image: url("img-new/soc/linkedin.svg");
}

footer .contacts .social .icon a {
    position: absolute;
    inset: 0px;
}

footer .privacy-policy {
    background-color: rgb(244, 237, 237);
    padding: 3rem 0px;
}

footer .privacy-policy ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .privacy-policy ul li:last-child a {
    border-right: 0px solid rgb(25, 49, 91);
}

footer .privacy-policy ul li a {
    font-weight: 800;
    text-decoration: none;
    padding: 0px 3rem;
    border-right: 1px solid rgb(25, 49, 91);
}

@media screen and (max-width: 768px) {
    footer .privacy-policy ul li a {
        padding: 0px 0.5rem;
        border-right: 0px solid rgb(25, 49, 91);
    }
}

footer .payment-methods {
    padding: 3rem 0px;
}

footer .payment-methods .payment-methods-sign {
    font-size: 1.9rem;
    text-transform: uppercase;
    color: rgb(204, 204, 204);
    margin-bottom: 1rem;
}

footer .payment-methods .cards {
    max-width: 90%;
    margin: auto;
}

footer .copyright {
    background-color: rgb(25, 49, 91);
    padding: 3rem 0px;
}

footer .copyright p {
    color: rgb(255, 255, 255);
}

#banner-1 {
    display: flex;
}

@media screen and (max-width: 768px) {
    #banner-1 {
        flex-direction: column;
    }
}

#banner-1 .pt {
    flex: 1 0 50%;
    height: 45vw;
    max-height: 80rem;
}

#banner-1.shopping-page .pt {
    flex: 1 0 50%;
    height: auto;
    max-height: 999vh;
    padding-top: 2rem;
}

#banner-1.sport-banner.lang-fi .pt {
    max-height: 200rem;
    height: auto;
}

#banner-1.sport-banner.lang-fi .pt.left-pt .pt-content {
    max-width: 100%;
    padding-top: 15rem;
}

#banner-1.sport-banner.lang-fi .pt.left-pt .pt-content {
    margin-left: auto;
    padding: 15rem 2rem 0;
    text-align: left;
    max-width: 540px;
}

#banner-1.shopping-page.lang-fi .pt.left-pt .pt-content {
    padding-top: 2rem;
}

#banner-1.sport-banner.lang-fi .pt.left-pt .pt-content p {
    margin-bottom: 1rem;
}

#banner-1.sport-banner.lang-fi .pt.left-pt .pt-content p b {
    font-weight: 700;
}

#banner-1.sport-banner.lang-fi .pt.left-pt .pt-content ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

#banner-1.sport-banner.lang-fi .pt.left-pt .pt-content li::before {
    content: "";
    background-image: url("img-new/check.svg");
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    #banner-1 .pt {
        height: 70vw;
        max-height: 9999px;
        flex: 0 0 100%;
    }

    #banner-1.sport-banner.lang-fi .pt.left-pt .pt-content {
        padding-top: 2rem
    }
}

@media screen and (max-width: 550px) {
    #banner-1 .pt {
        height: 100vw;
        max-height: 9999px;
        flex: 0 0 100%;
    }
}

#banner-1 .pt.left-pt {
    display: flex;
    background-color: rgb(247, 241, 232);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}

@media screen and (max-width: 1100px) {
    #banner-1 .pt.left-pt {
        /* flex: 0 0 70%; */justify-content: flex-end;
    }
}

@media screen and (max-width: 768px) {
    #banner-1 .pt.left-pt {
        flex: 0 0 100%;
        background-size: cover;
        background-position: center center;
        justify-content: flex-end;
        padding-top: 5rem;
        order: 2;
    }
}

#banner-1 .pt.left-pt .pt-content {
    max-width: 60%;
    margin: 0px auto 2rem;
}

@media screen and (max-width: 1100px) {
    #banner-1 .pt.left-pt .pt-content {
        max-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #banner-1 .pt.left-pt .pt-content {
        text-align: center;
        max-width: 80%;
    }
}

@media screen and (max-width: 550px) {
    #banner-1 .pt.left-pt .pt-content {
        max-width: 91%;
    }
}

#banner-1 .pt.left-pt .pt-content p {
    margin-bottom: 2rem;
}

#banner-1 .pt.right-pt {
    background-size: cover;
    background-position: center center;
    background-image: url("img-new/img_new_4.jpg");
}

@media screen and (max-width: 1100px) {
    #banner-1 .pt.right-pt {
        /* flex: 0 0 30%; */
    }
}

@media screen and (max-width: 768px) {
    #banner-1 .pt.right-pt {
        padding-top: 100%;
    }
}

#banner-2 {
    margin: 1rem 0px;
    overflow: hidden;
    position: relative;
}

#banner-2 .long-wrapper {
    width: 999999px;
}

#banner-2 .line-wrapper {
    background-color: rgb(227, 0, 123);
    overflow: hidden;
    height: 6rem;
}

#banner-2 .line-wrapper .list {
    color: rgb(255, 255, 255);
    animation: 25s linear 0s infinite normal none running marquee;
    position: absolute;
    white-space: nowrap;
    font-size: 1.6rem;
}

#banner-2 .line-wrapper .list span {
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    color: rgb(255, 255, 255);
    display: inline-block;
}

#banner-2 .line-wrapper .list span::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 1rem;
    display: inline-block;
    background-image: url("img-new/bullet.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

@keyframes marquee {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(-50%, 0px);
    }
}

#banner-3 {
    background-color: rgb(244, 237, 237);
    position: relative;
    margin-bottom: 1rem;
}

#banner-3 .left-pt {
    padding: 20rem 0px;
    width: 100%;
    max-width: 1366px;
    margin: auto;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
}

@media screen and (max-width: 1366px) {
    #banner-3 .left-pt {
        padding: 20rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-3 .left-pt {
        padding: 10rem 0px;
    }
}

#banner-3 .left-pt .pt-content {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    #banner-3 .left-pt .pt-content {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-3 .left-pt .pt-content {
        padding-right: 0px;
        text-align: center;
        margin: auto;
        width: 90%;
    }
}

#banner-3 .left-pt .pt-content h2 {
    margin-bottom: 2rem;
}

#banner-3 .left-pt .pt-content h3 {
    margin: 2rem 0px;
}

#banner-3 .left-pt .pt-content .block {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 660px) {
    #banner-3 .left-pt .pt-content .block {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #banner-3 .left-pt .pt-content .block .btn {
        white-space: nowrap;
    }
}

#banner-3 .left-pt .pt-content .block .divider-pragraph {
    margin: 1.5rem 2rem;
    display: inline-block;
}

#banner-3 .right-pt {
    position: absolute;
    inset: 0px 0px 0px 50%;
    background-image: url("img-new/img_new_6.jpg");
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    #banner-3 .right-pt {
        position: relative;
        left: 0px;
        padding-top: 100%;
        width: 100%;
    }
}

#banner-4 {
    padding: 9rem 0px;
    background-color: rgb(223, 239, 242);
    margin-bottom: 1rem;
}

#banner-4 .wtd-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto auto 3rem;
}

@media screen and (max-width: 768px) {
    #banner-4 .wtd-heading {
        padding: 0px 2rem;
    }
}

#banner-4 .wtd-entry-wrapper {
    margin: 9rem auto;
    width: calc(100% - 4rem);
    max-width: 120rem;
    padding: 0px 2rem;
    display: flex;
}

@media screen and (max-width: 900px) {
    #banner-4 .wtd-entry-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 550px) {
    #banner-4 .wtd-entry-wrapper {
        padding: 0px;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry {
    flex: 0 0 16.6%;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry {
        flex: 0 0 33%;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry {
        flex: 0 0 100%;
        flex-direction: row;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 550px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 420px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry {
        flex: 0 0 100%;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper {
    background-color: rgb(255, 255, 255);
    padding: 3rem 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper {
        flex-direction: row;
        padding-right: 2rem;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper {
        flex-direction: column;
        padding: 2rem 1rem;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .img-wrapper {
    padding: 0px 1rem;
}

@media screen and (max-width: 768px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .img-wrapper {
        padding: 0px 2rem;
    }
}

@media screen and (max-width: 600px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .img-wrapper {
        flex: 0 0 130px;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .img-wrapper img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .img-wrapper img {
        width: 15rem;
        margin-bottom: 0rem;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt {
    flex: 1 1 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt {
        flex-direction: row;
        text-align: left;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt {
        flex-direction: column;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt h3 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt h3 {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 550px) {
    #banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt h3 {
        text-align: center;
        font-size: 1.6rem;
    }
}

#banner-4 .wtd-entry-wrapper .wtd-entry .inner-wrapper .wtd-entry-txt .link-to-popup {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

#banner-5 {
    background-color: rgb(198, 229, 224);
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

#banner-5 .right-pt {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    position: relative;
    z-index: 5;
}

#banner-5 .right-pt .pt-content {
    margin-left: 50%;
    width: 50%;
    padding: 9rem 0px 9rem 6rem;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    #banner-5 .right-pt .pt-content {
        margin-left: 0px;
        width: 100%;
        padding: 10rem 2rem;
    }
}

#banner-5 .right-pt .pt-content h2 {
    margin-bottom: 6rem;
    max-width: 80%;
    font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
    #banner-5 .right-pt .pt-content h2 {
        margin: 0px auto 7rem;
        text-align: center;
    }
}

#banner-5 .right-pt .pt-content .icon-grid {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

@media screen and (max-width: 768px) {
    #banner-5 .right-pt .pt-content .icon-grid {
        width: 100%;
        justify-content: space-between;
    }
}

#banner-5 .right-pt .pt-content .icon-grid .grid-entry {
    flex: 0 0 33%;
    text-align: center;
    margin-bottom: 3rem;
}

#banner-5 .right-pt .pt-content .icon-grid .grid-entry .grid-image {
    height: 9rem;
    width: 9rem;
    background-size: 8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(223, 239, 242);
    border-radius: 50%;
    margin: auto;
}

#banner-5 .right-pt .pt-content .icon-grid .grid-entry p {
    color: rgb(51, 51, 51);
}

#banner-5 .left-pt {
    position: absolute;
    inset: 0px 50% 0px 0px;
    background-image: url("img-new/img_new_3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    #banner-5 .left-pt {
        position: relative;
        left: 0px;
        padding-top: 100%;
        width: 100%;
    }
}

#banner-5.sport-banner {
    background-color: rgb(218, 239, 247);
    margin-bottom: 5rem;
}

#banner-5.sport-banner .left-pt {
    background-image: url("img-new/sportsman.jpg");
}

#banner-5.sport-banner p, #banner-5.sport-banner ul {
    margin-bottom: 2rem;
}

#banner-5.sport-banner h3 {
    margin-bottom: 2rem;
    font-weight: 400;
}

#banner-5.sport-banner ul {
    padding-left: 2rem;
}

#banner-5.sport-banner ul li {
    list-style-type: disc;
}

#banner-5.sport-banner ul.checkmark-list li {
    list-style-type: none;
    position: relative;
}

#banner-5.sport-banner ul.checkmark-list li::before {
    content: "";
    background-image: url("img-new/check.svg");
    background-size: contain;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-150%, -50%);
}

#banner-5.sport-banner .banner-txt strong {
    font-weight: 600;
}

#banner-new-01 {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #banner-new-01 {
        flex-direction: column;
    }
}

#banner-new-01 .pt {
    flex: 0 0 50%;
}

#banner-new-01 .right-pt .pt-content {
    padding: 15rem 2rem 15rem 6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 2.5rem;
    max-width: 70rem;
}

@media screen and (max-width: 768px) {
    #banner-new-01 .right-pt .pt-content {
        margin-left: 0px;
        width: 100%;
        padding: 0px 2rem 2rem;
        align-items: center;
        text-align: center;
    }
}

#banner-new-01 .left-pt .pt-content {
    padding: 15rem 6rem 15rem 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 2.5rem;
    max-width: 70rem;
}

@media screen and (max-width: 768px) {
    #banner-new-01 .left-pt .pt-content {
        padding: 0px;
    }
}

#banner-new-01 .left-pt .pt-content .bottle-desc {
    font-weight: 800;
    font-size: 2rem;
}

#banner-new-01 .left-pt .pt-content img {
    width: 100%;
    max-width: 85%;
    margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
    #banner-new-01 .left-pt .pt-content img {
        margin-bottom: 4rem;
    }

    #banner-new-01 .left-pt .pt-content .bottle-desc {
        margin-top: 2rem;
    }
}

#banner-new-01 .right-pt .pt-content h2 {
    margin-bottom: 2rem;
}

#banner-new-01 .right-pt .pt-content p {
    margin-bottom: 2rem;
}

#banner-new-01 .right-pt {
    order: 2;
}

#banner-new-01 .left-pt {
    order: 1;
    display: flex;
    justify-content: flex-end;
    background-color: rgb(218, 239, 247);
}

@media screen and (max-width: 768px) {
    #banner-new-01 .left-pt {
        padding: 4rem 2rem;
        width: 100%;
        justify-content: center;
        margin-bottom: 2rem;
    }
}

#banner-6 {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    background-color: rgb(239, 213, 213);
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #banner-6 {
        flex-wrap: wrap;
    }
}

#banner-6 .pt {
    position: relative;
    z-index: 5;
    flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
    #banner-6 .pt {
        flex: 0 0 100%;
    }
}

#banner-6 .left-pt .pt-content {
    display: flex;
    justify-content: flex-end;
    padding: 6.5rem 8.5rem 6.5rem 0px;
}

@media screen and (max-width: 600px) {
    #banner-6 .left-pt .pt-content {
        padding: 100vw 2rem 6.5rem;
        justify-content: center;
    }
}

#banner-6 .left-pt .pt-content .icon-list {
    max-width: 25rem;
}

@media screen and (max-width: 600px) {
    #banner-6 .left-pt .pt-content .icon-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 999rem;
    }
}

#banner-6 .left-pt .pt-content .icon-list .icon-list-entry {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width: 600px) {
    #banner-6 .left-pt .pt-content .icon-list .icon-list-entry {
        flex: 0 0 33%;
        padding: 0px 1rem;
        flex-direction: column;
    }
}

@media screen and (max-width: 450px) {
    #banner-6 .left-pt .pt-content .icon-list .icon-list-entry {
        flex: 0 0 50%;
    }
}

#banner-6 .left-pt .pt-content .icon-list .icon-list-entry .icon {
    flex: 0 0 5.5rem;
    height: 5.5rem;
    width: 5.5rem;
    background-size: 5.5rem;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner-6 .left-pt .pt-content .icon-list .icon-list-entry p {
    text-align: right;
    margin-right: 2rem;
}

@media screen and (max-width: 600px) {
    #banner-6 .left-pt .pt-content .icon-list .icon-list-entry p {
        text-align: center;
        order: 2;
        margin-right: 0px;
    }
}

#banner-6 .left-pt .pt-left-background {
    position: absolute;
    top: 6rem;
    right: 27rem;
    bottom: -6rem;
    width: 44rem;
    background-image: url("img-new/banner-6.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 600px) {
    #banner-6 .left-pt .pt-left-background {
        width: 100vw;
        height: 100vw;
        top: 2rem;
        left: 0px;
        bottom: auto;
        background-position: center center;
    }
}

#banner-6 .right-pt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #banner-6 .right-pt {
        background-color: rgb(244, 237, 237);
    }
}

#banner-6 .right-pt .pt-content {
    padding: 6.5rem 0px 6.5rem 8.5rem;
    max-width: 50rem;
}

@media screen and (max-width: 1366px) {
    #banner-6 .right-pt .pt-content {
        padding: 6.5rem 2rem 6.5rem 8.5rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-6 .right-pt .pt-content {
        padding: 9rem 2rem;
        max-width: 100vw;
        text-align: center;
    }
}

#banner-6 .right-pt .pt-content h2, #banner-6 .right-pt .pt-content h3, #banner-6 .right-pt .pt-content p {
    margin-bottom: 4rem;
}

#banner-6 .background-color-split {
    position: absolute;
    inset: 0px 0px 0px 50%;
    background-color: rgb(244, 237, 237);
}

@media screen and (max-width: 768px) {
    #banner-6 .background-color-split {
        display: none;
    }
}

#banner-7 {
    text-align: center;
    padding: 7rem 0px 15rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    #banner-7 {
        padding-bottom: 3rem;
    }
}

#banner-7 h2 {
    margin-bottom: 7rem;
}

#banner-7 .rev-viewport {
    width: 1366px;
    margin: auto;
    height: 430px;
    overflow: hidden;
    position: relative;
    max-width: calc(100% - 80px);
}

#banner-7 .rev-viewport .review-slide-panel {
    width: 1e+08px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

#banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper {
    max-width: 45rem;
    float: left;
    display: flex;
    padding: 0rem 2.9rem 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    #banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper {
        padding: 0rem 2rem 0px;
    }
}

#banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper :last-child {
    margin-bottom: 0px;
}

#banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper .prod-grid-item {
    background-color: rgb(255, 255, 255);
    padding: 3rem;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 4px solid rgb(244, 237, 237);
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper .prod-grid-item {
        padding: 1.5rem;
    }
}

#banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper .prod-grid-item img {
    width: 100%;
    height: auto;
}

#banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper .prod-grid-item .helper {
    margin-bottom: 3rem;
}

#banner-7 .rev-viewport .review-slide-panel .prod-grid-item-wrapper .prod-grid-item .helper .btn {
    width: 16rem;
    margin: 0px auto;
}

#banner-7 .nav-wrapper {
    width: 1366px;
    margin: auto auto 6rem;
    position: relative;
    max-width: 100%;
}

#banner-7 .nav-wrapper .rev-nav {
    width: 40px;
    height: 40px;
    z-index: 5;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("img-new/arrow-left.svg");
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
}

#banner-7 .nav-wrapper .rev-nav:hover {
    background-color: rgb(255, 255, 255);
}

#banner-7 .nav-wrapper .rev-nav.rev-nav-right {
    left: auto;
    right: 0px;
    background-image: url("img-new/arrow-right.svg");
}

#banner-7 .after-banner {
    color: rgb(25, 49, 91);
    margin: auto;
    max-width: 120rem;
    text-align: center;
}

#banner-8 {
    position: relative;
    margin-bottom: 1rem;
}

#banner-8 .width-equalizer {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    #banner-8 .width-equalizer {
        justify-content: center;
    }
}

#banner-8 .txt-color {
    background-color: rgb(179, 225, 229);
    padding: 5.5rem 0px;
}

@media screen and (max-width: 1366px) {
    #banner-8 .txt-color {
        padding: 5.5rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-8 .txt-color {
        padding-bottom: 3rem;
    }
}

#banner-8 .txt-color .txt-wrapper {
    width: 35rem;
}

#banner-8 .txt-color .txt-wrapper.lang-en {
    width: 60rem;
}

#banner-8 .txt-color h2, #banner-8 .txt-color ul {
    text-align: center;
}

#banner-8 .txt-wrapper p {
    margin-bottom: 1rem;
    text-align: center;
}

#banner-8 .txt-wrapper b {
    font-weight: bold;
}

#banner-8 .btn-color {
    background-color: rgb(147, 212, 223);
    padding: 5.5rem 0px;
}

@media screen and (max-width: 1366px) {
    #banner-8 .btn-color {
        padding: 5.5rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-8 .btn-color {
        padding: 0px 0px 50vw;
        background-color: rgb(179, 225, 229);
    }
}

#banner-8 .btn-color .btn-wrapper {
    width: 35rem;
    text-align: center;
    position: relative;
}

#banner-8 .btn-color.lang-en .btn-wrapper {
    width: 60rem;
}

@media screen and (max-width: 768px) {
    #banner-8 .btn-color .btn-wrapper {
        position: static;
    }
}

#banner-8 .btn-color .btn-wrapper .banner-image {
    position: absolute;
    left: 0px;
    bottom: -6rem;
    width: 100rem;
    height: 66rem;
    transform: translate(-100%);
    background-image: url("img-new/banner-8.png");
}

#banner-8 .btn-color.lang-en .btn-wrapper .banner-image {
    left: 20rem;
}

@media screen and (max-width: 768px) {
    #banner-8 .btn-color .btn-wrapper .banner-image {
        transform: translate(0%);
        width: 100%;
        background-image: none;
        bottom: 0px;
        height: 50vw;
        left: 0px !important;
    }

    #banner-8 .btn-color .btn-wrapper .banner-image::after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: rgb(147, 212, 223);
        height: 13vw;
    }

    #banner-8 .btn-color .btn-wrapper .banner-image::before {
        content: "";
        width: 100%;
        position: absolute;
        inset: 0px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("img-new/banner-8.png");
        z-index: 5;
    }

    #banner-8.lang-en .btn-color .btn-wrapper .banner-image::before {
        background-image: url("img-new/banner-8-en.png");
    }
}

#banner-9 {
    background-color: rgb(244, 237, 237);
    padding: 6.5rem 0px;
    position: relative;
    overflow: hidden;
    background-image: url("img/ban9_1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1400px) {
    #banner-9 {
        padding: 6.5rem 2rem;
        background-position: left 50vw center;
    }
}

@media screen and (max-width: 900px) {
    #banner-9 {
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    #banner-9 {
        background-size: contain;
        background-position: right bottom;
        padding: 6.5rem 2rem 100vw;
    }
}

@media screen and (max-width: 550px) {
    #banner-9 {
        padding: 6.5rem 2rem 118vw;
    }
}

@media screen and (max-width: 360px) {
    #banner-9 {
        padding: 6.5rem 2rem 110vw;
    }
}

#banner-9 .content-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0px auto;
}

@media screen and (max-width: 550px) {
    #banner-9 .content-wrapper {
        height: 56rem;
    }
}

#banner-9 .content-wrapper h2 {
    max-width: 60rem;
}

@media screen and (max-width: 768px) {
    #banner-9 .content-wrapper h2 {
        max-width: 90%;
        text-align: center;
        margin: auto auto 4rem;
    }
}

#banner-9 .content-wrapper .col-wrapper {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 600px) {
    #banner-9 .content-wrapper .col-wrapper {
        transform-origin: left top;
        transform: scale(0.9);
    }
}

@media screen and (max-width: 550px) {
    #banner-9 .content-wrapper .col-wrapper {
        transform: scale(0.75);
    }
}

@media screen and (max-width: 420px) {
    #banner-9 .content-wrapper .col-wrapper {
        transform: scale(0.65);
    }
}

@media screen and (max-width: 390px) {
    #banner-9 .content-wrapper .col-wrapper {
        transform: scale(0.59);
    }
}

@media (max-width: 768px) {
    #banner-9 .content-wrapper .col-wrapper .col:last-child {
        width: 10rem;
    }
}

#banner-9 .content-wrapper .col-wrapper .col.weight-col {
    margin-right: 2rem;
}

#banner-9 .content-wrapper .col-wrapper .col.weight-col li {
    line-height: 3.7rem;
}

#banner-9 .content-wrapper .col-wrapper .col .subcol {
    display: flex;
}

#banner-9 .content-wrapper .col-wrapper .col .subcol .liter-col {
    margin-right: 1rem;
}

#banner-9 .content-wrapper .col-wrapper .col .subcol .liter-col li {
    white-space: nowrap;
    line-height: 3.7rem;
}

#banner-9 .content-wrapper .col-wrapper .col .subcol .glass-col {
    flex: 0 0 40rem;
}

#banner-9 .content-wrapper .col-wrapper .col .subcol .glass-col .glasses {
    height: 3.7rem;
    background-image: url("img/glass.svg");
    display: block;
    background-size: calc(2.96154rem);
    background-position: left center;
    background-repeat: repeat-x;
}

#banner-9 .content-wrapper .col-wrapper .col .col-heading {
    font-size: 2.5rem;
    margin-bottom: 0.7rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    #banner-9 .content-wrapper .col-wrapper .col .col-heading {
        width: 7rem;
    }
}

#banner-9 .content-wrapper .col-wrapper .col .col-heading.second-col {
    width: 33rem !important;
}

#banner-9 .content-wrapper .col-wrapper .col li {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.7rem;
    height: 3.7rem;
}

#banner-10 {
    text-align: center;
    padding: 13rem 0px 15rem;
    position: relative;
    background-color: rgb(247, 241, 232);
}

@media screen and (max-width: 768px) {
    #banner-10 {
        padding: 10rem 0px 9rem;
    }
}

#banner-10 h2 {
    margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
    #banner-10 h2 {
        margin-bottom: 7rem;
    }
}

#banner-10 .rev-viewport {
    width: 1366px;
    margin: auto;
    height: 430px;
    overflow: hidden;
    position: relative;
    max-width: calc(100% - 80px);
}

@media screen and (max-width: 768px) {
    #banner-10 .rev-viewport {
        overflow: visible;
        max-width: calc(100% - 4rem);
        height: auto !important;
    }
}

#banner-10 .rev-viewport .review-slide-panel {
    width: 1e+08px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel {
        position: static;
        width: 100%;
        height: auto;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item {
    max-width: 45rem;
    float: left;
    display: flex;
    padding: 0rem 2.9rem 0px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item {
        margin-bottom: 2rem;
        float: none;
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 450px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item {
        padding: 0rem 2rem 0px;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item :last-child {
    margin-bottom: 0px;
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner {
    background-color: rgb(255, 255, 255);
    padding: 3rem;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner {
        flex-direction: row;
        padding: 2rem;
    }
}

@media screen and (max-width: 450px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner {
        flex-direction: column;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner img {
    margin-bottom: 4rem;
    max-width: 100%;
}

@media (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner img {
        margin: auto;
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 600px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner img {
        margin: auto;
        width: 150px;
        height: 150px;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper {
    text-align: center;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper {
        padding-left: 2rem;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper {
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper {
        text-align: center;
        margin-bottom: 0px;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper h3 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper h3 {
        text-align: center;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper .grid-item-cont {
    margin-bottom: 0.7rem;
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper .grid-item-cont p {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    #banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .another-helper .grid-item-cont {
        margin: 0px auto 3rem;
        text-align: center;
    }
}

#banner-10 .rev-viewport .review-slide-panel .grid-item .grid-item-inner .helper .btn {
    width: 20rem;
    margin: 0px auto;
    text-decoration: none;
}

#banner-10 .nav-wrapper {
    width: 1366px;
    margin: auto auto 6rem;
    position: relative;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #banner-10 .nav-wrapper {
        margin-bottom: 2rem;
    }
}

#banner-10 .nav-wrapper .rev-nav {
    width: 40px;
    height: 40px;
    z-index: 5;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("img-new/arrow-left.svg");
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    #banner-10 .nav-wrapper .rev-nav {
        display: none;
    }
}

#banner-10 .nav-wrapper .rev-nav:hover {
    background-color: rgb(255, 255, 255);
}

#banner-10 .nav-wrapper .rev-nav.rev-nav-right {
    left: auto;
    right: 0px;
    background-image: url("img-new/arrow-right.svg");
}

#banner-10 .after-banner {
    margin: auto;
    max-width: 120rem;
    text-align: center;
}

#banner-11 {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 9rem 0px;
}

@media screen and (max-width: 768px) {
    #banner-11 {
        padding: 9rem 0rem;
    }
}

#banner-11 .cont-row {
    display: flex;
}

@media screen and (max-width: 768px) {
    #banner-11 .cont-row {
        flex-direction: column;
    }

    #banner-11 .cont-row.first-row .right-pt {
        padding: 2rem;
    }

    #banner-11 .cont-row.last-row .left-pt {
        padding: 2rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-11 .cont-row.last-row .left-pt {
        order: 2;
    }
}

#banner-11 .cont-row .pt {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
    #banner-11 .cont-row .pt {
        margin-bottom: 6rem;
    }
}

#banner-11 .cont-row .pt.right-pt .pt-content {
    padding-left: 10rem;
}

@media screen and (max-width: 1366px) {
    #banner-11 .cont-row .pt.right-pt .pt-content {
        padding: 0px 2rem 0px 10rem;
    }
}

@media screen and (max-width: 768px) {
    #banner-11 .cont-row .pt.right-pt .pt-content {
        padding: 0px;
        text-align: center;
    }
}

#banner-11 .cont-row .pt.left-pt .pt-content {
    max-width: 80%;
    padding-right: 10rem;
    text-align: right;
    margin-left: auto;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    #banner-11 .cont-row .pt.left-pt .pt-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0px;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    #banner-11 .cont-row .pt.img-pt {
    }
}

#banner-11 .cont-row .pt .image {
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
}

#banner-11 .cont-row .pt .image.first-image {
    background-image: url("img-new/bg.jpeg");
}

#banner-11 .cont-row .pt .image.second-image {
    background-image: url("img-new/banner-11-2.jpg");
}

#banner-11 .cont-row .pt .pt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#banner-11 .cont-row .pt .pt-content h3 {
    margin-bottom: 3.5rem;
}

#banner-11 .cont-row .pt .pt-content p {
    margin-bottom: 3.5rem;
}

#banner-11 .cont-row .pt .pt-content p:last-child {
    margin-bottom: 0px;
}

#banner-11 .after-banner {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

#banner-12 {
    background-color: rgb(244, 237, 237);
}

#banner-12 .banner-content {
    text-align: center;
    padding: 6rem;
    max-width: 74rem;
    margin: auto;
}

#banner-12 .banner-content p, #banner-12 .banner-content h3 {
    margin-bottom: 3rem;
}

#banner-12 .banner-content form p {
    margin-bottom:0;
}

#banner-12 .banner-content form {
    font-size: 2.2rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    max-width: 74rem;
    margin: auto;
    /* max-height: 40rem; */
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}

#banner-12 .banner-content form.loading::after {
    opacity: 1;
    z-index: 15;
}

#banner-12 .banner-content form.hidden {
    max-height: 0px;
}

#banner-12 .banner-content form::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(243, 241, 243, 0.7);
    background-image: url("img/loader.gif");
    background-size: 5rem;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    z-index: -15;
    transition: opacity 0.3s ease 0s;
}

#banner-12 .banner-content form input, #banner-12 .banner-content form textarea {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem;
    margin-bottom: 1rem;
    color: rgb(25, 49, 91);
    width: 90%;
}

@media screen and (max-width: 768px) {
    #banner-12 .banner-content form input, #banner-12 .banner-content form textarea {
        padding: 2rem 1rem;
    }
}

#banner-12 .banner-content form input.alert, #banner-12 .banner-content form textarea.alert {
    border-color: red;
}

#banner-12 .banner-content form textarea {
    margin-bottom: 3rem;
}

#banner-12 .form-resp-msg {
    text-align: center;
    padding: 0px 2rem;
    overflow: hidden;
    max-height: 0px;
}

#banner-12 .form-resp-msg .is-vis {
    max-height: 10rem;
    margin-bottom: 4rem;
}

#banner-12 .form-resp-msg .error-msg {
    color: red;
}

.home .main-content {
    padding-top: 6rem;
}

.cart-page {
    margin: 24rem auto 9rem;
    max-width: 800px;
}

.cart-page h1 {
    font-size: 4rem;
    color: rgb(25, 49, 91);
    font-weight: 800;
    text-align: center;
    margin-bottom: 4rem;
}

.woocommerce-message {
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    padding: 2rem;
    text-align: center;
    background-color: rgb(202, 211, 0) !important;
}

.woocommerce-message a {
    color: rgb(255, 255, 255);
}

.cart-page .entry-content {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.cart-page .entry-content img {
    width: 6rem;
    height: auto;
}

.cart-page .shop_table {
    width: 100%;
}

table.shop_table_responsive tr td {
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 1rem;
}

table.shop_table_responsive tr th {
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1.35em;
}

table.shop_table_responsive tr td a {
    color: rgb(141, 26, 128);
    text-decoration: none;
}

table.shop_table_responsive .actions {
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 500px) {
    table.shop_table_responsive .actions {
        display: flex;
        vertical-align: bottom;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    table.shop_table_responsive .actions .coupon {
        margin-bottom: 2rem;
    }
}

.cart-page .woocommerce-notices-wrapper {
    width: 100%;
}

.cart-page .woocommerce-info {
    width: 100%;
    padding: 1rem;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 1rem 0px;
    font-size: 1.6rem;
}

table.shop_table_responsive .actions .coupon {
    float: left;
    display: flex;
    align-items: center;
}

table.shop_table_responsive .actions .coupon label {
    display: none;
}

table.shop_table_responsive .actions .coupon input {
    margin-right: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    width: 140px;
}

.cart-page .product-remove a {
    background-image: url("img/trash.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0.5rem;
    color: rgb(255, 255, 255);
}

.cart-page button, .cart-page .checkout-button {
    float: right;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    background-color: rgb(202 211 0);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    /* display: block; */
}

.cart-page button::before, .cart-page .checkout-button::before {
    background: transparent!important;
}

.shipping-calculator-form button {
    float: left;
}

.cart-collaterals {
    max-width: 60rem;
    margin: 4rem auto;
    padding: 1rem;
}

.cart-collaterals h2 {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
    .cart-collaterals h2 {
        text-align:left
    }
}

.shipping-calculator-form {
    margin-top: 1rem;
}

.shipping-calculator-form input {
    padding: 1rem;
}

.shipping-calculator-form .form-row {
    margin-bottom: 1rem;
}

.wc-proceed-to-checkout {
    text-align: center;
    margin-top: 4rem;
}

.cart-page .checkout-button {
    float: none;
    margin: auto;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.return-to-shop {
    display: none;
}

.woocommerce-customer-details {
    /* width: 80%; */
    margin: 4rem auto auto;
    font-size: 1.6rem;
    line-height: 1.5em;
}

.woocommerce-customer-details h2 {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.simple-page .entry-content {
    max-width: 1000px;
    padding: 1rem;
    margin: auto;
    font-size: 1.6rem;
}

.simple-page .entry-header {
    max-width: 1000px;
    padding: 1rem;
    margin: auto;
}

.simple-page .entry-content p {
    line-height: 1.45em;
    margin-bottom: 1.3rem;
}

.simple-page .entry-content ul, .page .entry-content ool {
    padding-left: 2rem;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details li {
    list-style-type: none !important;
}

.simple-page .entry-content ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
}

.simple-page .entry-content a {
    color: rgb(141, 26, 128);
}

.simple-page .entry-header h1 {
    color: rgb(141, 26, 128);
    margin-bottom: 0.7em;
}

.nsl-container-buttons {
    align-items: center !important;
}

.notification {
    text-align: center;
    font-size: 1.6rem;
    margin: 1rem;
}

#woo_pp_ec_button_checkout {
    margin: auto;
}

.paypal-buttons-label-unknown {
}

.simple-page .entry-content a * {
    position: relaive;
    z-index: 2
}

#woo_pp_ec_button_checkout>:not(.paypal-buttons-label-paypal) {
    display: none!important;
}

.foldable {
    overflow: hidden;
    max-height: 0px;
    transition: all 0.4s ease 0s;
}

.foldable.open {
    max-height: 300px;
}

.price-blk-title {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 2rem;
    cursor: pointer;
    position: relative;
    padding-left: 2rem;
}

.price-blk-title::before {
    content: "";
    background-image: url("img/triangle.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    top: 3px;
    left: 0px;
    transition: all 0.2s ease 0s;
}

.price-blk-title.open::before {
    transform: rotate(90deg);
}

.subs-blk {
    padding-top: 2rem;
    border-top: 1px solid rgb(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .product-wrapper {
        flex-direction: column;
    }

    .prod-img-hldr {
        padding-top: 40%;
    }

    .prod-img-desc {
        display: flex;
        align-items: center;
    }

    .prod-info-hldr {
        border-left: 0px solid;
        padding: 0px 2rem;
    }

    .product-overlay {
        padding-top: 14rem;
    }

    .prod-info-hldr .add-to-basket {
        order: 1;
    }

    .prod-info-hldr .cart-overview-sign {
        order: 2;
    }

    .prod-info-hldr .cart-blk {
        order: 3;
    }

    .prod-info-hldr .proceed-to-payment {
        order: 4;
    }

    .privacy-policy ul {
        align-items: center;
    }

    .privacy-policy ul li {
        flex-basis: 33%;
    }

    .privacy-policy ul li {
        flex-basis: 33%;
    }

    .privacy-policy ul li::after {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .prod-img-desc {
        flex-direction: column;
    }

    .descriptions {
        margin-bottom: 2rem;
    }
}

.show-on-blk-open {
    max-width: 0px;
    max-height: 0px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
}

.open .show-on-blk-open {
    max-width: 300px;
    max-height: 15px;
}

.unsubscribe-info {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

#catalog-banner-wrapper {
    height: 50vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(244, 237, 237);
    max-height: 90vh;
}

@media screen and (max-width: 960px) {
    #catalog-banner-wrapper {
        height: 70vw;
    }
}

@media screen and (max-width: 768px) {
    #catalog-banner-wrapper {
        height: auto;
        padding: 7rem 0rem 0vw;
    }
}

#catalog-banner-wrapper .banner-content {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

@media screen and (max-width: 1366px) {
    #catalog-banner-wrapper .banner-content {
        padding: 0px 2rem;
    }
}

@media screen and (max-width: 768px) {
    #catalog-banner-wrapper .banner-content {
        padding: 6rem 2rem;
        text-align: center;
        order: 2;
    }
}

#catalog-banner-wrapper .banner-content h2, #catalog-banner-wrapper .banner-content h3 {
    max-width: 45%;
}

@media screen and (max-width: 960px) {
    #catalog-banner-wrapper .banner-content h2, #catalog-banner-wrapper .banner-content h3 {
        max-width: 55%;
    }
}

@media screen and (max-width: 768px) {
    #catalog-banner-wrapper .banner-content h2, #catalog-banner-wrapper .banner-content h3 {
        max-width: 90%;
        margin: auto;
    }
}

#catalog-banner-wrapper .banner-content h2, #catalog-banner-wrapper .banner-content .btn {
    margin-bottom: 3rem;
}

#catalog-banner-wrapper .banner-content .btn {
    position: relative;
}

#catalog-banner-wrapper .banner-content .btn a {
    position: absolute;
    inset: 0px;
}

#catalog-banner-wrapper .banner-image {
    position: absolute;
    inset: 0px 0px 0px 50%;
    background-image: url("img-new/cat.jpg");
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 960px) {
    #catalog-banner-wrapper .banner-image {
        left: 60%;
    }
}

@media screen and (max-width: 768px) {
    #catalog-banner-wrapper .banner-image {
        left: 0px;
        top: auto;
        height: 86vw;
        position: relative;
        flex-grow: 1;
    }
}

#catalog-banner-wrapper .scroll-btm {
    width: 11.5rem;
    height: 11.5rem;
    background-color: rgb(25, 49, 91);
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    background-image: url("img-new/scroll-down.svg");
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    #catalog-banner-wrapper .scroll-btm {
        width: 9rem;
        height: 9rem;
    }
}

.cat-second-title {
    text-align: center;
    margin: 9rem 0px;
}

.product-grid {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-grid .prod-grid-item-wrapper {
    flex: 0 0 33%;
    padding: 0px 2.5rem 5rem;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item {
    width: 100%;
    border: 4px solid rgb(244, 237, 237);
    padding: 0px 0px 6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item:hover {
    border: 4px solid rgb(227, 0, 123);
}

.product-grid .prod-grid-item-wrapper .prod-grid-item .prod-img {
    position: relative;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item a {
    position: absolute;
    inset: 0px;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item .prod-price {
    font-size: 2.3rem;
    font-weight: 800;
    color: rgb(141, 26, 128);
    margin-bottom: 2rem;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item h3 {
    max-width: 90%;
    margin: 0px auto 2rem;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item .prod-short-desc {
    margin-bottom: 2rem;
}

.product-grid .prod-grid-item-wrapper .prod-grid-item .btn {
    position: relative;
    z-index: 5;
}

.checkout-page {
    width: 100%;
    max-width: 600px;
    margin: 10rem auto;
    padding: 1rem;
    box-sizing: border-box;
}

.checkout-page h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
    color: #000;
    /* text-align: center; */
    font-weight: 800;
}

.checkout-page .woocommerce-form-coupon-toggle {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 1rem;
    background-color: rgb(0, 156, 179);
    color: rgb(255, 255, 255);
    display: block;
}

.checkout-page .woocommerce-form-coupon-toggle a {
    color: rgb(255, 255, 255);
    font-weight: 800;
}

.checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: transparent;
    text-align: center;
    display: block;
}

.checkout-page .checkout_coupon.woocommerce-form-coupon {
    background-color: rgb(0, 156, 179);
    width: 100%;
    text-align: center;
    padding: 0rem 1rem 1rem;
}

.checkout-page .checkout_coupon.woocommerce-form-coupon p {
    display: inline-block;
}

.checkout-page .checkout_coupon.woocommerce-form-coupon p:first-child {
    display: none;
}

.checkout-page .checkout_coupon.woocommerce-form-coupon p button {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-size: 1.9rem;
    color: rgb(0, 156, 179);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    margin-left: 2rem;
}

.woocommerce-form-coupon .button::before {
    background: none;
}

.checkout-page .checkout_coupon.woocommerce-form-coupon input {
    padding: 1rem;
    text-align: center;
}

.checkout-page .checkout {
    margin-top: 2rem;
    position: relative;
}

.stimuls {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.stimul-box {
    /* position: absolute; */
    top: 0px;
    /* width: 14rem; */
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 400;
    flex: 0 0 48%;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 3px;
}

.stimul-box.left {
    right: calc(100% + 2rem);
    /* text-align: right; */
}

.stimul-box.right {
    left: calc(100% + 2rem);
}

.stimul-box img {
    height: 6rem;
    width: auto;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
}

.stimul-box.right img {
    height: 4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.stimul-box p {
    max-width: 90%;
    margin: auto;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .stimuls {
        flex-direction:column;
    }

    .stimul-box {
        display: flex;
        align-items: center;
        padding: 1rem
    }

    .stimul-box img {
        flex: 0 0 100px;
        max-width: 100px;
        margin: 0 2rem 0 0;
    }

    .stimul-box p {
        flex: 1 1 100%;
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    .stimul-box {
        position: static;
        width: 100%;
        text-align: center !important;
    }

    .stimul-box.left {
        margin-bottom: 0.5rem;
    }

    .stimul-box.right {
        margin-bottom: 2rem;
    }
}

.checkout-page .checkout h3 {
    text-transform: uppercase;
    font-size: 2rem;
    /* text-align: center; */
    margin-bottom: 1rem;
}

.m-top-2 {
    margin-top: 3rem
}

.checkout-page .checkout .form-row {
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    margin-bottom: 1rem;
    width: 100% !important;
}

@media (max-width: 768px) {
    .checkout-page .checkout .form-row {
        font-size: 1.7rem;
    }
}

.checkout-page .checkout .form-row.place-order {
    display: block;
}

.checkout-page .checkout .form-row button {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 1.9rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: rgb(202 211 0);
    transition: all 0.3s ease 0s;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.checkout-page .checkout .form-row button::before {
    display: none;
}

.checkout-page .checkout .form-row label {
    flex: 0 0 20rem;
    text-align: left;
    padding-right: 1rem;
    font-size: 1.6rem;
}

.checkout-page .checkout .form-row span {
    flex: 1 1 100%;
}

.checkout-page .checkout .form-row input, .checkout-page .checkout .form-row textarea {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
}

.checkout-page .checkout .form-row .validate-required {
    display: block;
}

.checkout-page .checkout .form-row .validate-required .woocommerce-form__label-for-checkbox {
    display: block;
    justify-content: center;
}

.checkout-page .checkout .form-row .validate-required .required {
    display: none;
}

.checkout-page .checkout .form-row .validate-required input {
    flex: 1 1 auto;
    display: inline-block;
    width: auto;
}

.checkout-page .checkout .form-row .validate-required span {
    text-align: left;
    flex: 1 1 auto;
    display: inline-block;
    font-size: 1.6rem;
}

.checkout-page .checkout .form-row.subscribe-to-newsletter label {
    display: flex;
    justify-content: flex-start;
    padding-left: 20rem;
    align-items: center;
    text-align: left;
}

@media screen and (max-width: 550px) {
    .checkout-page .checkout .form-row.subscribe-to-newsletter label {
        padding-left: 2rem;
    }
}

.checkout-page .checkout .form-row.subscribe-to-newsletter label * {
    flex: 1 1 auto;
}

.checkout-page .checkout .form-row.subscribe-to-newsletter label input {
    flex: 0 0 4rem;
}

.checkout-page .checkout .form-row.subscribe-to-newsletter label .optional {
    display: none;
}

.checkout-page .checkout .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
    text-align: center;
}

.checkout-page .checkout .woocommerce-checkout-review-order-table, .checkout-page .checkout .shop_table {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: auto;
}

@media (max-width: 768px) {
    .checkout-page .checkout .woocommerce-checkout-review-order-table, .checkout-page .checkout .shop_table {
        font-size: 1.4rem;
        width: 100%;
        padding: 0px 2rem;
    }
}

@media (max-width: 768px) {
    .checkout-page .checkout .woocommerce-checkout-review-order-table small, .checkout-page .checkout .shop_table small {
        font-size: 1.5rem;
    }
}

.checkout-page .checkout .woocommerce-checkout-review-order-table .recurring-totals, .checkout-page .checkout .shop_table .recurring-totals {
    font-weight: 800;
}

@media (max-width: 768px) {
    .checkout-page .checkout .woocommerce-checkout-review-order-table .recurring-totals, .checkout-page .checkout .shop_table .recurring-totals {
        text-align: center;
    }
}

.checkout-page .checkout .woocommerce-checkout-review-order-table th, .checkout-page .checkout .woocommerce-checkout-review-order-table td {
    padding: 0.5rem;
}

.checkout-page .checkout .woocommerce-checkout-review-order-table thead .product-total {
    text-align: left;
}

.checkout-page .checkout .woocommerce-checkout-review-order-table .product-name {
    /* text-align: right; */
    padding-right: 1rem;
}

.checkout-page .checkout .shop_table {
    text-align: left;
}

.checkout-page .checkout .shop_table th, .checkout-page .checkout .shop_table td {
    padding: 1rem 0.5rem;
}

.checkout-page .checkout .shop_table a {
    color: rgb(141, 26, 128);
}

.checkout-page .checkout .shop_table tfoot {
    border-top: 1px solid rgb(0, 0, 0);
}

.checkout-page .checkout .order-total th {
    /* text-align: right; */
    padding-right: 1rem;
    width: 60%;
}

.checkout-page .checkout .cart-subtotal {
}

.checkout-page .checkout .shipping th {
    /* text-align: right; */
    padding-right: 1rem;
    width: 60%;
}

.checkout-page .checkout .cart-subtotal th {
    /* text-align: right; */
    padding-right: 1rem;
    width: 60%;
}

.checkout-page .checkout .cart-discount th {
    /* text-align: right; */
    padding-right: 1rem;
    width: 60%;
}

.checkout-page .checkout .woocommerce-additional-fields h3 {
    display: none;
}

.checkout-page .checkout .wc_payment_methods {
    font-size: 1.6rem;
}

.checkout-page .checkout .wc_payment_methods li {
    /* margin-right: 2rem; */
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 1rem;
}

.checkout-page .checkout .wc_payment_methods li.payment_method_details {
    padding: 0;
    order: 5;
    flex: 0 0 100%;
}

.checkout-page .checkout .wc_payment_methods .wc_payment_method > label {
    font-weight: 800;
}

.checkout-page .checkout .wc_payment_methods .wc-stripe-elements-field {
    width: 100px;
}

.checkout-page .checkout .wc_payment_methods #stripe-card-element {
    width: 200px;
}

.checkout-page .checkout .wc_payment_methods .wc_payment_method .payment_box {
    margin-top: 1rem;
}

.checkout-page .checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 2rem 0px;
}

.checkout-page .checkout .woocommerce-privacy-policy-text p {
    text-align: center;
    font-size: 1.6rem;
}

.checkout-page .checkout .paypal-button {
    text-align: center;
}

.checkout-page .checkout .woocommerce-error {
    width: 100%;
    padding: 2rem;
    font-size: 1.6rem;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 2rem;
    color: #fff;
}

.checkout-page .checkout .woocommerce-error li {
    color: #fff;
}

.checkout-page .checkout .blockOverlay {
    display:none!important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    background-image: url("img/loader.gif") !important;
    background-size: 5rem !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.checkout-page .checkout .woocommerce-order {
    font-size: 1.4rem;
}

.checkout-page .checkout .woocommerce-order p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.checkout-page .checkout .woocommerce-order ul {
    margin-bottom: 3rem;
}

.checkout-page .checkout .woocommerce-order li {
    padding: 0.5rem 0px 0px;
    text-align: center;
}

.checkout-page .checkout .woocommerce-order-details h2 {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.checkout-page .checkout .woocommerce-message {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding: 1rem;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.checkout-page .checkout .woocommerce-terms-and-conditions {
    margin: 2rem 0px;
    padding: 0px 2rem;
}

.checkout-page .checkout .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-page .checkout .quantity label {
    flex: 1 1 106%;
    width: 90%;
}

.checkout-page .checkout .quantity input {
    flex: 0 0 10%;
    width: 3rem;
}

.page-wrapper.subscribtions, .page-wrapper.single {
    width: 100%;
    max-width: 1280px;
    margin: 17rem auto 9rem;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions, .page-wrapper.single {
        margin-top: 13rem;
    }
}

.page-wrapper.subscribtions h2, .page-wrapper.single h2 {
    text-align: center;
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions h2, .page-wrapper.single h2 {
        margin-bottom: 2rem;
    }
}

.page-wrapper.subscribtions .product-wrapper, .page-wrapper.single .product-wrapper {
    display: flex;
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc, .page-wrapper.single .product-wrapper .prod-img-desc {
    flex: 0 0 40%;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-img-desc, .page-wrapper.single .product-wrapper .prod-img-desc {
        flex-direction: column;
        margin-bottom: 4rem;
    }
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .prod-img-hldr, .page-wrapper.single .product-wrapper .prod-img-desc .prod-img-hldr {
    width: 100%;
    padding-top: 90%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-img-desc .prod-img-hldr, .page-wrapper.single .product-wrapper .prod-img-desc .prod-img-hldr {
        padding-top: 80%;
    }
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .prod-img-hldr .prod-img-entry, .page-wrapper.single .product-wrapper .prod-img-desc .prod-img-hldr .prod-img-entry {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0px;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .prod-img-hldr .prod-img-entry.is-vis, .page-wrapper.single .product-wrapper .prod-img-desc .prod-img-hldr .prod-img-entry.is-vis {
    opacity: 1;
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .descriptions, .page-wrapper.single .product-wrapper .prod-img-desc .descriptions {
    font-size: 1.9rem;
    padding: 0px 2rem;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-img-desc .descriptions, .page-wrapper.single .product-wrapper .prod-img-desc .descriptions {
        text-align: center;
    }
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .descriptions h3, .page-wrapper.single .product-wrapper .prod-img-desc .descriptions h3 {
    margin-bottom: 3rem;
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .descriptions .prod-desc, .page-wrapper.single .product-wrapper .prod-img-desc .descriptions .prod-desc {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    color: rgb(51, 51, 51);
    font-size: 1.6rem;
    line-height: 1.8em;
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .descriptions .prod-desc.is-vis, .page-wrapper.single .product-wrapper .prod-img-desc .descriptions .prod-desc.is-vis {
    max-height: 300px;
}

.page-wrapper.subscribtions .product-wrapper .prod-img-desc .descriptions .prod-desc span, .page-wrapper.single .product-wrapper .prod-img-desc .descriptions .prod-desc span {
    margin-top: 1rem;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(141, 26, 128);
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr, .page-wrapper.single .product-wrapper .prod-info-hldr {
    flex: 0 0 60%;
    padding-left: 6rem;
    border-left: 1px solid rgb(51, 51, 51);
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-info-hldr, .page-wrapper.single .product-wrapper .prod-info-hldr {
        border-left: 0px solid rgb(255, 255, 255);
        padding-left: 2rem;
    }
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .info-blk, .page-wrapper.single .product-wrapper .prod-info-hldr .info-blk {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .info-blk h3, .page-wrapper.single .product-wrapper .prod-info-hldr .info-blk h3 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-info-hldr .info-blk h3, .page-wrapper.single .product-wrapper .prod-info-hldr .info-blk h3 {
        text-align: center;
    }
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .info-blk .btn-subscribe-block, .page-wrapper.single .product-wrapper .prod-info-hldr .info-blk .btn-subscribe-block {
    margin-bottom: 3rem;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .info-blk .add-blk .discount-info, .page-wrapper.single .product-wrapper .prod-info-hldr .info-blk .add-blk .discount-info {
    font-size: 1.6rem;
    font-weight: 800;
    color: rgb(141, 26, 128);
    margin-left: 2rem;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-info-hldr .info-blk .add-blk, .page-wrapper.single .product-wrapper .prod-info-hldr .info-blk .add-blk {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper, .page-wrapper.single .product-wrapper .prod-info-hldr .helper {
        order: 2;
    }
}

.before-unsubscribe-info {
    margin-bottom: 2rem;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper .unsubscribe-info, .page-wrapper.single .product-wrapper .prod-info-hldr .helper .unsubscribe-info {
    background-color: rgb(244, 237, 237);
    font-size: 1.6rem;
    padding: 2rem;
    line-height: 2em;
    margin-bottom: 3rem;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper .unsubscribe-info b {
    font-weight: 800;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper .unsubscribe-info .btn-subscribe-block, .page-wrapper.single .product-wrapper .prod-info-hldr .helper .unsubscribe-info .btn-subscribe-block {
    margin-bottom: 2rem;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper .unsubscribe-info .btn, .page-wrapper.single .product-wrapper .prod-info-hldr .helper .unsubscribe-info .btn {
    line-height: 1em;
}

.page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper .nav-btn-blk, .page-wrapper.single .product-wrapper .prod-info-hldr .helper .nav-btn-blk {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .page-wrapper.subscribtions .product-wrapper .prod-info-hldr .helper .nav-btn-blk, .page-wrapper.single .product-wrapper .prod-info-hldr .helper .nav-btn-blk {
        justify-content: center;
    }
}

.separator {
    margin-top: 9rem;
}

.when-to-use-banner {
    display: flex;
    width: 100%;
    max-width: 100rem;
    margin: 9rem auto 0px;
}

@media screen and (max-width: 640px) {
    .when-to-use-banner {
        flex-direction: column;
    }
}

.when-to-use-banner .when-to-wrapper {
    flex: 0 0 33%;
}

.when-to-use-banner .when-to-wrapper .when-to-entry {
    padding: 0px 2rem;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .when-to-use-banner .when-to-wrapper .when-to-entry {
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 450px) {
    .when-to-use-banner .when-to-wrapper .when-to-entry {
        flex-direction: column;
        margin-bottom: 5rem;
        text-align: center;
    }
}

.when-to-use-banner .when-to-wrapper .when-to-entry .when-to-icon {
    width: 10rem;
    padding-top: 10rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto 2rem;
}

@media screen and (max-width: 640px) {
    .when-to-use-banner .when-to-wrapper .when-to-entry .when-to-icon {
        flex: 0 0 10rem;
    }
}

.when-to-use-banner .when-to-wrapper .when-to-entry .when-to-icon.morning {
    background-image: url("img-new/icon/daytime2.png");
}

.when-to-use-banner .when-to-wrapper .when-to-entry .when-to-icon.day {
    background-image: url("img-new/icon/daytime1.png");
}

.when-to-use-banner .when-to-wrapper .when-to-entry .when-to-icon.night {
    background-image: url("img-new/icon/daytime3.png");
}

@media screen and (max-width: 640px) {
    .when-to-use-banner .when-to-wrapper .when-to-entry p {
        padding-left: 2rem;
    }
}

.woocommerce-error {
    background-color: rgb(226, 64, 28);
    width: 100%;
    text-align: center;
}

.free-shipping {
    font-size: 1.6rem;
    margin-top: 3rem;
    font-weight: 800;
    color: rgb(141, 26, 128);
    margin-bottom: 3rem;
}

#blog-posts {
    width: 100%;
    padding: 2rem;
    max-width: 1000px;
    text-align: center;
    margin: 4rem auto;
}

#blog-posts ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#blog-posts ul li {
    padding: 1rem;
}

.form-row.mailchimp-newsletter input {
    flex: 0 0 20px;
    justify-self: flex-end;
    margin-right: 20px;
}

.form-row.mailchimp-newsletter label {
    width: 100%;
    flex-grow: 1;
    font-size: 0.9em;
}

.login-flex {
    display: flex;
    justify-content: center;
    /* margin-bottom: 4rem; */
}

.login-flex > div {
    margin: 1rem;
}

@media screen and (max-width: 600px) {
    .login-flex {
        flex-direction: column;
    }

    .login-flex > div {
        margin: 0rem;
    }
}

#banner-s-3 {
    background-color: rgb(223, 239, 242);
    padding: 5rem 1rem;
    font-size: 1.4rem;
}

#banner-s-3 .sp-table-top {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0px auto 10rem;
}

@media screen and (max-width: 430px) {
    #banner-s-3 .sp-table-top {
        margin-bottom: 14rem;
    }
}

#banner-s-3 .sp-table-top .subtitle {
    font-size: 2.5rem;
}

#banner-s-3 .table-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 7rem auto auto;
    display: flex;
    background-color: rgb(254, 245, 250);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.7) 9px 14px 49px -24px;
}

#banner-s-3 .table-wrapper::before {
    content: "";
    background-color: rgb(253, 235, 245);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 33%;
    border-bottom: 3px solid rgb(255, 255, 255);
}

#banner-s-3 .table-wrapper::after {
    content: "";
    background-color: rgb(253, 235, 245);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 33%;
    border-top: 3px solid rgb(255, 255, 255);
}

#banner-s-3 .table-wrapper .table-col {
    flex: 1 1 20%;
    position: relative;
    z-index: 3;
    min-height: 200px;
}

#banner-s-3 .table-wrapper .table-col.name-col {
    text-align: right;
}

#banner-s-3 .table-wrapper .table-col.kevee::after {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(227, 0, 123, 0.23);
}

#banner-s-3 .table-wrapper .table-col .row-name {
    padding: 4rem;
}

#banner-s-3 .table-wrapper .table-col .visual {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 50px);
    background-size: 70%;
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    z-index: 5;
}

#banner-s-3 .table-wrapper .table-col .levels {
    position: absolute;
    bottom: 5px;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: flex-end;
    z-index: 5;
    font-size: 1.1rem;
}

#banner-s-3 .table-wrapper .table-col .levels .electro-lvl {
    width: 20px;
    background-color: rgb(141, 26, 128);
    height: 100%;
    position: relative;
    font-size: 1.1rem;
}

#banner-s-3 .table-wrapper .table-col .levels .sugar-lvl {
    width: 20px;
    background-color: rgb(227, 0, 123);
    height: 100%;
    margin-left: 3px;
    position: relative;
}

#banner-s-3 .table-wrapper .table-col .levels span {
    position: absolute;
    transform: rotate(-90deg);
    color: rgb(255, 255, 255);
    font-weight: 800;
    transform-origin: 0% 0%;
    width: 0px;
    height: 0px;
    right: 70%;
    bottom: 10px;
}

#banner-s-3 .table-wrapper .table-col .levels .electro-lvl.low span {
    color: rgb(141, 26, 128);
    top: -20px;
    background-image: url("");
}

#banner-s-3 .table-wrapper .table-col .levels .electro-lvl.low span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("img-new/table-arr-btm.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -2px;
    right: 6px;
    transform: rotate(90deg) translateX(70%);
}

#banner-s-3 .table-wrapper .table-col .kevee-upper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transform: translateY(-100%);
    padding: 1rem;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: rgba(227, 0, 123, 0.23);
}

#banner-s-3 .table-wrapper .table-col .kevee-upper span {
    text-transform: uppercase;
    font-weight: 800;
    color: rgb(227, 0, 123);
}

#banner-s-2 {
    max-width: 1000px;
    margin: 5rem auto;
    text-align: center;
    padding: 0px 1rem;
}

#banner-s-2 img {
    margin: 0px 12px 12px;
    max-height: 120px;
}

@media screen and (max-width: 768px) {
    #banner-s-3 .table-wrapper .table-col.name-col {
        position: absolute;
        inset: 0px;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #banner-s-3 .table-wrapper .table-col .row-name {
        height: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        font-size: 2rem;
        padding: 0px;
    }

    #banner-s-2 img {
        max-height: 70px;
        width: auto;
    }
}

@media screen and (max-width: 568px) {
    #banner-s-3 .table-wrapper .table-col .visual {
        top: 100%;
        width: 100%;
        background-size: 50%;
        padding-top: 120%;
    }

    #banner-s-3 .table-wrapper {
        margin-bottom: 15rem;
    }

    #banner-s-3 .table-wrapper .table-col .levels {
        right: 50%;
        transform: translateX(50%);
    }
}

#banner-13 {
    background-color: rgb(244, 237, 237);
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

#banner-13 .right-pt {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    position: relative;
    z-index: 5;
}

#banner-13 .right-pt .pt-content {
    margin-left: 50%;
    width: 50%;
    padding: 9rem 6rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    #banner-13 .right-pt .pt-content {
        margin-left: 0%;
        width: 100%;
    }
}

#banner-13::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 95%;
    height: 50%;
    background-image: url("img-new/cloud-1.svg");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

#banner-13 .right-pt .pt-content::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 95%;
    height: 50%;
    background-image: url("img-new/cloud-2.svg");
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#banner-13 .right-pt .pt-content img {
    max-width: 100%;
    position: relative;
    z-index: 3;
}

#banner-13 .right-pt .pt-content p {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    position: relative;
    z-index: 3;
}

#banner-13 .right-pt .pt-content img.vertical-logo {
    width: 80px;
    margin-bottom: 2rem;
}

#banner-13 .left-pt {
    position: absolute;
    inset: 0px 50% 0px 0px;
    background-image: url("img-new/banner-13.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    #banner-13 .left-pt {
        position: relative;
        left: 0px;
        padding-top: 100%;
        width: 100%;
    }
}

#banner-13 {
}

.page-template-page-checkout, .page-template-page-cart {
    background-color: rgb(247, 241, 232);
}

.single-item-price {
    font-size: 3rem;
    margin-top: 2rem;
    font-weight: 800;
    color: rgb(8, 129, 147);
}

#banner-3.new-single-order .right-pt {
    background-image: url("img-new/cat.jpg");
    left: 0px;
    right: 50%;
}

#banner-3.new-single-order .left-pt .pt-content {
    margin-left: 50%;
    padding: 0px 2rem;
}

#banner-3.new-single-order.b2 .right-pt {
    background-image: url("img-new/img_new_4.jpg");
    left: 50%;
    right: 0%;
}

#banner-3.new-single-order.b2 .left-pt .pt-content {
    margin-left: 0%;
    padding: 0px 2rem;
    text-align: left;
}

#banner-3.new-single-order.b2 .left-pt .pt-content p {
    margin-bottom: 1rem;
}

#banner-3.new-single-order.b2 .left-pt .pt-content p b {
    font-weight: 700;
}

#banner-3.new-single-order.b2 .left-pt .pt-content ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

#banner-3.new-single-order.b2 .left-pt .pt-content li::before {
    content: "";
    background-image: url("img-new/check.svg");
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
}

@media screen and (max-width: 751px) {
    #banner-3.new-single-order .left-pt .pt-content {
        margin: auto;
        padding: 0px 2rem;
    }

    #banner-3.new-single-order.b2 .right-pt {
        left: 0%;
    }

    #banner-3.new-single-order.b2 .left-pt .pt-content {
        margin-left: auto;
        padding: 0px 2rem;
    }
}

.page-template-page-cart h1 {
    color: rgb(0, 0, 0);
}

.page-template-page-cart .aki-contacts, .page-template-page-cart .main-contacts, .page-template-page-cart .footer-header {
    display: none;
}

.page-template-page-checkout .aki-contacts, .page-template-page-checkout .main-contacts, .page-template-page-checkout .footer-header {
    display: none;
}

.contact-replacement {
    display: none;
}

.page-template-page-cart .contact-replacement {
    display: block;
    max-width: 505px;
    margin: auto;
}

.page-template-page-checkout .contact-replacement {
    display: block;
    max-width: 500px;
    margin: auto;
}

.form-row.mailchimp-newsletter {
    margin: 2rem 0;
    padding: 1rem;
    display: flex;
}

.form-row.mailchimp-newsletter input {
    margin: 0.7rem 1rem 0 0;
}

@media screen and (max-width: 48em) {
    .woocommerce-cart-form__cart-item {
        display: flex;
        text-align: center;
        font-size: 0.9em;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    .woocommerce-cart-form__cart-item:last-child {
        border-bottom: 0px solid rgb(204, 204, 204);
    }

    .woocommerce-cart-form__cart-item td.product-remove {
        flex: 10%;
    }

    .woocommerce-cart-form__cart-item td.product-thumbnail {
        flex: 10%;
        padding: 0px;
    }

    .woocommerce-cart-form__cart-item td.product-thumbnail::before {
        display: none;
    }

    .woocommerce-cart-form__cart-item td.product-name::before {
        display: none;
    }

    .woocommerce-cart-form__cart-item td.product-name {
        text-align: left;
        flex: 1 1 68%;
    }

    .woocommerce-cart-form__cart-item td.product-price {
        text-align: left;
        flex: 1 1 40%;
    }

    .woocommerce-cart-form__cart-item td.product-price::before {
        display: none;
    }

    .woocommerce-cart-form__cart-item td.product-quantity::before {
        display: none;
    }

    .woocommerce-cart-form__cart-item td.product-quantity input {
        width: 40px;
        padding: 3px 10px;
        text-align: center;
    }

    .woocommerce-cart-form__cart-item td.product-subtotal::before {
        margin-right: 10px;
        display: inline-block;
        font-size: 0.9em;
        color: rgb(102, 102, 102);
        font-weight: 400;
    }

    .woocommerce-cart-form__cart-item td.product-subtotal {
        font-weight: 700;
    }
}

@media screen and (max-width: 48em) {
    .woocommerce-billing-fields__field-wrapper label {
        flex: 0 0 40% !important;
    }

    .checkout-page .checkout .form-row label {
        overflow-wrap: break-word;
        font-size: 0.8em;
        padding-left: 10px;
        flex: 0 0 40% !important;
    }

    .woocommerce-billing-fields__field-wrapper label.wc-stripe-new-payment-method {
        flex: 0 0 100%!important;
    }

    .woocommerce-additional-fields__field-wrapper #order_comments_field {
        flex-wrap: wrap;
    }

    .woocommerce-additional-fields__field-wrapper #order_comments_field label {
        text-align: left;
        flex: 0 0 100% !important;
    }

    .woocommerce-additional-fields__field-wrapper #order_comments_field textarea {
        min-height: 7em;
    }

    .form-row.mailchimp-newsletter label {
        font-size: 0.8em;
        flex: 1 1 100% !important;
        padding: 0;
    }

    .form-row.mailchimp-newsletter input {
        /* order: 2; */
    }

    div.nsl-container[data-align="left"] {
        text-align: center !important;
    }

    .form-row.validate-required label {
        font-size: 0.8em;
        display: flex !important;
        /* justify-content: center !important; */
        align-items: center !important;
    }

    .form-row.validate-required label span {
        font-size: 14px !important;
    }

    .form-row.validate-required label input {
        display: block;
        margin-right: 1rem !important;
    }
}

.woocommerce-account-fields {
    display: none;
}

.woocommerce-additional-fields {
    display: none;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-checkout-review-order-table {
    font-size: 0.9em;
}

.woocommerce-checkout-review-order-table thead {
    font-weight: 700;
}

#wc-stripe-payment-request-button-separator {
    margin-bottom: 1.5rem
}

.wc_payment_method>input, .wc_payment_method>label {
    display: none;
}

.wc_payment_method {
    flex: 0 0 33%;
}

.payment-method-logo {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid rgb(247, 241, 232);
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}

.payment-method-logo:hover {
    border: 3px solid rgb(141, 26, 128)
}

.payment_method_ppec_paypal .payment-method-logo {
    background-image: url(img-new/checkout_paypal.jpg);
}

.payment_method_paytrail .payment-method-logo {
    background-image: url(img-new/checkout_paytrail.jpg);
}

.payment_method_stripe .payment-method-logo {
    background-image: url(img-new/checkout_cards.jpg);
}

.wc_payment_methods {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 490px) {
    .wc_payment_methods {
        flex-direction:column;
    }
}

.payment_method_name {
    /* display:none; */
    text-transform: uppercase;
    text-align: center;
    background-color: #999;
    color: #fff;
    padding: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.payment_method_name.selected {
    background-color: rgb(202 211 0);
}

#customer_details {
    display: flex;
    flex-direction: column;
}

#customer_details .col-1 {
    order: 3;
    margin-bottom: 4rem;
}

.checkout-page .checkout .form-row.woocommerce-SavedPaymentMethods-saveNew label {
    flex: 1 1 100%!important;
}

.woocommerce-table--order-details {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5em
}

.woocommerce-table--order-details tfoot {
    border-top: 1px solid;
}

.woocommerce-order-details__title {
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-MyAccount-content {
    margin-top: 8rem;
}

.woocommerce-MyAccount-content a::before, .woocommerce-address-fields .button::before, .woocommerce-EditAccountForm .button::before {
    display: none;
}

.woocommerce-address-fields .button, .woocommerce-EditAccountForm .button {
    color: rgb(141, 26, 128);
}

.woocommerce-MyAccount-content a:hover, .woocommerce-address-fields .button:hover, .woocommerce-EditAccountForm .button:hover {
    background-color: rgb(141, 26, 128);
    color: #FFF;
}

.woocommerce-shipping-calculator {
    display: none;
}

/* NEW SHOPPING BANNER */
.top-banner {
    padding-top: 10rem;
}

.shop-banner {
    position: relative;
    margin-bottom: 2rem;
}

.banner-buy-kevee {
    background-color: #f4eded;
    /* display: flex; */
}

.lower-part {
    padding: 2rem 0;
    max-width: 999px;
    width: 100%;
    margin: auto;
}

.product-col-wrapper {
    display: flex;
    width: 100%;
    padding: 2rem;
    max-width: 990px;
    margin: 0 auto;
}

.shop-banner.banner-buy-kevee .left-pt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    /* background-image: url(img-new/packshot-50.png); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-banner.banner-buy-kevee .right-pt {
    max-width: 110rem;
    margin: auto;
    /* padding-bottom: 6rem; */
    flex: 0 0 33%;
}

.shop-banner.banner-buy-kevee .right-pt .content-wrapper {
    padding: 2rem;
    /* flex: 0 0 33%; */
}

.shop-banner .content-pt .cont-logo {
    width: 190px;
    height: 50px;
    margin-bottom: 1rem;
    background-image: url(img/kevee_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-banner .content-pt h2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #e5d1d1;
    margin-bottom: 1rem;
}

.shop-banner .content-pt .price-representation {
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    background-color: rgb(202 211 0);
    color: #fff;
}

.shop-banner .content-pt .price-representation.blueberry {
    background-color: #e3007b;
}

.shop-banner .content-pt .delivery-diclaimer {
    font-size: 1.6rem;
    line-height: 1.35em;
    color: #999;
    margin-bottom: 2rem;
}

.add-to-cart_block {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0px 1rem;
    align-items: center;
}

.add-to-cart_block .amount {
    display: flex;
    color: #333;
    /* background-color: rgb(0, 156, 179); */
    /* margin: 0px 1rem; */
}

.add-to-cart_block .amount .change-amount {
    font-size: 3rem;
    border: 3px solid #e5d1d1;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.add-to-cart_block .add-to-basket {
    background-color: rgb(0, 156, 179);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2rem;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(255, 255, 255);
}

.current-amount {
    font-size: 2rem;
    padding: 0px 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #e5d1d1;
    border-bottom: 3px solid #e5d1d1;
}

.add-to-cart_block .amount .change-amount:hover, .add-to-cart_block .add-to-basket:hover {
    background-color: #e3007b;
    color: #fff;
}

.add-to-cart_block .amount-representation {
    font-weight: 700;
    font-size: 2.3rem;
}

.add-to-cart_block .add-to-cart-btn {
    height: 5rem;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 5rem;
    font-weight: 700;
    background-color: rgb(202 211 0);
    color: #fff;
    padding: 0 1rem;
    cursor: pointer;
}

.add-to-cart_block .add-to-cart-btn.not-in-stock {
    background-color: #ccc;
}

.shop-banner .content-pt .subscribtion-swither-and-info {
    margin: 2rem 0 0;
    padding: 2rem 0 1rem;
    border-top: 3px solid #e5d1d1;
    /* border-bottom: 3px solid #e5d1d1; */
}

.shop-banner .content-pt .hidden {
    display: none;
}

.subscribtion-switch, .taste-selector {
    display: flex;
    /* MARGIN-BOTTOM: 2REM; */
    flex-wrap: wrap;
}

.subscribtion-switch .option, .taste-selector .option {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.subscribtion-switch .option p, .taste-selector .option p {
    font-size: 1.6rem;
    font-weight: 700;
}

.radio-alternative {
    width: 26px;
    height: 26px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.radio-alternative::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0rem;
    height: 0rem;
    background-color: #000;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s;
}

.subscribtion-switch .option.selected .radio-alternative::before, .taste-selector .option.selected .radio-alternative::before {
    width: 1.7rem;
    height: 1.7rem;
}

.shop-banner .content-pt .subscribtion-swither-and-info .subscribtion-disclaimer * {
    color: #939393;
}

.subscribtion-period-select select {
    padding: 1rem 2rem 1rem 2rem;
    min-width: 25rem;
    border: 2px solid #333;
    background-color: transparent;
    font-size: 2.3rem;
    color: #333;
    font-weight: 400;
    /* margin-bottom:2rem; */
}

.subscribtion-period-select.disabled select {
    border: 2px solid #d3d3d3;
    color: #d3d3d3;
}

.nav-controls {
    display: flex;
    justify-content: flex-end;
}

.nav-controls .nav-btn {
    cursor: pointer;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border: 1px solid #000;
    margin-left: 1rem;
    font-size: 2rem;
    position: relative;
}

.nav-controls .nav-btn.hidden {
    display: none;
}

.nav-controls .nav-btn.visible {
    display: block!important;
}

.nav-controls .nav-btn.back-btn {
    background-color: #000;
    color: #fff;
}

.nav-controls .nav-btn.checkout-btn, .free-sample-btn {
    background-color: rgb(202 211 0);
    color: #fff;
    border: 1px solid #fff
}

.nav-controls .nav-btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-buy-bottle {
    background-color: #dfeff2;
}

.banner-buy-bottle .left-pt {
    max-width: 110rem;
    margin: auto;
    padding-bottom: 6rem;
}

.banner-buy-bottle .left-pt .content-wrapper {
    padding: 6rem 50% 2rem 2rem;
}

@media screen and (max-width: 1000px) {
    .banner-buy-bottle .left-pt {
        max-width: 999rem;
        order: 2;
    }

    .banner-buy-bottle .left-pt .content-wrapper {
        padding: 0rem;
    }
}

.bottle-selector {
    display: flex;
    /* background-color:#cae1e5; */
    padding: 3px;
}

.bottle-option {
    height: 5rem;
    line-height: 5rem;
    font-weight: 700;
    font-size: 2.3rem;
    padding: 0 3rem;
    cursor: pointer;
}

.bottle-option.active {
    background-color: #cae1e5;
}

.banner-buy-bottle .right-pt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-image: url(img-new/bottle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

@media screen and (max-width: 1000px) {
    .shop-banner {
        display:flex;
        flex-direction: column;
    }

    .shop-banner.banner-buy-kevee .left-pt {
        position: relative;
        padding-top: 50%;
        /* order:2 */
    }

    .shop-banner.banner-buy-kevee .right-pt .content-wrapper {
        padding: 2rem;
    }

    .banner-buy-bottle .right-pt {
        position: static;
        padding-top: 50%;
        order: 1;
        /* margin: auto; */
        BACKGROUND-POSITION: CENTER;
    }
}

@media screen and (max-width: 500px) {
    .add-to-cart_block {
        flex-direction:column;
    }

    .add-to-cart_block>* {
        margin-bottom: 1rem;
    }

    .subscribtion-switch {
        flex-direction: column;
    }

    .subscribtion-switch .option {
        margin-bottom: 1rem;
    }

    .nav-controls {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav-controls .nav-btn {
        margin-bottom: 1rem;
    }
}

#shipping_method li {
    line-height: 2rem;
}

.woocommerce-shipping-destination {
    display: none;
}

.redeem-code {
    padding-top: 10rem;
    min-height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.redeem-code input {
    padding: 1rem 2rem;
    text-align: center;
    border: 3px solid #ccc;
    borderradius: 3px;
    font-size: 1.6rem;
}

.redeem-code label {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.redeem-code button {
    background-color: #cad300;
    border: 0px;
    padding: 1rem 2rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.redeem-code-response {
    font-size: 1.5rem;
}

.black-friday {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: -10;
    width: calc(100% - 4rem);
    max-width: 40rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 39px 3px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    padding: 3rem;
    z-index: -5;
    background-image: url(img-new/black-friday-bg.svg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 17rem;
}

.black-friday.front {
    z-index: 1000;
}

.black-friday.visible {
    opacity: 1;
}

.black-friday::before {
    content: '';
    /* background-color:red; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 283px;
    background-image: url(img-new/black-friday-presents.png);
    background-size: cover;
    background-position: right bottom;
}

.black-friday::after {
    content: '';
    /* background-color:red; */
    position: absolute;
    bottom: 0;
    right: -90px;
    width: 90%;
    height: 240px;
    background-image: url(img-new/black-friday-presents.png);
    background-size: cover;
    background-position: left top;
}

.black-friday-header {
    background-image: url(img-new/black-friday-sign.svg);
    padding-top: 70%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 60%;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 15;
}

.black-friday p {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    z-index: 15;
    text-shadow: 0 0 4px black, 0 0 10px black;
}

.black-friday .close-btn {
    top: -5rem;
    right: 0;
}

.order-free-sample label {
    width: 140px;
    display: inline-block;
    text-align: right;
    margin-right: 1rem;
}

@media screen and (max-width: 580px) {
    .order-free-sample label {
        text-align: center;
    }
}

.order-free-sample input {
    padding: 0.5rem 1rem;
    max-width: 220px;
    border: 1px solid #ccc;
}

.order-free-sample input[type="submit"] {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
    font-size: 1.6rem;
    border-radius: 3px;
    background-color: rgb(202 211 0);
    margin-top: 2rem;
}

.get-free-drinks {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 4rem;
    width: 1000px;
    max-width: 90vw;
    z-index: 999;
    max-height: 80vh;
}

.get-free-drinks p {
    text-align: center;
    margin-bottom: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    padding: 1rem;
    font-size: 1.6rem;
    text-align: center;
}

.wpcf7-spinner {
    display: none;
}

.rotation-wrapper {
    position: relative;
    overflow: hidden;
}

.rotation {
    width: 300px;
    height: 300px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
}

.rotation1 {
    background-image: url(img-new/pack_blueberry.png);
}

.rotation2 {
    background-image: url(img-new/pack_lemon.png);
}

/**************** FUNNEL STYLES *********************/
.report-wrapper {
    background-color: #00b4ef;
    color: #fff;
    padding: 6rem 1rem;
    transition: all 0.3s;
    overflow: hidden;
    max-height: 3000px
}

.report-wrapper.hide {
    max-height: 0px;
    padding: 0;
}

.report-wrapper h1 {
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6rem;
}

.report-wrapper .report-form-wrapper {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.report-form-wrapper {
    display: flex;
}

.report-form-wrapper .report-form, .report-form-wrapper .report-visuals {
    flex: 0 0 50%;
    padding: 1rem;
}

.report-form-wrapper .inner-form-block {
    border: 3px solid #fff;
}

.report-form-wrapper .report-form .inner-form-block {
    padding: 5rem;
}

@media screen and (max-width: 768px) {
    .report-form-wrapper .report-form .inner-form-block {
        padding: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .report-form-wrapper {
        flex-direction: column;
    }

    .report-form-wrapper .report-form {
        order: 2;
    }

    .report-form-wrapper .report-visuals {
        order: 0;
    }

    .report-form-wrapper .report-visuals .inner-form-block {
        padding-top: 100%;
    }
}

.report-form-wrapper .report-form .report-form-header {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.report-form-wrapper .report-form .report-bulletpoints {
    margin-bottom: 6rem;
}

@media screen and (max-width: 600px) {
    .report-form-wrapper .report-form .report-bulletpoints {
        margin-bottom:3rem;
    }
}

.report-form-wrapper .report-form .report-bulletpoints li {
    color: #fff;
    padding-left: 2rem;
    margin-bottom: 1rem;
    background-image: url(img-new/checkmark.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
}

.report-form-wrapper .report-form input[type="text"], .report-form-wrapper .report-form input[type="email"] {
    display: block;
    width: 90%;
    padding: 1rem;
    background-color: transparent;
    border: 3px solid #fff;
    margin-bottom: .5rem;
    color: #fff;
    transition: all 0.3s;
}

.report-form-wrapper .report-form input[type="text"].error, .report-form-wrapper .report-form input[type="email"].error {
    border: 3px solid red;
}

.checkbox-wrapper {
    display: flex;
    margin-top: 20px;
}

.checkbox-wrapper input {
    display: inline-block;
    margin: 0 10px 0 0 ;
    transition: all 0.3s;
}

.checkbox-wrapper input.error {
    outline: 3px solid red;
}

.report-form-wrapper .report-form .input-block {
    margin-bottom: 4rem;
}

.report-form-wrapper .report-form .form-error-message {
    text-align: center;
    padding: 0rem;
    font-size: 1.3rem;
    overflow: hidden;
    transition: all 0.3s;
    max-height: 0;
}

.report-form-wrapper .report-form .form-error-message.show {
    padding: 1rem;
    max-height: 120px;
}

.report-form-wrapper .report-form .button-wrapper {
    text-align: center;
}

.report-form-wrapper .report-form .submit-report-form {
    font-size: 2rem;
    font-weight: 500;
    background-color: #333;
    border: 3px solid #fff;
    padding: 1rem 2rem;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.report-form-wrapper .report-form .button-wrapper:hover .submit-report-form {
    background-color: #000;
}

.report-form-wrapper .report-form .button-wrapper .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffaa;
    transition: all 0.3s;
    background-image: url(img-new/loading.gif);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.report-form-wrapper .report-form .button-wrapper .loading.active {
    opacity: 1;
}

.report-form-wrapper .report-visuals {
    display: flex;
    flex-direction: column;
}

.report-form-wrapper .report-visuals .inner-form-block {
    flex-grow: 1;
    background-image: url(img-new/cover.jpg);
    background-size: cover;
    background-position: center;
}

.drink-selector-wrapper {
    padding: 6rem 1rem;
    background-color: #f4eded;
    text-align: center;
}

.drink-selector-wrapper .packshot-selector-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem
}

.drink-selector-wrapper .packshot-selector-wrapper .selection {
    border: 3px solid #19315b;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1rem 2rem;
    margin: 0 1rem;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s;
}

.drink-selector-wrapper .packshot-selector-wrapper .selection.selected {
    background-color: #19315b;
    color: #fff;
}

.drink-selector-wrapper .back-to-website {
    font-size: 1.6rem;
}

.special-offer-wrapper .rotation-wrapper {
    padding-top: 50%;
}

.funnel-page-wrapper .checkout-wrapper {
    background-color: #f7f1e8
}

.funnel-page-wrapper .checkout-wrapper .checkout-page {
    padding: 6rem 1rem;
    margin: 0 auto;
}

.shop-banner.banner-buy-kevee .product {
    flex: 0 0 50%;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
}

.shop-banner.banner-buy-kevee .product .the-taste {
    text-align: center;
    font-size: 1.8rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
}

.shop-banner.banner-buy-kevee .product .the-price {
    font-size: 2.5rem;
    color: #e3007b;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
}

.shop-banner.banner-buy-kevee .product .packshot {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.shop-banner.banner-buy-kevee .product.blueberry {
    order: 0;
}

.shop-banner.banner-buy-kevee .product.blueberry .packshot {
    background-image: url(img-new/pack_blueberry.png);
}

.shop-banner.banner-buy-kevee .product.lemon {
    order: 2;
}

.shop-banner.banner-buy-kevee .product.lemon .packshot {
    background-image: url(img-new/pack_lemon.png);
}

.blueberry .add-to-cart_block .add-to-cart-btn {
    background-color: #e3007b;
}

@media screen and (max-width: 1000px) {
    .shop-banner.banner-buy-kevee .product.lemon {
        order:0
    }
}

.shop-banner.banner-buy-kevee .product .toggle-modal {
    background-color: #e3007b;
    padding: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.shop-banner.banner-buy-kevee .product .toggle-modal-out-of-stock {
    padding: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    cursor: default;
    transition: all 0.3s;
}

.shop-banner.banner-buy-kevee .product .toggle-modal:hover {
    background-color: #a00259;
}

.shop-banner.banner-buy-kevee .product .toggle-modal .the-taste {
    text-transform: capitalize;
}

.setup-order {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background-color: #fff;
    /* bottom: 2rem; */
    overflow-y: scroll;
    width: 90vw;
    max-width: 990px;
    padding: 2rem;
    max-height: calc(100vh - 140px);
}

.setup-order.hidden {
    display: none;
}

.subscribtion-setup {
    border-top: 3px solid #e5d1d1;
    padding-top: 2rem;
}

.subscribtion-setup.hidden {
    display: none;
}

.funnel-thank-you {
    transition: all 0.3s;
    overflow: hidden;
    max-height: 0px;
}

.funnel-thank-you.show {
    max-height: 7000px;
}

.funnel-thank-you .thank-you-header-wrapper {
    background-color: #f4eded;
    padding: 6rem 2rem;
    margin-bottom: 4rem;
}

.funnel-thank-you .thank-you-header-wrapper .thank-you-header {
    font-size: 5rem;
    color: #333;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: auto;
    font-weight: 700;
    line-height: 1.35em;
}

@media screen and (max-width: 768px) {
    .funnel-thank-you .thank-you-header-wrapper .thank-you-header {
        font-size: 3.5rem
    }
}

.thank-you-sport-wrapper {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    padding: 0 2rem;
}

.thank-you-sport-wrapper .heading {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.35em;
    margin-bottom: 4rem;
}

.thank-you-sport-wrapper .sport-body {
    font-size: 1.6rem;
    line-height: 1.35em;
    max-width: 600px;
    margin: auto;
    margin-bottom: 4rem;
}

.thank-you-sport-wrapper #banner-s-2 {
    margin-top: 0;
    margin-bottom: 6rem;
}

.thank-you-sport-wrapper .sport-banner h2 {
    display: none;
}

.funnel-thank-you .why-kevee-wrapper {
    position: relative;
    background-color: #f7f1e8;
}

.funnel-thank-you .why-kevee-wrapper .right-part {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.funnel-thank-you .why-kevee-wrapper .right-part .why-kevee-body {
    width: 50%;
    margin-left: 50%;
    padding: 9rem 0 9rem 4rem;
    color: #333;
}

.funnel-thank-you .why-kevee-wrapper .right-part .why-kevee-body .why-kevee-header {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.funnel-thank-you .why-kevee-wrapper .right-part .why-kevee-body li {
    background-image: url(img-new/checkmark-dark.svg);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem;
}

.funnel-thank-you .why-kevee-wrapper .left-part {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background-image: url(img-new/img_new_4.jpg);
    background-size: cover;
    background-position: center;
}

.guaranteed-quality-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 4rem auto;
}

@media screen and (max-width: 768px) {
    .guaranteed-quality-wrapper {
        padding: 0 2rem
    }
}

.guaranteed-quality-wrapper .guaranteed-quality-logo {
    background-image: url(img-new/guaranteed.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 18rem;
    margin-bottom: 2rem;
}

.guaranteed-quality-wrapper .guaranteed-quality-body {
    font-size: 1.6rem;
    line-height: 1.3em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .why-kevee-wrapper {
        display: flex;
        flex-direction: column;
    }

    .funnel-thank-you .why-kevee-wrapper .left-part {
        position: static;
        padding-top: 60%;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .funnel-thank-you .why-kevee-wrapper .right-part .why-kevee-body {
        width: 100%;
        padding: 4rem 2rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .funnel-thank-you .why-kevee-wrapper .left-part {
        padding-top: 100%;
    }
}

.funnel-thank-you .add-to-cart {
    background-color: #f4eded;
    padding: 4rem 2rem;
}

.funnel-thank-you .add-to-cart .add-to-cart-header {
    text-align: center;
    font-size: 3rem;
}

.funnel-thank-you .product-col-wrapper .product {
    flex: 0 0 50%;
    text-align: center;
    padding: 2rem;
}

@media screen and (max-width: 768px) {
    .funnel-thank-you .product-col-wrapper .product {
        padding: 1rem;
    }
}

.funnel-thank-you .product-col-wrapper .product .packshot {
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.funnel-thank-you .product-col-wrapper .product.blueberry .packshot {
    background-image: url(img-new/pack_blueberry.png);
}

.funnel-thank-you .product-col-wrapper .product.lemon .packshot {
    background-image: url(img-new/pack_lemon.png);
}

.funnel-thank-you .product-col-wrapper .product .the-taste {
    font-size: 2rem;
    margin-bottom: 2rem;
    display: block;
}

.funnel-thank-you .product-col-wrapper .product .the-price {
    font-size: 3rem;
    font-weight: 700;
    color: #e3007b;
    margin-bottom: 2rem;
}

.funnel-thank-you .product-col-wrapper .product .add-item-to-cart {
    background-color: #e3007b;
    ; cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
    padding: 2rem
}

.funnel-thank-you .add-to-cart-copy {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5em
}

.simple-page {
    margin-top: 12rem;
    padding: 0 1rem;
}

.simple-page h1 {
    font-size: 3rem;
}

.competition-rules {
    margin-top: -5rem;
    text-align: center;
    font-weight: 700
}

/***********NEW LANDING SATRT***************/
.nl-wrapper {
    margin-top: 7rem;
    display: flex;
}

.nl-wrapper .nl-entry {
    padding-top: 30%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 50%;
    position: relative;
}

.nl-wrapper .nl-entry:hover .nl-entry-cont {
    transform: scale(1.1) translateX(-50%);
}

.nl-wrapper .nl-entry.sports {
    background-image: url('img-new/nl-back-1.jpg')
}

.nl-wrapper .nl-entry.wellness {
    background-image: url('img-new/nl-back-2-sq.jpg');
    order: 2;
}

@media screen and (max-width: 950px) {
    .nl-wrapper {
        flex-direction: column;
    }

    .nl-wrapper .nl-entry.wellness {
        order: 0;
        margin-bottom: 10px;
    }

    .nl-wrapper .nl-entry {
        padding-top: 50%
    }

    .logowraper.sport {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .nl-wrapper .nl-entry {
        padding-top: 120%
    }
}

.nl-wrapper .nl-entry .nl-entry-cont {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

.nl-wrapper .nl-entry a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99
}

.nl-wrapper .nl-entry .nl-entry-cont h2 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.nl-wrapper .nl-entry .nl-entry-cont h2::after {
    content: '';
    width: 16rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img-new/title-deco.png);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.nl-wrapper .nl-entry .nl-entry-cont p {
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
}

.page-template-page-newlanding footer .contacts p img, .page-template-page-newlanding2 footer .contacts p img {
    max-width: 200px;
}

.page-template-page-newlanding2 .aki-contacts:first-child {
    /* display: none; */
}

/***********NEW LANDING END***************/
/***********NEW SPORT LANDING SATRT***************/
.nl-sports-wrapper {
    height: calc( 100vw * 0.4);
    background-color: #f4eded;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}

.nl-sports-wrapper .under-const-img {
    max-width: 400px;
    max-height: 400px;
    height: 100%;
    width: 100%;
    background-image: url(img-new/under-construction.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nl-sports-wrapper a {
    font-size: 2rem
}

@media screen and (max-width: 1000px) {
    .nl-sports-wrapper {
        height: calc( 100vw * 0.6);
    }
}

@media screen and (max-width: 650px) {
    .nl-sports-wrapper {
        height: calc( 100vw );
    }
}

header .header-wrapper .header-contents.cut-header {
    justify-content: center;
    max-width: 9999px;
}

header .header-wrapper .header-contents .logo.sport-logo {
    background-image: url(img-new/kevee-sport-logo.png);
}

.logowraper {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
}

/***********NEW SPORT LANDING END***************/
.sp-new-banner {
    position: relative;
    min-height: 80vh;
    overflow: hidden;
    margin-top: 80px;
}

#sport-bg-video {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    position: absolute;
    inset: 0px;
    z-index: -1;
}

.sp-new-banner-cont {
    max-width: 1000px;
    width: calc(100vw - 8rem);
    padding: 100px 2rem 0px;
    margin: auto;
    color: rgb(255, 255, 255);
}

.sp-new-logo {
    height: 90px;
    width: 300px;
    background-image: url("img-new/sport-page/kevee-sport-logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    display: none;
}

.sp-new-subhead {
    color: rgb(255, 255, 255);
    font-size: 2.3rem;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .sp-new-banner {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .sp-new-banner-cont {
        margin-bottom: 2rem;
        text-align: center;
    }

    .sp-new-logo {
        margin: 0px auto 2rem;
        max-width: 100%;
        display: none;
    }
}

.sp-new-sport-types {
    display: flex;
    margin: 10px 0px;
}

.sp-new-sport-types .sp-new-sport-entry {
    flex: 0 0 25%;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.sp-new-sport-types .sp-new-sport-entry.hockey {
    background-image: url("img-new/sport-page/img6.jpg");
}

.sp-new-sport-types .sp-new-sport-entry.football {
    background-image: url("img-new/sport-page/img3.jpg");
}

.sp-new-sport-types .sp-new-sport-entry.golf {
    background-image: url("img-new/sport-page/img4.jpg");
}

.sp-new-sport-types .sp-new-sport-entry.basketball {
    background-image: url("img-new/sport-page/img2.jpg");
}

.sp-new-sport-types .sp-new-sport-entry p {
    position: relative;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 1150px) {
    .sp-new-sport-types .sp-new-sport-entry p {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .sp-new-sport-types {
        flex-wrap: wrap;
    }

    .sp-new-sport-types .sp-new-sport-entry {
        flex: 0 0 50%;
        height: 50vw;
    }
}

.sp-new-sport-types .sp-new-sport-entry p::after {
    content: "";
    width: 16rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("img-new/title-deco.png");
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.new-sport-banner {
    background-color: rgb(198, 229, 224);
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.new-sport-banner .right-pt {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    position: relative;
    z-index: 5;
}

.new-sport-banner .right-pt .pt-content {
    margin-left: 50%;
    width: 50%;
    padding: 6rem 1rem 6rem 6rem;
    box-sizing: border-box;
}

#sp-banner-8 .right-pt .pt-content {
    margin-left: 0px;
    width: 50%;
    padding: 6rem 6rem 6rem 1rem;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .new-sport-banner .right-pt .pt-content, #sp-banner-8 .right-pt .pt-content {
        margin-left: 0px;
        width: 100%;
        padding: 10rem 2rem;
    }
}

.new-sport-banner .right-pt .pt-content h2 {
    margin-bottom: 2rem;
    max-width: 80%;
    font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
    .new-sport-banner .right-pt .pt-content h2 {
        margin: 0px auto 7rem;
        text-align: center;
    }
}

.new-sport-banner .right-pt .pt-content .icon-grid {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .new-sport-banner .right-pt .pt-content .icon-grid {
        width: 100%;
        justify-content: space-between;
    }
}

.new-sport-banner .right-pt .pt-content .icon-grid .grid-entry {
    flex: 0 0 33%;
    text-align: center;
    margin-bottom: 3rem;
}

.new-sport-banner .right-pt .pt-content .icon-grid .grid-entry .grid-image {
    height: 9rem;
    width: 9rem;
    background-size: 8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(223, 239, 242);
    border-radius: 50%;
    margin: auto;
}

.new-sport-banner .right-pt .pt-content .icon-grid .grid-entry p {
    color: rgb(51, 51, 51);
}

.new-sport-banner .left-pt {
    position: absolute;
    inset: 0px 50% 0px 0px;
    background-image: url("img-new/img_new_3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#sp-banner-8.sport-banner .left-pt {
    background-image: url("img-new/sport-page/img7.jpg");
    inset: 0px 0px 0px 50%;
}

@media screen and (max-width: 768px) {
    .new-sport-banner .left-pt, #sp-banner-8.sport-banner .left-pt {
        position: relative;
        left: 0px;
        padding-top: 100%;
        width: 100%;
    }
}

.new-sport-banner.sport-banner {
    background-color: rgb(218, 239, 247);
    margin-bottom: 10px;
}

#sp-banner-7.sport-banner .left-pt {
    background-image: url("img-new/sport-page/img1.jpg");
}

#sp-banner-7.sport-banner .left-pt::after {
    content: "";
    background-image: url("img-new/sport-page/born-in-finnland-w.svg");
    position: absolute;
    width: 100px;
    height: 120px;
    background-size: contain;
    bottom: 2rem;
    left: 2rem;
    background-repeat: no-repeat;
}

#sp-banner-8.sport-banner .left-pt::after {
    content: "";
    background-image: url("img-new/sport-page/equality.svg");
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    top: 2rem;
    left: 2rem;
    background-repeat: no-repeat;
}

#sp-banner-9.sport-banner .left-pt {
    background-image: url("img-new/sport-page/img5.jpg");
}

.new-sport-banner.sport-banner p, .new-sport-banner.sport-banner ul {
    margin-bottom: 2rem;
}

.new-sport-banner.sport-banner h3 {
    margin-bottom: 2rem;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 2.5rem;
}

.new-sport-banner.sport-banner ul {
    padding-left: 2rem;
}

.new-sport-banner.sport-banner ul li {
    list-style-type: disc;
}

.new-sport-banner.sport-banner ul.checkmark-list li {
    list-style-type: none;
    position: relative;
}

.new-sport-banner.sport-banner ul.checkmark-list li::before {
    content: "";
    background-image: url("img-new/sport-page/color-check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-150%, -50%);
}

.new-sport-banner.sport-banner .banner-txt strong {
    font-weight: 600;
}

.new-sport-banner h2 {
    text-transform: uppercase;
}

.new-sport-banner .bold {
    font-weight: 700;
}

.new-sport-banner .color {
    color: rgb(227, 0, 123);
}

.page-template-page-sport h2 {
    text-transform: uppercase;
    font-size: 3.3rem;
}

.sport-product-slider {
    padding: 4rem 0;
    /* width:  1000px; */
    /* max-width:  100%; */
}

.sport-product-slider h2 {
    text-align: center;
    font-size: 3.5rem;
}

.sport-product-slider .swiper-container {
    max-width: 100%;
    margin: auto;
    position: relative;
    width: 1200px;
    overflow: hidden;
    padding: 0 6rem 6rem;
}

.sport-product-slider .product-image {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sport-product-slider .swiper-slide {
    text-align: center;
    padding: 1rem;
}

.sport-product-slider .product-title {
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 700;
}

.sport-product-slider .product-servings {
    font-size: 2rem;
    line-height: 1.5em;
}

.sport-product-slider .out-of-stock {
    background-color: #e3007b;
    max-width: 200px;
    font-size: 1.3em;
    padding: 0.5rem;
    color: #fff;
    margin: auto;
    margin-top: .7rem
}

.fast-shopping-wrapper .sport-product-slider .out-of-stock {
    background-color: transparent;
}

.sport-product-slider .out-of-stock.comming-soon {
    background-color: #cad300;
}

.sport-product-slider .swiper-arrow {
    position: absolute;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 60px;
    cursor: pointer;
    z-index: 700;
}

.sport-product-slider .swiper-arrow.right {
    right: 1rem;
    background-image: url(img-new/kevee-slider-arr-right.svg);
}

.sport-product-slider .swiper-arrow.left {
    left: 1rem;
    background-image: url(img-new/kevee-slider-arr-left.svg);
}

.sport-product-slider .btn {
    margin-top: .7rem
}

/****NEW BANNER *********/
.sp-banner-powders {
    background-color: #000;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position:  relative;
    margin-top:  70px;
  }
  
  .sp-banner-powders .background {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: url(img-new/sport-page/man.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    z-index:0
  }
  
  .sp-banner-powders .sp-powder-container {
    max-width: 1000px;
    margin: auto;
    width: calc(100vw - 8rem);
    color: #fff;
    padding: 0 2rem;
    display: flex;
    position: relative;
    z-index: 1
  }
  
  .sp-banner-powders .sp-powder-container p {
    color: #fff;
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 200;
  }
  
  .sp-banner-powders .sp-powder-container p .pink{
    color: #e3007b;
  }
  
  .sp-banner-powders .sp-powder-container p .lime{
    color: #cad300;
  }
  
  .sp-banner-powders .sp-powder-container .sp-powder-text {
    flex: 0 0 30%
  }
  
  .sp-banner-powders .sp-powder-visuals {
    flex: 0 0 30%;
  }
  
  .sp-banner-powders .sp-powder-logo {
    background-image: url(img-new/sport-page/sport_logo_vertical.svg);
    padding-top: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 3rem;
  }
  
  .sp-banner-powders .sp-powder-packshots {
    background-image: url(img-new/sport-page/powders.png);
    padding-top: 83%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left:  -20px;
    margin-right:  -20px;
  }
  
  .sp-banner-powders .buy-btn {
    width: 180px;
    background-color: #cad300;
    font-size: 13px;
    text-transform: uppercase;
    padding: .7rem;
    text-align: center;
    border: 3px solid;
    cursor: pointer;
    position: relative;
  }
  
  .sp-banner-powders .buy-btn a {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
  }
  
  @media screen and (max-width: 1020px) {
    .sp-banner-powders .sp-powder-container .sp-powder-text {
      flex: 0 0 50%
    }
    
    .sp-banner-powders .sp-powder-visuals {
      flex: 0 0 50%;
    }
  
    .sp-banner-powders .background {
      background-size: cover;
    }
  }
  
  @media screen and (max-width: 680px) {
  
    .sp-banner-powders .sp-powder-container {
      flex-wrap: wrap;
      padding: 7rem 0 7rem;
    }
    
    .sp-banner-powders .sp-powder-container .sp-powder-text {
      flex: 0 0 100%;
      order: 2;
    }
    
    .sp-banner-powders .sp-powder-visuals {
      flex: 0 0 100%;
      order: 1;
    }
  
    .sp-banner-powders .sp-powder-visuals .sp-powder-logo {
      margin-bottom: 15vw
    }
  
    .sp-banner-powders .sp-powder-visuals .sp-powder-packshots {
      padding-top: 0;
      height: 40vh;
    }
  
    .sp-banner-powders .background {
      background-size: contain;
    }
  
    .sp-banner-powders .sp-powder-container p {
      text-align: center;
    }
  
    .sp-banner-powders .buy-btn {
      margin: auto;
    }
  }


  /******************POPUP*******************/
.go-to-contacts {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    z-index: -10;
    width: calc(100% - 4rem);
    max-width: 46rem;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
    padding: 3rem;
    padding-left: 100px;
    transform: scale(.8) translateX(-50%);
    transform-origin: left;
}

@media screen and (max-width: 520px) {
    .go-to-contacts {
        width: 100%;
        /* right: 0; */
    }
}


.go-to-contacts::before {
    content: '';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width: 19rem;
    background-image: url(img-new/sachets.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 460px) {
    .go-to-contacts {
        padding: 1rem 1rem 1rem 8rem;
    }

    .go-to-contacts::before {
        width: 13rem;
    }
}

@media screen and (max-width: 360px) {
    .go-to-contacts {
        padding: 1rem;
    }
    
    .go-to-contacts::before {
        display:none;
    }

    .go-to-contacts .popup-content{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 24px -6px;
    }
}


.go-to-contacts.front {
    z-index: 1000;
}

.go-to-contacts.visible {
    opacity: 1;
}

.go-to-contacts .popup-content {
    background-color: #f7f1e8;
    padding: 2rem 4rem;
    border-radius: 110px;
    overflow:
    hidden;
}

.go-to-contacts .popup-content .popup-logo{
    background-image: url(img-new/logo-popup.svg);
    width: 210px;
    height: 4.5rem;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 2rem;
}

.go-to-contacts .icon-wrapper {
    background: rgb(227,0,123);
    background: linear-gradient(90deg, rgba(227,0,123,1) 0%, rgba(141,26,128,1) 100%);
    color: #fff;
    margin: 0 -4rem 1rem;
    padding: 2rem 6rem;
}

@media screen and (max-width: 415px) {
    .go-to-contacts .icon-wrapper {
        padding: 2rem;
    }
}

.go-to-contacts .icon-wrapper .icon-text{
    font-size: 18px;
    line-height: 1.35em;
    text-align: left;
    padding-left: 7rem;
    position: relative;
}

.go-to-contacts .icon-wrapper .icon-text::before{
    content: '';
    background-image:
    url(img-new/partners.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left:0;
    width: 6rem;
    height:  6rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 415px) {
    .go-to-contacts .icon-wrapper .icon-text{
        padding-left:0;
        text-align: center;
    }

    .go-to-contacts .icon-wrapper .icon-text::before{
        display: none;
    }
}

.go-to-contacts .popup-description {
    font-size: 15px;
    color: #8d1a80;
    line-height: 1.3em;
    margin-bottom: 1rem
}

.go-to-contacts .go-to-button {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    background-color: #ccd400;
    padding: 1rem 1.5rem;
    border: 2px solid #fff;
    position: relative;
}

.go-to-contacts .go-to-button a {
    position: absolute;
    inset:0;
}

/************partner info banner**********/
.fp-banner.partnership {
    background-color: #dfeff2;
    margin-top: 10px;
    
}

.fp-banner.partnership .banner-content {
    text-align: center;
    padding: 6rem;
    max-width: 74rem;
    margin: auto;
}

@media screen and (max-width: 500px) {
   .fp-banner.partnership .banner-content {
        padding: 2rem;
    } 
}

.fp-banner.partnership .banner-content p {
    margin-bottom: 20px;
}
.fp-banner.partnership .banner-content p.pre-list {
    margin-bottom:0;
}

.fp-banner.partnership .banner-content h3 {
    color: #e3007b;
    font-size: 1.6rem;
    font-weight: 500;
}

.fp-banner.partnership .banner-content ul {
    margin-bottom: 20px;
}

.fp-banner.partnership .banner-content li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #e3007b;
    border-left: 2px solid #e3007b;
    transform: rotate(-45deg) translate(-1px, -7px);
}

.fp-banner.partnership .banner-content a {
    color: #e3007b;
}

#billing_email_field {
    display: none;
}